comparison tests/test-split.t @ 5830:67fc03f42d92 mercurial-5.0

test-compat: merge mercurial-5.1 into mercurial-5.0 # no-check-commit
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 11 Mar 2021 14:22:45 +0800
parents c2c85576ddfb fd039a7f0c3c
children d161fccccd80 e82ad19eb3cc
comparison
equal deleted inserted replaced
5763:c2c85576ddfb 5830:67fc03f42d92
4 $ . $TESTDIR/testlib/common.sh 4 $ . $TESTDIR/testlib/common.sh
5 5
6 $ cat >> $HGRCPATH <<EOF 6 $ cat >> $HGRCPATH <<EOF
7 > [alias] 7 > [alias]
8 > glog = log -G -T "{rev}:{node|short} {desc|firstline} ({phase})\n" 8 > glog = log -G -T "{rev}:{node|short} {desc|firstline} ({phase})\n"
9 > [defaults]
10 > amend=-d "0 0"
11 > fold=-d "0 0"
12 > split=-d "0 0"
13 > amend=-d "0 0"
14 > [web]
15 > push_ssl = false
16 > allow_push = *
17 > [phases]
18 > publish = False
19 > [diff] 9 > [diff]
20 > git = 1 10 > git = 1
21 > unified = 0 11 > unified = 0
22 > [commands] 12 > [commands]
23 > commit.interactive.unified = 0 13 > commit.interactive.unified = 0