[issue938] status -i, -A incorrectly classify ignored files

Jesse Glick mercurial-bugs at selenic.com
Mon Jan 21 12:01:13 CST 2008


New submission from Jesse Glick <jesse.glick at sun.com>:

With Hg 0.9.5 on Ubuntu:

---%<---
$ hg init hgtest
$ cd hgtest
$ echo '^build$' > .hgignore
$ mkdir build
$ touch build/stuff
$ hg ci -A -m initial
adding .hgignore
$ hg locate
.hgignore
$ hg stat
$ hg stat -i
$ hg stat -A
? build/stuff
C .hgignore
---%<---

Seems to me that the last output should be:

---%<---
$ hg stat
$ hg stat -i
I build/stuff
$ hg stat -A
I build/stuff
C .hgignore
---%<---

----------
messages: 4945
nosy: jglick
priority: bug
status: unread
title: status -i, -A incorrectly classify ignored files

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



More information about the Mercurial-devel mailing list