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

            Bug ID: 5448
           Summary: hg log truncates revision name if revision does not
                    exist
           Product: Mercurial
           Version: 4.0
          Hardware: PC
                OS: Windows
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: Mercurial
          Assignee: bugzi...@mercurial-scm.org
          Reporter: cow...@bbs.darktech.org
                CC: mercurial-de...@selenic.com

Invoking:

  hg log -r release-1.2.3

where such a revision does not exist results in:

  abort: unknown revision 'release'!

That is, any characters after the hyphen is truncated from the error message.
Replacing the hyphen by anything else, including underscores, does not trigger
this bug.

  hg log -r release_1.2.3

results in:

  abort: unknown revision 'release_1.2.3'!

-- 
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