mercurial/hgweb/webcommands.py
branchstable
changeset 18524 66ae2ded0968
parent 18497 a58d8936647a
child 18563 6d098adc5a46
--- a/mercurial/hgweb/webcommands.py	Fri Feb 01 09:58:25 2013 -0600
+++ b/mercurial/hgweb/webcommands.py	Fri Feb 01 10:12:41 2013 -0600
@@ -293,7 +293,7 @@
                 node=ctx.hex(),
                 parent=webutil.parents(ctx),
                 child=webutil.children(ctx),
-                currentbaseline=basectx.hex(),
+                basenode=basectx.hex(),
                 changesettag=showtags,
                 changesetbookmark=showbookmarks,
                 changesetbranch=showbranch,