comparison tests/test-evolve-split.t @ 5960:d919851981d4

tests: evolve should be able to handle split parents by now As demonstrated by 3c0aebe73482.
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 17 Jun 2021 10:55:51 +0300
parents a1dad44fe3da
children
comparison
equal deleted inserted replaced
5959:b1a2cfde69d3 5960:d919851981d4
1 Check that evolve shows error while handling split commits 1 Check that evolve can handle split commits
2 -------------------------------------- 2 ------------------------------------------
3
3 $ cat >> $HGRCPATH <<EOF 4 $ cat >> $HGRCPATH <<EOF
4 > [ui] 5 > [ui]
5 > logtemplate = {rev}:{node|short}@{branch}({phase}) {desc|firstline}\n 6 > logtemplate = {rev}:{node|short}@{branch}({phase}) {desc|firstline}\n
6 > [extensions] 7 > [extensions]
7 > EOF 8 > EOF