mercurial/templates/raw/logentry.tmpl
author Martin von Zweigbergk <martinvonz@google.com>
Sat, 09 Feb 2019 16:43:20 -0800
changeset 41678 8fa1a5fb8a28
parent 19429 c8490dcc5fb3
permissions -rw-r--r--
largefiles: get cwd and relative paths from repo instead of matcher As far as I can tell, the matcher returned from matchandpats() got its cwd from the context object, which in turn got it from the repo, so this should be equivalent. Differential Revision: https://phab.mercurial-scm.org/D5922
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}