diff mercurial/copies.py @ 42209:91a0bc50b288

copies: delete debug message about search limit I'm about to rewrite mergecopies() and this message will no longer be emitted then. Let's remove the message now to remove a distraction from that patch. Differential Revision: https://phab.mercurial-scm.org/D6249
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 11 Apr 2019 23:28:38 -0700
parents 85f5934016f9
children 341bddf88ac5
line wrap: on
line diff
--- a/mercurial/copies.py	Mon Apr 15 22:58:10 2019 -0700
+++ b/mercurial/copies.py	Thu Apr 11 23:28:38 2019 -0700
@@ -552,7 +552,6 @@
         tca = _c1.ancestor(_c2)
 
     limit = _findlimit(repo, c1, c2)
-    repo.ui.debug("  searching for copies back to rev %d\n" % limit)
 
     m1 = c1.manifest()
     m2 = c2.manifest()