mercurial/templates/coal/map
branchstable
changeset 13865 e33ebe67657a
parent 12666 ead4e21f49f1
child 13868 38906cf9d15c
equal deleted inserted replaced
13864:fd8a6ca3a750 13865:e33ebe67657a
   140     </td>
   140     </td>
   141     <td class="node">
   141     <td class="node">
   142       {node|short}
   142       {node|short}
   143     </td>
   143     </td>
   144   </tr>'
   144   </tr>'
       
   145 bookmarks = ../paper/bookmarks.tmpl
       
   146 bookmarkentry = '
       
   147   <tr class="tagEntry parity{parity}">
       
   148     <td>
       
   149       <a href="{url}rev/{node|short}{sessionvars%urlparameter}">
       
   150         {bookmark|escape}
       
   151       </a>
       
   152     </td>
       
   153     <td class="node">
       
   154       {node|short}
       
   155     </td>
       
   156   </tr>'
   145 branches = ../paper/branches.tmpl
   157 branches = ../paper/branches.tmpl
   146 branchentry = '
   158 branchentry = '
   147   <tr class="tagEntry parity{parity}">
   159   <tr class="tagEntry parity{parity}">
   148     <td>
   160     <td>
   149       <a href="{url}shortlog/{node|short}{sessionvars%urlparameter}" class="{status}">
   161       <a href="{url}shortlog/{node|short}{sessionvars%urlparameter}" class="{status}">
   154       {node|short}
   166       {node|short}
   155     </td>
   167     </td>
   156   </tr>'
   168   </tr>'
   157 changelogtag = '<span class="tag">{name|escape}</span> '
   169 changelogtag = '<span class="tag">{name|escape}</span> '
   158 changesettag = '<span class="tag">{tag|escape}</span> '
   170 changesettag = '<span class="tag">{tag|escape}</span> '
       
   171 changesetbookmark = '<span class="tag">{bookmark|escape}</span> '
   159 changelogbranchhead = '<span class="branchhead">{name|escape}</span> '
   172 changelogbranchhead = '<span class="branchhead">{name|escape}</span> '
   160 changelogbranchname = '<span class="branchname">{name|escape}</span> '
   173 changelogbranchname = '<span class="branchname">{name|escape}</span> '
   161 
   174 
   162 filediffparent = '
   175 filediffparent = '
   163   <tr>
   176   <tr>