view mercurial/templates/gitweb/changelogentry.tmpl @ 35094:38fe3fe4bbb6

hgweb: show instabilities of a commit In paper, coal, gitweb and monoblue a new "tag" (or multiple, if there are many instabilities) is added to the same line that has phase, branch, etc of a changeset; in gitweb and monoblue this element has a light red background, in paper and coal the element is black and underlined. In spartan theme instabilities are shown on a separate line. While test-obsolete.t uses first(phasedivergent()) revset to pick a changeset to test, that particular changeset is also an orphan, so two different instability tags are displayed.
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 19 Nov 2017 14:02:50 +0800
parents e9a8a941950a
children
line wrap: on
line source

<div>
 <a class="title" href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">
  <span class="age">{date|rfc822date}</span>
  {desc|strip|firstline|escape|nonempty}
  {alltags}
 </a>
</div>
<div class="title_text">
<div class="log_link">
<a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">changeset</a><br/>
</div>
<i>{author|obfuscate} [{date|rfc822date}] rev {rev}</i><br/>
</div>
<div class="log_body description">{desc|strip|escape|websub|nonempty}

</div>