Fossil SCM

Change the undocumented --heavy option of sync/push/pull to "--verily".

drh 2013-08-02 18:57 UTC trunk
Commit f25bdf6e84498da6743024a18e1ab4ed0fcc4205
1 file changed +4 -1
+4 -1
--- src/sync.c
+++ src/sync.c
@@ -94,11 +94,14 @@
9494
*pSyncFlags |= SYNC_PRIVATE;
9595
}
9696
if( find_option("verbose","v",0)!=0 ){
9797
*pSyncFlags |= SYNC_VERBOSE;
9898
}
99
- if( find_option("heavy",0,0)!=0 ){
99
+ /* The --verily option to sync, push, and pull forces extra igot cards
100
+ ** to be exchanged. This can overcome malfunctions in the sync protocol.
101
+ */
102
+ if( find_option("verily",0,0)!=0 ){
100103
*pSyncFlags |= SYNC_RESYNC;
101104
}
102105
url_proxy_options();
103106
db_find_and_open_repository(0, 0);
104107
db_open_config(0);
105108
--- src/sync.c
+++ src/sync.c
@@ -94,11 +94,14 @@
94 *pSyncFlags |= SYNC_PRIVATE;
95 }
96 if( find_option("verbose","v",0)!=0 ){
97 *pSyncFlags |= SYNC_VERBOSE;
98 }
99 if( find_option("heavy",0,0)!=0 ){
 
 
 
100 *pSyncFlags |= SYNC_RESYNC;
101 }
102 url_proxy_options();
103 db_find_and_open_repository(0, 0);
104 db_open_config(0);
105
--- src/sync.c
+++ src/sync.c
@@ -94,11 +94,14 @@
94 *pSyncFlags |= SYNC_PRIVATE;
95 }
96 if( find_option("verbose","v",0)!=0 ){
97 *pSyncFlags |= SYNC_VERBOSE;
98 }
99 /* The --verily option to sync, push, and pull forces extra igot cards
100 ** to be exchanged. This can overcome malfunctions in the sync protocol.
101 */
102 if( find_option("verily",0,0)!=0 ){
103 *pSyncFlags |= SYNC_RESYNC;
104 }
105 url_proxy_options();
106 db_find_and_open_repository(0, 0);
107 db_open_config(0);
108

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button