hgext/fastannotate/support.py
changeset 43117 8ff1ecfadcd1
parent 43089 c59eb1560c44
child 43989 de358da72eb1
--- a/hgext/fastannotate/support.py	Tue Oct 08 15:15:37 2019 -0700
+++ b/hgext/fastannotate/support.py	Tue Oct 08 15:06:18 2019 -0700
@@ -116,7 +116,7 @@
         return _doannotate(self, follow, diffopts)
     except Exception as ex:
         self._repo.ui.debug(
-            b'fastannotate: falling back to the vanilla ' b'annotate: %r\n' % ex
+            b'fastannotate: falling back to the vanilla annotate: %r\n' % ex
         )
         return orig(self, follow=follow, skiprevs=skiprevs, diffopts=diffopts)