changeset 43192 | ce20b870041f |
parent 43163 | 5617b748aad8 |
child 43266 | 8d02e3c86815 |
--- 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: