##// END OF EJS Templates
configitems: enable pullbundles by default...
Mathias De Mare -
r50472:53e4f44b default
parent child Browse files
Show More
@@ -2123,7 +2123,7 b' coreconfigitem('
2123 2123 coreconfigitem(
2124 2124 b'server',
2125 2125 b'pullbundle',
2126 default=False,
2126 default=True,
2127 2127 )
2128 2128 coreconfigitem(
2129 2129 b'server',
@@ -22,3 +22,7 b' Mercurial XXX.'
22 22 == Internal API Changes ==
23 23
24 24 == Miscellaneous ==
25
26 * pullbundle support no longer requires setting a server-side option,
27 providing a .hg/pullbundles.manifest according to the syntax specified in
28 'hg help -e clonebundles' is enough.
@@ -33,8 +33,6 b' Test pullbundle functionality'
33 33
34 34 $ cd repo
35 35 $ cat <<EOF > .hg/hgrc
36 > [server]
37 > pullbundle = True
38 36 > [experimental]
39 37 > evolution = True
40 38 > [extensions]
General Comments 0
You need to be logged in to leave comments. Login now