diff mercurial/copies.py @ 42169:a68036b849b0

copies: delete debug message about "unmatched files new in both" Same reasoning as previous patch. Differential Revision: https://phab.mercurial-scm.org/D6251
author Martin von Zweigbergk <martinvonz@google.com>
date Mon, 15 Apr 2019 14:09:18 -0700
parents 341bddf88ac5
children 390ec72b8ea4
line wrap: on
line diff
--- a/mercurial/copies.py	Fri Apr 12 21:41:51 2019 -0700
+++ b/mercurial/copies.py	Mon Apr 15 14:09:18 2019 -0700
@@ -625,9 +625,6 @@
         else:
             divergeset.update(fl) # reverse map for below
 
-    if bothnew:
-        repo.ui.debug("  unmatched files new in both:\n   %s\n"
-                      % "\n   ".join(bothnew))
     bothdiverge = {}
     bothincompletediverge = {}
     remainder = {}