Show More
@@ -438,7 +438,7 b' def filediff(web, req, tmpl):' | |||
|
438 | 438 | date=fctx.date(), |
|
439 | 439 | desc=fctx.description(), |
|
440 | 440 | author=fctx.user(), |
|
441 |
rename= |
|
|
441 | rename=webutil.renamelink(fctx), | |
|
442 | 442 | branch=webutil.nodebranchnodefault(fctx), |
|
443 | 443 | parent=webutil.siblings(parents), |
|
444 | 444 | child=webutil.siblings(fctx.children()), |
General Comments 0
You need to be logged in to leave comments.
Login now