##// END OF EJS Templates
help: spelling fixes
Matt Harbison -
r32139:de86a687 stable
parent child Browse files
Show More
@@ -24,7 +24,7 b' A "bundlespec" string has the following '
24 The literal bundle format string is used.
24 The literal bundle format string is used.
25
25
26 <compression>-<type>
26 <compression>-<type>
27 The compression engine and format are delimited by a hypthen (``-``).
27 The compression engine and format are delimited by a hyphen (``-``).
28
28
29 Optional parameters follow the ``<type>``. Parameters are URI escaped
29 Optional parameters follow the ``<type>``. Parameters are URI escaped
30 ``key=value`` pairs. Each pair is delimited by a semicolon (``;``). The
30 ``key=value`` pairs. Each pair is delimited by a semicolon (``;``). The
@@ -419,7 +419,7 b' effect and style see :hg:`help color`.'
419 terminal. Any invalid value will disable color.
419 terminal. Any invalid value will disable color.
420
420
421 ``pagermode``
421 ``pagermode``
422 String: optinal override of ``color.mode`` used with pager.
422 String: optional override of ``color.mode`` used with pager.
423
423
424 On some systems, terminfo mode may cause problems when using
424 On some systems, terminfo mode may cause problems when using
425 color with ``less -R`` as a pager program. less with the -R option
425 color with ``less -R`` as a pager program. less with the -R option
@@ -72,7 +72,7 b" Each *chunk*'s data consists of the foll"
72
72
73 The *delta data* is a series of *delta*s that describe a diff from an existing
73 The *delta data* is a series of *delta*s that describe a diff from an existing
74 entry (either that the recipient already has, or previously specified in the
74 entry (either that the recipient already has, or previously specified in the
75 bundlei/changegroup).
75 bundle/changegroup).
76
76
77 The *delta header* is different between versions ``1``, ``2``, and
77 The *delta header* is different between versions ``1``, ``2``, and
78 ``3`` of the changegroup format.
78 ``3`` of the changegroup format.
@@ -62,7 +62,7 b' We provide a limited set of infix arithm'
62 * for multiplication
62 * for multiplication
63 / for floor division (division rounded to integer nearest -infinity)
63 / for floor division (division rounded to integer nearest -infinity)
64
64
65 Division fulfils the law x = x / y + mod(x, y).
65 Division fulfills the law x = x / y + mod(x, y).
66
66
67 Also, for any expression that returns a list, there is a list operator::
67 Also, for any expression that returns a list, there is a list operator::
68
68
@@ -1032,7 +1032,7 b' sub-topics can be accessed'
1032
1032
1033 The *delta data* is a series of *delta*s that describe a diff from an
1033 The *delta data* is a series of *delta*s that describe a diff from an
1034 existing entry (either that the recipient already has, or previously
1034 existing entry (either that the recipient already has, or previously
1035 specified in the bundlei/changegroup).
1035 specified in the bundle/changegroup).
1036
1036
1037 The *delta header* is different between versions "1", "2", and "3" of the
1037 The *delta header* is different between versions "1", "2", and "3" of the
1038 changegroup format.
1038 changegroup format.
@@ -3183,7 +3183,7 b' Sub-topic topics rendered properly'
3183 <p>
3183 <p>
3184 The *delta data* is a series of *delta*s that describe a diff from an existing
3184 The *delta data* is a series of *delta*s that describe a diff from an existing
3185 entry (either that the recipient already has, or previously specified in the
3185 entry (either that the recipient already has, or previously specified in the
3186 bundlei/changegroup).
3186 bundle/changegroup).
3187 </p>
3187 </p>
3188 <p>
3188 <p>
3189 The *delta header* is different between versions &quot;1&quot;, &quot;2&quot;, and
3189 The *delta header* is different between versions &quot;1&quot;, &quot;2&quot;, and
General Comments 0
You need to be logged in to leave comments. Login now