[Bug 5419] New: hg revert crashes with multiple renames and --rev

bugzilla at mercurial-scm.org bugzilla at mercurial-scm.org
Mon Nov 7 15:43:14 UTC 2016


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

            Bug ID: 5419
           Summary: hg revert crashes with multiple renames and --rev
           Product: Mercurial
           Version: default branch
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: Mercurial
          Assignee: bugzilla at selenic.com
          Reporter: arcppzju+hgbug at gmail.com
                CC: mercurial-devel at selenic.com

The following commands will crash "hg revert":

  $ hg init repo
  $ cd repo
  $ touch a
  $ hg commit -A a -m a
  $ hg mv a a1
  $ hg commit -m a1
  $ hg mv a1 a2
  $ hg revert -a -r 0

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


More information about the Mercurial-devel mailing list