comparison tests/test-fileset.t @ 17368:01cc267fc105 stable

fileset: do not traceback on invalid grep pattern
author Patrick Mezard <patrick@mezard.eu>
date Wed, 15 Aug 2012 19:25:45 +0200
parents ce625185cfd9
children b360011a132d
comparison
equal deleted inserted replaced
17367:ce625185cfd9 17368:01cc267fc105
87 bin 87 bin
88 $ hg add bin 88 $ hg add bin
89 $ fileset 'binary()' 89 $ fileset 'binary()'
90 bin 90 bin
91 91
92 $ fileset 'grep("b{1}")'
93 b2
94 c1
95 b1
96 $ fileset 'grep("missingparens(")'
97 hg: parse error: invalid match pattern: unbalanced parenthesis
98 [255]
99