I'm looking for a good tutorial for Mercurial.

link|improve this question

3  
There is an EXTENSIVE post which answers this very question over at stackoverflow.com. Take a look at stackoverflow.com/questions/1170338/… – kez Feb 28 '10 at 0:07
feedback

migrated from superuser.com Feb 28 '10 at 8:09

This question came from our site for computer enthusiasts and power users.

4 Answers

up vote 9 down vote accepted

Joel Spolsky just wrote a good one.

link|improve this answer
feedback

http://hgbook.red-bean.com/

link|improve this answer
feedback

My choices (I've just went over this.. :-), some of them have been mentioned already:

If you come from Subversion:

Some starting points:

For after the initiation:

I would particularly advice to start with both the wiki and pages such as "hg init", playing in a local area, cloning from one machine to another w/o any central server, etc. and also the long and detailed page from here (Mercurial for Beginners) which is very oriented towards manipulation. Mercurial is very easy to apprehend, actually even easier than svn (because you don't need a server to start playing). Then there are some more powerful (thus more difficult) notions of course, but the learning curve is not steep.

Hope it'll help.

Cheers,
Christophe.

= The next best thing to knowing something is knowing where to find it --Samuel Johnson (1709-1784) =

link|improve this answer
feedback

There is an official tutorial from Mercurial: http://mercurial.selenic.com/wiki/Tutorial

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.