Skip to content
Snippets Groups Projects
Commit 578fc979 authored by Matt Mackall's avatar Matt Mackall
Browse files

generaldelta: mark experimental reordering option

parent 5418dd5b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment