Mercurial > hg
changeset 630:a58af3932cee
Remove debug print from locate code.
# HG changeset patch
# User Bryan O'Sullivan <bos@serpentine.com>
# Node ID 5240abb57899b745f2e6465be29d9d54c4777364
# Parent 13b74665cbdf735a91f231956d0fe73e446340ea
Remove debug print from locate code.
Index: hg/mercurial/commands.py
===================================================================
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Tue, 05 Jul 2005 18:22:28 -0800 |
parents | 2fdf3b1659b9 |
children | a287f6cd9c6b |
files | mercurial/commands.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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'])