tests/test-status.t
branchstable
changeset 51570 b39057b713b1
parent 51569 b32c3146ec34
--- a/tests/test-status.t	Fri Apr 12 15:39:21 2024 +0100
+++ b/tests/test-status.t	Fri Apr 12 16:09:45 2024 +0100
@@ -856,14 +856,11 @@
   ! subdir/deleted
   ? subdir/unknown
 
-FIXME: it's a bug (both in rhg and in Python) that the status below is wrong,
-in rhg it's empty, in Python it's missing the unknown file:
-
   $ hg status rootfilesin:subdir
-  M subdir/modified (no-rhg !)
-  R subdir/removed (no-rhg !)
-  ! subdir/deleted (no-rhg !)
-  ? subdir/unknown (no-rhg !)
+  M subdir/modified
+  R subdir/removed
+  ! subdir/deleted
+  ? subdir/unknown
 
 Note: `hg status some-name` creates a patternmatcher which is not supported
 yet by the Rust implementation of status, but includematcher is supported.