Diff
Not logged in

Differences From:

File tools/cvs2fossil/lib/c2f_option.tcl part of check-in [eb656de7d9] - Added the basic parts of the state manager and integrated it with option processor and pass manager. by aku on 2007-10-05 05:33:14. [view]

To:

File tools/cvs2fossil/lib/c2f_option.tcl part of check-in [3bde1a2e2f] - Added new option --trunk-only, state and processing. by aku on 2007-10-17 03:09:58. [view]

@@ -41,12 +41,12 @@
     # --project
     # -v, --verbose
     # -q, --quiet
     # --state (conversion status, ala config.cache)
+    # --trunk-only
 
     # -o, --output
     # --dry-run
-    # --trunk-only
     # --force-branch RE
     # --force-tag RE
     # --symbol-transform RE:XX
     # --exclude
@@ -72,8 +72,9 @@
 		--verbose                   { log verbose }
 		-q                          -
 		--quiet                     { log quiet }
 		--state                     { state use [Value arguments] }
+		--trunk-only                { repository trunkonly! }
 		default {
 		    Usage $badoption$option\n$gethelp
 		}
 	    }