summaryrefslogtreecommitdiff
path: root/lib/choose_rev.tcl
AgeCommit message (Collapse)AuthorFilesLines
2007-07-08git-gui: Refactor the delete branch dialog to use class systemLibravatar Shawn O. Pearce1-0/+21
A simple refactoring of the delete branch dialog to allow use of the class construct to better organize the code and to reuse the revision selection code of our new choose_rev mega-widget. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2007-07-08git-gui: Abstract the revision picker into a mega widgetLibravatar Shawn O. Pearce1-0/+127
This rather large change pulls the "Starting Revision" part of the new branch dialog into a mega widget that we can use anytime we need to select a commit SHA-1. To make use of the mega widget I have also refactored the branch dialog to use the class system, much like the delete remote branch dialog already does. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>