comparison tests/test-evolve-orphan-split.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
4 $ . $TESTDIR/testlib/common.sh 4 $ . $TESTDIR/testlib/common.sh
5 5
6 $ cat >> $HGRCPATH <<EOF 6 $ cat >> $HGRCPATH <<EOF
7 > [ui] 7 > [ui]
8 > interactive = True 8 > interactive = True
9 > [alias]
10 > glog = log -GT "{rev}:{node|short} {desc}\n ({bookmarks}) {phase}"
11 > [extensions] 9 > [extensions]
12 > rebase = 10 > rebase =
13 > evolve = 11 > evolve =
14 > EOF 12 > EOF
15 13