Mercurial > hg-stable
changeset 33220:40861b2254a5
configitems: register the 'server.bundle1gd' config
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 30 Jun 2017 03:44:07 +0200 |
parents | ffb1d0f541f5 |
children | 4237398c67c0 |
files | mercurial/configitems.py mercurial/wireproto.py |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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, )