I've already read through some basic Mercurial tutorials. Are there any advanced tutorials?
+5
A:
If you are advanced enough to abstract between git and Mercurial, I would recommend A Successful Git Branching Model for a good idea about how to manage your development and release branches. The practices described there can be applied to any DVCS.
Thilo
2010-09-27 02:33:10
That is a good workflow
Casebash
2010-09-27 02:43:56
+1, it's very good. Also, from here on out, just use it! Try out extensions, take a look at `mq`, find out what workflow works for you (biggest decision is whether you prefer rebasing or merging) and then layer it on top of this overall branching model.
shambulator
2010-09-27 07:01:40