mercurial/templates/raw/logentry.tmpl
author Matt Mackall <mpm@selenic.com>
Sun, 31 May 2015 16:59:34 -0500
changeset 25388 6025cac3d02f
parent 19429 c8490dcc5fb3
permissions -rw-r--r--
tests: add (?) flag for optional lines When the test engine fails to match output on a line marked with (?), it will simply continue to the next expected line and try again. This allows simplifying tests that have either version-specific or non-fixed behavior, for instance: $ coin-flip heads (?) tails (?) (There's no form of back-tracking attempted, so optional matches should be specific.)
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}