Mercurial > hg
view mercurial/templates/paper/shortlogentry.tmpl @ 45350:1c8e3c17c702
makefile: stop setting unused HGEXTDIR variable during osx build
The variable was added in a38ed42cd23c (osx: include chg by default,
2017-03-20), but I can't find any others references to the variable in
that commit or in any other commits.
Differential Revision: https://phab.mercurial-scm.org/D8915
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Fri, 07 Aug 2020 21:59:43 -0700 |
parents | 9acc0360ff67 |
children |
line wrap: on
line source
<tr> <td class="age">{date|rfc822date}</td> <td class="author">{author|person}</td> <td class="description"> <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a> {alltags} </td> </tr>