>>>>> "Danek" == Danek Duvall <danek.duvall at sun.com> writes:
Danek> Having to do a make clobber just to have a clean "hg stat" seems Danek> a bit sketchy to me; Agreed, though if you know the area you're working in, you can do a "make clobber" for part of the tree and then do "hg stat <top-of-subtree>". I'm also thinking about changing nightly(1) so that it does "hg stat" after it does "make clobber". This would have the advantage of flagging clobber bugs as well as missing invocations of "hg add". Danek> With snapshots, you could make it work, but I'd rather see the Danek> build objects go into a separate part of the tree, I think. Do you mean long-term, or do you mean we should do that instead of fixing "make clobber"? mike