Mercurial > hg-stable
changeset 34375:100814e14b77
exchange: remove superfluous pass statements
author | Augie Fackler <augie@google.com> |
---|---|
date | Sat, 30 Sep 2017 07:43:53 -0400 |
parents | 76b334b9f45c |
children | ebf2c1b0c70c |
files | mercurial/exchange.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/exchange.py Sat Sep 30 07:43:40 2017 -0400 +++ b/mercurial/exchange.py Sat Sep 30 07:43:53 2017 -0400 @@ -1417,7 +1417,6 @@ 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"""