# HG changeset patch # User Brendan Cully # Date 1155340548 25200 # Node ID f3c68e0ca37dcda379cc703368c0d44bbfa3721e # Parent 1f813d4fbcc82ad3825d9a2c273c85f5f3216611 Remove debugging line diff --git a/mercurial/patch.py b/mercurial/patch.py --- a/mercurial/patch.py +++ b/mercurial/patch.py @@ -94,7 +94,6 @@ def dogitpatch(patchname, gitpatches): (src, dst) = [os.path.join(os.getcwd(), n) for n in (p.oldpath, p.path)] - print "copying %s to %s" % (src, dst) targetdir = os.path.dirname(dst) if not os.path.isdir(targetdir): os.makedirs(targetdir)