WorkingWithMercurial: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
This page will eventually be a starting point to working with [http://www.selenic.com/mercurial Mercurial], the version control system that Mozilla will be transitioning to for all releases post-1.9.
This page will eventually be a starting point to working with [http://www.selenic.com/mercurial Mercurial], the version control system that Mozilla will be transitioning to for all releases post-1.9.  Note that most of the information here is how to work with mercurial while still working with CVS; the full-hg post-1.9 workflow still isn't finalized.


* [[Using Mercurial locally with CVS]]
* [[Using Mercurial locally with CVS]]
* [[Mercurial on Windows]]
* [[Mercurial on Windows]]
== External links ==
* [http://www.selenic.com/mercurial Mercurial home page]
* [http://hgbook.red-bean.com Distributed revision control with Mercurial], a.k.a. "hgbook".  Great introduction and reference.  Covers usage of MQ (Mercurial Queues).

Latest revision as of 22:42, 31 July 2007

This page will eventually be a starting point to working with Mercurial, the version control system that Mozilla will be transitioning to for all releases post-1.9. Note that most of the information here is how to work with mercurial while still working with CVS; the full-hg post-1.9 workflow still isn't finalized.

External links