[Bug 4322] New: unbundle moves active bookmark forward

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Mon Aug 4 18:18:37 CDT 2014


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

          Priority: normal
            Bug ID: 4322
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: unbundle moves active bookmark forward
          Severity: bug
    Classification: Unclassified
                OS: Mac OS
          Reporter: durham at fb.com
          Hardware: PC
            Status: UNCONFIRMED
           Version: 3.1
         Component: Mercurial
           Product: Mercurial

Unbundling onto the current commit moves the active bookmark forward. It should
not affect bookmarks in any way.

hg init foo
cd foo
touch a && hg commit --addremove -m a
touch b && hg commit --addremove -m b
hg strip -r .
hg book bar
hg unbundle <bundle path>


Expected: the new commit is added to the repo and nothing else changes

Actual: the new commit is added to the repo and my unrelated bookmark 'bar' has
been moved forward.

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


More information about the Mercurial-devel mailing list