##// END OF EJS Templates
hgweb: rename 'currentbaseline' template keyword to 'basenode'...
Kevin Bullock -
r18524:66ae2ded stable
parent child Browse files
Show More
@@ -293,7 +293,7 b' def changeset(web, req, tmpl):'
293 node=ctx.hex(),
293 node=ctx.hex(),
294 parent=webutil.parents(ctx),
294 parent=webutil.parents(ctx),
295 child=webutil.children(ctx),
295 child=webutil.children(ctx),
296 currentbaseline=basectx.hex(),
296 basenode=basectx.hex(),
297 changesettag=showtags,
297 changesettag=showtags,
298 changesetbookmark=showbookmarks,
298 changesetbookmark=showbookmarks,
299 changesetbranch=showbranch,
299 changesetbranch=showbranch,
General Comments 0
You need to be logged in to leave comments. Login now