templates/changelogentry.tmpl
author Vadim Gelfer <vadim.gelfer@gmail.com>
Tue, 11 Jul 2006 16:18:53 -0700
changeset 2597 5ba8be56fa8f
parent 2132 4990b62fd0a6
child 3205 48395d2692de
permissions -rw-r--r--
clone: move code into hg module. make doc better. api in commands module is still same, but version in hg is best for calling within python now.

<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=#manifest|short#;path=/">files</a>:</th>
  <td class="files">#files#</td>
 </tr>
</table>