diff doc/hg.1.txt @ 810:790a0ff306f2

Move commands.forget over to using new walk code. With no names, it now recursively forgets everything, as is the default behaviour of other commands. And prints the names of all files it hasn't specifically been told to forget.
author Bryan O'Sullivan <bos@serpentine.com>
date Fri, 29 Jul 2005 08:49:01 -0800
parents b444a7e053f1
children fa9aaf3bbdd7
line wrap: on
line diff
--- a/doc/hg.1.txt	Fri Jul 29 08:42:28 2005 -0800
+++ b/doc/hg.1.txt	Fri Jul 29 08:49:01 2005 -0800
@@ -161,9 +161,13 @@
 
     -o, --output <filespec>   print output to file with formatted named
 
-forget [files]::
+forget [options] [files]::
     Undo an 'hg add' scheduled for the next commit.
 
+    options:
+    -I, --include <pat>  include directories matching the given patterns
+    -X, --exclude <pat>  exclude directories matching the given patterns
+
 heads::
     Show all repository head changesets.