Mercurial > public > mercurial-scm > hg-stable
diff mercurial/configitems.py @ 33185:9f95f0bb343b
configitems: register the 'bundle.reorder' config
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 30 Jun 2017 03:31:35 +0200 |
parents | 634997248c97 |
children | 649f3b0495c8 |
line wrap: on
line diff
--- a/mercurial/configitems.py Fri Jun 30 03:31:26 2017 +0200 +++ b/mercurial/configitems.py Fri Jun 30 03:31:35 2017 +0200 @@ -67,6 +67,10 @@ coreconfigitem('bundle', 'mainreporoot', default='', ) +# bundle.reorder: experimental config +coreconfigitem('bundle', 'reorder', + default='auto', +) coreconfigitem('color', 'mode', default='auto', )