changeset 18:c2c9ed83dd47

Redefine the bt revsetalias
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Mon, 10 Nov 2014 08:49:57 -0500
parents b304dd2839ae
children 7ef4f2da9aa9
files hgrc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgrc
+++ b/hgrc
@@ -111,7 +111,7 @@
 publish = False
 
 [revsetalias]
-bt($1, $2) = ::$2 - ::$1
+bt($1) = ::$1 - ::@
 
 
 # This is complicated, but cool. For an explanation, see the following url: