Show More
@@ -405,7 +405,7 b' def desthistedit(ui, repo):' | |||
|
405 | 405 | elif default: |
|
406 | 406 | revs = scmutil.revrange(repo, [default]) |
|
407 | 407 | else: |
|
408 |
raise error. |
|
|
408 | raise error.ConfigError( | |
|
409 | 409 | _(b"config option histedit.defaultrev can't be empty") |
|
410 | 410 | ) |
|
411 | 411 |
@@ -127,7 +127,7 b' Test invalid config default' | |||
|
127 | 127 | |
|
128 | 128 | $ hg histedit --config "histedit.defaultrev=" |
|
129 | 129 | abort: config option histedit.defaultrev can't be empty |
|
130 |
[ |
|
|
130 | [30] | |
|
131 | 131 | |
|
132 | 132 | Run on a revision not descendants of the initial parent |
|
133 | 133 | -------------------------------------------------------------------- |
General Comments 0
You need to be logged in to leave comments.
Login now