Diff
Not logged in

Differences From:

File src/checkout.c part of check-in [33c31f73cd] - Record whether or not files have their execute permission bit set. Set or clear the execute permission bit upon checkout. by drh on 2008-02-21 14:27:34. Also file src/checkout.c part of check-in [588bb7cd73] - Merged to ed26056bb5. by aku on 2008-02-24 18:50:35. [view]

To:

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]

@@ -135,8 +135,9 @@
 /*
 ** COMMAND: checkout
 **
 ** Usage: %fossil checkout VERSION ?-f|--force?
+**
 ** Check out a version specified on the command-line.  This command
 ** will not overwrite edited files in the current checkout unless
 ** the --force option appears on the command-line.
 **
@@ -191,8 +192,9 @@
 /*
 ** COMMAND: close
 **
 ** Usage: %fossil close ?-f|--force?
+**
 ** The opposite of "open".  Close the current database connection.
 ** Require a -f or --force flag if there are unsaved changed in the
 ** current check-out.
 */