[issue785] hg status feature request

Giorgos Keramidas keramida at ceid.upatras.gr
Sat Oct 20 17:30:40 CDT 2007


On 2007-10-19 17:14, greg burgreen <mercurial-bugs at selenic.com> wrote:
>
> New submission from greg burgreen <greg.burgreen at msstate.edu>:
>
> Say we create a repo of a C++ source tree and then compile the codes.
>
> "hg status" then shows all of the unknown (untracked) file created by
> the compiler.
>
> Perhaps, I missed it, but an option to "status" to not output "?"
> files would be useful.

``hg stat -madr'' should do the trick.  It excludes -u files (untracked)
from the stat output :)



More information about the Mercurial-devel mailing list