##// END OF EJS Templates
help: fix quoting for bundle1 options
Gregory Szorc -
r27683:76fc5ac2 default
parent child Browse files
Show More
@@ -1359,7 +1359,7 b' Controls generic server settings.'
1359 1359 exchange format. (default: True)
1360 1360
1361 1361 ``bundle1gd``
1362 Like ``bundle1` but only used if the repository is using the
1362 Like ``bundle1`` but only used if the repository is using the
1363 1363 *generaldelta* storage format. (default: True)
1364 1364
1365 1365 ``bundle1.push``
@@ -1367,7 +1367,7 b' Controls generic server settings.'
1367 1367 format. (default: True)
1368 1368
1369 1369 ``bundle1gd.push``
1370 Like ``bundle1.push` but only used if the repository is using the
1370 Like ``bundle1.push`` but only used if the repository is using the
1371 1371 *generaldelta* storage format. (default: True)
1372 1372
1373 1373 ``bundle1.pull``
@@ -1375,7 +1375,7 b' Controls generic server settings.'
1375 1375 format. (default: True)
1376 1376
1377 1377 ``bundle1gd.pull``
1378 Like ``bundle1.pull` but only used if the repository is using the
1378 Like ``bundle1.pull`` but only used if the repository is using the
1379 1379 *generaldelta* storage format. (default: True)
1380 1380
1381 1381 Large repositories using the *generaldelta* storage format should
General Comments 0
You need to be logged in to leave comments. Login now