help: fix layout of pre-formatted text

This commit is contained in:
Yuya Nishihara 2017-03-09 12:55:48 +09:00
parent 99a5ad18ca
commit cb8fe16f12
2 changed files with 9 additions and 9 deletions

View File

@ -108,7 +108,7 @@ The *delta data* consists of ``chunklen - 4 - headerlen`` bytes, which contain a
series of *delta*s, densely packed (no separators). These deltas describe a diff series of *delta*s, densely packed (no separators). These deltas describe a diff
from an existing entry (either that the recipient already has, or previously from an existing entry (either that the recipient already has, or previously
specified in the bundle/changegroup). The format is described more fully in specified in the bundle/changegroup). The format is described more fully in
``hg help internals.bdiff``, but briefly: ``hg help internals.bdiff``, but briefly::
+---------------------------------------------------------------+ +---------------------------------------------------------------+
| | | | | | | | | |

View File

@ -1063,12 +1063,12 @@ sub-topics can be accessed
has, or previously specified in the bundle/changegroup). The format is has, or previously specified in the bundle/changegroup). The format is
described more fully in "hg help internals.bdiff", but briefly: described more fully in "hg help internals.bdiff", but briefly:
+---------------------------------------------------------------+ | +---------------------------------------------------------------+
| | | | | start offset | end | | | | |
offset | new length | content | | (4 bytes) | (4 | start offset | end offset | new length | content |
bytes) | (4 bytes) | (<new length> bytes) | | | | (4 bytes) | (4 bytes) | (4 bytes) | (<new length> bytes) |
| | | | | | | |
+---------------------------------------------------------------+ +---------------------------------------------------------------+
Please note that the length field in the delta data does *not* include Please note that the length field in the delta data does *not* include
itself. itself.
@ -3199,14 +3199,14 @@ Sub-topic topics rendered properly
specified in the bundle/changegroup). The format is described more fully in specified in the bundle/changegroup). The format is described more fully in
&quot;hg help internals.bdiff&quot;, but briefly: &quot;hg help internals.bdiff&quot;, but briefly:
</p> </p>
<p> <pre>
+---------------------------------------------------------------+ +---------------------------------------------------------------+
| | | | | | | | | |
| start offset | end offset | new length | content | | start offset | end offset | new length | content |
| (4 bytes) | (4 bytes) | (4 bytes) | (&lt;new length&gt; bytes) | | (4 bytes) | (4 bytes) | (4 bytes) | (&lt;new length&gt; bytes) |
| | | | | | | | | |
+---------------------------------------------------------------+ +---------------------------------------------------------------+
</p> </pre>
<p> <p>
Please note that the length field in the delta data does *not* include itself. Please note that the length field in the delta data does *not* include itself.
</p> </p>