# HG changeset patch # User Brendan Cully # Date 1155340548 25200 # Node ID f3c68e0ca37dcda379cc703368c0d44bbfa3721e # Parent 1f813d4fbcc82ad3825d9a2c273c85f5f3216611 Remove debugging line diff -r 1f813d4fbcc8 -r f3c68e0ca37d mercurial/patch.py --- a/mercurial/patch.py Fri Aug 11 16:30:24 2006 -0700 +++ b/mercurial/patch.py Fri Aug 11 16:55:48 2006 -0700 @@ -94,7 +94,6 @@ (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)