Dan McDonald wrote: > Pardon the amount of output that's coming up! > ;-) > On Thu, Nov 06, 2008 at 08:27:04AM -0700, Mark J. Nelson wrote: > >> Please confirm my suspicion that this is unrelated to the .hgignore file in >> the root of the workspace, by moving that file out of the way and making >> sure these still aren't reported. >> > > Done: > > > >> Also, "hg list" isn't really (I think) what you're looking for here. What >> does "hg status" tell you in the same directory? >> > > A ton of '?' statuses when I removed the .hgignore file, and none when it was > back in place. I took the liberty of reducing the output by grepping for > "sadb": > > kebe(common/inet)[0]% hg status |& grep sadb > ? proto/root_i386/usr/include/inet/sadb.h > ? proto/root_sparc/usr/include/inet/sadb.h > ? usr/src/uts/common/inet/ip/ip_sadb.c > ? usr/src/uts/common/inet/sadb.h > The last two are a couple of the ones your interested in from previous email. So whats in your ignore file:
kebe(5.11-64i)$ grep -v ^\# /home/danmcd/ws/bugfixes/.hgignore syntax: glob * Eek, your telling it to ignore everything? I think that might be the issue here. Also, I think 'hg outgoing' only shows committed files. Stace