tests/test-status.t
branchstable
changeset 51566 529a655874fb
parent 51565 95c083d21ac6
child 51569 b32c3146ec34
equal deleted inserted replaced
51565:95c083d21ac6 51566:529a655874fb
   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 Test various matchers interatction with dirstate code:
       
   846 
   845   $ hg status path:subdir
   847   $ hg status path:subdir
   846   M subdir/modified
   848   M subdir/modified
   847   R subdir/removed
   849   R subdir/removed
   848   ! subdir/deleted
   850   ! subdir/deleted
   849   ? subdir/unknown
   851   ? subdir/unknown
   850 
   852 
   851 FIXME: it's a bug in rhg that the status below is empty:
       
   852 
       
   853   $ hg status 'glob:subdir/*'
   853   $ hg status 'glob:subdir/*'
   854   M subdir/modified (no-rhg !)
   854   M subdir/modified
   855   R subdir/removed (no-rhg !)
   855   R subdir/removed
   856   ! subdir/deleted (no-rhg !)
   856   ! subdir/deleted
   857   ? subdir/unknown (no-rhg !)
   857   ? subdir/unknown
   858 
   858 
   859 FIXME: it's a bug (both in rhg and in Python) that the status below is wrong,
   859 FIXME: it's a bug (both in rhg and in Python) that the status below is wrong,
   860 in rhg it's empty, in Python it's missing the unknown file:
   860 in rhg it's empty, in Python it's missing the unknown file:
   861 
   861 
   862   $ hg status rootfilesin:subdir
   862   $ hg status rootfilesin:subdir