diff -r 5c64ce6168da -r 06217d3cf8d9 mercurial/hgweb/webcommands.py --- 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,