Check-in [e0580dfeee]
Not logged in
Overview

SHA1 Hash:e0580dfeeea53a641c5ae575fae0b53cd414c66b
Date: 2008-02-04 00:25:00
User: drh
Comment:Honor the -f flag on commit. (It was using -r in place of -f due to a typo, apparently.)
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/checkin.c from [3af7638aed] to [aebfba90e8].

@@ -337,11 +337,11 @@
   Blob cksum1, cksum2;   /* Before and after commit checksums */
   Blob cksum1b;          /* Checksum recorded in the manifest */
 
   noSign = find_option("nosign","",0)!=0;
   zComment = find_option("comment","m",1);
-  forceFlag = find_option("force", "r", 0)!=0;
+  forceFlag = find_option("force", "f", 0)!=0;
   db_must_be_within_tree();
   noSign = db_get_int("omitsign", 0)|noSign;
   verify_all_options();
 
   /*