diff mercurial/templates/gitweb/changeset.tmpl @ 37024:7c18798fc24d

hgweb: explain instabilities of unstable changesets (the rest of the themes)
author Anton Shestakov <av6@dwimlabs.net>
date Tue, 20 Mar 2018 14:19:28 +0800
parents f3fd4fe0506f
children
line wrap: on
line diff
--- a/mercurial/templates/gitweb/changeset.tmpl	Tue Mar 20 21:10:29 2018 -0400
+++ b/mercurial/templates/gitweb/changeset.tmpl	Tue Mar 20 14:19:28 2018 +0800
@@ -45,6 +45,7 @@
  <td style="font-family:monospace"><a class="list" href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td>
 </tr>
 {if(obsolete, succsandmarkers%obsfateentry)}
+{if(instabilities, whyunstable%whyunstableentry)}
 {ifeq(count(parent), '2', parent%changesetparentdiff, parent%changesetparent)}
 {child%changesetchild}
 </table></div>