Mercurial > evolve
comparison tests/test-topic-stack.t @ 3593:b92114f201c9 mercurial-4.1
test-compat: merge mercurial-4.2 into mercurial-4.1
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 21 Mar 2018 16:35:18 +0100 |
parents | 7a5c3175015e b21a3753255f |
children |
comparison
equal
deleted
inserted
replaced
3592:7a5c3175015e | 3593:b92114f201c9 |
---|---|
2 | 2 |
3 Initial setup | 3 Initial setup |
4 | 4 |
5 | 5 |
6 $ cat << EOF >> $HGRCPATH | 6 $ cat << EOF >> $HGRCPATH |
7 > [extensions] | |
8 > color = | |
7 > [ui] | 9 > [ui] |
8 > logtemplate = {rev} {branch} \{{get(namespaces, "topics")}} {phase} {desc|firstline}\n | 10 > logtemplate = {rev} {branch} \{{get(namespaces, "topics")}} {phase} {desc|firstline}\n |
9 > [experimental] | 11 > [experimental] |
10 > evolution=all | 12 > evolution=all |
11 > EOF | 13 > EOF |