summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a137a90)
raw | patch | inline | side by side (parent: a137a90)
author | Paul Mackerras <paulus@samba.org> | |
Tue, 23 Oct 2007 11:19:06 +0000 (21:19 +1000) | ||
committer | Paul Mackerras <paulus@samba.org> | |
Tue, 23 Oct 2007 11:19:06 +0000 (21:19 +1000) |
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>
commits, cherry-picking or checking out a head.
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk | patch | blob | history |
index 722e47869b86265592180583b5b83eab41d3f769..951d39e21e30006906af61b41ac17ef9fb24e0ad 100755 (executable)
--- a/gitk
+++ b/gitk
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}
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
} else {
set find_dirn 1
run findmore
- nowbusy finding
+ nowbusy finding "Searching"
}
}
} else {
set find_dirn -1
run findmorerev
- nowbusy finding
+ nowbusy finding "Searching"
}
}
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...
# check the tree is clean first??
set oldmainhead $mainhead
- nowbusy checkout
+ nowbusy checkout "Checking out"
update
dohidelocalchanges
if {[catch {