mercurial/templates/paper/shortlogentry.tmpl
author Olav Reinert <seroton10@gmail.com>
Wed, 11 Jan 2012 18:14:55 +0100
changeset 15862 d0f2a89c8cfa
parent 15375 fe9d36a6853e
child 18526 9409aeaafdc1
permissions -rw-r--r--
help: fix column alignment in "hg help" output The output of "hg help" is changed to ensure that the column containing descriptions of commands, extensions, and other topics is correctly alignmened.

 <tr class="parity{parity}">
  <td class="age">{date|rfc822date}</td>
  <td class="author">{author|person}</td>
  <td class="description"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags % '<span class="tag">{name|escape}</span> '}{bookmarks % '<span class="tag">{name|escape}</span> '}</td>
 </tr>