Mercurial > evolve
comparison tests/test-evolve-continue.t @ 6041:6b7ef731141b
tests: move the most often used glog alias to common.sh
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Mon, 20 Sep 2021 20:47:31 +0300 |
parents | 29bc269bcc96 |
children | 1cbafebe874b |
comparison
equal
deleted
inserted
replaced
6040:29bc269bcc96 | 6041:6b7ef731141b |
---|---|
3 $ . $TESTDIR/testlib/common.sh | 3 $ . $TESTDIR/testlib/common.sh |
4 | 4 |
5 $ cat >> $HGRCPATH <<EOF | 5 $ cat >> $HGRCPATH <<EOF |
6 > [ui] | 6 > [ui] |
7 > interactive = True | 7 > interactive = True |
8 > [alias] | |
9 > glog = log -GT "{rev}:{node|short} {desc}\n ({bookmarks}) {phase}" | |
10 > [extensions] | 8 > [extensions] |
11 > rebase = | 9 > rebase = |
12 > evolve = | 10 > evolve = |
13 > EOF | 11 > EOF |
14 | 12 |