tests/test-help.out
changeset 10014 54cd28258ea7
parent 9857 24bc6e414610
child 10110 9ed13f718e53
equal deleted inserted replaced
10013:b2e87fde6806 10014:54cd28258ea7
   268     or a merge has occurred. The standard diff format does not report
   268     or a merge has occurred. The standard diff format does not report
   269     permission changes and diff only reports changes relative to one merge
   269     permission changes and diff only reports changes relative to one merge
   270     parent.
   270     parent.
   271 
   271 
   272     If one revision is given, it is used as the base revision. If two
   272     If one revision is given, it is used as the base revision. If two
   273     revisions are given, the differences between them are shown.
   273     revisions are given, the differences between them are shown. The --change
       
   274     option can also be used as a shortcut to list the changed files of a
       
   275     revision from its first parent.
   274 
   276 
   275     The codes used to show the status of files are:
   277     The codes used to show the status of files are:
   276 
   278 
   277       M = modified
   279       M = modified
   278       A = added
   280       A = added
   295  -i --ignored    show only ignored files
   297  -i --ignored    show only ignored files
   296  -n --no-status  hide status prefix
   298  -n --no-status  hide status prefix
   297  -C --copies     show source of copied files
   299  -C --copies     show source of copied files
   298  -0 --print0     end filenames with NUL, for use with xargs
   300  -0 --print0     end filenames with NUL, for use with xargs
   299     --rev        show difference from revision
   301     --rev        show difference from revision
       
   302     --change     list the changed files of a revision
   300  -I --include    include names matching the given patterns
   303  -I --include    include names matching the given patterns
   301  -X --exclude    exclude names matching the given patterns
   304  -X --exclude    exclude names matching the given patterns
   302 
   305 
   303 use "hg -v help status" to show global options
   306 use "hg -v help status" to show global options
   304 hg status [OPTION]... [FILE]...
   307 hg status [OPTION]... [FILE]...