Mercurial > evolve
comparison tests/test-evolve-content-divergent-basic.t @ 5820:5341d7c30e68 stable
branching: merge into stable in preparation for release
# no-check-commit
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 11 Mar 2021 11:49:34 +0800 |
parents | a1dad44fe3da |
children | fd039a7f0c3c c04c4383f33e |
comparison
equal
deleted
inserted
replaced
5798:87006dcf2bb7 | 5820:5341d7c30e68 |
---|---|
6 file for more advanced cases. | 6 file for more advanced 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 |