# HG changeset patch # User Gregory Szorc # Date 2016-01-07 22:03:11 # Node ID 76fc5ac23473a25216f9cba2f977d1f56aa9df92 # Parent bd706395351bf4dc80a09f687e938fe4d36ad723 help: fix quoting for bundle1 options diff --git a/mercurial/help/config.txt b/mercurial/help/config.txt --- a/mercurial/help/config.txt +++ b/mercurial/help/config.txt @@ -1359,7 +1359,7 @@ Controls generic server settings. exchange format. (default: True) ``bundle1gd`` - Like ``bundle1` but only used if the repository is using the + Like ``bundle1`` but only used if the repository is using the *generaldelta* storage format. (default: True) ``bundle1.push`` @@ -1367,7 +1367,7 @@ Controls generic server settings. format. (default: True) ``bundle1gd.push`` - Like ``bundle1.push` but only used if the repository is using the + Like ``bundle1.push`` but only used if the repository is using the *generaldelta* storage format. (default: True) ``bundle1.pull`` @@ -1375,7 +1375,7 @@ Controls generic server settings. format. (default: True) ``bundle1gd.pull`` - Like ``bundle1.pull` but only used if the repository is using the + 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