doc/hg.1.txt
changeset 553 f2442a6a5893
parent 523 003df62ae39f
parent 552 2204311609a0
child 580 353a2ce50423
--- a/doc/hg.1.txt	Thu Jun 30 23:54:17 2005 -0800
+++ b/doc/hg.1.txt	Fri Jul 01 00:10:52 2005 -0800
@@ -167,7 +167,7 @@
 init::
     Initialize a new repository in the current directory.
 
-log [file]::
+log [-r revision ...] [file]::
     Print the revision history of the specified file or the entire project.
 
     By default this command outputs: changeset id and hash, tags,
@@ -175,6 +175,11 @@
     -v switch adds some more detail, such as changed files, manifest
     hashes or message signatures.
 
+    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.
+
     aliases: history
 
 manifest [revision]::