--- a/mercurial/help/config.txt Sat Jan 02 15:14:55 2016 -0800
+++ b/mercurial/help/config.txt Sun Dec 20 11:56:24 2015 -0800
@@ -1345,14 +1345,26 @@
Whether to allow clients to push and pull using the legacy bundle1
exchange format. (default: True)
+``bundle1gd``
+ Like ``bundle1` but only used if the repository is using the
+ *generaldelta* storage format. (default: True)
+
``bundle1.push``
Whether to allow clients to push using the legacy bundle1 exchange
format. (default: True)
+``bundle1gd.push``
+ Like ``bundle1.push` but only used if the repository is using the
+ *generaldelta* storage format. (default: True)
+
``bundle1.pull``
Whether to allow clients to pull using the legacy bundle1 exchange
format. (default: True)
+``bundle1gd.pull``
+ Like ``bundle1.pull` but only used if the repository is using the
+ *generaldelta* storage format. (default: True)
+
Large repositories using the *generaldelta* storage format should
consider setting this option because converting *generaldelta*
repositories to the exchange format required by the bundle1 data