changeset 18524:66ae2ded0968 stable

hgweb: rename 'currentbaseline' template keyword to 'basenode' Shorter and clearer. This keyword represents the node we're currently diffing against.
author Kevin Bullock <kbullock@ringworld.org>
date Fri, 01 Feb 2013 10:12:41 -0600
parents 41eabb5b8761
children 462579cbad45
files mercurial/hgweb/webcommands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,