diff tests/test-commandserver.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 a28a7dcb9158
children 6edc8800dbc3
line wrap: on
line diff
--- a/tests/test-commandserver.t	Tue Sep 28 13:59:01 2021 -0700
+++ b/tests/test-commandserver.t	Tue Sep 28 15:11:22 2021 -0700
@@ -101,7 +101,7 @@
   000000000000 tip
   *** runcommand id -runknown
   abort: unknown revision 'unknown'
-   [255]
+   [10]
 
   >>> from hgclient import bprint, check, readchannel
   >>> @check