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