Taking the plunge...

Dennis Brakhane brakhane at googlemail.com
Sun Dec 4 05:13:46 CST 2011


On Sun, Dec 4, 2011 at 7:59 AM, Arne Babenhauserheide <arne_bab at web.de> wrote:
> * Feature branches can either be bookmarks (non-persistent) or named branches
> (persistent, so you can track for which feature a given change was done).

IMO, named branches should not be used for feature branches. There is a limit
on the number named branches (closed or not) in the repository after which hg
tends to slow down. That limit is high enough that you will notice it
long after your
feature-named-branch-workflow has been accepted. IIRC, hundreds of
named branches
are no problem, things start to get messy with thousands of branches.


More information about the Mercurial mailing list