doc/hg.1.txt
changeset 734 d4e161d60f61
parent 731 91ca3afab8e8
child 737 8db4d406b3d3
--- a/doc/hg.1.txt
+++ b/doc/hg.1.txt
@@ -73,6 +73,8 @@ annotate [-r <rev> -u -n -c] [files ...]
     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 @@ diff [-r revision] [-r revision] [files 
     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.