##// END OF EJS Templates
hgweb: Search templates in templatepath/style/map, too, using a common function....
hgweb: Search templates in templatepath/style/map, too, using a common function. This allows for web templates to be self-contained in a directory, which makes copying and modifying them easier.

File last commit:

r3273:46188b95 default
r3276:db9d2a62 default
Show More
filelog.tmpl
22 lines | 689 B | application/x-cheetah | CheetahLexer
#header#
<title>#repo|escape#: #file|escape# history</title>
<link rel="alternate" type="application/rss+xml"
href="#url#rss-log/tip/#file|urlescape#" title="RSS feed for #repo|escape#:#file#">
</head>
</head>
<body>
<div class="buttons">
<a href="#url#log{getentries}">changelog</a>
<a href="#url#shortlog{getentries}">shortlog</a>
<a href="#url#tags{getentries}">tags</a>
<a href="#url#file/#node|short#/#file|urlescape#{getentries}">file</a>
<a href="#url#annotate/#node|short#/#file|urlescape#{getentries}">annotate</a>
<a type="application/rss+xml" href="#url#rss-log/tip/#file|urlescape#">rss</a>
</div>
<h2>#file|escape# revision history</h2>
#entries%filelogentry#
#footer#