comparison 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
comparison
equal deleted inserted replaced
45842:1bf1dcbc9950 45843:c7abdbc8fd47
125 Test invalid config default 125 Test invalid config default
126 --------------------------- 126 ---------------------------
127 127
128 $ hg histedit --config "histedit.defaultrev=" 128 $ hg histedit --config "histedit.defaultrev="
129 abort: config option histedit.defaultrev can't be empty 129 abort: config option histedit.defaultrev can't be empty
130 [255] 130 [30]
131 131
132 Run on a revision not descendants of the initial parent 132 Run on a revision not descendants of the initial parent
133 -------------------------------------------------------------------- 133 --------------------------------------------------------------------
134 134
135 Test the message shown for inconsistent histedit state, which may be 135 Test the message shown for inconsistent histedit state, which may be