# HG changeset patch # User Martin von Zweigbergk # Date 2018-03-02 01:16:36 # Node ID df7b7d5033a5aa6cf1d90a818805bfcc58d86076 # Parent 45f149bf08d12750cc4993fd3d4e6f1bb999e8d5 exchange: remove dead assignment or forcebundle1 Differential Revision: https://phab.mercurial-scm.org/D2548 diff --git a/mercurial/exchange.py b/mercurial/exchange.py --- a/mercurial/exchange.py +++ b/mercurial/exchange.py @@ -283,7 +283,6 @@ def _forcebundle1(op): This function is used to allow testing of the older bundle version""" ui = op.repo.ui - forcebundle1 = False # The goal is this config is to allow developer to choose the bundle # version used during exchanged. This is especially handy during test. # Value is a list of bundle version to be picked from, highest version