Fossil SCM

Fix over-length source code lines in src/xfersetup.c

drh 2015-03-17 17:07 UTC xfer-tweaks
Commit ae09eed3aaf05a7ae472d4331050aed8763edf4a
1 file changed +5 -4
+5 -4
--- src/xfersetup.c
+++ src/xfersetup.c
@@ -60,13 +60,13 @@
6060
syncFlags = SYNC_PUSH | SYNC_PULL;
6161
zButton = "Synchronize";
6262
zWarning = mprintf("WARNING: Pushing to \"%s\" is enabled.",
6363
g.url.canonical);
6464
}
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>
6868
@ <p>You can use the <code>http -async</code> command in your scripts, but
6969
@ make sure the <code>th1-uri-regexp</code> setting is set first.</p>
7070
if( zWarning ){
7171
@
7272
@ <big><b>%h(zWarning)</b></big>
@@ -181,11 +181,12 @@
181181
/*
182182
** WEBPAGE: xfersetup_push
183183
*/
184184
void xfersetup_push_page(void){
185185
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.
187188
;
188189
xfersetup_generic(
189190
"Transfer Push Script",
190191
"xfer-push-script",
191192
zDefaultXferPush,
192193
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button