On Wed, 2008-07-16 at 17:58 -0500, Will Fiveash wrote: > The teamware to hg guides I've seen say that hg status is similar to > putback -n but they do not indicate how the developer is to deal with > the ? status lines.
what I've discovered is that: hg status -mard shows only changes to tracked files, and is usually what you want in a workspace that contains stuff that's been built. - Bill