annotate mercurial/templates/raw/logentry.tmpl @ 25803:b3004d273874

parser: factor out function that parses right-hand side of prefix/infix ops These two had common pattern. The significant difference was just a result expression: prefix: (op-name, rhs) infix: (op-name, lhs, rhs)
author Yuya Nishihara <yuya@tcha.org>
date Sun, 05 Jul 2015 18:09:15 +0900
parents c8490dcc5fb3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
19429
c8490dcc5fb3 hgweb: add changelog and search templates to raw style
Alexander Plavin <me@aplavin.ru>
parents:
diff changeset
1 changeset: {node}
c8490dcc5fb3 hgweb: add changelog and search templates to raw style
Alexander Plavin <me@aplavin.ru>
parents:
diff changeset
2 revision: {rev}
c8490dcc5fb3 hgweb: add changelog and search templates to raw style
Alexander Plavin <me@aplavin.ru>
parents:
diff changeset
3 user: {author}
c8490dcc5fb3 hgweb: add changelog and search templates to raw style
Alexander Plavin <me@aplavin.ru>
parents:
diff changeset
4 date: {date|rfc822date}
c8490dcc5fb3 hgweb: add changelog and search templates to raw style
Alexander Plavin <me@aplavin.ru>
parents:
diff changeset
5 summary: {desc}
c8490dcc5fb3 hgweb: add changelog and search templates to raw style
Alexander Plavin <me@aplavin.ru>
parents:
diff changeset
6 {branches%branchname}{tags%tagname}{bookmarks%bookmarkname}