Fossil SCM

Add the --proxy option to the commit and update commands.

drh 2008-05-07 12:15 trunk
Commit b714ab1ea7c6756f4e80e6ca825f857a14311dfe
--- src/checkin.c
+++ src/checkin.c
@@ -335,10 +335,11 @@
335335
Blob muuid; /* Manifest uuid */
336336
Blob mcksum; /* Self-checksum on the manifest */
337337
Blob cksum1, cksum2; /* Before and after commit checksums */
338338
Blob cksum1b; /* Checksum recorded in the manifest */
339339
340
+ url_proxy_options();
340341
noSign = find_option("nosign","",0)!=0;
341342
zComment = find_option("comment","m",1);
342343
forceFlag = find_option("force", "f", 0)!=0;
343344
db_must_be_within_tree();
344345
noSign = db_get_int("omitsign", 0)|noSign;
345346
--- src/checkin.c
+++ src/checkin.c
@@ -335,10 +335,11 @@
335 Blob muuid; /* Manifest uuid */
336 Blob mcksum; /* Self-checksum on the manifest */
337 Blob cksum1, cksum2; /* Before and after commit checksums */
338 Blob cksum1b; /* Checksum recorded in the manifest */
339
 
340 noSign = find_option("nosign","",0)!=0;
341 zComment = find_option("comment","m",1);
342 forceFlag = find_option("force", "f", 0)!=0;
343 db_must_be_within_tree();
344 noSign = db_get_int("omitsign", 0)|noSign;
345
--- src/checkin.c
+++ src/checkin.c
@@ -335,10 +335,11 @@
335 Blob muuid; /* Manifest uuid */
336 Blob mcksum; /* Self-checksum on the manifest */
337 Blob cksum1, cksum2; /* Before and after commit checksums */
338 Blob cksum1b; /* Checksum recorded in the manifest */
339
340 url_proxy_options();
341 noSign = find_option("nosign","",0)!=0;
342 zComment = find_option("comment","m",1);
343 forceFlag = find_option("force", "f", 0)!=0;
344 db_must_be_within_tree();
345 noSign = db_get_int("omitsign", 0)|noSign;
346
--- src/update.c
+++ src/update.c
@@ -54,10 +54,11 @@
5454
int tid=0; /* Target version - version we are changing to */
5555
Stmt q;
5656
int latestFlag; /* Pick the latest version if true */
5757
int forceFlag; /* True force the update */
5858
59
+ url_proxy_options();
5960
latestFlag = find_option("latest",0, 0)!=0;
6061
forceFlag = find_option("force","f",0)!=0;
6162
if( g.argc!=3 && g.argc!=2 ){
6263
usage("?VERSION?");
6364
}
6465
--- src/update.c
+++ src/update.c
@@ -54,10 +54,11 @@
54 int tid=0; /* Target version - version we are changing to */
55 Stmt q;
56 int latestFlag; /* Pick the latest version if true */
57 int forceFlag; /* True force the update */
58
 
59 latestFlag = find_option("latest",0, 0)!=0;
60 forceFlag = find_option("force","f",0)!=0;
61 if( g.argc!=3 && g.argc!=2 ){
62 usage("?VERSION?");
63 }
64
--- src/update.c
+++ src/update.c
@@ -54,10 +54,11 @@
54 int tid=0; /* Target version - version we are changing to */
55 Stmt q;
56 int latestFlag; /* Pick the latest version if true */
57 int forceFlag; /* True force the update */
58
59 url_proxy_options();
60 latestFlag = find_option("latest",0, 0)!=0;
61 forceFlag = find_option("force","f",0)!=0;
62 if( g.argc!=3 && g.argc!=2 ){
63 usage("?VERSION?");
64 }
65

Keyboard Shortcuts

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