diff tests/test-rhg.t @ 48236:f8dc78716ad2

rhg: fix `hg cat` interaction with null revision Differential Revision: https://phab.mercurial-scm.org/D11664
author Arseniy Alekseyev <aalekseyev@janestreet.com>
date Thu, 14 Oct 2021 19:02:08 +0100
parents 08c8cd2527bc
children 8960295b9246
line wrap: on
line diff
--- a/tests/test-rhg.t	Fri Oct 15 01:27:39 2021 +0200
+++ b/tests/test-rhg.t	Thu Oct 14 19:02:08 2021 +0100
@@ -129,8 +129,8 @@
   $ $NO_FALLBACK rhg cat -r d file-2
   2
   $ $NO_FALLBACK rhg cat -r 0000 file-2
-  abort: invalid revision identifier: 0000
-  [255]
+  file-2: no such file in rev 000000000000
+  [1]
 
 Cat files
   $ cd $TESTTMP