diff tests/test-diff-change.t @ 48030:7d908ee19b5b

errors: use InputError for some invalid revsets and such Differential Revision: https://phab.mercurial-scm.org/D11496
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 23 Sep 2021 09:38:45 -0700
parents d57e607d9e33
children 74973a6d4e67
line wrap: on
line diff
--- a/tests/test-diff-change.t	Thu Sep 23 17:05:37 2021 -0400
+++ b/tests/test-diff-change.t	Thu Sep 23 09:38:45 2021 -0700
@@ -119,7 +119,7 @@
   +wdir
   $ hg diff -r "2 and 1"
   abort: empty revision range
-  [255]
+  [10]
 
   $ cd ..