mercurial/hgweb/hgweb_mod.py
changeset 25720 bd2e171d023b
parent 25719 c51a18609a7f
child 25777 1c2a8db33b8f
equal deleted inserted replaced
25719:c51a18609a7f 25720:bd2e171d023b
    30 # Used to check if the repository has changed looking at mtime and size of
    30 # Used to check if the repository has changed looking at mtime and size of
    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        ('spath', 'obsstore'),
       
    35        ('path', 'bookmarks'), # ! bookmark can change content at the same size
    35       ]
    36       ]
    36 
    37 
    37 def makebreadcrumb(url, prefix=''):
    38 def makebreadcrumb(url, prefix=''):
    38     '''Return a 'URL breadcrumb' list
    39     '''Return a 'URL breadcrumb' list
    39 
    40