doc/hg.1.txt
changeset 814 0902ffece4b4
parent 766 b444a7e053f1
parent 813 80fd2958235a
child 825 0108c602feb9
child 836 1fe3b14c7044
child 839 9c918287d10b
--- a/doc/hg.1.txt	Sat Jul 30 08:35:29 2005 -0800
+++ b/doc/hg.1.txt	Sat Jul 30 09:00:14 2005 -0800
@@ -73,8 +73,8 @@
     place.
     
     options:
-    -I, --include <pat>  include directories matching the given patterns
-    -X, --exclude <pat>  exclude directories matching the given patterns
+    -I, --include <pat>   include names matching the given patterns
+    -X, --exclude <pat>   exclude names matching the given patterns
     -r, --revision <rev>  annotate the specified revision
     -u, --user            list the author
     -c, --changeset       list the changeset
@@ -100,11 +100,11 @@
     options:
     -U, --noupdate   do not update the new working directory
 
-commit [-A -t -l <file> -m <text> -u <user> -d <datecode>] [files...]::
+commit [options] [files...]::
     Commit changes to the given files into the repository.
     
     If a list of files is omitted, all changes reported by "hg status"
-    will be commited.
+    from the root of the repository will be commited.
     
     The HGEDITOR or EDITOR environment variables are used to start an
     editor to add a commit comment.
@@ -112,6 +112,8 @@
     Options:
 
     -A, --addremove       run addremove during commit
+    -I, --include <pat>   include names matching the given patterns
+    -X, --exclude <pat>   exclude names matching the given patterns
     -m, --message <text>  use <text> as commit message
     -l, --logfile <file>  show the commit message for the given file
     -d, --date <datecode> record datecode as commit date
@@ -136,8 +138,8 @@
     to its parent.
 
     options:
-    -I, --include <pat>  include directories matching the given patterns
-    -X, --exclude <pat>  exclude directories matching the given patterns
+    -I, --include <pat>  include names matching the given patterns
+    -X, --exclude <pat>  exclude names matching the given patterns
 
 export [-o filespec] [revision] ...::
     Print the changeset header and diffs for one or more revisions.
@@ -161,9 +163,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 names matching the given patterns
+    -X, --exclude <pat>  exclude names matching the given patterns
+
 heads::
     Show all repository head changesets.
     
@@ -213,9 +219,9 @@
 
     -0, --print0         end filenames with NUL, for use with xargs
     -f, --fullpath       print complete paths from the filesystem root
-    -I, --include <pat>  include directories matching the given patterns
+    -I, --include <pat>  include names matching the given patterns
     -r, --rev <rev>      search the repository as it stood at rev
-    -X, --exclude <pat>  exclude directories matching the given patterns
+    -X, --exclude <pat>  exclude names matching the given patterns
 
 log [-r revision ...] [-p] [file]::
     Print the revision history of the specified file or the entire project.
@@ -339,8 +345,8 @@
 
     options:
 
-    -I, --include <pat>  include directories matching the given patterns
-    -X, --exclude <pat>  exclude directories matching the given patterns
+    -I, --include <pat>  include names matching the given patterns
+    -X, --exclude <pat>  exclude names matching the given patterns
 
 tag [-l -m <text> -d <datecode> -u <user>] <name> [revision]::
     Name a particular revision using <name>.