mercurial/hgweb/webcommands.py
changeset 38482 5faaa31a6082
parent 38215 f715faeaceee
child 38783 e7aa113b14f7
child 38931 5caee9f923ae
equal deleted inserted replaced
38481:a8872a820242 38482:5faaa31a6082
  1368         changesets=count,
  1368         changesets=count,
  1369         nextentry=templateutil.mappinglist(nextentry),
  1369         nextentry=templateutil.mappinglist(nextentry),
  1370         jsdata=templateutil.mappinggenerator(jsdata),
  1370         jsdata=templateutil.mappinggenerator(jsdata),
  1371         nodes=templateutil.mappinggenerator(nodes),
  1371         nodes=templateutil.mappinggenerator(nodes),
  1372         node=ctx.hex(),
  1372         node=ctx.hex(),
       
  1373         archives=web.archivelist('tip'),
  1373         changenav=changenav)
  1374         changenav=changenav)
  1374 
  1375 
  1375 def _getdoc(e):
  1376 def _getdoc(e):
  1376     doc = e[0].__doc__
  1377     doc = e[0].__doc__
  1377     if doc:
  1378     if doc: