Show More
@@ -2339,8 +2339,12 b' proc selectline {l isnew} {' | |||||
2339 |
|
2339 | |||
2340 | $cflist delete 0 end |
|
2340 | $cflist delete 0 end | |
2341 | $cflist insert end "Comments" |
|
2341 | $cflist insert end "Comments" | |
|
2342 | if {$nparents($id) <= 1} { | |||
|
2343 | set parent "null" | |||
2342 | if {$nparents($id) == 1} { |
|
2344 | if {$nparents($id) == 1} { | |
2343 | startdiff [concat $id $parents($id)] |
|
2345 | set parent $parents($id) | |
|
2346 | } | |||
|
2347 | startdiff [concat $id $parent] | |||
2344 | } elseif {$nparents($id) > 1} { |
|
2348 | } elseif {$nparents($id) > 1} { | |
2345 | mergediff $id |
|
2349 | mergediff $id | |
2346 | } |
|
2350 | } |
General Comments 0
You need to be logged in to leave comments.
Login now