diff tests/test-histedit-arguments.t @ 45843:c7abdbc8fd47

destutil: raise more specific error when histedit.defaultrev is empty Differential Revision: https://phab.mercurial-scm.org/D9313
author Martin von Zweigbergk <martinvonz@google.com>
date Tue, 10 Nov 2020 09:14:01 -0800
parents 527ce85c2e60
children 9dc1351d0b5f
line wrap: on
line diff
--- a/tests/test-histedit-arguments.t	Tue Oct 20 08:56:00 2020 -0700
+++ b/tests/test-histedit-arguments.t	Tue Nov 10 09:14:01 2020 -0800
@@ -127,7 +127,7 @@
 
   $ hg histedit --config "histedit.defaultrev="
   abort: config option histedit.defaultrev can't be empty
-  [255]
+  [30]
 
 Run on a revision not descendants of the initial parent
 --------------------------------------------------------------------