##// END OF EJS Templates
hgweb: also refresh the repo on changes to the obsstore...
Pierre-Yves David -
r25719:c51a1860 default
parent child Browse files
Show More
@@ -31,6 +31,7 b' perms = {'
31 # theses files. This should probably be relocated a bit higher in core.
31 # theses files. This should probably be relocated a bit higher in core.
32 foi = [('spath', '00changelog.i'),
32 foi = [('spath', '00changelog.i'),
33 ('spath', 'phaseroots'), # ! phase can change content at the same size
33 ('spath', 'phaseroots'), # ! phase can change content at the same size
34 ('spath', 'obsstore'),
34 ]
35 ]
35
36
36 def makebreadcrumb(url, prefix=''):
37 def makebreadcrumb(url, prefix=''):
General Comments 0
You need to be logged in to leave comments. Login now