mercurial/templates/paper/shortlogentry.tmpl
author Boris Feld <boris.feld@octobus.net>
Fri, 29 Sep 2017 19:59:15 +0100
changeset 34650 6c85f4e3d914
parent 25108 09ec4220a839
child 35087 9acc0360ff67
permissions -rw-r--r--
test: add a test file dedicated to an important distributed case This test file introduces documented test case for obsolescence markers usage that are important to distributed workflow cases. In the distributed case, new changesets, markers, and phases can be added in orders that would not happen during the local only usage. Documenting these scenarios and test them is important as we make progress with various obsolescence aspects.

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