##// END OF EJS Templates
hgweb: add bookmarks listing to raw style with test case
Yuya Nishihara -
r13921:4788923a default
parent child Browse files
Show More
@@ -24,5 +24,7 error = error.tmpl
24 24 indexentry = '{url}\n'
25 25 tags = '{entries%tagentry}'
26 26 tagentry = '{tag} {node}\n'
27 bookmarks = '{entries%bookmarkentry}'
28 bookmarkentry = '{bookmark} {node}\n'
27 29 branches = '{entries%branchentry}'
28 30 branchentry = '{branch} {node} {status}\n'
@@ -603,6 +603,10 Overviews
603 603
604 604 stable 1d22e65f027e5a0609357e7d8e7508cd2ba5d2fe open
605 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 610 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/summary/?style=gitweb'
607 611 200 Script output follows
608 612
General Comments 0
You need to be logged in to leave comments. Login now