Fossil SCM
Removed a bit of comment which confused the help generator and broke building test-builtin-list... and yet somehow built once?
Commit
6ba0e14df78149178c26c57fc3d0a9e7d99f47622a33ae47551423316382a6e2
Parent
7df467810e7df8b…
1 file changed
+1
-1
+1
-1
| --- src/builtin.c | ||
| +++ src/builtin.c | ||
| @@ -54,11 +54,11 @@ | ||
| 54 | 54 | const char *builtin_text(const char *zFilename){ |
| 55 | 55 | return (char*)builtin_file(zFilename, 0); |
| 56 | 56 | } |
| 57 | 57 | |
| 58 | 58 | /* |
| 59 | -** COMMAND: test-builtin-list [-verbose|-v] | |
| 59 | +** COMMAND: test-builtin-list | |
| 60 | 60 | ** |
| 61 | 61 | ** If -verbose is used, it outputs a line at the end |
| 62 | 62 | ** with the total item count and size. |
| 63 | 63 | ** |
| 64 | 64 | ** List the names and sizes of all built-in resources. |
| 65 | 65 |
| --- src/builtin.c | |
| +++ src/builtin.c | |
| @@ -54,11 +54,11 @@ | |
| 54 | const char *builtin_text(const char *zFilename){ |
| 55 | return (char*)builtin_file(zFilename, 0); |
| 56 | } |
| 57 | |
| 58 | /* |
| 59 | ** COMMAND: test-builtin-list [-verbose|-v] |
| 60 | ** |
| 61 | ** If -verbose is used, it outputs a line at the end |
| 62 | ** with the total item count and size. |
| 63 | ** |
| 64 | ** List the names and sizes of all built-in resources. |
| 65 |
| --- src/builtin.c | |
| +++ src/builtin.c | |
| @@ -54,11 +54,11 @@ | |
| 54 | const char *builtin_text(const char *zFilename){ |
| 55 | return (char*)builtin_file(zFilename, 0); |
| 56 | } |
| 57 | |
| 58 | /* |
| 59 | ** COMMAND: test-builtin-list |
| 60 | ** |
| 61 | ** If -verbose is used, it outputs a line at the end |
| 62 | ** with the total item count and size. |
| 63 | ** |
| 64 | ** List the names and sizes of all built-in resources. |
| 65 |