mercurial/templates/spartan/changeset.tmpl
changeset 35094 38fe3fe4bbb6
parent 35089 69ea10d5b00c
child 35131 f38c91c74294
--- a/mercurial/templates/spartan/changeset.tmpl	Sun Nov 19 13:18:54 2017 +0800
+++ b/mercurial/templates/spartan/changeset.tmpl	Sun Nov 19 14:02:50 2017 +0800
@@ -41,6 +41,10 @@
  <th class="obsolete">obsolete:</th>
  <td class="obsolete">yes</td>
 </tr>')}
+{ifeq(count(instabilities), '0', '', '<tr>
+ <th class="instabilities">instabilities:</th>
+ <td class="instabilities">{instabilities%"{name} "|escape}</td>
+</tr>')}
 <tr>
  <th class="files">files:</th>
  <td class="files">{files}</td>