--- 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} {