diff --git a/doc/hg.1.txt b/doc/hg.1.txt --- a/doc/hg.1.txt +++ b/doc/hg.1.txt @@ -319,8 +319,10 @@ serve [options]:: -n, --name name to show in web pages (default: working dir) -t, --templatedir 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 @@ status:: R = removed ? = not tracked + options: + + -I, --include include directories matching the given patterns + -X, --exclude exclude directories matching the given patterns + tag [-l -t -d -u ] [revision]:: Name a particular revision using .