diff tests/test-sparse.t @ 52740:7405f8a67611

rhg: fix status --rev --rev sparse bug This fixes the bug discovered in f0c439952ecb6579ee89abee84fae5587f5dda66. The bug was introduced in 136e74c2bf8f917cf963dc1b594b6a90f8e5f627.
author Mitchell Kember <mkember@janestreet.com>
date Tue, 04 Feb 2025 14:02:20 -0500
parents f0c439952ecb
children
line wrap: on
line diff
--- a/tests/test-sparse.t	Tue Feb 04 13:39:28 2025 -0500
+++ b/tests/test-sparse.t	Tue Feb 04 14:02:20 2025 -0500
@@ -54,10 +54,10 @@
 Test that status --rev --rev and --change ignore sparse rules.
   $ hg status --rev null --rev 0
   A hide
-  A show (no-rhg !)
+  A show
   $ hg status --change 0
   A hide
-  A show (no-rhg !)
+  A show
 
 Absolute paths outside the repo should just be rejected