author | Matt Mackall <mpm@selenic.com> |
Thu, 25 Jun 2015 17:43:52 -0500 | |
changeset 25831 | 578fc97904da |
parent 25830 | 5418dd5be8ac |
child 25832 | 5857be01962e |
--- 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