Differences From:
File
src/update.c
part of check-in
[33c31f73cd]
- Record whether or not files have their execute permission bit set.
Set or clear the execute permission bit upon checkout.
by
drh on
2008-02-21 14:27:34.
Also file
src/update.c
part of check-in
[588bb7cd73]
- Merged to ed26056bb5.
by
aku on
2008-02-24 18:50:35.
[view]
To:
File
src/update.c
part of check-in
[b714ab1ea7]
- Add the --proxy option to the commit and update commands.
by
drh on
2008-05-07 12:15:14.
[view]
@@ -55,8 +55,9 @@
Stmt q;
int latestFlag; /* Pick the latest version if true */
int forceFlag; /* True force the update */
+ url_proxy_options();
latestFlag = find_option("latest",0, 0)!=0;
forceFlag = find_option("force","f",0)!=0;
if( g.argc!=3 && g.argc!=2 ){
usage("?VERSION?");