mergetools: rename 'base' to 'merged' in meld
This makes it clear which panel is the target of the merge operation.
--- a/contrib/mergetools.hgrc Thu Feb 21 14:49:25 2013 +0100
+++ b/contrib/mergetools.hgrc Tue Apr 16 13:55:38 2013 +0200
@@ -25,7 +25,7 @@
gpyfm.gui=True
meld.gui=True
-meld.args=--label='local' $local --label='base' $base --label='other' $other -o $output
+meld.args=--label='local' $local --label='merged' $base --label='other' $other -o $output
meld.check=changed
meld.diffargs=-a --label='$plabel1' $parent --label='$clabel' $child