Show More
@@ -639,8 +639,8 b' def comparison(web, req, tmpl):' | |||||
639 | author=ctx.user(), |
|
639 | author=ctx.user(), | |
640 | rename=rename, |
|
640 | rename=rename, | |
641 | branch=webutil.nodebranchnodefault(ctx), |
|
641 | branch=webutil.nodebranchnodefault(ctx), | |
642 | parent=webutil.parents(ctx), |
|
642 | parent=webutil.parents(fctx), | |
643 | child=webutil.children(ctx), |
|
643 | child=webutil.children(fctx), | |
644 | leftrev=leftrev, |
|
644 | leftrev=leftrev, | |
645 | leftnode=hex(leftnode), |
|
645 | leftnode=hex(leftnode), | |
646 | rightrev=rightrev, |
|
646 | rightrev=rightrev, |
@@ -628,7 +628,7 b' comparison new file' | |||||
628 | </tr> |
|
628 | </tr> | |
629 | <tr> |
|
629 | <tr> | |
630 | <th>children</th> |
|
630 | <th>children</th> | |
631 | <td><a href="/file/559edbd9ed20/a">559edbd9ed20</a> </td> |
|
631 | <td></td> | |
632 | </tr> |
|
632 | </tr> | |
633 |
|
633 | |||
634 | </table> |
|
634 | </table> | |
@@ -746,7 +746,7 b' comparison existing file' | |||||
746 | </tr> |
|
746 | </tr> | |
747 | <tr> |
|
747 | <tr> | |
748 | <th>parents</th> |
|
748 | <th>parents</th> | |
749 |
<td><a href="/file/ |
|
749 | <td><a href="/file/0cd96de13884/a">0cd96de13884</a> </td> | |
750 | </tr> |
|
750 | </tr> | |
751 | <tr> |
|
751 | <tr> | |
752 | <th>children</th> |
|
752 | <th>children</th> | |
@@ -870,7 +870,7 b' comparison removed file' | |||||
870 | </tr> |
|
870 | </tr> | |
871 | <tr> |
|
871 | <tr> | |
872 | <th>parents</th> |
|
872 | <th>parents</th> | |
873 |
<td><a href="/file/ |
|
873 | <td><a href="/file/0cd96de13884/a">0cd96de13884</a> </td> | |
874 | </tr> |
|
874 | </tr> | |
875 | <tr> |
|
875 | <tr> | |
876 | <th>children</th> |
|
876 | <th>children</th> |
General Comments 0
You need to be logged in to leave comments.
Login now