Mercurial > evolve
comparison tests/test-topic-stack-data.t @ 5969:f8ab6ad1ffc0
tests: drop 3.7 compatibility for log -G missing parent edge
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sat, 19 Jun 2021 22:33:38 +0300 |
parents | 7ee15bf011d6 |
children | caf302fb8f4d |
comparison
equal
deleted
inserted
replaced
5968:20998c86dde5 | 5969:f8ab6ad1ffc0 |
---|---|
9 > [phases] | 9 > [phases] |
10 > publish=false | 10 > publish=false |
11 > EOF | 11 > EOF |
12 $ cat <<EOF >> $HGRCPATH | 12 $ cat <<EOF >> $HGRCPATH |
13 > [experimental] | 13 > [experimental] |
14 > # disable the new graph style until we drop 3.7 support | |
15 > graphstyle.missing = | | |
16 > # turn evolution on | 14 > # turn evolution on |
17 > evolution=all | 15 > evolution=all |
18 > EOF | 16 > EOF |
19 | |
20 | 17 |
21 $ mkcommit() { | 18 $ mkcommit() { |
22 > echo "$1" > "$1" | 19 > echo "$1" > "$1" |
23 > hg add "$1" | 20 > hg add "$1" |
24 > hg ci -m "add $1" | 21 > hg ci -m "add $1" |