changeset 25719:c51a18609a7f

hgweb: also refresh the repo on changes to the obsstore Before this change, hgweb could miss update to the obsolescence markers store if that was the only change between two commands.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Wed, 01 Jul 2015 01:02:27 -0700
parents 2e32f0897bcf
children bd2e171d023b
files mercurial/hgweb/hgweb_mod.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/hgweb/hgweb_mod.py	Wed Jul 01 00:18:50 2015 -0700
+++ b/mercurial/hgweb/hgweb_mod.py	Wed Jul 01 01:02:27 2015 -0700
@@ -31,6 +31,7 @@
 # theses files. This should probably be relocated a bit higher in core.
 foi = [('spath', '00changelog.i'),
        ('spath', 'phaseroots'), # ! phase can change content at the same size
+       ('spath', 'obsstore'),
       ]
 
 def makebreadcrumb(url, prefix=''):