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: bugzi...@selenic.com
          Reporter: arcppzju+hg...@gmail.com
                CC: mercurial-de...@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.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to