Tag: mercurial

Here you can see a listing of all the posts tagged with mercurial on this website.

  • I <3 Named Branches in Mercurial

    Posted on March 15, 2008 at 20:45 +0100 Tagged with , ,

    Mercurial is (as probably all decentralized version control systems) specialized in support multi-branch development. Here you have basically 2 options: Separate branches physically by just cloning a branch to a different folder and then working on it there, or using the hg branch $name command to create a new branch right within the same repository and give it a name (hence "named branch").

    [more ...]

    0 comments