tests/test-dispatch.t
changeset 46749 5a2212d40398
parent 46417 768056549737
child 46820 821929d59e01
--- a/tests/test-dispatch.t	Fri Mar 12 21:44:07 2021 +0100
+++ b/tests/test-dispatch.t	Fri Mar 12 23:04:56 2021 +0100
@@ -90,9 +90,12 @@
 
   $ mkdir -p badrepo/.hg
   $ echo 'invalid-syntax' > badrepo/.hg/hgrc
+TODO: add rhg support for detailed exit codes
+#if no-rhg
   $ hg log -b -Rbadrepo default
   config error at badrepo/.hg/hgrc:1: invalid-syntax
   [30]
+#endif
 
   $ hg log -b --cwd=inexistent default
   abort: $ENOENT$: 'inexistent'