[PATCH 07 of 17] exchange: remove superfluous pass statements

Augie Fackler raf at durin42.com
Sat Sep 30 08:02:13 EDT 2017


# HG changeset patch
# User Augie Fackler <augie at google.com>
# Date 1506771833 14400
#      Sat Sep 30 07:43:53 2017 -0400
# Node ID 733439ef2461439f4c3e16f51777e7266868dfff
# Parent  511a498528e67b15c71de5b1c7cc01ec723ae98c
exchange: remove superfluous pass statements

diff --git a/mercurial/exchange.py b/mercurial/exchange.py
--- a/mercurial/exchange.py
+++ b/mercurial/exchange.py
@@ -1416,7 +1416,6 @@ def _pullbundle2(pullop):
 
 def _pullbundle2extraprepare(pullop, kwargs):
     """hook function so that extensions can extend the getbundle call"""
-    pass
 
 def _pullchangeset(pullop):
     """pull changeset from unbundle into the local repo"""


More information about the Mercurial-devel mailing list