##// END OF EJS Templates
export: serialize revisions to be exported per destination file...
export: serialize revisions to be exported per destination file Prepares for porting to the formatter API, where we can't simply append to existing files because JSON can't be streamed for example. The modemap hack is removed since cmdutil.export() was the only user. I also made the destination filename printed only once.

File last commit:

r19767:d4501068 default
r37619:2e0e6131 default
Show More
search.tmpl
7 lines | 111 B | application/x-cheetah | CheetahLexer
Alexander Plavin
hgweb: add changelog and search templates to raw style...
r19429 {header}
# HG changesets search
# Node ID {node}
# Query "{query}"
Alexander Plavin
raw: show current search mode name at search results
r19767 # Mode {modedesc}
Alexander Plavin
hgweb: add changelog and search templates to raw style...
r19429
{entries%changelogentry}