Diff
Not logged in

Differences From:

File src/checkout.c part of check-in [915bfd99fe] - Add the --keep option to the "open" and "checkout" commands. Added the --latest option to "checkout". These changes allow one to shift the baseline version and repository of a checkout without changing any files in the checkout. by drh on 2009-05-28 02:44:39. [view]

To:

File src/checkout.c part of check-in [e00a5de0f1] - Improvement to the error message issued when the HOME environment variable is missing. Ticket e3c34af10dd28 by drh on 2009-08-01 14:34:24. [view]

@@ -180,9 +180,9 @@
     zVers = db_text(0, "SELECT uuid FROM leaves, event, blob"
                        " WHERE event.objid=leaves.rid AND blob.rid=leaves.rid"
                        " ORDER BY event.mtime DESC");
     if( zVers==0 ){
-      fossil_fatal("cannot local \"latest\" checkout");
+      fossil_fatal("cannot locate \"latest\" checkout");
     }
   }else{
     zVers = g.argv[2];
   }