diff doc/hg.1.txt @ 731:91ca3afab8e8

Add name matching to status command.
author Bryan O'Sullivan <bos@serpentine.com>
date Wed, 20 Jul 2005 03:01:23 -0800
parents f6588fd14272
children d4e161d60f61
line wrap: on
line diff
--- a/doc/hg.1.txt	Wed Jul 20 02:57:20 2005 -0800
+++ b/doc/hg.1.txt	Wed Jul 20 03:01:23 2005 -0800
@@ -319,8 +319,10 @@
     -n, --name <name>        name to show in web pages (default: working dir)
     -t, --templatedir <path> web templates to use
 
-status::
-    Show changed files in the working directory.
+status [options] [files]::
+    Show changed files in the working directory.  If no names are
+    given, all files are shown.  Otherwise, only files matching the
+    given names are shown.
 
     The codes used to show the status of files are:
     
@@ -329,6 +331,11 @@
     R = removed
     ? = not tracked
 
+    options:
+
+    -I, --include <pat>  include directories matching the given patterns
+    -X, --exclude <pat>  exclude directories matching the given patterns
+
 tag [-l -t <text> -d <datecode> -u <user>] <name> [revision]::
     Name a particular revision using <name>.