Diff
Not logged in

Differences From:

File tools/cvs2fossil/lib/c2f_option.tcl part of check-in [1a20a81f33] - Integrated the new fossil management class with the option processor. New option --fossil to specify the fossil executable if it was not found in the PATH, or to overide the PATH. by aku on 2007-12-05 07:53:11. [view]

To:

File tools/cvs2fossil/lib/c2f_option.tcl part of check-in [be2f99e6a4] - Merge with aku's branch. by drh on 2008-02-13 14:44:50. Also file tools/cvs2fossil/lib/c2f_option.tcl part of check-in [c1dc8701ef] - Added code to skip of administrative .cvsignore files. Added code to detect and warn about dot files (.FOO). Allow the user to import dot files by converting their names to non-dot form (.FOO -> dot-FOO). by aku on 2008-02-12 04:24:42. [view]

@@ -42,8 +42,9 @@
     # --help, --help-passes, -h
     # --version
     # -p, --pass, --passes
     # --ignore-conflicting-attics
+    # --convert-dotfiles
     # --project
     # -v, --verbose
     # -q, --quiet
     # --state (conversion status, ala config.cache)
@@ -71,8 +72,9 @@
 		-p                          -
 		--pass                      -
 		--passes                    { pass select [Value arguments] }
 		--ignore-conflicting-attics { collar ignore_conflicting_attics }
+		--convert-dotfiles          { collar accept_and_convert_dotfiles }
 		--project                   { repository add [Value arguments] }
 		-v                          -
 		--verbose                   { log verbose }
 		-q                          -
@@ -128,8 +130,13 @@
 	trouble info ""
 	trouble info "    --ignore-conflicting-attics"
 	trouble info "                               Prevent abort when conflicting archives"
 	trouble info "                               were found in both regular and Attic."
+	trouble info ""
+	trouble info "    --convert-dotfiles"
+	trouble info "                               Prevent abort when dot-files were found,"
+	trouble info "                               causing their conversion to nondot-form"
+	trouble info "                               instead."
 	trouble info ""
 	trouble info "    --state PATH               Save state to the specified file, and"
 	trouble info "                               load state of previous runs from it too."
 	trouble info ""