D2548: exchange: remove dead assignment or forcebundle1

2018-03-02 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes.
Closed by commit rHGdf7b7d5033a5: exchange: remove dead assignment or 
forcebundle1 (authored by martinvonz, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D2548?vs=6344=6369

REVISION DETAIL
  https://phab.mercurial-scm.org/D2548

AFFECTED FILES
  mercurial/exchange.py

CHANGE DETAILS

diff --git a/mercurial/exchange.py b/mercurial/exchange.py
--- a/mercurial/exchange.py
+++ b/mercurial/exchange.py
@@ -283,7 +283,6 @@
 
 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



To: martinvonz, #hg-reviewers, pulkit, indygreg
Cc: mercurial-devel
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


D2548: exchange: remove dead assignment or forcebundle1

2018-03-02 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D2548

AFFECTED FILES
  mercurial/exchange.py

CHANGE DETAILS

diff --git a/mercurial/exchange.py b/mercurial/exchange.py
--- a/mercurial/exchange.py
+++ b/mercurial/exchange.py
@@ -283,7 +283,6 @@
 
 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



To: martinvonz, #hg-reviewers
Cc: mercurial-devel
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel