Bookmarks with hg update question
Jensen, Aaron
ajensen at webmd.net
Fri Jun 24 22:39:57 UTC 2016
> regarding backwards compatibility, I was tinkering around internally
> in Mercurial and came up with a patch that maintains backwards
> compatibility via an .hgrc setting (in .hg/hgrc or some other place)
> you would set:
>
> [bookmarks]
> noupdate =
If a setting like this is introduced, I would prefer that it be used to force Mercurial to use previous behavior. Otherwise, I've got to update everyone's global mercurial.ini and if I miss someone or they remove that setting, there is still a possibility of corruption.
I'd support a `moveonupdate` setting that causes Mercurial to use current "move on update" behavior.
[bookmarks]
moveonupdate =
More information about the Mercurial
mailing list