# HG changeset patch # User Matt Mackall # Date 1359753245 21600 # Node ID 462579cbad459e47e5929eb463b419c1f0ea9223 # Parent 36549fa712da69eabe4b4abbbedeb4546dc7d904# Parent 66ae2ded096887109998a48a519637d02c6bfabd merge with crew diff -r 36549fa712da -r 462579cbad45 mercurial/hgweb/webcommands.py --- a/mercurial/hgweb/webcommands.py Thu Jan 31 19:56:55 2013 +0100 +++ b/mercurial/hgweb/webcommands.py Fri Feb 01 15:14:05 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, diff -r 36549fa712da -r 462579cbad45 mercurial/templates/paper/map --- a/mercurial/templates/paper/map Thu Jan 31 19:56:55 2013 +0100 +++ b/mercurial/templates/paper/map Fri Feb 01 15:14:05 2013 -0600 @@ -101,7 +101,7 @@ changesetparent = '{node|short} ' -changesetbaseline = '{node|short} ' +difffrom = '{node|short} ' filerevparent = '{rename%filerename}{node|short} ' filerevchild = '{node|short} '