Mercurial > evolve
comparison tests/test-evolve-continue.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 | b68789e8c535 |
children | 6b7ef731141b |
comparison
equal
deleted
inserted
replaced
6039:51249e4e9025 | 6040:29bc269bcc96 |
---|---|
1 Testing the continue functionality of `hg evolve` | 1 Testing the continue functionality of `hg evolve` |
2 | |
3 $ . $TESTDIR/testlib/common.sh | |
2 | 4 |
3 $ cat >> $HGRCPATH <<EOF | 5 $ cat >> $HGRCPATH <<EOF |
4 > [ui] | 6 > [ui] |
5 > interactive = True | 7 > interactive = True |
6 > [alias] | 8 > [alias] |
7 > glog = log -GT "{rev}:{node|short} {desc}\n ({bookmarks}) {phase}" | 9 > glog = log -GT "{rev}:{node|short} {desc}\n ({bookmarks}) {phase}" |
8 > [extensions] | 10 > [extensions] |
9 > rebase = | 11 > rebase = |
12 > evolve = | |
10 > EOF | 13 > EOF |
11 $ echo "evolve=$(echo $(dirname $TESTDIR))/hgext3rd/evolve/" >> $HGRCPATH | |
12 | 14 |
13 #testcases inmemory ondisk | 15 #testcases inmemory ondisk |
14 #if inmemory | 16 #if inmemory |
15 $ cat >> $HGRCPATH <<EOF | 17 $ cat >> $HGRCPATH <<EOF |
16 > [experimental] | 18 > [experimental] |