templates/shortlogentry.tmpl
author Bryan O'Sullivan <bos@serpentine.com>
Tue, 22 Aug 2006 15:15:52 -0700
changeset 3005 18c661e9abd9
parent 2686 d98eebc48d5e
child 3265 d1aa83f199ef
permissions -rw-r--r--
mercurial.el: deal with more vagaries of "hg status". If we run "hg status" on a file that does not exist, it prints an error message. Attempt to extract the name of the file.

<table class="slogEntry parity#parity#">
 <tr>
  <td class="age">#date|age#</td>
  <td class="author">#author|obfuscate#</td>
  <td class="node"><a href="?cs=#node|short#">#desc|strip|firstline|escape#</a></td>
 </tr>
</table>