##// END OF EJS Templates
Add parent revision numbers back to hgweb...
Add parent revision numbers back to hgweb -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Add parent revision numbers back to hgweb From: Goffredo Baroncelli <kreijack@libero.it> manifest hash: 9f81492df935e94e7c544b071aa9caac3b102190 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCxccYywK+sNU5EO8RAkW7AJ9aXTUZ9JnbZMrxCrcuXozYzkdw/gCfT8IO qnqe966Mvapr2jULeXldQW4= =XiV5 -----END PGP SIGNATURE-----

File last commit:

r201:f918a6fa default
r567:87f37e61 default
Show More
changelog.tmpl
29 lines | 564 B | application/x-cheetah | CheetahLexer
mpm@selenic.com
Prettify the web interface...
r142 #header#
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 <title>#repo|escape#: changelog</title>
mpm@selenic.com
Prettify the web interface...
r142 </head>
mpm@selenic.com
Revamped templated hgweb
r138 <body>
mpm@selenic.com
hgweb: add tags links and manifest links...
r168
<div class="buttons">
<a href="?cmd=tags">tags</a>
<a href="?cmd=manifest;manifest=#manifest#;path=/">manifest</a>
</div>
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 <h2>changelog for #repo|escape#</h2>
mpm@selenic.com
Revamped templated hgweb
r138
mpm@selenic.com
Add tag/rev/node search to hgweb
r165 <form>
search:
<input type="hidden" name="cmd" value="changelog">
<input name="rev" type="text" width="30">
mpm@selenic.com
hgweb: make navigation of changesets a bit nicer
r173 navigate: <small>#changenav#</small><br/>
mpm@selenic.com
Add tag/rev/node search to hgweb
r165 </form>
mpm@selenic.com
Revamped templated hgweb
r138
mpm@selenic.com
Prettify the web interface...
r142 #entries#
mpm@selenic.com
Revamped templated hgweb
r138
mpm@selenic.com
Add tag/rev/node search to hgweb
r165 <form>
search:
<input type="hidden" name="cmd" value="changelog">
<input name="rev" type="text" width="30">
mpm@selenic.com
hgweb: make navigation of changesets a bit nicer
r173 navigate: <small>#changenav#</small><br/>
mpm@selenic.com
Add tag/rev/node search to hgweb
r165 </form>
mpm@selenic.com
Revamped templated hgweb
r138
mpm@selenic.com
Prettify the web interface...
r142 #footer#