Diff
Not logged in

Differences From:

File src/clone.c part of check-in [134e2aeccc] - Combine the "config" and "setting" commands into a single "settings" command. by drh on 2007-09-28 20:08:32. Also file src/clone.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/clone.c part of check-in [0afb5e8e39] - This version is able to clone the entire TCL repository in 12.5 minutes and to rebuild the cloned TCL repository in 2.5 minutes. There is still a lot of performance work to be done, but this is good enough for the time being. by drh on 2008-03-08 14:52:56. [view]

@@ -75,6 +75,7 @@
     db_finalize(&q);
   }else{
     client_sync(0,0,1);
   }
+  verify_cancel();
   db_end_transaction(0);
 }