diff mercurial/changegroup.py @ 25831:578fc97904da

generaldelta: mark experimental reordering option
author Matt Mackall <mpm@selenic.com>
date Thu, 25 Jun 2015 17:43:52 -0500
parents 2406e2baa937
children 74b303a637bc
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