Mercurial > evolve
comparison tests/test-evolve-stop-orphan.t @ 6040:29bc269bcc96
tests: source common.sh in more tests
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Mon, 20 Sep 2021 20:28:49 +0300 |
parents | 4688b7eb7e40 |
children | 6b7ef731141b |
comparison
equal
deleted
inserted
replaced
6039:51249e4e9025 | 6040:29bc269bcc96 |
---|---|
6 | 6 |
7 This is testing cases when `hg evolve` command is doing orphan resolution. | 7 This is testing cases when `hg evolve` command is doing orphan resolution. |
8 | 8 |
9 Setup | 9 Setup |
10 ===== | 10 ===== |
11 | |
12 $ . $TESTDIR/testlib/common.sh | |
11 | 13 |
12 $ cat >> $HGRCPATH <<EOF | 14 $ cat >> $HGRCPATH <<EOF |
13 > [alias] | 15 > [alias] |
14 > glog = log -GT "{rev}:{node|short} {desc}\n ({bookmarks}) {phase}" | 16 > glog = log -GT "{rev}:{node|short} {desc}\n ({bookmarks}) {phase}" |
15 > [extensions] | 17 > [extensions] |
18 > evolve = | |
16 > EOF | 19 > EOF |
17 $ echo "evolve=$(echo $(dirname $TESTDIR))/hgext3rd/evolve/" >> $HGRCPATH | |
18 | 20 |
19 #testcases inmemory ondisk | 21 #testcases inmemory ondisk |
20 #if inmemory | 22 #if inmemory |
21 $ cat >> $HGRCPATH <<EOF | 23 $ cat >> $HGRCPATH <<EOF |
22 > [experimental] | 24 > [experimental] |