# HG changeset patch # User Andrew Shadura # Date 1350392861 -7200 # Node ID c84cc0f3364a34057f9f883672331267b1c354c8 # Parent a624210e4866a87bcd29fa463419a1f5a554150e hgk: drop committer field from the UI Remove Committer field, it doesn't make sense in Hg. diff -r a624210e4866 -r c84cc0f3364a contrib/hgk --- a/contrib/hgk Thu Mar 21 22:42:51 2013 -0700 +++ b/contrib/hgk Tue Oct 16 15:07:41 2012 +0200 @@ -642,7 +642,7 @@ findtype Exact IgnCase Regexp] set findloc "All fields" ttk::optionMenu .ctop.top.bar.findloc findloc "All fields" Headline \ - Comments Author Committer Files Pickaxe + Comments Author Files Pickaxe pack .ctop.top.bar.findloc -side right pack .ctop.top.bar.findtype -side right # for making sure type==Exact whenever loc==Pickaxe @@ -1929,7 +1929,7 @@ set oldsel $selectedline } set didsel 0 - set fldtypes {Headline Author Date Committer CDate Comment} + set fldtypes {Headline Author Date CDate Comment} for {set l 0} {$l < $numcommits} {incr l} { set id $lineid($l) set info $commitinfo($id) @@ -2476,7 +2476,6 @@ $ctext insert end "Branch: [lindex $info 7]\n" } $ctext insert end "Author: [lindex $info 1] [lindex $info 2]\n" - $ctext insert end "Committer: [lindex $info 3] [lindex $info 4]\n" if {[info exists idbookmarks($id)]} { $ctext insert end "Bookmarks:" foreach bookmark $idbookmarks($id) {