Fossil SCM
Remove accidentally included line of code.
Commit
0bed863b697c95870eef54199061af7fc53961f7
Parent
e06ea26e97e2085…
1 file changed
-1
-1
| --- src/clone.c | ||
| +++ src/clone.c | ||
| @@ -47,11 +47,10 @@ | ||
| 47 | 47 | const char *zDefaultUser; /* Optional name of the default user */ |
| 48 | 48 | int nErr = 0; |
| 49 | 49 | int bPrivate; /* Also clone private branches */ |
| 50 | 50 | |
| 51 | 51 | bPrivate = find_option("private",0,0)!=0; |
| 52 | - find_option("ssl-identity",0,1); | |
| 53 | 52 | url_proxy_options(); |
| 54 | 53 | if( g.argc < 4 ){ |
| 55 | 54 | usage("?OPTIONS? FILE-OR-URL NEW-REPOSITORY"); |
| 56 | 55 | } |
| 57 | 56 | db_open_config(0); |
| 58 | 57 |
| --- src/clone.c | |
| +++ src/clone.c | |
| @@ -47,11 +47,10 @@ | |
| 47 | const char *zDefaultUser; /* Optional name of the default user */ |
| 48 | int nErr = 0; |
| 49 | int bPrivate; /* Also clone private branches */ |
| 50 | |
| 51 | bPrivate = find_option("private",0,0)!=0; |
| 52 | find_option("ssl-identity",0,1); |
| 53 | url_proxy_options(); |
| 54 | if( g.argc < 4 ){ |
| 55 | usage("?OPTIONS? FILE-OR-URL NEW-REPOSITORY"); |
| 56 | } |
| 57 | db_open_config(0); |
| 58 |
| --- src/clone.c | |
| +++ src/clone.c | |
| @@ -47,11 +47,10 @@ | |
| 47 | const char *zDefaultUser; /* Optional name of the default user */ |
| 48 | int nErr = 0; |
| 49 | int bPrivate; /* Also clone private branches */ |
| 50 | |
| 51 | bPrivate = find_option("private",0,0)!=0; |
| 52 | url_proxy_options(); |
| 53 | if( g.argc < 4 ){ |
| 54 | usage("?OPTIONS? FILE-OR-URL NEW-REPOSITORY"); |
| 55 | } |
| 56 | db_open_config(0); |
| 57 |