Diff
Not logged in

Differences From:

File src/checkout.c part of check-in [95e17f4e3f] - Generate the "manifest.uuid" file containing the SHA1 hash of the "manifest" file whenever the manifest is generated. Makefiles can used the "manifest.uuid" to insert the version number into the executable. by drh on 2007-08-25 19:31:31. [view]

To:

File src/checkout.c part of check-in [a36177bcce] - Add the "undo" and "redo" commands. Untested at this point so don't try to use them yet. by drh on 2007-09-11 02:25:19. Also file src/checkout.c part of check-in [f76192b245] - Pulled the latest CLI, website, and sqlite changes into the importer branch. by aku on 2007-09-17 01:00:32. [view]

@@ -157,8 +157,9 @@
   if( !noWrite ){
     vfile_to_disk(vid, 0, 1);
     manifest_to_disk(vid);
     db_lset_int("checkout", vid);
+    undo_reset();
   }
   db_multi_exec("DELETE FROM vmerge");
   vfile_aggregate_checksum_manifest(vid, &cksum1, &cksum1b);
   vfile_aggregate_checksum_disk(vid, &cksum2);