Mercurial > evolve
diff 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 |
line wrap: on
line diff
--- a/tests/test-topic-change.t Wed Jan 10 10:54:02 2018 +0000 +++ b/tests/test-topic-change.t Tue Jan 09 23:42:57 2018 +0530 @@ -10,7 +10,7 @@ > [phases] > publish=false > [alias] - > glog = log -G -T "{rev}:{node|short} \{{topics}}\n{desc} ({bookmarks})\n\n" + > glog = log -G -T "{rev}:{node|short} \{{topic}}\n{desc} ({bookmarks})\n\n" > EOF About the glog output: {} contains the topic name and () will contain the bookmark