Fossil SCM
Miscellaneous cosmetic changes
Commit
9de6abab2aab2631afe39af3b84a9e302700e1c1
Parent
9436bb75c3c61d2…
4 files changed
+1
-1
+1
-1
+1
-1
+1
-1
M
src/db.c
+1
-1
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -1216,11 +1216,11 @@ | ||
| 1216 | 1216 | } |
| 1217 | 1217 | |
| 1218 | 1218 | /* |
| 1219 | 1219 | ** COMMAND: open |
| 1220 | 1220 | ** |
| 1221 | -** Usage: open FILENAME | |
| 1221 | +** Usage: %fossil open FILENAME | |
| 1222 | 1222 | ** |
| 1223 | 1223 | ** Open a connection to the local repository in FILENAME. A checkout |
| 1224 | 1224 | ** for the repository is created with its root at the working directory. |
| 1225 | 1225 | ** See also the "close" command. |
| 1226 | 1226 | */ |
| 1227 | 1227 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -1216,11 +1216,11 @@ | |
| 1216 | } |
| 1217 | |
| 1218 | /* |
| 1219 | ** COMMAND: open |
| 1220 | ** |
| 1221 | ** Usage: open FILENAME |
| 1222 | ** |
| 1223 | ** Open a connection to the local repository in FILENAME. A checkout |
| 1224 | ** for the repository is created with its root at the working directory. |
| 1225 | ** See also the "close" command. |
| 1226 | */ |
| 1227 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -1216,11 +1216,11 @@ | |
| 1216 | } |
| 1217 | |
| 1218 | /* |
| 1219 | ** COMMAND: open |
| 1220 | ** |
| 1221 | ** Usage: %fossil open FILENAME |
| 1222 | ** |
| 1223 | ** Open a connection to the local repository in FILENAME. A checkout |
| 1224 | ** for the repository is created with its root at the working directory. |
| 1225 | ** See also the "close" command. |
| 1226 | */ |
| 1227 |
+1
-1
| --- src/main.c | ||
| +++ src/main.c | ||
| @@ -431,11 +431,11 @@ | ||
| 431 | 431 | |
| 432 | 432 | |
| 433 | 433 | /* |
| 434 | 434 | ** COMMAND: version |
| 435 | 435 | ** |
| 436 | -** Usage: %fossil version | |
| 436 | +** Usage: %fossil version | |
| 437 | 437 | ** |
| 438 | 438 | ** Print the source code version number for the fossil executable. |
| 439 | 439 | */ |
| 440 | 440 | void version_cmd(void){ |
| 441 | 441 | printf("This is fossil version " MANIFEST_VERSION " " MANIFEST_DATE " UTC\n"); |
| 442 | 442 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -431,11 +431,11 @@ | |
| 431 | |
| 432 | |
| 433 | /* |
| 434 | ** COMMAND: version |
| 435 | ** |
| 436 | ** Usage: %fossil version |
| 437 | ** |
| 438 | ** Print the source code version number for the fossil executable. |
| 439 | */ |
| 440 | void version_cmd(void){ |
| 441 | printf("This is fossil version " MANIFEST_VERSION " " MANIFEST_DATE " UTC\n"); |
| 442 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -431,11 +431,11 @@ | |
| 431 | |
| 432 | |
| 433 | /* |
| 434 | ** COMMAND: version |
| 435 | ** |
| 436 | ** Usage: %fossil version |
| 437 | ** |
| 438 | ** Print the source code version number for the fossil executable. |
| 439 | */ |
| 440 | void version_cmd(void){ |
| 441 | printf("This is fossil version " MANIFEST_VERSION " " MANIFEST_DATE " UTC\n"); |
| 442 |
+1
-1
| --- src/my_page.c | ||
| +++ src/my_page.c | ||
| @@ -107,11 +107,11 @@ | ||
| 107 | 107 | @ <hr/> |
| 108 | 108 | @ <h2>Your artifacts:</h2> |
| 109 | 109 | @ <ul> |
| 110 | 110 | @ <li><a href='%s(g.zBaseURL)/timeline?u=%s(uname)&y=ci'>Your latest commits</a>.</li> |
| 111 | 111 | @ <li><a href='%s(g.zBaseURL)/timeline?u=%s(uname)&y=w'>Your latest wiki changes</a>.</li> |
| 112 | - @ <li>TODO: your tickets</li> | |
| 112 | + @ <li><a href='%s(g.zBaseURL)/timeline?u=%s(uname)&y=t'>Your latest ticket changes</a>.</li> | |
| 113 | 113 | @ <li>TODO: etc. etc. etc.</li> |
| 114 | 114 | @ </ul> |
| 115 | 115 | mypage_password_changer(); |
| 116 | 116 | |
| 117 | 117 | @ <hr/><h2>TODOs:</h2><ul> |
| 118 | 118 |
| --- src/my_page.c | |
| +++ src/my_page.c | |
| @@ -107,11 +107,11 @@ | |
| 107 | @ <hr/> |
| 108 | @ <h2>Your artifacts:</h2> |
| 109 | @ <ul> |
| 110 | @ <li><a href='%s(g.zBaseURL)/timeline?u=%s(uname)&y=ci'>Your latest commits</a>.</li> |
| 111 | @ <li><a href='%s(g.zBaseURL)/timeline?u=%s(uname)&y=w'>Your latest wiki changes</a>.</li> |
| 112 | @ <li>TODO: your tickets</li> |
| 113 | @ <li>TODO: etc. etc. etc.</li> |
| 114 | @ </ul> |
| 115 | mypage_password_changer(); |
| 116 | |
| 117 | @ <hr/><h2>TODOs:</h2><ul> |
| 118 |
| --- src/my_page.c | |
| +++ src/my_page.c | |
| @@ -107,11 +107,11 @@ | |
| 107 | @ <hr/> |
| 108 | @ <h2>Your artifacts:</h2> |
| 109 | @ <ul> |
| 110 | @ <li><a href='%s(g.zBaseURL)/timeline?u=%s(uname)&y=ci'>Your latest commits</a>.</li> |
| 111 | @ <li><a href='%s(g.zBaseURL)/timeline?u=%s(uname)&y=w'>Your latest wiki changes</a>.</li> |
| 112 | @ <li><a href='%s(g.zBaseURL)/timeline?u=%s(uname)&y=t'>Your latest ticket changes</a>.</li> |
| 113 | @ <li>TODO: etc. etc. etc.</li> |
| 114 | @ </ul> |
| 115 | mypage_password_changer(); |
| 116 | |
| 117 | @ <hr/><h2>TODOs:</h2><ul> |
| 118 |
+1
-1
| --- src/wiki.c | ||
| +++ src/wiki.c | ||
| @@ -131,11 +131,11 @@ | ||
| 131 | 131 | style_header("Wiki"); |
| 132 | 132 | @ <ul> |
| 133 | 133 | { char *zHomePageName = db_get("project-name",0); |
| 134 | 134 | if( zHomePageName ){ |
| 135 | 135 | @ <li> <a href="%s(g.zBaseURL)/wiki?name=%s(zHomePageName)"> |
| 136 | - @ %s(zHomePageName)</a> wiki page.</li> | |
| 136 | + @ %s(zHomePageName)</a> wiki home page.</li> | |
| 137 | 137 | } |
| 138 | 138 | } |
| 139 | 139 | @ <li> <a href="%s(g.zBaseURL)/timeline?y=w">Recent changes</a> to wiki |
| 140 | 140 | @ pages. </li> |
| 141 | 141 | @ <li> <a href="%s(g.zBaseURL)/wiki_rules">Formatting rules</a> for |
| 142 | 142 |
| --- src/wiki.c | |
| +++ src/wiki.c | |
| @@ -131,11 +131,11 @@ | |
| 131 | style_header("Wiki"); |
| 132 | @ <ul> |
| 133 | { char *zHomePageName = db_get("project-name",0); |
| 134 | if( zHomePageName ){ |
| 135 | @ <li> <a href="%s(g.zBaseURL)/wiki?name=%s(zHomePageName)"> |
| 136 | @ %s(zHomePageName)</a> wiki page.</li> |
| 137 | } |
| 138 | } |
| 139 | @ <li> <a href="%s(g.zBaseURL)/timeline?y=w">Recent changes</a> to wiki |
| 140 | @ pages. </li> |
| 141 | @ <li> <a href="%s(g.zBaseURL)/wiki_rules">Formatting rules</a> for |
| 142 |
| --- src/wiki.c | |
| +++ src/wiki.c | |
| @@ -131,11 +131,11 @@ | |
| 131 | style_header("Wiki"); |
| 132 | @ <ul> |
| 133 | { char *zHomePageName = db_get("project-name",0); |
| 134 | if( zHomePageName ){ |
| 135 | @ <li> <a href="%s(g.zBaseURL)/wiki?name=%s(zHomePageName)"> |
| 136 | @ %s(zHomePageName)</a> wiki home page.</li> |
| 137 | } |
| 138 | } |
| 139 | @ <li> <a href="%s(g.zBaseURL)/timeline?y=w">Recent changes</a> to wiki |
| 140 | @ pages. </li> |
| 141 | @ <li> <a href="%s(g.zBaseURL)/wiki_rules">Formatting rules</a> for |
| 142 |