view templates/changelogentry.tmpl @ 617:285965ddca41

open .hgtags as binary # HG changeset patch # User thananck@yahoo.com # Node ID 2bd20bb06f817796d76b8e126f4a685426c4faf4 # Parent 7a240687674e6cf5a8dfd45973d7e3978b89af79 open .hgtags as binary The '.hgtags' file, in tag command, is opened as binary for interoperability with the other OS
author thananck@yahoo.com
date Mon, 04 Jul 2005 12:39:21 -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>