mercurial/tags.py
changeset 43117 8ff1ecfadcd1
parent 43106 d783f945a701
child 43591 2c3afd083e45
--- a/mercurial/tags.py	Tue Oct 08 15:15:37 2019 -0700
+++ b/mercurial/tags.py	Tue Oct 08 15:06:18 2019 -0700
@@ -593,7 +593,7 @@
         repo.hook(b'pretag', throw=True, node=hex(node), tag=name, local=local)
         if name in branches:
             repo.ui.warn(
-                _(b"warning: tag %s conflicts with existing" b" branch name\n")
+                _(b"warning: tag %s conflicts with existing branch name\n")
                 % name
             )