tests/test-status.t
branchstable
changeset 51569 b32c3146ec34
parent 51566 529a655874fb
child 51570 b39057b713b1
equal deleted inserted replaced
51568:2a89d2f6336f 51569:b32c3146ec34
   861 
   861 
   862   $ hg status rootfilesin:subdir
   862   $ hg status rootfilesin:subdir
   863   M subdir/modified (no-rhg !)
   863   M subdir/modified (no-rhg !)
   864   R subdir/removed (no-rhg !)
   864   R subdir/removed (no-rhg !)
   865   ! subdir/deleted (no-rhg !)
   865   ! subdir/deleted (no-rhg !)
       
   866   ? subdir/unknown (no-rhg !)
   866 
   867 
   867 Note: `hg status some-name` creates a patternmatcher which is not supported
   868 Note: `hg status some-name` creates a patternmatcher which is not supported
   868 yet by the Rust implementation of status, but includematcher is supported.
   869 yet by the Rust implementation of status, but includematcher is supported.
   869 --include is used below for that reason
   870 --include is used below for that reason
   870 
   871