mercurial/hgweb/hgweb_mod.py
changeset 3170 8683c7a637ad
parent 3168 fc379b91f602
child 3171 0d0d7317bbc8
equal deleted inserted replaced
3169:7492b33bdd9f 3170:8683c7a637ad
   417                      file=f,
   417                      file=f,
   418                      filenode=node,
   418                      filenode=node,
   419                      annotate=annotate,
   419                      annotate=annotate,
   420                      path=_up(f),
   420                      path=_up(f),
   421                      rev=fctx.rev(),
   421                      rev=fctx.rev(),
   422                      node=hex(n),
   422                      node=hex(fctx.node()),
   423                      manifest=hex(fctx.changectx().changeset()[0]),
   423                      manifest=hex(fctx.changectx().changeset()[0]),
   424                      author=fctx.user(),
   424                      author=fctx.user(),
   425                      date=fctx.date(),
   425                      date=fctx.date(),
   426                      rename=self.renamelink(fl, n),
   426                      rename=self.renamelink(fl, n),
   427                      parent=self.siblings(fl.parents(n), fl.rev, file=f),
   427                      parent=self.siblings(fl.parents(n), fl.rev, file=f),