# HG changeset patch # User Augie Fackler # Date 2017-09-30 11:43:53 # Node ID 100814e14b77eba6d6b991f9458ce7446977ecc8 # Parent 76b334b9f45c194445e81b81bcd095301a6de9df exchange: remove superfluous pass statements diff --git a/mercurial/exchange.py b/mercurial/exchange.py --- a/mercurial/exchange.py +++ b/mercurial/exchange.py @@ -1417,7 +1417,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"""