# HG changeset patch # User Kevin Bullock # Date 1359734305 21600 # Node ID 41eabb5b87610bb4d2410b80c39cb7a3b91e3a5c # Parent 0324a1d88a53e2fdbc071d96c79eb5cf4e511372 hgweb: rename 'changesetbaseline' template to 'difffrom' More accurately reflects what it will be used for, and is also shorter. This template is used to change which rev the current rev is diff'd against. For example, if you're at '/rev/P1:REV', this would link to a path like '/rev/P2:REV'. Example usage in a template: {parent%difffrom} diff -r 0324a1d88a53 -r 41eabb5b8761 mercurial/templates/paper/map --- a/mercurial/templates/paper/map Fri Feb 01 02:01:11 2013 +0100 +++ b/mercurial/templates/paper/map Fri Feb 01 09:58:25 2013 -0600 @@ -101,7 +101,7 @@ changesetparent = '{node|short} ' -changesetbaseline = '{node|short} ' +difffrom = '{node|short} ' filerevparent = '{rename%filerename}{node|short} ' filerevchild = '{node|short} '