summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/transport.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/transport.tcl b/lib/transport.tcl
index 321f595d63..3067058857 100644
--- a/lib/transport.tcl
+++ b/lib/transport.tcl
@@ -123,6 +123,7 @@ proc do_push_anywhere {} {
$w.source.l insert end $h
if {$h eq $current_branch} {
$w.source.l select set end
+ $w.source.l yview end
}
}
pack $w.source.l -side left -fill both -expand 1