Show More
@@ -24,5 +24,7 b' error = error.tmpl' | |||||
24 | indexentry = '{url}\n' |
|
24 | indexentry = '{url}\n' | |
25 | tags = '{entries%tagentry}' |
|
25 | tags = '{entries%tagentry}' | |
26 | tagentry = '{tag} {node}\n' |
|
26 | tagentry = '{tag} {node}\n' | |
|
27 | bookmarks = '{entries%bookmarkentry}' | |||
|
28 | bookmarkentry = '{bookmark} {node}\n' | |||
27 | branches = '{entries%branchentry}' |
|
29 | branches = '{entries%branchentry}' | |
28 | branchentry = '{branch} {node} {status}\n' |
|
30 | branchentry = '{branch} {node} {status}\n' |
@@ -603,6 +603,10 b' Overviews' | |||||
603 |
|
603 | |||
604 | stable 1d22e65f027e5a0609357e7d8e7508cd2ba5d2fe open |
|
604 | stable 1d22e65f027e5a0609357e7d8e7508cd2ba5d2fe open | |
605 | default a4f92ed23982be056b9852de5dfe873eaac7f0de inactive |
|
605 | default a4f92ed23982be056b9852de5dfe873eaac7f0de inactive | |
|
606 | $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/raw-bookmarks' | |||
|
607 | 200 Script output follows | |||
|
608 | ||||
|
609 | something 1d22e65f027e5a0609357e7d8e7508cd2ba5d2fe | |||
606 | $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/summary/?style=gitweb' |
|
610 | $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/summary/?style=gitweb' | |
607 | 200 Script output follows |
|
611 | 200 Script output follows | |
608 |
|
612 |
General Comments 0
You need to be logged in to leave comments.
Login now