[Bug 3845] New: broken error message on non-existing revision with dash in the name

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Wed Feb 27 16:20:50 CST 2013


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

          Priority: normal
            Bug ID: 3845
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: broken error message on non-existing revision with
                    dash in the name
          Severity: bug
    Classification: Unclassified
                OS: Linux
          Reporter: leo at energysavvy.com
          Hardware: PC
            Status: UNCONFIRMED
           Version: 2.5.1
         Component: Mercurial
           Product: Mercurial

Mercurial displays an incorrect error message when trying to update to a
non-existing revision with a dash in its name:

vm ~: hg update foo
abort: unknown revision 'foo'!
vm ~: hg update foo-bar
abort: unknown revision 'foo'!

Expected behavior:
vm ~: hg update foo
abort: unknown revision 'foo'!
vm ~: hg update foo-bar
abort: unknown revision 'foo-bar'!

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


More information about the Mercurial-devel mailing list