[issue785] hg status feature request

greg burgreen mercurial-bugs at selenic.com
Fri Oct 19 17:14:47 UTC 2007


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.

An inelegant implementation involves only two lines to commands.py:

1. the option specification in the commands.table variable.
2. if( opts['tracked'] and char == '?' ): changes = []  in commands.status()

----------
messages: 4155
nosy: burgreen
priority: feature
status: unread
title: hg status feature request

____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue785>
____________________________________________________




More information about the Mercurial-devel mailing list