changeset 33220 | 40861b2254a5 |
parent 33219 | ffb1d0f541f5 |
child 33221 | 4237398c67c0 |
--- a/mercurial/configitems.py Fri Jun 30 03:44:06 2017 +0200 +++ b/mercurial/configitems.py Fri Jun 30 03:44:07 2017 +0200 @@ -116,6 +116,9 @@ coreconfigitem('server', 'bundle1', default=True, ) +coreconfigitem('server', 'bundle1gd', + default=None, +) coreconfigitem('ui', 'clonebundleprefers', default=list, )