[Bug 4837] New: Bookmarks shouldn't auto-advance across branch boundaries

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Thu Sep 24 09:58:01 UTC 2015


http://bz.selenic.com/show_bug.cgi?id=4837

            Bug ID: 4837
           Summary: Bookmarks shouldn't auto-advance across branch
                    boundaries
           Product: Mercurial
           Version: 3.5
          Hardware: PC
                OS: Windows
            Status: UNCONFIRMED
          Severity: feature
          Priority: wish
         Component: bookmarks
          Assignee: bugzilla at selenic.com
          Reporter: gabor.stefanik at nng.com
                CC: mercurial-devel at selenic.com

Currently if you have an active bookmark, creating a new branch causes the
bookmark to advance to the new commit and cross branches. This is rather
counterintuitive, bookmarks shouldn't automatically cross branches under any
situation.

E.g. standing on the default branch head:
hg bookmark test
hg branch dummy
hg commit -m "Create dummy branch"

after this, the "test" bookmark will point to the "Create dummy branch" commit,
while IMO it should stay on the head of default.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list