Mercurial > hg
view templates/changeset.tmpl @ 403:fda7bb480020
[PATCH] rawcommit fix again
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
[PATCH] rawcommit fix again
From: Christopher Li <hg@chrisli.org>
Rawcommit need to allow no argument when using file list options.
Chris
manifest hash: 049977598f355ad9e54eeb18f8831fc4c1fee36d
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCuMR9ywK+sNU5EO8RArXFAJ98iZaSIzsc0KBgtMW5v4yVuWfpZQCdH2yQ
bYOgCTRNapYqq5YtnOHfErk=
=1Poe
-----END PGP SIGNATURE-----
author | mpm@selenic.com |
---|---|
date | Tue, 21 Jun 2005 17:53:01 -0800 |
parents | e5d769afd3ef |
children | e8fd41110dce |
line wrap: on
line source
#header# <title>#repo|escape#: changeset #node|short#</title> </head> <body> <div class="buttons"> <a href="?cmd=changelog;rev=#rev#">changelog</a> <a href="?cmd=tags">tags</a> <a href="?cmd=manifest;manifest=#manifest#;path=/">manifest</a> <a href="?cmd=changeset;node=#node#;style=raw">raw</a> </div> <h2>changeset: #desc|escape|firstline#</h2> <table> <tr> <td class="metatag">changeset #rev#:</td> <td><a href="?cmd=changeset;node=#node#">#node|short#</a></td></tr> #parent1# #parent2# <tr> <td class="metatag">manifest:</td> <td><a href="?cmd=manifest;manifest=#manifest#;path=/">#manifest|short#</a></td></tr> <tr> <td class="metatag">author:</td> <td>#author|obfuscate#</td></tr> <tr> <td class="metatag">date:</td> <td>#date|date# (#date|age# ago)</td></tr> <tr> <td class="metatag" valign="top">files:</td> <td>#files#</td></tr> <tr> <td class="metatag" valign="top">description:</td> <td>#desc|escape|addbreaks#</td></tr> </table> <pre> #diff# </pre> </body> </html