Differences From Artifact [430351487d]:
- File src/sync.c — part of check-in [26d0c20a37] at 2015-12-02 09:50:27 on branch trunk — Improved command-line help for push, pull, sync, and clone commands. (user: drh size: 11316) [more...]
To Artifact [3b1511abc3]:
- File src/sync.c — part of check-in [b06cd631f1] at 2016-03-02 02:10:40 on branch trunk — Permit the TH1 hooks subsystem to check for the configuration without raising a 'fatal' error. (user: mistachkin size: 11319) [more...]
︙ | |||
126 127 128 129 130 131 132 | 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 | - + | */ if( find_option("verily",0,0)!=0 ){ *pSyncFlags |= SYNC_RESYNC; } url_proxy_options(); clone_ssh_find_options(); db_find_and_open_repository(0, 0); |
︙ |