mercurial/templates/spartan/changeset.tmpl
changeset 35065 a1de4ffaa7a8
parent 25794 902148444889
child 35089 69ea10d5b00c
--- a/mercurial/templates/spartan/changeset.tmpl	Wed Nov 15 23:55:09 2017 +0800
+++ b/mercurial/templates/spartan/changeset.tmpl	Thu Nov 16 22:21:03 2017 +0800
@@ -33,6 +33,10 @@
  <th class="date">date:</th>
  <td class="date age">{date|rfc822date}</td>
 </tr>
+{ifeq(phase, 'public', '', '<tr>
+ <th class="phase">phase:</th>
+ <td class="phase">{phase|escape}</td>
+</tr>')}
 <tr>
  <th class="files">files:</th>
  <td class="files">{files}</td>