Mercurial > evolve
comparison tests/test-evolve-content-divergent-corner-cases.t @ 5824:73573aec18f7 mercurial-5.5
test-compat: merge mercurial-5.6 into mercurial-5.5
# no-check-commit
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 11 Mar 2021 12:40:20 +0800 |
parents | 552efcc2cc30 a1dad44fe3da |
children | 67fc03f42d92 e5bd76f95145 |
comparison
equal
deleted
inserted
replaced
5758:552efcc2cc30 | 5824:73573aec18f7 |
---|---|
6 other cases. | 6 other cases. |
7 | 7 |
8 $ cat >> $HGRCPATH <<EOF | 8 $ cat >> $HGRCPATH <<EOF |
9 > [alias] | 9 > [alias] |
10 > glog = log -GT "{rev}:{node|short} {desc|firstline}\n ({bookmarks}) [{branch}] {phase}" | 10 > glog = log -GT "{rev}:{node|short} {desc|firstline}\n ({bookmarks}) [{branch}] {phase}" |
11 > [defaults] | |
12 > amend=-d "0 0" | |
13 > fold=-d "0 0" | |
14 > [web] | |
15 > push_ssl = false | |
16 > allow_push = * | |
17 > [phases] | |
18 > publish = False | |
19 > [diff] | 11 > [diff] |
20 > git = 1 | 12 > git = 1 |
21 > unified = 0 | 13 > unified = 0 |
22 > [ui] | 14 > [ui] |
23 > logtemplate = {rev}:{node|short}@{branch}({phase}) {desc|firstline} [{instabilities}]\n | 15 > logtemplate = {rev}:{node|short}@{branch}({phase}) {desc|firstline} [{instabilities}]\n |