tests/test-debugcommands.t
changeset 46749 5a2212d40398
parent 46633 7015b0232c5e
child 46821 e8ae91b1a63d
--- a/tests/test-debugcommands.t	Fri Mar 12 21:44:07 2021 +0100
+++ b/tests/test-debugcommands.t	Fri Mar 12 23:04:56 2021 +0100
@@ -531,9 +531,17 @@
 
 Test WdirUnsupported exception
 
+#if no-rhg
   $ hg debugdata -c ffffffffffffffffffffffffffffffffffffffff
   abort: working directory revision cannot be specified
   [255]
+#else
+TODO: add rhg support for (at least parsing) the working directory pseudo-changeset
+  $ hg debugdata -c ffffffffffffffffffffffffffffffffffffffff
+  abort: working directory revision cannot be specified (missing-correct-output !)
+  abort: invalid revision identifier: ffffffffffffffffffffffffffffffffffffffff (known-bad-output !)
+  [255]
+#endif
 
 Test cache warming command