doc/hg.1.txt
changeset 731 91ca3afab8e8
parent 728 f6588fd14272
child 734 d4e161d60f61
equal deleted inserted replaced
730:d2dc7663d512 731:91ca3afab8e8
   317     -a, --address <addr>     address to use
   317     -a, --address <addr>     address to use
   318     -p, --port <n>           port to use (default: 8000)
   318     -p, --port <n>           port to use (default: 8000)
   319     -n, --name <name>        name to show in web pages (default: working dir)
   319     -n, --name <name>        name to show in web pages (default: working dir)
   320     -t, --templatedir <path> web templates to use
   320     -t, --templatedir <path> web templates to use
   321 
   321 
   322 status::
   322 status [options] [files]::
   323     Show changed files in the working directory.
   323     Show changed files in the working directory.  If no names are
       
   324     given, all files are shown.  Otherwise, only files matching the
       
   325     given names are shown.
   324 
   326 
   325     The codes used to show the status of files are:
   327     The codes used to show the status of files are:
   326     
   328     
   327     C = changed
   329     C = changed
   328     A = added
   330     A = added
   329     R = removed
   331     R = removed
   330     ? = not tracked
   332     ? = not tracked
       
   333 
       
   334     options:
       
   335 
       
   336     -I, --include <pat>  include directories matching the given patterns
       
   337     -X, --exclude <pat>  exclude directories matching the given patterns
   331 
   338 
   332 tag [-l -t <text> -d <datecode> -u <user>] <name> [revision]::
   339 tag [-l -t <text> -d <datecode> -u <user>] <name> [revision]::
   333     Name a particular revision using <name>.
   340     Name a particular revision using <name>.
   334     
   341     
   335     Tags are used to name particular revisions of the repository and are
   342     Tags are used to name particular revisions of the repository and are