Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Fix typo in comment. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
a3d8b27b45173f69c176690af181e831 |
| User & Date: | mistachkin 2016-09-14 01:42:28.476 |
Context
|
2016-09-15
| ||
| 19:50 | Remove extraneous periods in timeline on branch move events, also correct verb tense to be more consistent. This change may require a rebuild to take full effect because an event table may be caching the old event text. check-in: f4b5881b33 user: andygoth tags: trunk | |
| 19:41 | Make it easier to debug the ZIP web page. Enhance consistency between the Tarball and ZIP web pages. check-in: 953cfbd497 user: mistachkin tags: trunk | |
| 04:01 | Make it easier to debug the ZIP web page. Enhance consistency between the Tarball and ZIP web pages. check-in: b945876253 user: mistachkin tags: tarAndZip | |
|
2016-09-14
| ||
| 01:42 | Fix typo in comment. check-in: a3d8b27b45 user: mistachkin tags: trunk | |
|
2016-09-13
| ||
| 22:14 | Add '--no-prompt' option to the 'commit' command. check-in: 29ef4f5d06 user: mistachkin tags: trunk | |
Changes
Changes to src/mkindex.c.
| ︙ | ︙ | |||
37 38 39 40 41 42 43 | ** Command names can divided into three classes: 1st-tier, 2nd-tier, ** and test. 1st-tier commands are the most frequently used and the ** ones that show up with "fossil help". 2nd-tier are seldom-used and/or ** legacy command. Test commands are unsupported commands used for testing ** and analysis only. ** ** Commands are 1st-tier by default. If the command name begins with | | | 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | ** Command names can divided into three classes: 1st-tier, 2nd-tier, ** and test. 1st-tier commands are the most frequently used and the ** ones that show up with "fossil help". 2nd-tier are seldom-used and/or ** legacy command. Test commands are unsupported commands used for testing ** and analysis only. ** ** Commands are 1st-tier by default. If the command name begins with ** "test-" or if the command name has a "test" argument, then it becomes ** a test command. If the command name has a "2nd-tier" argument or ends ** with a "*" character, it is second tier. Examples: ** ** COMMAND: abcde* ** COMMAND: fghij 2nd-tier ** COMMAND: test-xyzzy ** COMMAND: xyzzy test |
| ︙ | ︙ |