comparison mercurial/configitems.py @ 49577:53e4f44ba0e8

configitems: enable pullbundles by default The use of pullbundles is already protected: they are only used when a pullbundles.manifest file is created on the server. Having an additional flag doesn't really make sense and can confuse users (as indicated in the mercurial mailing list on the topic "Can't get pull-bundles working").
author Mathias De Mare <mathias.de_mare@nokia.com>
date Mon, 07 Nov 2022 09:25:20 +0100
parents a3356ab610fc
children 9cac281eb9c0
comparison
equal deleted inserted replaced
49575:bbbb5213d043 49577:53e4f44ba0e8
2121 default=1024, 2121 default=1024,
2122 ) 2122 )
2123 coreconfigitem( 2123 coreconfigitem(
2124 b'server', 2124 b'server',
2125 b'pullbundle', 2125 b'pullbundle',
2126 default=False, 2126 default=True,
2127 ) 2127 )
2128 coreconfigitem( 2128 coreconfigitem(
2129 b'server', 2129 b'server',
2130 b'preferuncompressed', 2130 b'preferuncompressed',
2131 default=False, 2131 default=False,