Diff
Not logged in

Differences From:

File tools/cvs2fossil/lib/c2f_ristate.tcl part of check-in [300f31260b] - Tune log output tracking the creation workspace objects, make them less stilted. by aku on 2008-02-14 04:26:43. [view]

To:

File tools/cvs2fossil/lib/c2f_ristate.tcl part of check-in [011fb38dda] - Remember #commits to a workspace (= lod), and also their parental relationship. This will be used to control branch tagging (add/cancel), and provides us with the proper names for the tags as well. by aku on 2008-03-05 03:30:43. [view]

@@ -58,10 +58,11 @@
 	    } {Trying to inherit from undefined lod "$parentlod"}
 
 	    set pwss $mystate($parentlod)
 
-	    $wss defstate [$pwss getstate]
-	    $wss defid    [$pwss getid]
+	    $wss defstate  [$pwss getstate]
+	    $wss defid     [$pwss getid]
+	    $wss defparent $pwss
 	}
 
 	return $wss
     }