equal
deleted
inserted
replaced
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 |