Fossil SCM
File format document change: UUIDs use lowercase not uppercase hex.
Commit
01e7596a984e2cd2bc12abc0a741415b902cbeea
Parent
ac1dea8eac8d3e9…
1 file changed
+3
-3
+3
-3
| --- www/fileformat.html | ||
| +++ www/fileformat.html | ||
| @@ -107,11 +107,11 @@ | ||
| 107 | 107 | |
| 108 | 108 | <p> |
| 109 | 109 | A manifest has zero or one P-lines. Most manifests have one P-line. |
| 110 | 110 | The P-line has a varying number of arguments that |
| 111 | 111 | defines other manifests from which the current manifest |
| 112 | -is derived. Each argument is an 40-character uppercase | |
| 112 | +is derived. Each argument is an 40-character lowercase | |
| 113 | 113 | hexadecimal SHA1 of the predecessor manifest. All arguments |
| 114 | 114 | to the P-line must be unique to that line. |
| 115 | 115 | The first predecessor is the manifests direct ancestor. |
| 116 | 116 | Other arguments define manifests with which the first was |
| 117 | 117 | merged to yield the current manifest. Most manifests have |
| @@ -121,11 +121,11 @@ | ||
| 121 | 121 | |
| 122 | 122 | <p> |
| 123 | 123 | A manifest may optionally have a single R-line. The R-line has |
| 124 | 124 | a single argument which is the MD5 checksum of all files in |
| 125 | 125 | the baseline except the manifest itself. The checksum is expressed |
| 126 | -as 32-characters of uppercase hexadecimal. The checksum is | |
| 126 | +as 32-characters of lowercase hexadecimal. The checksum is | |
| 127 | 127 | computed as follows: For each file in the baseline (except for |
| 128 | 128 | the manifest itself) in strict sorted lexigraphical order, |
| 129 | 129 | take the pathname of the file relative to the root of the |
| 130 | 130 | repository, append a single space (ASCII 0x20), the |
| 131 | 131 | size of the file in ASCII decimal, a single newline |
| @@ -140,11 +140,11 @@ | ||
| 140 | 140 | check-in comment argument to the C-line. |
| 141 | 141 | </p> |
| 142 | 142 | |
| 143 | 143 | <p> |
| 144 | 144 | A manifest has an option Z-line as its last line. The argument |
| 145 | -to the Z-line is a 32-character uppercase hexadecimal MD5 hash | |
| 145 | +to the Z-line is a 32-character lowercase hexadecimal MD5 hash | |
| 146 | 146 | of all prior lines of the manifest up to and including the newline |
| 147 | 147 | character that immediately preceeds the "Z". The Z-line is just |
| 148 | 148 | a sanity check to prove that the manifest is well-formed and |
| 149 | 149 | consistent. |
| 150 | 150 | </p> |
| 151 | 151 |
| --- www/fileformat.html | |
| +++ www/fileformat.html | |
| @@ -107,11 +107,11 @@ | |
| 107 | |
| 108 | <p> |
| 109 | A manifest has zero or one P-lines. Most manifests have one P-line. |
| 110 | The P-line has a varying number of arguments that |
| 111 | defines other manifests from which the current manifest |
| 112 | is derived. Each argument is an 40-character uppercase |
| 113 | hexadecimal SHA1 of the predecessor manifest. All arguments |
| 114 | to the P-line must be unique to that line. |
| 115 | The first predecessor is the manifests direct ancestor. |
| 116 | Other arguments define manifests with which the first was |
| 117 | merged to yield the current manifest. Most manifests have |
| @@ -121,11 +121,11 @@ | |
| 121 | |
| 122 | <p> |
| 123 | A manifest may optionally have a single R-line. The R-line has |
| 124 | a single argument which is the MD5 checksum of all files in |
| 125 | the baseline except the manifest itself. The checksum is expressed |
| 126 | as 32-characters of uppercase hexadecimal. The checksum is |
| 127 | computed as follows: For each file in the baseline (except for |
| 128 | the manifest itself) in strict sorted lexigraphical order, |
| 129 | take the pathname of the file relative to the root of the |
| 130 | repository, append a single space (ASCII 0x20), the |
| 131 | size of the file in ASCII decimal, a single newline |
| @@ -140,11 +140,11 @@ | |
| 140 | check-in comment argument to the C-line. |
| 141 | </p> |
| 142 | |
| 143 | <p> |
| 144 | A manifest has an option Z-line as its last line. The argument |
| 145 | to the Z-line is a 32-character uppercase hexadecimal MD5 hash |
| 146 | of all prior lines of the manifest up to and including the newline |
| 147 | character that immediately preceeds the "Z". The Z-line is just |
| 148 | a sanity check to prove that the manifest is well-formed and |
| 149 | consistent. |
| 150 | </p> |
| 151 |
| --- www/fileformat.html | |
| +++ www/fileformat.html | |
| @@ -107,11 +107,11 @@ | |
| 107 | |
| 108 | <p> |
| 109 | A manifest has zero or one P-lines. Most manifests have one P-line. |
| 110 | The P-line has a varying number of arguments that |
| 111 | defines other manifests from which the current manifest |
| 112 | is derived. Each argument is an 40-character lowercase |
| 113 | hexadecimal SHA1 of the predecessor manifest. All arguments |
| 114 | to the P-line must be unique to that line. |
| 115 | The first predecessor is the manifests direct ancestor. |
| 116 | Other arguments define manifests with which the first was |
| 117 | merged to yield the current manifest. Most manifests have |
| @@ -121,11 +121,11 @@ | |
| 121 | |
| 122 | <p> |
| 123 | A manifest may optionally have a single R-line. The R-line has |
| 124 | a single argument which is the MD5 checksum of all files in |
| 125 | the baseline except the manifest itself. The checksum is expressed |
| 126 | as 32-characters of lowercase hexadecimal. The checksum is |
| 127 | computed as follows: For each file in the baseline (except for |
| 128 | the manifest itself) in strict sorted lexigraphical order, |
| 129 | take the pathname of the file relative to the root of the |
| 130 | repository, append a single space (ASCII 0x20), the |
| 131 | size of the file in ASCII decimal, a single newline |
| @@ -140,11 +140,11 @@ | |
| 140 | check-in comment argument to the C-line. |
| 141 | </p> |
| 142 | |
| 143 | <p> |
| 144 | A manifest has an option Z-line as its last line. The argument |
| 145 | to the Z-line is a 32-character lowercase hexadecimal MD5 hash |
| 146 | of all prior lines of the manifest up to and including the newline |
| 147 | character that immediately preceeds the "Z". The Z-line is just |
| 148 | a sanity check to prove that the manifest is well-formed and |
| 149 | consistent. |
| 150 | </p> |
| 151 |