Mercurial > evolve
comparison tests/test-topic-change.t @ 3384:2b06f144b6e0
topics: add a new templatekeyword `topic`
This patch adds a new templatekeyword topic which can be used to list the topic
of the changeset when using commands which supports templating.
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Tue, 09 Jan 2018 23:42:57 +0530 |
parents | ae6fddf39933 |
children | e1f3e43a50a4 |
comparison
equal
deleted
inserted
replaced
3383:733e01473ec2 | 3384:2b06f144b6e0 |
---|---|
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 |