mercurial/copies.py
changeset 42167 91a0bc50b288
parent 42166 85f5934016f9
child 42168 341bddf88ac5
--- 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()