From: Paul Mackerras Date: Sat, 16 Feb 2008 11:24:52 +0000 (+1100) Subject: Merge branch 'master' into dev X-Git-Url: http://privyetmir.co.uk/gitweb?a=commitdiff_plain;h=585fb5985dcc5c129cb9f095c73dce88c8aacf77;p=gitk Merge branch 'master' into dev --- 585fb5985dcc5c129cb9f095c73dce88c8aacf77 diff --cc gitk index 09f431b,f1f21e9..1dd73f7 --- a/gitk +++ b/gitk @@@ -4386,8 -3632,8 +4392,8 @@@ proc drawcmittext {id row col} global linehtag linentag linedtag selectedline global canvxmax boldrows boldnamerows fgcolor nullid nullid2 - # listed is 0 for boundary, 1 for normal, 2 for left, 3 for right + # listed is 0 for boundary, 1 for normal, 2 for negative, 3 for left, 4 for right - set listed [lindex $commitlisted $row] + set listed $cmitlisted($curview,$id) if {$id eq $nullid} { set ofill red } elseif {$id eq $nullid2} { @@@ -5771,10 -5029,11 +5777,11 @@@ proc getblobline {bf id} return [expr {$nl >= 1000? 2: 1}] } -proc mergediff {id l} { +proc mergediff {id} { global diffmergeid mdifffd global diffids + global parents + global diffcontext - global parentlist global limitdiffs viewfiles curview set diffmergeid $id