Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Fix a typo in the file format documentation reported on the Tcl/Tk chatroom. |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk | release |
| Files: | files | file ages | folders |
| SHA1: |
d0753799e447b795933e9f266233767d |
| User & Date: | drh 2010-11-01 14:23:35.000 |
References
|
2010-11-09
| ||
| 15:21 | • Ticket [ad76b5d67b] Cannot clone http://www.fossil-scm.org/ status still Open with 1 other change artifact: 04f24050d1 user: drh | |
| 14:51 | • Ticket [ad76b5d67b]: 2 changes artifact: 052de1d35b user: anonymous | |
| 14:18 | • New ticket [ad76b5d67b]. artifact: 1bccff3b43 user: anonymous | |
Context
|
2010-11-01
| ||
| 23:38 | Fix a possible redirect loop. check-in: f4033ec09e user: drh tags: trunk | |
| 18:52 | merge from trunk check-in: 4a094f46ad user: wolfgang tags: StvPrivateHook2 | |
| 14:23 | Fix a typo in the file format documentation reported on the Tcl/Tk chatroom. check-in: d0753799e4 user: drh tags: trunk, release | |
|
2010-10-31
| ||
| 21:51 | Add a warning to the "fossil sqlite3" command to remind users that careless use of the command can easily corrupt the repository. Ticket [b18338c226f6fb4899]. check-in: 4e1241f323 user: drh tags: trunk | |
Changes
Changes to www/fileformat.wiki.
| ︙ | ︙ | |||
117 118 119 120 121 122 123 | A delta-manifest records only changes from its baseline. A manifest must have exactly one C-card. The sole argument to the C-card is a check-in comment that describes the check-in that the manifest defines. The check-in comment is text. The following escape sequences are applied to the text: A space (ASCII 0x20) is represented as "\s" (ASCII 0x5C, 0x73). A | | | 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 | A delta-manifest records only changes from its baseline. A manifest must have exactly one C-card. The sole argument to the C-card is a check-in comment that describes the check-in that the manifest defines. The check-in comment is text. The following escape sequences are applied to the text: A space (ASCII 0x20) is represented as "\s" (ASCII 0x5C, 0x73). A newline (ASCII 0x0a) is "\n" (ASCII 0x5C, x6E). A backslash (ASCII 0x5C) is represented as two backslashes "\\". Apart from space and newline, no other whitespace characters are allowed in the check-in comment. Nor are any unprintable characters allowed in the comment. A manifest must have exactly one D-card. The sole argument to the D-card is a date-time stamp in the ISO8601 format. The |
| ︙ | ︙ |