Diff
Not logged in

Differences From:

File src/checkout.c part of check-in [6b85fd173e] - Help message cleanup. Automatically delete cloned database files if the clone fails. by drh on 2008-05-10 18:01:52. [view]

To:

File src/checkout.c part of check-in [b54de50ac5] - Update for making mycfg.exe. WARNING: This is an incompatible change. Do not use this branch of development to build a copy of fossil that needs to interoperate with official releases. by urmil on 2008-11-03 09:55:46. [view]

@@ -204,7 +204,7 @@
   if( !forceFlag && unsaved_changes()==1 ){
     fossil_fatal("there are unsaved changes in the current checkout");
   }
   db_close();
-  unlink(mprintf("%s_FOSSIL_", g.zLocalRoot));
-  unlink(mprintf("%s_FOSSIL_-journal", g.zLocalRoot));
+  unlink(mprintf("%s_MYCFG_", g.zLocalRoot));
+  unlink(mprintf("%s_MYCFG_-journal", g.zLocalRoot));
 }