} else {
error_popup [mc "That line comes from commit %s, \
which is not in this view" [shortids $id]]
} else {
error_popup [mc "That line comes from commit %s, \
which is not in this view" [shortids $id]]
global canv ctext commitinfo selectedline
global canvy0 linespc parents children curview
global currentid sha1entry
global canv ctext commitinfo selectedline
global canvy0 linespc parents children curview
global currentid sha1entry
set y [expr {$canvy0 + $l * $linespc}]
set ymax [lindex [$canv cget -scrollregion] 3]
set ytop [expr {$y - $linespc - 1}]
set y [expr {$canvy0 + $l * $linespc}]
set ymax [lindex [$canv cget -scrollregion] 3]
set ytop [expr {$y - $linespc - 1}]