##// END OF EJS Templates
help: fix layout of pre-formatted text
Yuya Nishihara -
r31287:16539e32 default
parent child Browse files
Show More
@@ -108,7 +108,7 b' The *delta data* consists of ``chunklen '
108 series of *delta*s, densely packed (no separators). These deltas describe a diff
108 series of *delta*s, densely packed (no separators). These deltas describe a diff
109 from an existing entry (either that the recipient already has, or previously
109 from an existing entry (either that the recipient already has, or previously
110 specified in the bundle/changegroup). The format is described more fully in
110 specified in the bundle/changegroup). The format is described more fully in
111 ``hg help internals.bdiff``, but briefly:
111 ``hg help internals.bdiff``, but briefly::
112
112
113 +---------------------------------------------------------------+
113 +---------------------------------------------------------------+
114 | | | | |
114 | | | | |
@@ -1063,12 +1063,12 b' sub-topics can be accessed'
1063 has, or previously specified in the bundle/changegroup). The format is
1063 has, or previously specified in the bundle/changegroup). The format is
1064 described more fully in "hg help internals.bdiff", but briefly:
1064 described more fully in "hg help internals.bdiff", but briefly:
1065
1065
1066 +---------------------------------------------------------------+ |
1066 +---------------------------------------------------------------+
1067 | | | | | start offset | end
1067 | | | | |
1068 offset | new length | content | | (4 bytes) | (4
1068 | start offset | end offset | new length | content |
1069 bytes) | (4 bytes) | (<new length> bytes) | | |
1069 | (4 bytes) | (4 bytes) | (4 bytes) | (<new length> bytes) |
1070 | | |
1070 | | | | |
1071 +---------------------------------------------------------------+
1071 +---------------------------------------------------------------+
1072
1072
1073 Please note that the length field in the delta data does *not* include
1073 Please note that the length field in the delta data does *not* include
1074 itself.
1074 itself.
@@ -3199,14 +3199,14 b' Sub-topic topics rendered properly'
3199 specified in the bundle/changegroup). The format is described more fully in
3199 specified in the bundle/changegroup). The format is described more fully in
3200 &quot;hg help internals.bdiff&quot;, but briefly:
3200 &quot;hg help internals.bdiff&quot;, but briefly:
3201 </p>
3201 </p>
3202 <p>
3202 <pre>
3203 +---------------------------------------------------------------+
3203 +---------------------------------------------------------------+
3204 | | | | |
3204 | | | | |
3205 | start offset | end offset | new length | content |
3205 | start offset | end offset | new length | content |
3206 | (4 bytes) | (4 bytes) | (4 bytes) | (&lt;new length&gt; bytes) |
3206 | (4 bytes) | (4 bytes) | (4 bytes) | (&lt;new length&gt; bytes) |
3207 | | | | |
3207 | | | | |
3208 +---------------------------------------------------------------+
3208 +---------------------------------------------------------------+
3209 </p>
3209 </pre>
3210 <p>
3210 <p>
3211 Please note that the length field in the delta data does *not* include itself.
3211 Please note that the length field in the delta data does *not* include itself.
3212 </p>
3212 </p>
General Comments 0
You need to be logged in to leave comments. Login now