format: format commands.py, which recently regressed
# skip-blame just reformatting
Differential Revision: https://phab.mercurial-scm.org/D7064
--- a/mercurial/commands.py Fri Oct 04 19:36:21 2019 +0100
+++ b/mercurial/commands.py Fri Oct 11 18:56:59 2019 -0700
@@ -5616,8 +5616,10 @@
_(b'default push revset for path evaluates to an empty set')
)
elif ui.configbool(b'commands', b'push.require-revs'):
- raise error.Abort(_(b'no revisions specified to push'),
- hint=_(b'did you mean "hg push -r ."?'))
+ raise error.Abort(
+ _(b'no revisions specified to push'),
+ hint=_(b'did you mean "hg push -r ."?'),
+ )
repo._subtoppath = dest
try: