Mercurial > evolve
comparison tests/test-topic-change.t @ 3419:1e2f683e11e7 mercurial-4.2
test-compat: merge mercurial-4.3 into mercurial-4.2
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Tue, 16 Jan 2018 04:38:04 +0100 |
parents | 9c9c8c1eeb93 85cdce113c2c |
children | 7a5c3175015e |
comparison
equal
deleted
inserted
replaced
3381:16b4f0e32d9d | 3419:1e2f683e11e7 |
---|---|
8 > graphstyle.missing = | | 8 > graphstyle.missing = | |
9 > evolution=createmarkers, allowunstable | 9 > evolution=createmarkers, allowunstable |
10 > [phases] | 10 > [phases] |
11 > publish=false | 11 > publish=false |
12 > [alias] | 12 > [alias] |
13 > glog = log -G -T "{rev}:{node|short} \{{topics}}\n{desc} ({bookmarks})\n\n" | 13 > glog = log -G -T "{rev}:{node|short} \{{topic}}\n{desc} ({bookmarks})\n\n" |
14 > EOF | 14 > EOF |
15 | 15 |
16 About the glog output: {} contains the topic name and () will contain the bookmark | 16 About the glog output: {} contains the topic name and () will contain the bookmark |
17 | 17 |
18 Setting up a repo | 18 Setting up a repo |