tests/test-help.out
changeset 3463 5155fa27f514
parent 3267 bb057b6ce3cf
child 3502 8dc14d630b29
equal deleted inserted replaced
3462:2b3b703b3a2b 3463:5155fa27f514
   193 
   193 
   194     Show status of files in the repository.  If names are given, only
   194     Show status of files in the repository.  If names are given, only
   195     files that match are shown.  Files that are clean or ignored, are
   195     files that match are shown.  Files that are clean or ignored, are
   196     not listed unless -c (clean), -i (ignored) or -A is given.
   196     not listed unless -c (clean), -i (ignored) or -A is given.
   197 
   197 
       
   198     If one revision is given, it is used as the base revision.
       
   199     If two revisions are given, the difference between them is shown.
       
   200 
   198     The codes used to show the status of files are:
   201     The codes used to show the status of files are:
   199     M = modified
   202     M = modified
   200     A = added
   203     A = added
   201     R = removed
   204     R = removed
   202     C = clean
   205     C = clean
   218  -u --unknown    show only unknown (not tracked) files
   221  -u --unknown    show only unknown (not tracked) files
   219  -i --ignored    show ignored files
   222  -i --ignored    show ignored files
   220  -n --no-status  hide status prefix
   223  -n --no-status  hide status prefix
   221  -C --copies     show source of copied files
   224  -C --copies     show source of copied files
   222  -0 --print0     end filenames with NUL, for use with xargs
   225  -0 --print0     end filenames with NUL, for use with xargs
       
   226     --rev        show difference from revision
   223  -I --include    include names matching the given patterns
   227  -I --include    include names matching the given patterns
   224  -X --exclude    exclude names matching the given patterns
   228  -X --exclude    exclude names matching the given patterns
   225 hg status [OPTION]... [FILE]...
   229 hg status [OPTION]... [FILE]...
   226 
   230 
   227 show changed files in the working directory
   231 show changed files in the working directory