Diff
Not logged in

Differences From:

File tools/cvs2fossil/lib/c2f_file.tcl part of check-in [b81901adcb] - Extended traversal core to allow custom labeling of the log output immediately before the traversal starts. by aku on 2007-12-06 03:58:01. [view]

To:

File tools/cvs2fossil/lib/c2f_file.tcl part of check-in [0adaabf112] - Fixed bug in the code detaching a vendor branch. Left link to removed parent dangling, and killed connection to first on branch. No more. by aku on 2008-01-27 20:40:48. [view]

@@ -962,10 +962,10 @@
 	    integrity assert {$vendor ne ""} {First NTDB revision has no branch}
 	    if {[$vendor parent] eq $rev11} {
 		$rev11 removebranch        $vendor
 		$rev11 removechildonbranch $first
-		$vendor cutchild
-		$first cutfromparentbranch
+		$vendor cutbranchparent    ;# bp = rev11, about to be gone
+		$first cutfromparentbranch ;# pb = vendor, to be a detached LOD
 		lappend myroots $first
 	    }
 
 	    # Change the type of first (typically from Change to Add):