diff mercurial/hg.py @ 47057:7431f5ab0d2a

branching: merge stable into default
author Rapha?l Gom?s <rgomes@octobus.net>
date Mon, 03 May 2021 18:55:19 +0200
parents d55b71393907 27602e030a1f
children bcafcd779d2e
line wrap: on
line diff
--- 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]