##// END OF EJS Templates
exchange: remove dead assignment or forcebundle1...
Martin von Zweigbergk -
r36593:df7b7d50 default
parent child Browse files
Show More
@@ -283,7 +283,6 b' def _forcebundle1(op):'
283
283
284 This function is used to allow testing of the older bundle version"""
284 This function is used to allow testing of the older bundle version"""
285 ui = op.repo.ui
285 ui = op.repo.ui
286 forcebundle1 = False
287 # The goal is this config is to allow developer to choose the bundle
286 # The goal is this config is to allow developer to choose the bundle
288 # version used during exchanged. This is especially handy during test.
287 # version used during exchanged. This is especially handy during test.
289 # Value is a list of bundle version to be picked from, highest version
288 # Value is a list of bundle version to be picked from, highest version
General Comments 0
You need to be logged in to leave comments. Login now