Merge with stable
authorMartin Geisler <mg@lazybytes.net>
Thu, 03 Dec 2009 01:06:15 +0100
changeset 9992 e97dd3a8e8d7
parent 9991 a7d11deb47dd (current diff)
parent 9989 60cefb8b3c85 (diff)
child 9994 931d2c757627
Merge with stable
--- a/contrib/hgk	Thu Dec 03 01:01:49 2009 +0100
+++ b/contrib/hgk	Thu Dec 03 01:06:15 2009 +0100
@@ -3154,8 +3154,8 @@
 	set pad [string range "----------------------------------------" 1 $l]
 	$ctext insert end "$pad $header $pad\n" filesep
 	set diffinhdr 1
-    } elseif {[regexp {^(---|\+\+\+)} $line]} {
-	set diffinhdr 0
+    } elseif {[regexp {^(---|\+\+\+) } $line] && $diffinhdr} {
+	set diffinhdr 1
     } elseif {[regexp {^@@ -([0-9]+),([0-9]+) \+([0-9]+),([0-9]+) @@(.*)} \
 		   $line match f1l f1c f2l f2c rest]} {
 	if {$gaudydiff} {