Fossil SCM
This comment is no longer accurate.
Commit
0b643946f0cc3c42588cda4f63738d8256ec8837
Parent
021e41014d69a67…
1 file changed
+1
-1
+1
-1
| --- src/clone.c | ||
| +++ src/clone.c | ||
| @@ -204,11 +204,11 @@ | ||
| 204 | 204 | } |
| 205 | 205 | } |
| 206 | 206 | |
| 207 | 207 | /* |
| 208 | 208 | ** Set SSH options discovered in global variables (set from command line |
| 209 | -** options). If not found, attempt to retrieve from database if present. | |
| 209 | +** options). | |
| 210 | 210 | */ |
| 211 | 211 | void clone_ssh_db_set_options(void){ |
| 212 | 212 | if( g.zSshFossilCmd && g.zSshFossilCmd[0] ){ |
| 213 | 213 | db_set("ssh-fossil", g.zSshFossilCmd, 0); |
| 214 | 214 | } |
| 215 | 215 |
| --- src/clone.c | |
| +++ src/clone.c | |
| @@ -204,11 +204,11 @@ | |
| 204 | } |
| 205 | } |
| 206 | |
| 207 | /* |
| 208 | ** Set SSH options discovered in global variables (set from command line |
| 209 | ** options). If not found, attempt to retrieve from database if present. |
| 210 | */ |
| 211 | void clone_ssh_db_set_options(void){ |
| 212 | if( g.zSshFossilCmd && g.zSshFossilCmd[0] ){ |
| 213 | db_set("ssh-fossil", g.zSshFossilCmd, 0); |
| 214 | } |
| 215 |
| --- src/clone.c | |
| +++ src/clone.c | |
| @@ -204,11 +204,11 @@ | |
| 204 | } |
| 205 | } |
| 206 | |
| 207 | /* |
| 208 | ** Set SSH options discovered in global variables (set from command line |
| 209 | ** options). |
| 210 | */ |
| 211 | void clone_ssh_db_set_options(void){ |
| 212 | if( g.zSshFossilCmd && g.zSshFossilCmd[0] ){ |
| 213 | db_set("ssh-fossil", g.zSshFossilCmd, 0); |
| 214 | } |
| 215 |