aboutsummaryrefslogtreecommitdiff
path: root/gitk
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2007-10-23 21:19:06 +1000
committerPaul Mackerras <paulus@samba.org>2007-10-23 21:19:06 +1000
commit4570b7e9d716e939287dea8193b7d2fb82e9f192 (patch)
tree6fd010032e3561ff08e4d416c4a53ded0b4b1663 /gitk
parenta137a90f49e30fdcb24da0f9ff5c21b28d9cb227 (diff)
downloadgit-4570b7e9d716e939287dea8193b7d2fb82e9f192.tar.gz
git-4570b7e9d716e939287dea8193b7d2fb82e9f192.tar.xz
gitk: Use the status window for other functions
This sets the status window when reading commits, searching through commits, cherry-picking or checking out a head. Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'gitk')
-rwxr-xr-xgitk12
1 files changed, 6 insertions, 6 deletions
diff --git a/gitk b/gitk
index 722e47869..951d39e21 100755
--- a/gitk
+++ b/gitk
@@ -111,7 +111,7 @@ proc start_rev_list {view} {
fconfigure $fd -encoding $tclencoding
}
filerun $fd [list getcommitlines $fd $view]
- nowbusy $view
+ nowbusy $view "Reading"
if {$view == $curview} {
set progressdirn 1
set progresscoords {0 0}
@@ -4264,7 +4264,7 @@ proc dofind {{rev 0}} {
set findstartline $selectedline
}
set findcurline $findstartline
- nowbusy finding
+ nowbusy finding "Searching"
if {$gdttype ne "containing:" && ![info exists filehighlight]} {
after cancel do_file_hl $fh_serial
do_file_hl $fh_serial
@@ -4303,7 +4303,7 @@ proc findnext {restart} {
} else {
set find_dirn 1
run findmore
- nowbusy finding
+ nowbusy finding "Searching"
}
}
@@ -4316,7 +4316,7 @@ proc findprev {} {
} else {
set find_dirn -1
run findmorerev
- nowbusy finding
+ nowbusy finding "Searching"
}
}
@@ -6381,7 +6381,7 @@ proc cherrypick {} {
included in branch $mainhead -- really re-apply it?"]
if {!$ok} return
}
- nowbusy cherrypick
+ nowbusy cherrypick "Cherry-picking"
update
# Unfortunately git-cherry-pick writes stuff to stderr even when
# no error occurs, and exec takes that as an indication of error...
@@ -6505,7 +6505,7 @@ proc cobranch {} {
# check the tree is clean first??
set oldmainhead $mainhead
- nowbusy checkout
+ nowbusy checkout "Checking out"
update
dohidelocalchanges
if {[catch {