Will Fiveash <William.Fiveash at Sun.COM> writes: > So hg status in a repository where nightly has run is displaying a lot > output like: > > ? usr/src/uts/intel/zfs/debug64/txg.o > ? usr/src/uts/intel/zfs/debug64/uberblock.o > ? usr/src/uts/intel/zfs/debug64/unique.o > . > . > . > > 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.
For one thing, the guides shouldn't claim that. It's not even *close* to true. For another, if you want a list of files with *uncommitted* changes, 'hg st -mar' (or -mard). -- Rich