diff mercurial/fileset.py @ 38867:48fc2a8af345

fileset: drop 'group' node from tree to be evaluated This helps rewriting a parsed tree.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 21 Jul 2018 16:13:30 +0900
parents 6371ab78c3b3
children 3ea6ce609747
line wrap: on
line diff
--- a/mercurial/fileset.py	Sat Jul 21 16:11:36 2018 +0900
+++ b/mercurial/fileset.py	Sat Jul 21 16:13:30 2018 +0900
@@ -438,7 +438,6 @@
     'minus': minusmatch,
     'negate': negatematch,
     'list': listmatch,
-    'group': getmatch,
     'not': notmatch,
     'func': func,
 }