mercurial/hgweb/webcommands.py
branchstable
changeset 17303 06217d3cf8d9
parent 17302 5c64ce6168da
child 17318 7ac5800dbc8f
--- a/mercurial/hgweb/webcommands.py	Tue Jul 31 14:14:15 2012 +0200
+++ b/mercurial/hgweb/webcommands.py	Tue Jul 31 00:59:38 2012 +0200
@@ -639,8 +639,8 @@
                 author=ctx.user(),
                 rename=rename,
                 branch=webutil.nodebranchnodefault(ctx),
-                parent=webutil.parents(ctx),
-                child=webutil.children(ctx),
+                parent=webutil.parents(fctx),
+                child=webutil.children(fctx),
                 leftrev=leftrev,
                 leftnode=hex(leftnode),
                 rightrev=rightrev,