mozdev.org

Do you want fries with that project? Saturday November 28th 2009

RadialContext-mz

resources:

The source for RadialContext-mz is in a Mercurial repository. There are various ways to access it:

  1. View the source using the HG web interface
  2. Get a local copy of the source by performing the following:
    hg clone http://hg.mozdev.org/radialcontextmz/
    hg checkout default
    
  3. To commit to the repository you must first have commit access to the project. Then be sure you are committing the SSL version of the repository. You can do this several ways:
    1. hg push https://hg.mozdev.org/radialcontextmz/
    2. edit your .hg/hgrc file to have a paths section similar to the following:
      [paths]
      default = http://hg.mozdev.org/radialcontextmz/
      default-push = https://USER:PASS@hg.mozdev.org/radialcontextmz/

Make sure you get the right branch! hg clone may give you the most recent commit ("tip"), which is not always in the "default" branch. Do an explicit hg checkout default if you think you are not seeing the right version of the code.

Mercurial client and Help Documentation links:

The source for this website is still in CVS. In case you want to look at it for some reason try one of the following:

  1. View the source using the CVS web interface
  2. Check out the source using anonymous CVS with the following commands (password is guest):
    cvs -d :pserver:guest@mozdev.org:/cvs login
    cvs -z3 -d :pserver:guest@mozdev.org:/cvs co radialcontextmz/src radialcontextmz/www
    

CVS client and Help Documentation links:

Today’s VCS Commits for the radialcontextmz project

There are no commits for the specified period

The RadialContext-mz project can be contacted through the mailing list or the member list.
Copyright © 2000-2009. All rights reserved. Terms of Use & Privacy Policy.