mercurial/copies.py
changeset 43117 8ff1ecfadcd1
parent 43106 d783f945a701
child 43146 0171483b082f
--- a/mercurial/copies.py	Tue Oct 08 15:15:37 2019 -0700
+++ b/mercurial/copies.py	Tue Oct 08 15:06:18 2019 -0700
@@ -677,7 +677,7 @@
                     if df not in copy:
                         movewithdir[f] = df
                         repo.ui.debug(
-                            (b"   pending file src: '%s' -> " b"dst: '%s'\n")
+                            b"   pending file src: '%s' -> dst: '%s'\n"
                             % (f, df)
                         )
                     break