Show More
@@ -23,7 +23,7 b" helpentry = '" | |||||
23 | naventry = '<a href="{url|urlescape}log/{node|short}{sessionvars%urlparameter}">{label|escape}</a> ' |
|
23 | naventry = '<a href="{url|urlescape}log/{node|short}{sessionvars%urlparameter}">{label|escape}</a> ' | |
24 | navshortentry = '<a href="{url|urlescape}shortlog/{node|short}{sessionvars%urlparameter}">{label|escape}</a> ' |
|
24 | navshortentry = '<a href="{url|urlescape}shortlog/{node|short}{sessionvars%urlparameter}">{label|escape}</a> ' | |
25 | navgraphentry = '<a href="{url|urlescape}graph/{node|short}{sessionvars%urlparameter}">{label|escape}</a> ' |
|
25 | navgraphentry = '<a href="{url|urlescape}graph/{node|short}{sessionvars%urlparameter}">{label|escape}</a> ' | |
26 | filenaventry = '<a href="{url|urlescape}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{label|escape}</a>' |
|
26 | filenaventry = '<a href="{url|urlescape}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{label|escape}</a> ' | |
27 | filedifflink = '<a href="{url|urlescape}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> ' |
|
27 | filedifflink = '<a href="{url|urlescape}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> ' | |
28 | filenodelink = ' |
|
28 | filenodelink = ' | |
29 | <tr class="parity{parity}"> |
|
29 | <tr class="parity{parity}"> |
@@ -816,7 +816,7 b' Set up the repo' | |||||
816 | <a href="/file/43c799df6e75/foo?style=monoblue">file</a> | |
|
816 | <a href="/file/43c799df6e75/foo?style=monoblue">file</a> | | |
817 | <a href="/diff/43c799df6e75/foo?style=monoblue">diff</a> | |
|
817 | <a href="/diff/43c799df6e75/foo?style=monoblue">diff</a> | | |
818 | <a href="/annotate/43c799df6e75/foo?style=monoblue">annotate</a> |
|
818 | <a href="/annotate/43c799df6e75/foo?style=monoblue">annotate</a> | |
819 | <a href="/log/43c799df6e75/foo?style=monoblue">(0)</a><a href="/log/tip/foo?style=monoblue">tip</a> |
|
819 | <a href="/log/43c799df6e75/foo?style=monoblue">(0)</a> <a href="/log/tip/foo?style=monoblue">tip</a> | |
820 |
|
820 | |||
821 | $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'annotate/xyzzy/foo?style=monoblue' | egrep $REVLINKS |
|
821 | $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'annotate/xyzzy/foo?style=monoblue' | egrep $REVLINKS | |
822 | <li><a href="/graph/xyzzy?style=monoblue">graph</a></li> |
|
822 | <li><a href="/graph/xyzzy?style=monoblue">graph</a></li> |
General Comments 0
You need to be logged in to leave comments.
Login now