Fossil SCM
Fix over-length source code lines in src/xfersetup.c
Commit
ae09eed3aaf05a7ae472d4331050aed8763edf4a
Parent
38ddc8fa6f4a23e…
1 file changed
+5
-4
+5
-4
| --- src/xfersetup.c | ||
| +++ src/xfersetup.c | ||
| @@ -60,13 +60,13 @@ | ||
| 60 | 60 | syncFlags = SYNC_PUSH | SYNC_PULL; |
| 61 | 61 | zButton = "Synchronize"; |
| 62 | 62 | zWarning = mprintf("WARNING: Pushing to \"%s\" is enabled.", |
| 63 | 63 | g.url.canonical); |
| 64 | 64 | } |
| 65 | - @ <p>Press the <strong>%h(zButton)</strong> button below to synchronize with the | |
| 66 | - @ <em>%h(g.url.canonical)</em> repository now.<br/>This may be useful when | |
| 67 | - @ testing the various transfer scripts.</p> | |
| 65 | + @ <p>Press the <strong>%h(zButton)</strong> button below to | |
| 66 | + @ synchronize with the <em>%h(g.url.canonical)</em> repository now.<br/> | |
| 67 | + @ This may be useful when testing the various transfer scripts.</p> | |
| 68 | 68 | @ <p>You can use the <code>http -async</code> command in your scripts, but |
| 69 | 69 | @ make sure the <code>th1-uri-regexp</code> setting is set first.</p> |
| 70 | 70 | if( zWarning ){ |
| 71 | 71 | @ |
| 72 | 72 | @ <big><b>%h(zWarning)</b></big> |
| @@ -181,11 +181,12 @@ | ||
| 181 | 181 | /* |
| 182 | 182 | ** WEBPAGE: xfersetup_push |
| 183 | 183 | */ |
| 184 | 184 | void xfersetup_push_page(void){ |
| 185 | 185 | static const char zDesc[] = |
| 186 | - @ Enter TH1 script that runs after processing <strong>push</strong> transfer requests. | |
| 186 | + @ Enter TH1 script that runs after processing <strong>push</strong> | |
| 187 | + @ transfer requests. | |
| 187 | 188 | ; |
| 188 | 189 | xfersetup_generic( |
| 189 | 190 | "Transfer Push Script", |
| 190 | 191 | "xfer-push-script", |
| 191 | 192 | zDefaultXferPush, |
| 192 | 193 |
| --- src/xfersetup.c | |
| +++ src/xfersetup.c | |
| @@ -60,13 +60,13 @@ | |
| 60 | syncFlags = SYNC_PUSH | SYNC_PULL; |
| 61 | zButton = "Synchronize"; |
| 62 | zWarning = mprintf("WARNING: Pushing to \"%s\" is enabled.", |
| 63 | g.url.canonical); |
| 64 | } |
| 65 | @ <p>Press the <strong>%h(zButton)</strong> button below to synchronize with the |
| 66 | @ <em>%h(g.url.canonical)</em> repository now.<br/>This may be useful when |
| 67 | @ testing the various transfer scripts.</p> |
| 68 | @ <p>You can use the <code>http -async</code> command in your scripts, but |
| 69 | @ make sure the <code>th1-uri-regexp</code> setting is set first.</p> |
| 70 | if( zWarning ){ |
| 71 | @ |
| 72 | @ <big><b>%h(zWarning)</b></big> |
| @@ -181,11 +181,12 @@ | |
| 181 | /* |
| 182 | ** WEBPAGE: xfersetup_push |
| 183 | */ |
| 184 | void xfersetup_push_page(void){ |
| 185 | static const char zDesc[] = |
| 186 | @ Enter TH1 script that runs after processing <strong>push</strong> transfer requests. |
| 187 | ; |
| 188 | xfersetup_generic( |
| 189 | "Transfer Push Script", |
| 190 | "xfer-push-script", |
| 191 | zDefaultXferPush, |
| 192 |
| --- src/xfersetup.c | |
| +++ src/xfersetup.c | |
| @@ -60,13 +60,13 @@ | |
| 60 | syncFlags = SYNC_PUSH | SYNC_PULL; |
| 61 | zButton = "Synchronize"; |
| 62 | zWarning = mprintf("WARNING: Pushing to \"%s\" is enabled.", |
| 63 | g.url.canonical); |
| 64 | } |
| 65 | @ <p>Press the <strong>%h(zButton)</strong> button below to |
| 66 | @ synchronize with the <em>%h(g.url.canonical)</em> repository now.<br/> |
| 67 | @ This may be useful when testing the various transfer scripts.</p> |
| 68 | @ <p>You can use the <code>http -async</code> command in your scripts, but |
| 69 | @ make sure the <code>th1-uri-regexp</code> setting is set first.</p> |
| 70 | if( zWarning ){ |
| 71 | @ |
| 72 | @ <big><b>%h(zWarning)</b></big> |
| @@ -181,11 +181,12 @@ | |
| 181 | /* |
| 182 | ** WEBPAGE: xfersetup_push |
| 183 | */ |
| 184 | void xfersetup_push_page(void){ |
| 185 | static const char zDesc[] = |
| 186 | @ Enter TH1 script that runs after processing <strong>push</strong> |
| 187 | @ transfer requests. |
| 188 | ; |
| 189 | xfersetup_generic( |
| 190 | "Transfer Push Script", |
| 191 | "xfer-push-script", |
| 192 | zDefaultXferPush, |
| 193 |