Mercurial > hg
changeset 25720:bd2e171d023b
hgweb: also monitor change to bookmarks
This makes changes to bookmarks visible to hgweb through the official
way. There is no change to tests because there is currently another
hack in place to ensure the same behavior.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Tue, 30 Jun 2015 23:55:22 -0700 |
parents | c51a18609a7f |
children | 5b9b70635423 |
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 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=''):