Mercurial > hg
view templates/old/changelogentry.tmpl @ 4485:82bc6aef8b43
patchbomb: Don't prompt for headers until sure we have revs to export.
The prior behaviour was to always prompt for headers, and only then
bomb out if there were actually no revs to send.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Sun, 27 May 2007 13:29:04 -0700 |
parents | fc34c031ff54 |
children |
line wrap: on
line source
<table class="logEntry parity#parity#"> <tr> <th class="age">#date|age# ago:</th> <th class="firstline">#desc|strip|firstline|escape#</th> </tr> <tr> <th class="revision">changeset #rev#:</th> <td class="node"><a href="?cs=#node|short#">#node|short#</a></td> </tr> #parent%changelogparent# #child%changelogchild# #changelogtag# <tr> <th class="author">author:</th> <td class="author">#author|obfuscate#</td> </tr> <tr> <th class="date">date:</th> <td class="date">#date|date#</td> </tr> <tr> <th class="files"><a href="?mf=#node|short#;path=/">files</a>:</th> <td class="files">#files#</td> </tr> </table>