Mercurial > hg
comparison tests/test-help.t @ 31287:16539e32ebe0
help: fix layout of pre-formatted text
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Thu, 09 Mar 2017 12:55:48 +0900 |
parents | 9f169b7f53d5 |
children | 2cdb1239ff8c |
comparison
equal
deleted
inserted
replaced
31286:f8df87018ae9 | 31287:16539e32ebe0 |
---|---|
1061 contain a series of *delta*s, densely packed (no separators). These deltas | 1061 contain a series of *delta*s, densely packed (no separators). These deltas |
1062 describe a diff from an existing entry (either that the recipient already | 1062 describe a diff from an existing entry (either that the recipient already |
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. |
1075 | 1075 |
1076 In version 1, the delta is always applied against the previous node from | 1076 In version 1, the delta is always applied against the previous node from |
3197 series of *delta*s, densely packed (no separators). These deltas describe a diff | 3197 series of *delta*s, densely packed (no separators). These deltas describe a diff |
3198 from an existing entry (either that the recipient already has, or previously | 3198 from an existing entry (either that the recipient already has, or previously |
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 "hg help internals.bdiff", but briefly: | 3200 "hg help internals.bdiff", 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) | (<new length> bytes) | | 3206 | (4 bytes) | (4 bytes) | (4 bytes) | (<new length> 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> |
3213 <p> | 3213 <p> |
3214 In version 1, the delta is always applied against the previous node from | 3214 In version 1, the delta is always applied against the previous node from |