tests/test-status.t
branchstable
changeset 51563 b861d913e7ec
parent 50460 f57f5ab0e220
child 51565 95c083d21ac6
equal deleted inserted replaced
51562:eac84af0c8cc 51563:b861d913e7ec
   840   I subdir/ignored
   840   I subdir/ignored
   841   C .hgignore
   841   C .hgignore
   842   C clean
   842   C clean
   843   C subdir/clean
   843   C subdir/clean
   844 
   844 
       
   845 FIXME: it's a bug in rhg that the status below is empty:
       
   846 
       
   847   $ hg status 'glob:subdir/*'
       
   848   M subdir/modified (no-rhg !)
       
   849   R subdir/removed (no-rhg !)
       
   850   ! subdir/deleted (no-rhg !)
       
   851   ? subdir/unknown (no-rhg !)
       
   852 
   845 Note: `hg status some-name` creates a patternmatcher which is not supported
   853 Note: `hg status some-name` creates a patternmatcher which is not supported
   846 yet by the Rust implementation of status, but includematcher is supported.
   854 yet by the Rust implementation of status, but includematcher is supported.
   847 --include is used below for that reason
   855 --include is used below for that reason
   848 
   856 
   849 #if unix-permissions
   857 #if unix-permissions