'hg diff' writing temp files to CWD
Christian Ebert
blacktrash at gmx.net
Tue Sep 25 13:30:28 CDT 2007
* Christian Ebert on Tuesday, September 25, 2007 at 20:25:01 +0200
> * Jens Alfke on Tuesday, September 25, 2007 at 10:38:52 -0700
>> Is there a "non- recursive" option to "hg status" that will
>> skip subdirectories, as there is in SVN?
>
> $ hg status --exclude='*/*'
Or, if you always want the root directory only:
$ hg --cwd `hg root` status --exclude='*/*'
c
--
keyword extension for Mercurial (http://selenic.com/mercurial):
<http://www.blacktrash.org/hg/hgkeyword/> (0.9.2 backwards compatible)
Mercurial crew development repository + keyword extension:
<http://www.blacktrash.org/hg/hg-crew-keyword/>
More information about the Mercurial
mailing list