Diff
Not logged in

Differences From:

File src/tag.c part of check-in [b346a7cf7d] - Fix a redundancy in the text output of the usage comment on the tag command. by drh on 2007-11-23 12:55:58. Also file src/tag.c part of check-in [d0305b305a] - Merged mainline into my branch to get the newest application. by aku on 2007-12-05 08:07:46. [view]

To:

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

@@ -294,9 +294,9 @@
   manifest_crosslink(nrid, &ctrl);
   db_end_transaction(0);
 
   /* Do an autosync push if requested */
-  autosync(0);
+  autosync(AUTOSYNC_PUSH);
 }
 
 /*
 ** COMMAND: tag