hg status not showing empty dirs out of dirstate

Benoit Boissinot bboissin at gmail.com
Fri Jun 16 02:57:25 CDT 2006


On 6/6/06, Andrea Arcangeli <andrea at suse.de> wrote:
> Hello,
>
> [snip]
> The code in this
> area happens to be a bit weird as well since there's a path in there
> that can't ever trigger ("np can't be in dc"), I just dropped it and
> coverted it for my basically opposite usage.
>
np can be in dc:

hg add foo
hg ci -m message
rm foo; mkdir foo
hg status

Ok this is a corner case, but it is still valid ;)

regards,

Benoit


More information about the Mercurial mailing list