Hacker News new | ask | show | jobs
by glandium 4014 days ago
Mercurial branches are not meant to be used for short-lived feature branches, though. As "hg branch" puts it: "branches are permanent and global, did you want a bookmark?".
1 comments

You can close a branch and it will not show up as being active but you still have the info for every commit which is what makes history readable.