diff doc/hg.1.txt @ 840:141744605b51

hg status: added options to select files by status. Added options -m, -a, -r and u to select files corresponding to status M, A, R and ? respectively. If none of these options are specified, files of all status will be shown.
author tksoh@users.sourceforge.net
date Sat, 06 Aug 2005 07:09:10 +0100
parents 9c918287d10b
children 8ccbac05cf59 6d6095823b82 c2e77581bc84 d4cb383e7de7
line wrap: on
line diff
--- a/doc/hg.1.txt	Thu Aug 04 13:31:25 2005 -0800
+++ b/doc/hg.1.txt	Sat Aug 06 07:09:10 2005 +0100
@@ -346,6 +346,10 @@
 
     options:
 
+    -m, --modified       show only modified files
+    -a, --added          show only added files
+    -r, --removed        show only removed files
+    -u, --unknown        show only unknown (not tracked) files
     -I, --include <pat>  include names matching the given patterns
     -X, --exclude <pat>  exclude names matching the given patterns