mercurial/hgweb/webcommands.py
changeset 6437 101526031d06
parent 6434 62e0bb41e682
child 6564 ccc2481e3954
equal deleted inserted replaced
6436:856ae126f48c 6437:101526031d06
   436                 node=hex(n),
   436                 node=hex(n),
   437                 rev=fctx.rev(),
   437                 rev=fctx.rev(),
   438                 date=fctx.date(),
   438                 date=fctx.date(),
   439                 desc=fctx.description(),
   439                 desc=fctx.description(),
   440                 author=fctx.user(),
   440                 author=fctx.user(),
   441                 rename=self.renamelink(fctx),
   441                 rename=webutil.renamelink(fctx),
   442                 branch=webutil.nodebranchnodefault(fctx),
   442                 branch=webutil.nodebranchnodefault(fctx),
   443                 parent=webutil.siblings(parents),
   443                 parent=webutil.siblings(parents),
   444                 child=webutil.siblings(fctx.children()),
   444                 child=webutil.siblings(fctx.children()),
   445                 diff=diffs)
   445                 diff=diffs)
   446 
   446