[issue443] inconsistent output of "hg qunapplied -v"

Thomas Arendsen Hein mercurial-bugs at selenic.com
Fri Dec 8 16:39:21 CST 2006


New submission from Thomas Arendsen Hein <thomas at intevation.de>:

Having two unapplied pathes, the second one being guarded:
$ hg qunapplied -v
0 U first
1 G second
$ hg qpush
applying first
Now at: first
$ hg qunapplied -v
skipping second - guarded by '+guard'
$ hg qguard foo && hg qpop
$ hg qunapplied -v
skipping first - guarded by '+foo'
skipping second - guarded by '+guard'

Why is "1 G second" displayed at first and not "skipping second"?

----------
messages: 2495
nosy: ThomasAH
priority: bug
status: unread
title: inconsistent output of "hg qunapplied -v"
topic: mq

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



More information about the Mercurial-devel mailing list