Diff
Not logged in

Differences From:

File src/checkin.c part of check-in [b7fc4d9d04] - Extended test-import-manifest to return not only the record-id, but the hash uuid as well. Extended the fossil accessor class with methods for regular and branch tagging. Split the initialization from construction (needed for when we split the import pass into three), and a method to set/retrieve the accessor's configuration (persistence across passes). by aku on 2008-03-05 03:35:16. [view]

To:

File src/checkin.c part of check-in [b714ab1ea7] - Add the --proxy option to the commit and update commands. by drh on 2008-05-07 12:15:14. [view]

@@ -336,8 +336,9 @@
   Blob mcksum;           /* Self-checksum on the manifest */
   Blob cksum1, cksum2;   /* Before and after commit checksums */
   Blob cksum1b;          /* Checksum recorded in the manifest */
 
+  url_proxy_options();
   noSign = find_option("nosign","",0)!=0;
   zComment = find_option("comment","m",1);
   forceFlag = find_option("force", "f", 0)!=0;
   db_must_be_within_tree();