Mercurial > evolve
comparison tests/test-evolve-templates.t @ 2497:1e9b86ed78c9
template: make the template definition more manageable
Readable config is readable
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Mon, 29 May 2017 17:10:45 +0200 |
parents | 5ed8af9c4a21 |
children | b765650b37ee |
comparison
equal
deleted
inserted
replaced
2496:5ed8af9c4a21 | 2497:1e9b86ed78c9 |
---|---|
10 > [phases] | 10 > [phases] |
11 > publish=False | 11 > publish=False |
12 > [extensions] | 12 > [extensions] |
13 > evolve = | 13 > evolve = |
14 > [alias] | 14 > [alias] |
15 > tlog = log -G -T '{node|short}{if(precursors, "\n Precursors: {precursors}")}\n Successors: {successors}\n Fate: {obsfate_quiet}\n' | 15 > tlog = log -G -T '{node|short}\ |
16 > {if(precursors, "\n Precursors: {precursors}")}\ | |
17 > \n Successors: {successors}\ | |
18 > \n Fate: {obsfate_quiet}\n' | |
16 > EOF | 19 > EOF |
17 | 20 |
18 Test templates on amended commit | 21 Test templates on amended commit |
19 ================================ | 22 ================================ |
20 | 23 |