changeset 3:0a25967e2294

Remove pointless children revset, it already is defined
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Thu, 24 Apr 2014 14:44:20 -0400
parents 217cdb5f6499
children a8b0e901273c
files hgrc
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/hgrc
+++ b/hgrc
@@ -92,5 +92,4 @@
 publish = False
 
 [revsetalias]
-#children($1) = descendants($1) and not $1
-bt($1, $2) = ::$2 and not ::$1
\ No newline at end of file
+bt($1, $2) = ::$2 - ::$1