git-gui: Move console procs into their own namespace
commita35d65d9c8a2a6a10d369c00e22aded6fbdff2a9
authorShawn O. Pearce <spearce@spearce.org>
Tue, 1 May 2007 06:59:53 +0000 (1 02:59 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 8 May 2007 03:35:50 +0000 (7 23:35 -0400)
tree1d6302ccfbd91654b724a293a9dcb38c2d3d3d97
parentf522c9b5ed367172f969397589ae3d686b867ac0
git-gui: Move console procs into their own namespace

To help modularize git-gui better I'm isolating the code and
variables required to handle our little console windows into
their own namespace.  This way we can say console::new rather
than new_console, and the hidden internal procs to create the
window and read data from our filehandle are off in their own
private little land, where most users don't see them.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
lib/console.tcl
lib/database.tcl
lib/merge.tcl
lib/transport.tcl