Mercurial > evolve
comparison tests/test-evolve-order.t @ 5832:1f301a3062f5 mercurial-4.8
test-compat: merge mercurial-4.9 into mercurial-4.8
# no-check-commit
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 11 Mar 2021 14:42:51 +0800 |
parents | a1dad44fe3da |
children | 53d63b608230 |
comparison
equal
deleted
inserted
replaced
5765:98e87c181e0f | 5832:1f301a3062f5 |
---|---|
1 evolve --rev reordering | 1 evolve --rev reordering |
2 ----------------------- | 2 ----------------------- |
3 | 3 |
4 $ cat >> $HGRCPATH <<EOF | 4 $ cat >> $HGRCPATH <<EOF |
5 > [defaults] | |
6 > amend=-d "0 0" | |
7 > fold=-d "0 0" | |
8 > [web] | |
9 > push_ssl = false | |
10 > allow_push = * | |
11 > [phases] | |
12 > publish = False | |
13 > [diff] | |
14 > git = 1 | |
15 > unified = 0 | |
16 > [ui] | 5 > [ui] |
17 > logtemplate = {rev}:{node|short}@{branch}({phase}) {desc|firstline}\n | 6 > logtemplate = {rev}:{node|short}@{branch}({phase}) {desc|firstline}\n |
18 > [experimental] | 7 > [experimental] |
19 > evolution.allowdivergence = True | 8 > evolution.allowdivergence = True |
20 > [extensions] | 9 > [extensions] |