Show More
@@ -283,6 +283,7 b' class cg1packer(object):' | |||||
283 | if bundlecaps is None: |
|
283 | if bundlecaps is None: | |
284 | bundlecaps = set() |
|
284 | bundlecaps = set() | |
285 | self._bundlecaps = bundlecaps |
|
285 | self._bundlecaps = bundlecaps | |
|
286 | # experimental config: bundle.reorder | |||
286 | reorder = repo.ui.config('bundle', 'reorder', 'auto') |
|
287 | reorder = repo.ui.config('bundle', 'reorder', 'auto') | |
287 | if reorder == 'auto': |
|
288 | if reorder == 'auto': | |
288 | reorder = None |
|
289 | reorder = None |
General Comments 0
You need to be logged in to leave comments.
Login now