Diff
Not logged in

Differences From:

File src/branch.c part of check-in [ce08928aaa] - Fix the branch subcommand so that the branch name tags it creates begin with "sym-". by drh on 2008-02-08 21:50:31. [view]

To:

File src/branch.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]

@@ -154,9 +154,9 @@
   /* Commit */
   db_end_transaction(0);
 
   /* Do an autosync push, if requested */
-  autosync(0);
+  autosync(AUTOSYNC_PUSH);
 }
 
 /*
 ** COMMAND: branch