view templates/changelogentry.tmpl @ 666:0100a43788ca

hgeditor: Remove EMAIL default for HGUSER, comment editor selection # HG changeset patch # User Radoslaw "AstralStorm" Szkodzinski <astralstorm@gorzow.mm.pl> # Node ID a4c688c8273e392b1bf33cfc736e00ec752a415e # Parent be12687d4bf0ce16c4207bef85c188de66efbf53 hgeditor: Remove EMAIL default for HGUSER, comment editor selection HGUSER is already set to EMAIL by Python code if needed
author Radoslaw "AstralStorm" Szkodzinski <astralstorm@gorzow.mm.pl>
date Sun, 10 Jul 2005 16:00:56 -0800
parents 51626d888526
children 0843e1bf2b97
line wrap: on
line source

<table class="changelogEntry parity#parity#">
 <tr>
  <th class="age">#date|age# ago:</th>
  <th class="firstline">#desc|firstline|escape#</th>
 </tr>
 <tr>
  <th class="changesetRev">changeset #rev#:</th>
  <td class="changesetNode"><a href="?cmd=changeset;node=#node#">#node|short#</a></td>
 </tr>
 #parent#
 #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="?cmd=manifest;manifest=#manifest#;path=/">files</a>:</th>
  <td class="files">#files#</td>
 </tr>
</table>