Mercurial > evolve
comparison tests/test-evolve-issue5832.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 | 143ac9ac77a3 |
children | 6b7ef731141b |
comparison
equal
deleted
inserted
replaced
6039:51249e4e9025 | 6040:29bc269bcc96 |
---|---|
1 Test for issue 5832 present at https://bz.mercurial-scm.org/show_bug.cgi?id=5832 | 1 Test for issue 5832 present at https://bz.mercurial-scm.org/show_bug.cgi?id=5832 |
2 ================================================================================ | 2 ================================================================================ |
3 | 3 |
4 Setup | 4 Setup |
5 ===== | 5 ===== |
6 | |
7 $ . $TESTDIR/testlib/common.sh | |
6 | 8 |
7 $ cat >> $HGRCPATH <<EOF | 9 $ cat >> $HGRCPATH <<EOF |
8 > [phases] | 10 > [phases] |
9 > publish = False | 11 > publish = False |
10 > [alias] | 12 > [alias] |
11 > glog = log -GT "{rev}:{node|short} {desc}\n ({bookmarks}) {phase}" | 13 > glog = log -GT "{rev}:{node|short} {desc}\n ({bookmarks}) {phase}" |
12 > [extensions] | 14 > [extensions] |
15 > evolve = | |
13 > EOF | 16 > EOF |
14 $ echo "evolve=$(echo $(dirname $TESTDIR))/hgext3rd/evolve/" >> $HGRCPATH | |
15 | 17 |
16 $ hg init issue5832 | 18 $ hg init issue5832 |
17 $ cd issue5832 | 19 $ cd issue5832 |
18 | 20 |
19 $ echo base > base | 21 $ echo base > base |