changeset 35485 | 1721ce06100a |
parent 35064 | 9acc0360ff67 |
child 36322 | f3fd4fe0506f |
--- a/mercurial/templates/paper/changeset.tmpl Sat Dec 16 18:58:02 2017 -0500 +++ b/mercurial/templates/paper/changeset.tmpl Tue Nov 21 17:03:41 2017 +0800 @@ -49,6 +49,10 @@ <th class="date">date</th> <td class="date age">{date|rfc822date}</td> </tr> +{if(obsolete, '<tr> + <th>obsolete</th> + <td>{succsandmarkers%obsfateentry}</td> +</tr>')} <tr> <th class="author">parents</th> <td class="author">{ifeq(count(parent), '2', parent%changesetparentdiff, parent%changesetparent)}</td>