diff tests/test-manifest.t @ 48118:5105a9975407

errors: raise InputError from revsingle() iff revset provided by the user Same reasoning as for `revrange()` in an earlier patch. Differential Revision: https://phab.mercurial-scm.org/D11562
author Martin von Zweigbergk <martinvonz@google.com>
date Tue, 28 Sep 2021 15:11:22 -0700
parents 95c4cca641f6
children 2f2682f40ea0
line wrap: on
line diff
--- a/tests/test-manifest.t	Tue Sep 28 13:59:01 2021 -0700
+++ b/tests/test-manifest.t	Tue Sep 28 15:11:22 2021 -0700
@@ -88,7 +88,7 @@
 
   $ hg manifest -r 2
   abort: unknown revision '2'
-  [255]
+  [10]
 
   $ hg manifest -r tip tip
   abort: please specify just one revision