Diff
Not logged in

Differences From:

File src/update.c part of check-in [5cc845cfeb] - Rename the 'clearsign' setting to 'pgp-command'. Remove the 'safemerge' setting - safemerge is on by default and cannot be disabled. by drh on 2008-02-08 21:42:46. [view]

To:

File src/update.c part of check-in [49b59bc559] - Issue a warning after a commit if the commit causes a fork. by drh on 2008-02-09 00:11:04. [view]

@@ -93,9 +93,9 @@
     ** did not want a specific version (i.e. another branch, a past revision).
     ** By not giving a specific version, they are asking for the latest, thus
     ** pull to get the latest, then update.
     */
-    autosync(1);
+    autosync(AUTOSYNC_PULL);
   }
 
   if( tid==0 ){
     compute_leaves(vid);