tests/test-status.t
branchstable
changeset 51563 b861d913e7ec
parent 50460 f57f5ab0e220
child 51565 95c083d21ac6
--- a/tests/test-status.t	Fri Apr 05 01:07:46 2024 +0200
+++ b/tests/test-status.t	Thu Apr 11 15:53:23 2024 +0100
@@ -842,6 +842,14 @@
   C clean
   C subdir/clean
 
+FIXME: it's a bug in rhg that the status below is empty:
+
+  $ hg status 'glob:subdir/*'
+  M subdir/modified (no-rhg !)
+  R subdir/removed (no-rhg !)
+  ! subdir/deleted (no-rhg !)
+  ? subdir/unknown (no-rhg !)
+
 Note: `hg status some-name` creates a patternmatcher which is not supported
 yet by the Rust implementation of status, but includematcher is supported.
 --include is used below for that reason