Submitter | Augie Fackler |
---|---|
Date | Sept. 30, 2017, 12:02 p.m. |
Message ID | <733439ef2461439f4c3e.1506772933@augie-macbookpro2.roam.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/24240/ |
State | Accepted |
Headers | show |
Comments
Patch
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"""