Skip to content
Snippets Groups Projects
Commit 6e8582ccf76d authored by Augie Fackler's avatar Augie Fackler
Browse files

discovery: re-wrap expression to avoid a black bug

Differential Revision: https://phab.mercurial-scm.org/D6969
parent c348d829d23a
No related branches found
No related tags found
No related merge requests found
......@@ -394,8 +394,10 @@
if len(newhs) > 1:
dhs = list(newhs)
if errormsg is None:
errormsg = (_("push creates new branch '%s' "
"with multiple heads") % (branch))
errormsg = (
_("push creates new branch '%s' with multiple heads") %
branch
)
hint = _("merge or"
" see 'hg help push' for details about"
" pushing new heads")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment