Archive for the 'Mercurial' Category

Mercurial: finally as usable as git

April 24, 2009

I have always preferred Git to Mercurial and the main reason was Git having lightweight local branches. My typical work scenario with Git is: create a branch, code a task, merge the branch into the “master” branch. If anything happens along the way (urgent issue, for instance) – I can easily switch to a new [...]