mercurial/hgweb/hgwebdir_mod.py
changeset 37515 8a5ee6aa8870
parent 37513 40a7c1dd2df9
child 37712 a728e3695325
equal deleted inserted replaced
37514:034a422aeaff 37515:8a5ee6aa8870
   170                    'url': url,
   170                    'url': url,
   171                    'description': "",
   171                    'description': "",
   172                    'description_sort': "",
   172                    'description_sort': "",
   173                    'lastchange': d,
   173                    'lastchange': d,
   174                    'lastchange_sort': d[1] - d[0],
   174                    'lastchange_sort': d[1] - d[0],
   175                    'archives': [],
   175                    'archives': templateutil.mappinglist([]),
   176                    'isdirectory': True,
   176                    'isdirectory': True,
   177                    'labels': templateutil.hybridlist([], name='label'),
   177                    'labels': templateutil.hybridlist([], name='label'),
   178                    }
   178                    }
   179 
   179 
   180             seendirs.add(name)
   180             seendirs.add(name)