changeset 1036:7c00f5f2c967

Update hg log docs
author mpm@selenic.com
date Wed, 24 Aug 2005 14:24:20 -0700
parents bcb44382b0d0
children 5f191561a061
files doc/hg.1.txt
diffstat 1 files changed, 6 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/doc/hg.1.txt	Wed Aug 24 13:31:46 2005 -0700
+++ b/doc/hg.1.txt	Wed Aug 24 14:24:20 2005 -0700
@@ -252,8 +252,8 @@
     -r, --rev <rev>      search the repository as it stood at rev
     -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.
+log [-r revision ...] [-p] [files]::
+    Print the revision history of the specified files or the entire project.
 
     By default this command outputs: changeset id and hash, tags,
     parents, user, date and time, and a summary for each commit. The
@@ -261,12 +261,10 @@
     hashes or message signatures.
 
     options:
-    -r, --rev <A>, ...  When a revision argument is given, only this file or
-                        changelog revision is displayed. With two revision
-                        arguments all revisions in this range are listed.
-                        Additional revision arguments may be given repeating
-                        the above cycle.
-    -p, --patch         show patch
+    -I, --include <pat>   include names matching the given patterns
+    -X, --exclude <pat>   exclude names matching the given patterns
+    -r, --rev <A>         show the specified revision or range
+    -p, --patch           show patch
 
     aliases: history