[Bug 4457] New: Revision "one-two-three" is parsed as "one"

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Tue Nov 18 00:31:50 CST 2014


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

          Priority: normal
            Bug ID: 4457
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: Revision "one-two-three" is parsed as "one"
          Severity: bug
    Classification: Unclassified
                OS: Windows
          Reporter: d155601 at drdrb.com
          Hardware: All
            Status: UNCONFIRMED
           Version: 3.2.1
         Component: Mercurial
           Product: Mercurial

In cmd.exe:

    c:\foo>hg update one-two-three

        abort: unknown revision 'one'!

    c:\foo>hg update "one-two-three"

        abort: unknown revision 'one'!

    c:\foo>hg log --rev one-two-three

        abort: unknown revision 'one'!

    c:\foo>hg log -- rev "one-two-three"

        abort: unknown revision 'one'!

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


More information about the Mercurial-devel mailing list