diff tests/test-branch-change.t @ 45845:f96fa4de5055

errors: use InputError for errors about bad label names (tags etc) Differential Revision: https://phab.mercurial-scm.org/D9327
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 12 Nov 2020 10:35:33 -0800
parents 527ce85c2e60
children b4694ef45db5
line wrap: on
line diff
--- a/tests/test-branch-change.t	Thu Nov 12 09:53:14 2020 -0800
+++ b/tests/test-branch-change.t	Thu Nov 12 10:35:33 2020 -0800
@@ -40,13 +40,13 @@
 
   $ hg branch -r . a:b
   abort: ':' cannot be used in a name
-  [255]
+  [10]
   $ hg branch -r . tip
   abort: the name 'tip' is reserved
-  [255]
+  [10]
   $ hg branch -r . 1234
   abort: cannot use an integer as a name
-  [255]
+  [10]
 
 Change on non-linear set of commits