Richard Lowe wrote: > Stephen Lau wrote: >> Richard Lowe wrote: >>> Can someone else build a pre-winchester onnv, then bringover the >>> Winchester putback and see if they see similar? This is with the >>> current SUNWmercurial Danek put up, not 0.9.3, or 0.9.4 (I'm working >>> on updating our stuff for 0.9.4, and getting 0.9.4 packaged for us, >>> and into sfwnv (probably) now...). >> >> Ka-boom. I was able to reproduce part of this (list of files below). >> Though unlike Rich, I didn't have any changes to commit. Attempting a >> 'hg commit' just shows "(nothing changed)", and 'hg st' doesn't show >> any changes. >> > > Yeah, everyone can do that bit. Now, why do I see them in the dirstate, > and why can I commit that junk? 'hg st -mard' doesn't show you !'d > files from the source part?
Ok, what state does it think files that were previously not controlled are in? hg st <one of the libsqlite objects> hg debugstate | grep '/libsqlite/' Do you see them in the dirstate in either case? I do, and a rebuild of libsqlite will show the make.state as modified (and it will commit it, if I commit...) -- Rich