# HG changeset patch # User Pierre-Yves David # Date 1435737747 25200 # Node ID c51a18609a7f56c0fe2fc60844a02b77f7540eae # Parent 2e32f0897bcf7a30b4f85e042e9f2250fc55cc3f 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. diff -r 2e32f0897bcf -r c51a18609a7f mercurial/hgweb/hgweb_mod.py --- 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=''):