Submitter | Durham Goode |
---|---|
Date | May 8, 2014, 5:23 p.m. |
Message ID | <c727b16938123025ab73.1399569832@dev2000.prn2.facebook.com> |
Download | mbox | patch |
Permalink | /patch/4671/ |
State | Superseded |
Commit | 341039aa11543c404dcf525241aa04f0611483c8 |
Headers | show |
Comments
Patch
diff --git a/mercurial/exchange.py b/mercurial/exchange.py --- a/mercurial/exchange.py +++ b/mercurial/exchange.py @@ -537,7 +537,7 @@ lock = pullop.repo.lock() try: _pulldiscovery(pullop) - if (pullop.repo.ui.configbool('server', 'bundle2', False) + if (pullop.repo.ui.configbool('experimental', 'bundle2-exp', False) and pullop.remote.capable('bundle2-exp')): _pullbundle2(pullop) if 'changegroup' in pullop.todosteps: