mercurial/hgweb/hgweb_mod.py
changeset 25720 bd2e171d023b
parent 25719 c51a18609a7f
child 25777 1c2a8db33b8f
--- 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=''):