changeset 25831:578fc97904da

generaldelta: mark experimental reordering option
author Matt Mackall <mpm@selenic.com>
date Thu, 25 Jun 2015 17:43:52 -0500
parents 5418dd5be8ac
children 5857be01962e
files mercurial/changegroup.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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