Mercurial > hg
view templates/filediff.tmpl @ 198:c88ef31fb5c0
hgweb: fix tip so that it doesn't need refreshing
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
hgweb: fix tip so that it doesn't need refreshing
manifest hash: 5bf1837a29c5612872ab206053f9d15e899e3664
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCm1mhywK+sNU5EO8RAjdQAKCLrRFv2/rfHYNI2tFvF5HKINaTjQCfRhxo
ca39aZ0SaNeCBqc1nMPOTcw=
=4pHG
-----END PGP SIGNATURE-----
author | mpm@selenic.com |
---|---|
date | Mon, 30 May 2005 10:21:21 -0800 |
parents | e9b1147db448 |
children | f918a6fa2572 |
line wrap: on
line source
#header# <title>#repo#: #file# diff</title> </head> <body> <div class="buttons"> <a href="?cmd=changelog;rev=#rev#">changelog</a> <a href="?cmd=tags">tags</a> <a href="?cmd=changeset;node=#node#">changeset</a> <a href="?cmd=file;file=#file#;filenode=#filenode#">file</a> <a href="?cmd=filelog;file=#file#;filenode=#filenode#">revisions</a> <a href="?cmd=annotate;file=#file#;filenode=#filenode#">annotate</a> </div> <h2>#file#</h2> <table> <tr> <td class="metatag">revision #rev#:</td> <td><a href="?cmd=changeset;node=#node#">#node#</a></td></tr> <tr> <td class="metatag">parent #p1rev#:</td> <td><a href="?cmd=changeset;node=#p1#">#p1#</a></td></tr> </table> <pre> #diff# </pre> #footer#