##// END OF EJS Templates
help/config: make defaults consistent
timeless@mozdev.org -
r26182:6832ba52 default
parent child Browse files
Show More
@@ -348,7 +348,7 b' Supported arguments:'
348 348 authentication entry with. Only used if the prefix doesn't include
349 349 a scheme. Supported schemes are http and https. They will match
350 350 static-http and static-https respectively, as well.
351 Default: https.
351 (default: https)
352 352
353 353 If no suitable authentication entry is found, the user is prompted
354 354 for credentials as usual if required by the remote.
@@ -601,8 +601,8 b' Settings for extensions that send email '
601 601 containing patches of outgoing messages will be encoded in the
602 602 first character set to which conversion from local encoding
603 603 (``$HGENCODING``, ``ui.fallbackencoding``) succeeds. If correct
604 conversion fails, the text in question is sent as is. Defaults to
605 empty (explicit) list.
604 conversion fails, the text in question is sent as is.
605 (default: '')
606 606
607 607 Order of outgoing email character sets:
608 608
@@ -955,7 +955,7 b' proxy.'
955 955
956 956 ``always``
957 957 Optional. Always use the proxy, even for localhost and any entries
958 in ``http_proxy.no``. True or False. Default: False.
958 in ``http_proxy.no``. True or False. (default: False)
959 959
960 960 ``merge-patterns``
961 961 ------------------
@@ -1001,12 +1001,12 b' Supported arguments:'
1001 1001
1002 1002 ``priority``
1003 1003 The priority in which to evaluate this tool.
1004 Default: 0.
1004 (default: 0)
1005 1005
1006 1006 ``executable``
1007 1007 Either just the name of the executable or its pathname. On Windows,
1008 1008 the path can use environment variables with ${ProgramFiles} syntax.
1009 Default: the tool name.
1009 (default: the tool name)
1010 1010
1011 1011 ``args``
1012 1012 The arguments to pass to the tool executable. You can refer to the
@@ -1018,7 +1018,7 b' Supported arguments:'
1018 1018 to or the commit you are merging with. During a rebase ``$local``
1019 1019 represents the destination of the rebase, and ``$other`` represents the
1020 1020 commit being rebased.
1021 Default: ``$local $base $other``
1021 (default: ``$local $base $other``)
1022 1022
1023 1023 ``premerge``
1024 1024 Attempt to run internal non-interactive 3-way merge tool before
@@ -1027,15 +1027,14 b' Supported arguments:'
1027 1027 premerge fails. The ``keep-merge3`` will do the same but include information
1028 1028 about the base of the merge in the marker (see internal :merge3 in
1029 1029 :hg:`help merge-tools`).
1030 Default: True
1030 (default: True)
1031 1031
1032 1032 ``binary``
1033 This tool can merge binary files. Defaults to False, unless tool
1034 was selected by file pattern match.
1033 This tool can merge binary files. (default: False, unless tool
1034 was selected by file pattern match)
1035 1035
1036 1036 ``symlink``
1037 This tool can merge symlinks. Defaults to False, even if tool was
1038 selected by file pattern match.
1037 This tool can merge symlinks. (default: False)
1039 1038
1040 1039 ``check``
1041 1040 A list of merge success-checking options::
@@ -1049,32 +1048,32 b' Supported arguments:'
1049 1048
1050 1049 ``fixeol``
1051 1050 Attempt to fix up EOL changes caused by the merge tool.
1052 Default: False
1051 (default: False)
1053 1052
1054 1053 ``gui``
1055 This tool requires a graphical interface to run. Default: False
1054 This tool requires a graphical interface to run. (default: False)
1056 1055
1057 1056 ``regkey``
1058 1057 Windows registry key which describes install location of this
1059 1058 tool. Mercurial will search for this key first under
1060 1059 ``HKEY_CURRENT_USER`` and then under ``HKEY_LOCAL_MACHINE``.
1061 Default: None
1060 (default: None)
1062 1061
1063 1062 ``regkeyalt``
1064 1063 An alternate Windows registry key to try if the first key is not
1065 1064 found. The alternate key uses the same ``regname`` and ``regappend``
1066 1065 semantics of the primary key. The most common use for this key
1067 1066 is to search for 32bit applications on 64bit operating systems.
1068 Default: None
1067 (default: None)
1069 1068
1070 1069 ``regname``
1071 Name of value to read from specified registry key. Defaults to the
1072 unnamed (default) value.
1070 Name of value to read from specified registry key.
1071 (default: the unnamed (default) value)
1073 1072
1074 1073 ``regappend``
1075 1074 String to append to the value read from the registry, typically
1076 1075 the executable name of the tool.
1077 Default: None
1076 (default: None)
1078 1077
1079 1078
1080 1079 ``patch``
@@ -1092,13 +1091,13 b' command or with Mercurial Queues extensi'
1092 1091 endings in patched files are normalized to their original setting
1093 1092 on a per-file basis. If target file does not exist or has no end
1094 1093 of line, patch line endings are preserved.
1095 Default: strict.
1094 (default: strict)
1096 1095
1097 1096 ``fuzz``
1098 1097 The number of lines of 'fuzz' to allow when applying patches. This
1099 1098 controls how much context the patcher is allowed to ignore when
1100 1099 trying to apply a patch.
1101 Default: 2
1100 (default: 2)
1102 1101
1103 1102 ``paths``
1104 1103 ---------
@@ -1110,8 +1109,7 b' the following entries.'
1110 1109
1111 1110 ``default``
1112 1111 Directory or URL to use when pulling if no source is specified.
1113 Default is set to repository from which the current repository was
1114 cloned.
1112 (default: repository from which the current repository was cloned)
1115 1113
1116 1114 ``default-push``
1117 1115 Optional. Directory or URL to use when pushing if no destination
@@ -1138,11 +1136,11 b' information about working with phases.'
1138 1136 Controls draft phase behavior when working as a server. When true,
1139 1137 pushed changesets are set to public in both client and server and
1140 1138 pulled or cloned changesets are set to public in the client.
1141 Default: True
1139 (default: True)
1142 1140
1143 1141 ``new-commit``
1144 1142 Phase of newly-created commits.
1145 Default: draft
1143 (default: draft)
1146 1144
1147 1145 ``checksubrepos``
1148 1146 Check the phase of the current revision of each subrepository. Allowed
@@ -1153,7 +1151,7 b' information about working with phases.'
1153 1151 "secret" phase while the parent repo is in "draft" phase), the commit is
1154 1152 either aborted (if checksubrepos is set to "abort") or the higher phase is
1155 1153 used for the parent repository commit (if set to "follow").
1156 Default: "follow"
1154 (default: follow)
1157 1155
1158 1156
1159 1157 ``profiling``
@@ -1170,7 +1168,7 b' profiling is done using lsprof.'
1170 1168
1171 1169 ``type``
1172 1170 The type of profiler to use.
1173 Default: ls.
1171 (default: ls)
1174 1172
1175 1173 ``ls``
1176 1174 Use Python's built-in instrumenting profiler. This profiler
@@ -1184,7 +1182,7 b' profiling is done using lsprof.'
1184 1182
1185 1183 ``format``
1186 1184 Profiling format. Specific to the ``ls`` instrumenting profiler.
1187 Default: text.
1185 (default: text)
1188 1186
1189 1187 ``text``
1190 1188 Generate a profiling report. When saving to a file, it should be
@@ -1197,28 +1195,28 b' profiling is done using lsprof.'
1197 1195
1198 1196 ``frequency``
1199 1197 Sampling frequency. Specific to the ``stat`` sampling profiler.
1200 Default: 1000.
1198 (default: 1000)
1201 1199
1202 1200 ``output``
1203 1201 File path where profiling data or report should be saved. If the
1204 file exists, it is replaced. Default: None, data is printed on
1205 stderr
1202 file exists, it is replaced. (default: None, data is printed on
1203 stderr)
1206 1204
1207 1205 ``sort``
1208 1206 Sort field. Specific to the ``ls`` instrumenting profiler.
1209 1207 One of ``callcount``, ``reccallcount``, ``totaltime`` and
1210 1208 ``inlinetime``.
1211 Default: inlinetime.
1209 (default: inlinetime)
1212 1210
1213 1211 ``limit``
1214 1212 Number of lines to show. Specific to the ``ls`` instrumenting profiler.
1215 Default: 30.
1213 (default: 30)
1216 1214
1217 1215 ``nested``
1218 1216 Show at most this number of lines of drill-down info after each main entry.
1219 1217 This can help explain the difference between Total and Inline.
1220 1218 Specific to the ``ls`` instrumenting profiler.
1221 Default: 5.
1219 (default: 5)
1222 1220
1223 1221 ``progress``
1224 1222 ------------
@@ -1253,7 +1251,7 b' have a definite end point.'
1253 1251 term width) will be used).
1254 1252
1255 1253 ``clear-complete``
1256 clear the progress bar after it's done (default to True)
1254 clear the progress bar after it's done. (default: True)
1257 1255
1258 1256 ``disable``
1259 1257 If true, don't show a progress bar.
@@ -1281,20 +1279,20 b' Controls generic server settings.'
1281 1279 about 6 Mbps), uncompressed streaming is slower, because of the
1282 1280 extra data transfer overhead. This mode will also temporarily hold
1283 1281 the write lock while determining what data to transfer.
1284 Default is True.
1282 (default: True)
1285 1283
1286 1284 ``preferuncompressed``
1287 1285 When set, clients will try to use the uncompressed streaming
1288 protocol. Default is False.
1286 protocol. (default: False)
1289 1287
1290 1288 ``validate``
1291 1289 Whether to validate the completeness of pushed changesets by
1292 1290 checking that all new file revisions specified in manifests are
1293 present. Default is False.
1291 present. (default: False)
1294 1292
1295 1293 ``maxhttpheaderlen``
1296 1294 Instruct HTTP clients not to send request headers longer than this
1297 many bytes. Default is 1024.
1295 many bytes. (default: 1024)
1298 1296
1299 1297 ``smtp``
1300 1298 --------
@@ -1305,12 +1303,12 b' Configuration for extensions that need t'
1305 1303 Host name of mail server, e.g. "mail.example.com".
1306 1304
1307 1305 ``port``
1308 Optional. Port to connect to on mail server. Default: 465 (if
1309 ``tls`` is smtps) or 25 (otherwise).
1306 Optional. Port to connect to on mail server. (default: 465 if
1307 ``tls`` is smtps; 25 otherwise)
1310 1308
1311 1309 ``tls``
1312 1310 Optional. Method to enable TLS when connecting to mail server: starttls,
1313 smtps or none. Default: none.
1311 smtps or none. (default: none)
1314 1312
1315 1313 ``verifycert``
1316 1314 Optional. Verification for the certificate of mail server, when
@@ -1320,16 +1318,16 b' Configuration for extensions that need t'
1320 1318 ``[web] cacerts`` also). For "strict", sending email is also
1321 1319 aborted, if there is no configuration for mail server in
1322 1320 ``[hostfingerprints]`` and ``[web] cacerts``. --insecure for
1323 :hg:`email` overwrites this as "loose". Default: "strict".
1321 :hg:`email` overwrites this as "loose". (default: strict)
1324 1322
1325 1323 ``username``
1326 1324 Optional. User name for authenticating with the SMTP server.
1327 Default: none.
1325 (default: None)
1328 1326
1329 1327 ``password``
1330 1328 Optional. Password for authenticating with the SMTP server. If not
1331 1329 specified, interactive sessions will prompt the user for a
1332 password; non-interactive sessions will fail. Default: none.
1330 password; non-interactive sessions will fail. (default: None)
1333 1331
1334 1332 ``local_hostname``
1335 1333 Optional. The hostname that the sender can use to identify
@@ -1391,30 +1389,30 b' User interface controls.'
1391 1389 Whether to include the .hg_archival.txt file containing meta data
1392 1390 (hashes for the repository base and for tip) in archives created
1393 1391 by the :hg:`archive` command or downloaded via hgweb.
1394 Default is True.
1392 (default: True)
1395 1393
1396 1394 ``askusername``
1397 1395 Whether to prompt for a username when committing. If True, and
1398 1396 neither ``$HGUSER`` nor ``$EMAIL`` has been specified, then the user will
1399 1397 be prompted to enter a username. If no username is entered, the
1400 1398 default ``USER@HOST`` is used instead.
1401 Default is False.
1399 (default: False)
1402 1400
1403 1401 ``commitsubrepos``
1404 1402 Whether to commit modified subrepositories when committing the
1405 1403 parent repository. If False and one subrepository has uncommitted
1406 1404 changes, abort the commit.
1407 Default is False.
1405 (default: False)
1408 1406
1409 1407 ``debug``
1410 Print debugging information. True or False. Default is False.
1408 Print debugging information. True or False. (default: False)
1411 1409
1412 1410 ``editor``
1413 The editor to use during a commit. Default is ``$EDITOR`` or ``vi``.
1411 The editor to use during a commit. (default: ``$EDITOR`` or ``vi``)
1414 1412
1415 1413 ``fallbackencoding``
1416 1414 Encoding to try if it's not possible to decode the changelog using
1417 UTF-8. Default is ISO-8859-1.
1415 UTF-8. (default: ISO-8859-1)
1418 1416
1419 1417 ``ignore``
1420 1418 A file to read per-user ignore patterns from. This file should be
@@ -1425,7 +1423,7 b' User interface controls.'
1425 1423 of the ignore file format, see the ``hgignore(5)`` man page.
1426 1424
1427 1425 ``interactive``
1428 Allow to prompt the user. True or False. Default is True.
1426 Allow to prompt the user. True or False. (default: True)
1429 1427
1430 1428 ``logtemplate``
1431 1429 Template string for commands that print changesets.
@@ -1440,7 +1438,7 b' User interface controls.'
1440 1438 style uses the ``mergemarkertemplate`` setting to style the labels.
1441 1439 The ``basic`` style just uses 'local' and 'other' as the marker label.
1442 1440 One of ``basic`` or ``detailed``.
1443 Default is ``basic``.
1441 (default: ``basic``)
1444 1442
1445 1443 ``mergemarkertemplate``
1446 1444 The template used to print the commit description next to each conflict
@@ -1473,7 +1471,7 b' User interface controls.'
1473 1471
1474 1472 ``portablefilenames``
1475 1473 Check for portable filenames. Can be ``warn``, ``ignore`` or ``abort``.
1476 Default is ``warn``.
1474 (default: ``warn``)
1477 1475 If set to ``warn`` (or ``true``), a warning message is printed on POSIX
1478 1476 platforms, if a file with a non-portable filename is added (e.g. a file
1479 1477 with a name that can't be created on Windows because it contains reserved
@@ -1484,56 +1482,58 b' User interface controls.'
1484 1482 On Windows, this configuration option is ignored and the command aborted.
1485 1483
1486 1484 ``quiet``
1487 Reduce the amount of output printed. True or False. Default is False.
1485 Reduce the amount of output printed. True or False. (default: False)
1488 1486
1489 1487 ``remotecmd``
1490 remote command to use for clone/push/pull operations. Default is ``hg``.
1488 remote command to use for clone/push/pull operations. (default: ``hg``)
1491 1489
1492 1490 ``report_untrusted``
1493 1491 Warn if a ``.hg/hgrc`` file is ignored due to not being owned by a
1494 trusted user or group. True or False. Default is True.
1492 trusted user or group. True or False. (default: True)
1495 1493
1496 1494 ``slash``
1497 1495 Display paths using a slash (``/``) as the path separator. This
1498 1496 only makes a difference on systems where the default path
1499 1497 separator is not the slash character (e.g. Windows uses the
1500 1498 backslash character (``\``)).
1501 Default is False.
1499 (default: False)
1502 1500
1503 1501 ``statuscopies``
1504 1502 Display copies in the status command.
1505 1503
1506 1504 ``ssh``
1507 command to use for SSH connections. Default is ``ssh``.
1505 command to use for SSH connections. (default: ``ssh``)
1508 1506
1509 1507 ``strict``
1510 1508 Require exact command names, instead of allowing unambiguous
1511 abbreviations. True or False. Default is False.
1509 abbreviations. True or False. (default: False)
1512 1510
1513 1511 ``style``
1514 1512 Name of style to use for command output.
1515 1513
1516 1514 ``timeout``
1517 1515 The timeout used when a lock is held (in seconds), a negative value
1518 means no timeout. Default is 600.
1516 means no timeout. (default: 600)
1519 1517
1520 1518 ``traceback``
1521 1519 Mercurial always prints a traceback when an unknown exception
1522 1520 occurs. Setting this to True will make Mercurial print a traceback
1523 1521 on all exceptions, even those recognized by Mercurial (such as
1524 IOError or MemoryError). Default is False.
1522 IOError or MemoryError). (default: False)
1525 1523
1526 1524 ``username``
1527 1525 The committer of a changeset created when running "commit".
1528 1526 Typically a person's name and email address, e.g. ``Fred Widget
1529 <fred@example.com>``. Default is ``$EMAIL`` or ``username@hostname``. If
1530 the username in hgrc is empty, it has to be specified manually or
1531 in a different hgrc file (e.g. ``$HOME/.hgrc``, if the admin set
1532 ``username =`` in the system hgrc). Environment variables in the
1527 <fred@example.com>``. Environment variables in the
1533 1528 username are expanded.
1534 1529
1530 (default: ``$EMAIL`` or ``username@hostname``. If the username in
1531 hgrc is empty, e.g. if the system admin set ``username =`` in the
1532 system hgrc, it has to be specified manually or in a different
1533 hgrc file)
1534
1535 1535 ``verbose``
1536 Increase the amount of output printed. True or False. Default is False.
1536 Increase the amount of output printed. True or False. (default: False)
1537 1537
1538 1538
1539 1539 ``web``
@@ -1563,27 +1563,27 b' that this should not be used for public '
1563 1563 The full set of options is:
1564 1564
1565 1565 ``accesslog``
1566 Where to output the access log. Default is stdout.
1566 Where to output the access log. (default: stdout)
1567 1567
1568 1568 ``address``
1569 Interface address to bind to. Default is all.
1569 Interface address to bind to. (default: all)
1570 1570
1571 1571 ``allow_archive``
1572 1572 List of archive format (bz2, gz, zip) allowed for downloading.
1573 Default is empty.
1573 (default: empty)
1574 1574
1575 1575 ``allowbz2``
1576 1576 (DEPRECATED) Whether to allow .tar.bz2 downloading of repository
1577 1577 revisions.
1578 Default is False.
1578 (default: False)
1579 1579
1580 1580 ``allowgz``
1581 1581 (DEPRECATED) Whether to allow .tar.gz downloading of repository
1582 1582 revisions.
1583 Default is False.
1583 (default: False)
1584 1584
1585 1585 ``allowpull``
1586 Whether to allow pulling from the repository. Default is True.
1586 Whether to allow pulling from the repository. (default: True)
1587 1587
1588 1588 ``allow_push``
1589 1589 Whether to allow pushing to the repository. If empty or not set,
@@ -1606,11 +1606,12 b' The full set of options is:'
1606 1606
1607 1607 ``allowzip``
1608 1608 (DEPRECATED) Whether to allow .zip downloading of repository
1609 revisions. Default is False. This feature creates temporary files.
1609 revisions. This feature creates temporary files.
1610 (default: False)
1610 1611
1611 1612 ``archivesubrepos``
1612 Whether to recurse into subrepositories when archiving. Default is
1613 False.
1613 Whether to recurse into subrepositories when archiving.
1614 (default: False)
1614 1615
1615 1616 ``baseurl``
1616 1617 Base URL to use when publishing URLs in other locations, so
@@ -1645,7 +1646,7 b' The full set of options is:'
1645 1646 -----END CERTIFICATE-----
1646 1647
1647 1648 ``cache``
1648 Whether to support caching in hgweb. Defaults to True.
1649 Whether to support caching in hgweb. (default: True)
1649 1650
1650 1651 ``certificate``
1651 1652 Certificate to use when running :hg:`serve`.
@@ -1657,17 +1658,18 b' The full set of options is:'
1657 1658 the current path are grouped behind navigable directory entries that
1658 1659 lead to the locations of these repositories. In effect, this setting
1659 1660 collapses each collection of repositories found within a subdirectory
1660 into a single entry for that subdirectory. Default is False.
1661 into a single entry for that subdirectory. (default: False)
1661 1662
1662 1663 ``comparisoncontext``
1663 1664 Number of lines of context to show in side-by-side file comparison. If
1664 negative or the value ``full``, whole files are shown. Default is 5.
1665 negative or the value ``full``, whole files are shown. (default: 5)
1666
1665 1667 This setting can be overridden by a ``context`` request parameter to the
1666 1668 ``comparison`` command, taking the same values.
1667 1669
1668 1670 ``contact``
1669 1671 Name or email address of the person in charge of the repository.
1670 Defaults to ui.username or ``$EMAIL`` or "unknown" if unset or empty.
1672 (default: ui.username or ``$EMAIL`` or "unknown" if unset or empty)
1671 1673
1672 1674 ``deny_push``
1673 1675 Whether to deny pushing to the repository. If empty or not set,
@@ -1698,28 +1700,28 b' The full set of options is:'
1698 1700
1699 1701 ``description``
1700 1702 Textual description of the repository's purpose or contents.
1701 Default is "unknown".
1703 (default: "unknown")
1702 1704
1703 1705 ``encoding``
1704 Character encoding name. Default is the current locale charset.
1706 Character encoding name. (default: the current locale charset)
1705 1707 Example: "UTF-8".
1706 1708
1707 1709 ``errorlog``
1708 Where to output the error log. Default is stderr.
1710 Where to output the error log. (default: stderr)
1709 1711
1710 1712 ``guessmime``
1711 1713 Control MIME types for raw download of file content.
1712 1714 Set to True to let hgweb guess the content type from the file
1713 1715 extension. This will serve HTML files as ``text/html`` and might
1714 1716 allow cross-site scripting attacks when serving untrusted
1715 repositories. Default is False.
1717 repositories. (default: False)
1716 1718
1717 1719 ``hidden``
1718 1720 Whether to hide the repository in the hgwebdir index.
1719 Default is False.
1721 (default: False)
1720 1722
1721 1723 ``ipv6``
1722 Whether to use IPv6. Default is False.
1724 Whether to use IPv6. (default: False)
1723 1725
1724 1726 ``logoimg``
1725 1727 File name of the logo image that some templates display on each page.
@@ -1732,28 +1734,28 b' The full set of options is:'
1732 1734 will be used.
1733 1735
1734 1736 ``maxchanges``
1735 Maximum number of changes to list on the changelog. Default is 10.
1737 Maximum number of changes to list on the changelog. (default: 10)
1736 1738
1737 1739 ``maxfiles``
1738 Maximum number of files to list per changeset. Default is 10.
1740 Maximum number of files to list per changeset. (default: 10)
1739 1741
1740 1742 ``maxshortchanges``
1741 1743 Maximum number of changes to list on the shortlog, graph or filelog
1742 pages. Default is 60.
1744 pages. (default: 60)
1743 1745
1744 1746 ``name``
1745 Repository name to use in the web interface. Default is current
1746 working directory.
1747 Repository name to use in the web interface.
1748 (default: current working directory)
1747 1749
1748 1750 ``port``
1749 Port to listen on. Default is 8000.
1751 Port to listen on. (default: 8000)
1750 1752
1751 1753 ``prefix``
1752 Prefix path to serve from. Default is '' (server root).
1754 Prefix path to serve from. (default: '' (server root))
1753 1755
1754 1756 ``push_ssl``
1755 1757 Whether to require that inbound pushes be transported over SSL to
1756 prevent password sniffing. Default is True.
1758 prevent password sniffing. (default: True)
1757 1759
1758 1760 ``refreshinterval``
1759 1761 How frequently directory listings re-scan the filesystem for new
@@ -1761,7 +1763,8 b' The full set of options is:'
1761 1763 to define paths. Depending on how much filesystem traversal is
1762 1764 required, refreshing may negatively impact performance.
1763 1765
1764 Default is 20. Values less than or equal to 0 always refresh.
1766 Values less than or equal to 0 always refresh.
1767 (default: 20)
1765 1768
1766 1769 ``staticurl``
1767 1770 Base URL to use for static files. If unset, static files (e.g. the
@@ -1771,12 +1774,12 b' The full set of options is:'
1771 1774
1772 1775 ``stripes``
1773 1776 How many lines a "zebra stripe" should span in multi-line output.
1774 Default is 1; set to 0 to disable.
1777 Set to 0 to disable. (default: 1)
1775 1778
1776 1779 ``style``
1777 1780 Which template map style to use. The available options are the names of
1778 subdirectories in the HTML templates path. Default is ``paper``.
1779 Example: ``monoblue``
1781 subdirectories in the HTML templates path. (default: ``paper``)
1782 Example: ``monoblue``.
1780 1783
1781 1784 ``templates``
1782 1785 Where to find the HTML templates. The default path to the HTML templates
@@ -1823,6 +1826,6 b' directory updates in parallel on Unix-li'
1823 1826 helps performance.
1824 1827
1825 1828 ``numcpus``
1826 Number of CPUs to use for parallel operations. Default is 4 or the
1827 number of CPUs on the system, whichever is larger. A zero or
1829 Number of CPUs to use for parallel operations. A zero or
1828 1830 negative value is treated as ``use the default``.
1831 (default: 4 or the number of CPUs on the system, whichever is larger)
@@ -1130,8 +1130,7 b' Test section lookup'
1130 1130
1131 1131 "default"
1132 1132 Directory or URL to use when pulling if no source is specified.
1133 Default is set to repository from which the current repository was
1134 cloned.
1133 (default: repository from which the current repository was cloned)
1135 1134
1136 1135 "default-push"
1137 1136 Optional. Directory or URL to use when pushing if no destination is
General Comments 0
You need to be logged in to leave comments. Login now