D7064: format: format commands.py, which recently regressed

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Fri Oct 11 22:00:30 EDT 2019


Closed by commit rHGce20b870041f: format: format commands.py, which recently regressed (authored by martinvonz).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D7064?vs=17071&id=17099

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7064/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D7064

AFFECTED FILES
  mercurial/commands.py

CHANGE DETAILS

diff --git a/mercurial/commands.py b/mercurial/commands.py
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -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:



To: martinvonz, #hg-reviewers, indygreg
Cc: mercurial-devel


More information about the Mercurial-devel mailing list