Fossil SCM
Try to make it clear that a ticket-id must be a 40-character lower-case hexadecimal number.
Commit
81ad6e2e20955d5058a1939ea7e030bbb2f85987
Parent
addf6709812a3b6…
1 file changed
+3
-2
+3
-2
| --- www/fileformat.wiki | ||
| +++ www/fileformat.wiki | ||
| @@ -364,12 +364,13 @@ | ||
| 364 | 364 | The D card is the usual date and time stamp and represents the point |
| 365 | 365 | in time when the change was entered. The U card is the login of the |
| 366 | 366 | programmer who entered this change. The Z card is the checksum over |
| 367 | 367 | the entire artifact. |
| 368 | 368 | |
| 369 | -Every ticket has a unique ID. The ticket to which this change is applied | |
| 370 | -is specified by the K card. A ticket exists if it contains one or | |
| 369 | +Every ticket has a distinct ticket-id: | |
| 370 | +40-character lower-case hexadecimal number. | |
| 371 | +The ticket-id is given in the K-card. A ticket exists if it contains one or | |
| 371 | 372 | more changes. The first "change" to a ticket is what brings the |
| 372 | 373 | ticket into existence. |
| 373 | 374 | |
| 374 | 375 | J cards specify changes to the "value" of "fields" in the ticket. |
| 375 | 376 | If the <i>value</i> parameter of the J card is omitted, then the |
| 376 | 377 |
| --- www/fileformat.wiki | |
| +++ www/fileformat.wiki | |
| @@ -364,12 +364,13 @@ | |
| 364 | The D card is the usual date and time stamp and represents the point |
| 365 | in time when the change was entered. The U card is the login of the |
| 366 | programmer who entered this change. The Z card is the checksum over |
| 367 | the entire artifact. |
| 368 | |
| 369 | Every ticket has a unique ID. The ticket to which this change is applied |
| 370 | is specified by the K card. A ticket exists if it contains one or |
| 371 | more changes. The first "change" to a ticket is what brings the |
| 372 | ticket into existence. |
| 373 | |
| 374 | J cards specify changes to the "value" of "fields" in the ticket. |
| 375 | If the <i>value</i> parameter of the J card is omitted, then the |
| 376 |
| --- www/fileformat.wiki | |
| +++ www/fileformat.wiki | |
| @@ -364,12 +364,13 @@ | |
| 364 | The D card is the usual date and time stamp and represents the point |
| 365 | in time when the change was entered. The U card is the login of the |
| 366 | programmer who entered this change. The Z card is the checksum over |
| 367 | the entire artifact. |
| 368 | |
| 369 | Every ticket has a distinct ticket-id: |
| 370 | 40-character lower-case hexadecimal number. |
| 371 | The ticket-id is given in the K-card. A ticket exists if it contains one or |
| 372 | more changes. The first "change" to a ticket is what brings the |
| 373 | ticket into existence. |
| 374 | |
| 375 | J cards specify changes to the "value" of "fields" in the ticket. |
| 376 | If the <i>value</i> parameter of the J card is omitted, then the |
| 377 |