[issue1439] mq: patch name "1" is ambiguous

Jason Orendorff mercurial-bugs at selenic.com
Tue Dec 16 07:30:59 CST 2008


New submission from Jason Orendorff <jorendorff at mozilla.com>:

~/dev/hg$ hg init mqtest
~/dev/hg$ cd mqtest
~/dev/hg/mqtest$ hg qnew bug21
~/dev/hg/mqtest$ hg qnew bug33
~/dev/hg/mqtest$ hg qnew bug17
~/dev/hg/mqtest$ hg qgoto 1
patch name "1" is ambiguous:
  bug21
  bug17
Now at: bug33

mq shouldn't print the "patch name is ambiguous" message here because "1" is not
ambiguous -- mq knows what I meant (the patch at index 1) and behaves
accordingly, except for the bogus message.

----------
messages: 8243
nosy: jorendorff
priority: bug
status: unread
title: mq: patch name "1" is ambiguous

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



More information about the Mercurial-devel mailing list