[Bug 5004] New: Dirstate corruption via update to bundle revision.

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Tue Dec 15 16:36:17 UTC 2015


https://bz.mercurial-scm.org/show_bug.cgi?id=5004

            Bug ID: 5004
           Summary: Dirstate corruption via update to bundle revision.
           Product: Mercurial
           Version: 3.5
          Hardware: Macintosh
                OS: Mac OS
            Status: UNCONFIRMED
          Severity: feature
          Priority: wish
         Component: Mercurial
          Assignee: bugzilla at selenic.com
          Reporter: behrends at gmail.com
                CC: mercurial-devel at selenic.com

The following sequence of commands results in an unknown working parent,
because the working directory will be updated to a revision that only exists in
an overlay bundle.

$ hg init h
$ cd h
$ hg --config ui.allowemptycommit=true commit -m 0
$ hg --config ui.allowemptycommit=true commit -m 1
$ hg strip -r tip
$ hg update -R .hg/strip-backup/*.hg -r tip
$ hg status

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


More information about the Mercurial-devel mailing list