comparison tests/test-obshistory.t @ 47020:ba6881c6a178

rewriteutil: check for divergence This code is adapted from the code in the evolve extension. It seems to be equivalent as far as the evolve extension's test suite can tell (the only impact when making their `precheck()` delegate to our version is that error messages are less detailed). I had to change the error message to work with "change branch of" being inserted as the action. Differential Revision: https://phab.mercurial-scm.org/D10518
author Martin von Zweigbergk <martinvonz@google.com>
date Tue, 23 Feb 2021 10:28:42 -0800
parents 95c4cca641f6
children 5105a9975407
comparison
equal deleted inserted replaced
47019:c4dbbaecaad3 47020:ba6881c6a178
11 > [phases] 11 > [phases]
12 > publish=False 12 > publish=False
13 > [experimental] 13 > [experimental]
14 > evolution.createmarkers = yes 14 > evolution.createmarkers = yes
15 > evolution.effect-flags = yes 15 > evolution.effect-flags = yes
16 > evolution.allowdivergence=true
16 > EOF 17 > EOF
17 18
18 Test output on amended commit 19 Test output on amended commit
19 ============================= 20 =============================
20 21