The blog is now moved here
I have been working with git for awhile and found git very powerful. Our team was forced to use mercurial so we needed a branching model. We used this branching model with git which I found very useful. I didn't find really step-by-step guide of how to deal with mercurial after some research.I was inspired by A Guide to Branching in Mercurial and tried to implement git practices with mercurial. The model itself is really similar to git's one. The purpose of this post is to describe how to implement that model with mercurial.