Index: src/add.c ================================================================== --- src/add.c +++ src/add.c @@ -260,11 +260,10 @@ zCleanFlag = find_option("clean",0,1); zIgnoreFlag = find_option("ignore",0,1); forceFlag = find_option("force","f",0)!=0; if( find_option("dotfiles",0,0)!=0 ) scanFlags |= SCAN_ALL; - capture_case_sensitive_option(); /* We should be done with options.. */ verify_all_options(); db_must_be_within_tree(); @@ -353,12 +352,10 @@ */ void delete_cmd(void){ int i; Stmt loop; - capture_case_sensitive_option(); - /* We should be done with options.. */ verify_all_options(); db_must_be_within_tree(); db_begin_transaction(); @@ -523,11 +520,10 @@ Glob *pIgnore, *pClean; if( !dryRunFlag ){ dryRunFlag = find_option("test",0,0)!=0; /* deprecated */ } - capture_case_sensitive_option(); /* We should be done with options.. */ verify_all_options(); db_must_be_within_tree(); @@ -635,11 +631,10 @@ int vid; char *zDest; Blob dest; Stmt q; - capture_case_sensitive_option(); db_must_be_within_tree(); /* We should be done with options.. */ verify_all_options(); Index: src/checkin.c ================================================================== --- src/checkin.c +++ src/checkin.c @@ -473,11 +473,10 @@ Glob *pIgnore; Blob rewrittenPathname; const char *zPathname, *zDisplayName; if( find_option("temp",0,0)!=0 ) scanFlags |= SCAN_TEMP; - capture_case_sensitive_option(); db_must_be_within_tree(); cwdRelative = determine_cwd_relative_option(); /* We should be done with options.. */ verify_all_options(); @@ -596,11 +595,10 @@ if( find_option("allckouts",0,0)!=0 ) scanFlags |= SCAN_NESTED; zIgnoreFlag = find_option("ignore",0,1); verboseFlag = find_option("verbose","v",0)!=0; zKeepFlag = find_option("keep",0,1); zCleanFlag = find_option("clean",0,1); - capture_case_sensitive_option(); db_must_be_within_tree(); if( zIgnoreFlag==0 ){ zIgnoreFlag = db_get("ignore-glob", 0); } if( zKeepFlag==0 ){ Index: src/file.c ================================================================== --- src/file.c +++ src/file.c @@ -1102,11 +1102,10 @@ void cmd_test_tree_name(void){ int i; Blob x; db_find_and_open_repository(0,0); blob_zero(&x); - capture_case_sensitive_option(); for(i=2; i