Fossil SCM
Add the --proxy option to the commit and update commands.
Commit
b714ab1ea7c6756f4e80e6ca825f857a14311dfe
Parent
f652599003d139c…
2 files changed
+1
+1
+1
| --- src/checkin.c | ||
| +++ src/checkin.c | ||
| @@ -335,10 +335,11 @@ | ||
| 335 | 335 | Blob muuid; /* Manifest uuid */ |
| 336 | 336 | Blob mcksum; /* Self-checksum on the manifest */ |
| 337 | 337 | Blob cksum1, cksum2; /* Before and after commit checksums */ |
| 338 | 338 | Blob cksum1b; /* Checksum recorded in the manifest */ |
| 339 | 339 | |
| 340 | + url_proxy_options(); | |
| 340 | 341 | noSign = find_option("nosign","",0)!=0; |
| 341 | 342 | zComment = find_option("comment","m",1); |
| 342 | 343 | forceFlag = find_option("force", "f", 0)!=0; |
| 343 | 344 | db_must_be_within_tree(); |
| 344 | 345 | noSign = db_get_int("omitsign", 0)|noSign; |
| 345 | 346 |
| --- 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 |
+1
| --- src/update.c | ||
| +++ src/update.c | ||
| @@ -54,10 +54,11 @@ | ||
| 54 | 54 | int tid=0; /* Target version - version we are changing to */ |
| 55 | 55 | Stmt q; |
| 56 | 56 | int latestFlag; /* Pick the latest version if true */ |
| 57 | 57 | int forceFlag; /* True force the update */ |
| 58 | 58 | |
| 59 | + url_proxy_options(); | |
| 59 | 60 | latestFlag = find_option("latest",0, 0)!=0; |
| 60 | 61 | forceFlag = find_option("force","f",0)!=0; |
| 61 | 62 | if( g.argc!=3 && g.argc!=2 ){ |
| 62 | 63 | usage("?VERSION?"); |
| 63 | 64 | } |
| 64 | 65 |
| --- 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 |