diff -r c51a18609a7f -r bd2e171d023b mercurial/hgweb/hgweb_mod.py --- a/mercurial/hgweb/hgweb_mod.py Wed Jul 01 01:02:27 2015 -0700 +++ b/mercurial/hgweb/hgweb_mod.py Tue Jun 30 23:55:22 2015 -0700 @@ -32,6 +32,7 @@ foi = [('spath', '00changelog.i'), ('spath', 'phaseroots'), # ! phase can change content at the same size ('spath', 'obsstore'), + ('path', 'bookmarks'), # ! bookmark can change content at the same size ] def makebreadcrumb(url, prefix=''):