Mercurial > hg
changeset 43192:ce20b870041f
format: format commands.py, which recently regressed
# skip-blame just reformatting
Differential Revision: https://phab.mercurial-scm.org/D7064
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Fri, 11 Oct 2019 18:56:59 -0700 |
parents | 5ed1abd0ea26 |
children | 2d1f9880af1b |
files | mercurial/commands.py |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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: