git-gui: Refactor the delete branch dialog to use class system
commit3206c63d0a365b11a430225a31f6a673f7645c25
authorShawn O. Pearce <spearce@spearce.org>
Wed, 4 Jul 2007 03:33:59 +0000 (3 23:33 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 9 Jul 2007 01:12:47 +0000 (8 21:12 -0400)
tree6672c7f03ba361076aac497d131e476711a82317
parentb1fa2bfff36933f94dada476ba5b3d3cb894b723
git-gui: Refactor the delete branch dialog to use class system

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>
git-gui.sh
lib/branch.tcl
lib/branch_delete.tcl [new file with mode: 0644]
lib/choose_rev.tcl