Show More
@@ -173,7 +173,7 b' tags = tags.tmpl' | |||
|
173 | 173 | tagentry = ' |
|
174 | 174 | <tr class="parity{parity}"> |
|
175 | 175 | <td class="nowrap age">{date|rfc822date}</td> |
|
176 |
<td><a href="{url|urlescape}rev/{ |
|
|
176 | <td><a href="{url|urlescape}rev/{tag|revescape}{sessionvars%urlparameter}">{tag|escape}</a></td> | |
|
177 | 177 | <td class="nowrap"> |
|
178 | 178 | <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">changeset</a> | |
|
179 | 179 | <a href="{url|urlescape}log/{node|short}{sessionvars%urlparameter}">changelog</a> | |
@@ -184,7 +184,7 b' bookmarks = bookmarks.tmpl' | |||
|
184 | 184 | bookmarkentry = ' |
|
185 | 185 | <tr class="parity{parity}"> |
|
186 | 186 | <td class="nowrap age">{date|rfc822date}</td> |
|
187 |
<td><a href="{url|urlescape}rev/{ |
|
|
187 | <td><a href="{url|urlescape}rev/{bookmark|revescape}{sessionvars%urlparameter}">{bookmark|escape}</a></td> | |
|
188 | 188 | <td class="nowrap"> |
|
189 | 189 | <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">changeset</a> | |
|
190 | 190 | <a href="{url|urlescape}log/{node|short}{sessionvars%urlparameter}">changelog</a> | |
@@ -195,8 +195,7 b' branches = branches.tmpl' | |||
|
195 | 195 | branchentry = ' |
|
196 | 196 | <tr class="parity{parity}"> |
|
197 | 197 | <td class="nowrap age">{date|rfc822date}</td> |
|
198 |
<td><a href="{url|urlescape}shortlog/{ |
|
|
199 | <td class="{status}">{branch|escape}</td> | |
|
198 | <td class="{status}"><a href="{url|urlescape}shortlog/{branch|revescape}{sessionvars%urlparameter}">{branch|escape}</a></td> | |
|
200 | 199 | <td class="nowrap"> |
|
201 | 200 | <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">changeset</a> | |
|
202 | 201 | <a href="{url|urlescape}log/{node|short}{sessionvars%urlparameter}">changelog</a> | |
@@ -649,11 +649,11 b' Set up the repo' | |||
|
649 | 649 | <a href="/rev/43c799df6e75?style=monoblue"> |
|
650 | 650 | <a href="/rev/43c799df6e75?style=monoblue">changeset</a> | |
|
651 | 651 | <a href="/file/43c799df6e75?style=monoblue">files</a> |
|
652 |
<td><a href="/rev/ |
|
|
652 | <td><a href="/rev/xyzzy?style=monoblue">xyzzy</a></td> | |
|
653 | 653 | <a href="/rev/a7c1559b7bba?style=monoblue">changeset</a> | |
|
654 | 654 | <a href="/log/a7c1559b7bba?style=monoblue">changelog</a> | |
|
655 | 655 | <a href="/file/a7c1559b7bba?style=monoblue">files</a> |
|
656 |
<td><a href="/shortlog/ |
|
|
656 | <td class="open"><a href="/shortlog/default?style=monoblue">default</a></td> | |
|
657 | 657 | <a href="/rev/9d8c40cba617?style=monoblue">changeset</a> | |
|
658 | 658 | <a href="/log/9d8c40cba617?style=monoblue">changelog</a> | |
|
659 | 659 | <a href="/file/9d8c40cba617?style=monoblue">files</a> |
@@ -689,19 +689,19 b' Set up the repo' | |||
|
689 | 689 | | <a href="/graph/43c799df6e75?style=monoblue">(0)</a> <a href="/graph/tip?style=monoblue">tip</a> |
|
690 | 690 | |
|
691 | 691 | $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'tags?style=monoblue' | egrep $REVLINKS |
|
692 |
<td><a href="/rev/ |
|
|
692 | <td><a href="/rev/tip?style=monoblue">tip</a></td> | |
|
693 | 693 | <a href="/rev/9d8c40cba617?style=monoblue">changeset</a> | |
|
694 | 694 | <a href="/log/9d8c40cba617?style=monoblue">changelog</a> | |
|
695 | 695 | <a href="/file/9d8c40cba617?style=monoblue">files</a> |
|
696 | 696 | |
|
697 | 697 | $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'bookmarks?style=monoblue' | egrep $REVLINKS |
|
698 |
<td><a href="/rev/ |
|
|
698 | <td><a href="/rev/xyzzy?style=monoblue">xyzzy</a></td> | |
|
699 | 699 | <a href="/rev/a7c1559b7bba?style=monoblue">changeset</a> | |
|
700 | 700 | <a href="/log/a7c1559b7bba?style=monoblue">changelog</a> | |
|
701 | 701 | <a href="/file/a7c1559b7bba?style=monoblue">files</a> |
|
702 | 702 | |
|
703 | 703 | $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'branches?style=monoblue' | egrep $REVLINKS |
|
704 |
<td><a href="/shortlog/ |
|
|
704 | <td class="open"><a href="/shortlog/default?style=monoblue">default</a></td> | |
|
705 | 705 | <a href="/rev/9d8c40cba617?style=monoblue">changeset</a> | |
|
706 | 706 | <a href="/log/9d8c40cba617?style=monoblue">changelog</a> | |
|
707 | 707 | <a href="/file/9d8c40cba617?style=monoblue">files</a> |
General Comments 0
You need to be logged in to leave comments.
Login now