diff -r bde90e9b4507 -r 5a2212d40398 tests/test-debugcommands.t --- 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