MozdevMercurial

Check out source

View the source using the Mercurial web interface
Get a local copy of the source by performing the following:
hg clone http://hg.mozdev.org/PROJECTNAME/

Committing to a Mercurial repository at Mozdev

You must first have commit access for 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/PROJECTNAME/
  2. edit your .hg/hgrc file to have a paths section similar to the following:

[paths]
default = http://hg.mozdev.org/PROJECT/
default-push = https://USER:PASS@hg.mozdev.org/PROJECT/

Mercurial client and Help Documentation links

Switching to Mercurial

First, the caveats:

  • CVS is still needed to manage the project website and downloads
  • the source code will not be removed from your current VCS (ie, you will still be able to commit to your existing CVS source tree and it will be available for checkout/commit)

Steps for switching:

  • request a new Mercurial repository (be sure to include whether Mozdev should convert the old repository and if you want any changes in structure)
  • Update your projects source.html page with new information on how to checkout your code; you can use our template as a guide
  • Mozdev staff will comment on your bug when the repository is setup. Links on Mozdev's site (such as the project overview page) will be updated automatically. It is your responsiblility to update your project web pages.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img>
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>. Beside the tag style "<foo>" it is also possible to use "[foo]".
  • You can use BBCode tags in the text. URLs will automatically be converted to links.

More information about formatting options

CAPTCHA
This question is used to make sure you are a human visitor and to prevent spam submissions.
Image CAPTCHA
Copy the characters (respecting upper/lower case) from the image.