[issue2733] hg log -r 00 will fail with "ambiguous identifier"

Yun Lee bugs at mercurial.selenic.com
Sun Mar 27 14:07:03 UTC 2011


New submission from Yun Lee <yun.lee.bj at gmail.com>:

D:\mercurial\test\mercurial-repo>hg log -r 00
abort: 00changelog.i at 00: ambiguous identifier!

D:\mercurial\test\mercurial-repo>hg log -r 000
abort: 00changelog.i at 000: ambiguous identifier!

D:\mercurial\test\mercurial-repo>hg log -r 0000
changeset:   -1:000000000000
user:
date:        Thu Jan 01 00:00:00 1970 +0000


D:\mercurial\test\mercurial-repo>hg log -r 01
abort: 00changelog.i at 01: ambiguous identifier!

D:\mercurial\test\mercurial-repo>hg log -r 02
abort: 00changelog.i at 02: ambiguous identifier!

D:\mercurial\test\mercurial-repo>hg log -r 010
abort: 00changelog.i at 010: ambiguous identifier!

----------
assignedto: yunlee
messages: 15851
nosy: yunlee
priority: bug
status: unread
title: hg log -r 00 will fail with "ambiguous identifier"

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue2733>
____________________________________________________


More information about the Mercurial-devel mailing list