mercurial/templates/raw/logentry.tmpl
author Matt Harbison <matt_harbison@yahoo.com>
Thu, 25 Jun 2015 21:16:47 -0400
branchstable
changeset 25665 dc05a10e1e45
parent 19429 c8490dcc5fb3
permissions -rw-r--r--
archive: don't assume '.' is being archived for changessincelatesttag Hardcoding '.' is wrong, and yielded strange results when archiving old revisions. For example, when archiving the cset that adds the signature to 3.4 (c48850339988), the resulting value was previously 51 (the number of commits on stable between 3.4 and today), even though it was a direct descendant of a tag, with a {latesttagdistance} of 2. This still includes all other _ancestor_ paths not included in {latesttag}. Note that archiving wdir() currently blows up several lines above this when building the 'base' variable. Since wdir() isn't documented, ignore that it needs work to handle wdir() here for now.
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}