mercurial/templates/raw/logentry.tmpl
author Yuya Nishihara <yuya@tcha.org>
Sun, 09 Aug 2015 16:06:36 +0900
branchstable
changeset 25995 4f703dcc626f
parent 19429 c8490dcc5fb3
permissions -rw-r--r--
revset: prevent crash caused by empty group expression while optimizing "and" An empty group expression "()" generates None in AST, so the optimizer have to test it before destructuring a tuple. The error message, "missing argument", is somewhat obscure, but it should be better than crash.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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}