mercurial/templates/raw/changelog.tmpl
author Pulkit Goyal <7895pulkit@gmail.com>
Wed, 02 Aug 2017 03:23:06 +0530
changeset 33693 5fc4ddfbe626
parent 19905 078ccd780b71
permissions -rw-r--r--
bundle2: load hookargs from bundleoperation into transaction when started one When a transaction is started, we must load the hookargs from the bundleoperation object to the transaction so that they can be used in the transaction. Also this patch makes sure no more hookargs are added to the bundleoperation object once the transaction starts. This is a part of porting fb extension bundle2hooks to core. Differential Revision: https://phab.mercurial-scm.org/D209
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
{header}
19905
078ccd780b71 hgweb: replace 'shortlog' with 'changelog' in raw changelog template
Alexander Plavin <alexander@plav.in>
parents: 19429
diff changeset
     2
# HG changelog
19429
c8490dcc5fb3 hgweb: add changelog and search templates to raw style
Alexander Plavin <me@aplavin.ru>
parents:
diff changeset
     3
# Node ID {node}
c8490dcc5fb3 hgweb: add changelog and search templates to raw style
Alexander Plavin <me@aplavin.ru>
parents:
diff changeset
     4
c8490dcc5fb3 hgweb: add changelog and search templates to raw style
Alexander Plavin <me@aplavin.ru>
parents:
diff changeset
     5
{entries%changelogentry}