diff -r 9e0c67e84896 -r adfd808c123f tests/test-hgweb-json.t --- a/tests/test-hgweb-json.t Tue Mar 31 14:52:21 2015 -0700 +++ b/tests/test-hgweb-json.t Tue Mar 31 14:54:56 2015 -0700 @@ -191,7 +191,27 @@ $ request json-bookmarks 200 Script output follows - "not yet implemented" + { + "bookmarks": [ + { + "bookmark": "bookmark1", + "date": [ + 0.0, + 0 + ], + "node": "8d7c456572acf3557e8ed8a07286b10c408bcec5" + }, + { + "bookmark": "bookmark2", + "date": [ + 0.0, + 0 + ], + "node": "ceed296fe500c3fac9541e31dad860cb49c89e45" + } + ], + "node": "6ab967a8ab3489227a83f80e920faa039a71819f" + } branches/ shows branches info