changeset 734:d4e161d60f61

Update docs for annotate and diff.
author Bryan O'Sullivan <bos@serpentine.com>
date Wed, 20 Jul 2005 03:24:54 -0800
parents 1966c553f652
children 3433b228bbb3
files doc/hg.1.txt
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/hg.1.txt	Wed Jul 20 03:23:12 2005 -0800
+++ b/doc/hg.1.txt	Wed Jul 20 03:24:54 2005 -0800
@@ -73,6 +73,8 @@
     place.
     
     options:
+    -I, --include <pat>  include directories matching the given patterns
+    -X, --exclude <pat>  exclude directories matching the given patterns
     -r, --revision <rev>  annotate the specified revision
     -u, --user            list the author
     -c, --changeset       list the changeset
@@ -133,6 +135,10 @@
     revisions are specified, the working directory files are compared
     to its parent.
 
+    options:
+    -I, --include <pat>  include directories matching the given patterns
+    -X, --exclude <pat>  exclude directories matching the given patterns
+
 export [-o filespec] [revision] ...::
     Print the changeset header and diffs for one or more revisions.