changeset 630 | a58af3932cee |
parent 628 | 8d7f6e68828a |
child 632 | 8b8f710bb658 |
--- a/mercurial/commands.py Tue Jul 05 18:22:22 2005 -0800 +++ b/mercurial/commands.py Tue Jul 05 18:22:28 2005 -0800 @@ -646,7 +646,6 @@ '|'.join([fnmatch.translate(os.path.normpath(os.path.normcase(p)))[:-1] for p in pats]), tail) - print regexp return re.compile(regexp) exclude = compile(opts['exclude'], on_empty = False) include = compile(opts['include'])