changeset 25831 | 578fc97904da |
parent 25823 | 2406e2baa937 |
child 25921 | 74b303a637bc |
--- a/mercurial/changegroup.py Thu Jun 25 17:43:24 2015 -0500 +++ b/mercurial/changegroup.py Thu Jun 25 17:43:52 2015 -0500 @@ -283,6 +283,7 @@ if bundlecaps is None: bundlecaps = set() self._bundlecaps = bundlecaps + # experimental config: bundle.reorder reorder = repo.ui.config('bundle', 'reorder', 'auto') if reorder == 'auto': reorder = None