tests/test-status.out
changeset 3463 5155fa27f514
parent 2661 5c10b7ed3411
child 3831 531c116b2028
equal deleted inserted replaced
3462:2b3b703b3a2b 3463:5155fa27f514
   116 
   116 
   117     Show status of files in the repository.  If names are given, only
   117     Show status of files in the repository.  If names are given, only
   118     files that match are shown.  Files that are clean or ignored, are
   118     files that match are shown.  Files that are clean or ignored, are
   119     not listed unless -c (clean), -i (ignored) or -A is given.
   119     not listed unless -c (clean), -i (ignored) or -A is given.
   120 
   120 
       
   121     If one revision is given, it is used as the base revision.
       
   122     If two revisions are given, the difference between them is shown.
       
   123 
   121     The codes used to show the status of files are:
   124     The codes used to show the status of files are:
   122     M = modified
   125     M = modified
   123     A = added
   126     A = added
   124     R = removed
   127     R = removed
   125     C = clean
   128     C = clean
   141  -u --unknown    show only unknown (not tracked) files
   144  -u --unknown    show only unknown (not tracked) files
   142  -i --ignored    show ignored files
   145  -i --ignored    show ignored files
   143  -n --no-status  hide status prefix
   146  -n --no-status  hide status prefix
   144  -C --copies     show source of copied files
   147  -C --copies     show source of copied files
   145  -0 --print0     end filenames with NUL, for use with xargs
   148  -0 --print0     end filenames with NUL, for use with xargs
       
   149     --rev        show difference from revision
   146  -I --include    include names matching the given patterns
   150  -I --include    include names matching the given patterns
   147  -X --exclude    exclude names matching the given patterns
   151  -X --exclude    exclude names matching the given patterns
   148 hg status -A:
   152 hg status -A:
   149 A added
   153 A added
   150 A copied
   154 A copied