mercurial/hg.py
branchstable
changeset 47005 27602e030a1f
parent 46953 394cfc42c05c
child 47057 7431f5ab0d2a
child 47183 8be95673eb8a
--- a/mercurial/hg.py	Wed Apr 21 10:58:42 2021 -0400
+++ b/mercurial/hg.py	Sun Apr 18 00:56:09 2021 -0400
@@ -1272,7 +1272,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]