On Thu, Apr 09, 2009 at 04:07:21PM -0700, Mike Kupfer wrote: > >>>>> "Mark" == Mark J Nelson <Mark.J.Nelson at sun.com> writes: > > Mark> Yes and no. It would be great to get a detailed, appropriate > Mark> .hgignore file for ON. But as it currently stands, such a file > Mark> overwhelms the Mercurial implementation of hgignore. Fixing > Mark> either the ON build (to make the file more sane) or the hg ignore > Mark> internals (to deal with an insane file) are not even on the radar. > > Actually, I'm sponsoring Rainer Orth's fix for "make clobber" (6414855), > and I'm expecting to redo the .hgignore file as part of that. You'd > have to do "make clobber" before "hg stat", though, so as not to get > flooded by all the built files.
Having to do a make clobber just to have a clean "hg stat" seems a bit sketchy to me; it'd be best to see what's wrong with your expected stat output without having to force a rebuild afterwards. With snapshots, you could make it work, but I'd rather see the build objects go into a separate part of the tree, I think. Danek