##// END OF EJS Templates
hgk: drop committer field from the UI...
Andrew Shadura -
r18801:c84cc0f3 default
parent child Browse files
Show More
@@ -642,7 +642,7 proc makewindow {} {
642 642 findtype Exact IgnCase Regexp]
643 643 set findloc "All fields"
644 644 ttk::optionMenu .ctop.top.bar.findloc findloc "All fields" Headline \
645 Comments Author Committer Files Pickaxe
645 Comments Author Files Pickaxe
646 646 pack .ctop.top.bar.findloc -side right
647 647 pack .ctop.top.bar.findtype -side right
648 648 # for making sure type==Exact whenever loc==Pickaxe
@@ -1929,7 +1929,7 proc dofind {} {
1929 1929 set oldsel $selectedline
1930 1930 }
1931 1931 set didsel 0
1932 set fldtypes {Headline Author Date Committer CDate Comment}
1932 set fldtypes {Headline Author Date CDate Comment}
1933 1933 for {set l 0} {$l < $numcommits} {incr l} {
1934 1934 set id $lineid($l)
1935 1935 set info $commitinfo($id)
@@ -2476,7 +2476,6 proc selectline {l isnew} {
2476 2476 $ctext insert end "Branch: [lindex $info 7]\n"
2477 2477 }
2478 2478 $ctext insert end "Author: [lindex $info 1] [lindex $info 2]\n"
2479 $ctext insert end "Committer: [lindex $info 3] [lindex $info 4]\n"
2480 2479 if {[info exists idbookmarks($id)]} {
2481 2480 $ctext insert end "Bookmarks:"
2482 2481 foreach bookmark $idbookmarks($id) {
General Comments 0
You need to be logged in to leave comments. Login now