mercurial/hg.py
changeset 47057 7431f5ab0d2a
parent 47012 d55b71393907
parent 47005 27602e030a1f
child 47233 bcafcd779d2e
--- a/mercurial/hg.py	Fri Apr 30 02:11:58 2021 +0200
+++ b/mercurial/hg.py	Mon May 03 18:55:19 2021 +0200
@@ -1273,7 +1273,7 @@
     srcs = urlutil.get_pull_paths(repo, ui, [source], opts.get(b'branch'))
     srcs = list(srcs)
     if len(srcs) != 1:
-        msg = _('for now, incoming supports only a single source, %d provided')
+        msg = _(b'for now, incoming supports only a single source, %d provided')
         msg %= len(srcs)
         raise error.Abort(msg)
     source, branches = srcs[0]