author | Shawn O. Pearce <spearce@spearce.org> | |
Tue, 1 May 2007 06:59:53 +0000 (02:59 -0400) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Tue, 8 May 2007 03:35:50 +0000 (23:35 -0400) | ||
commit | a35d65d9c8a2a6a10d369c00e22aded6fbdff2a9 | |
tree | 1d6302ccfbd91654b724a293a9dcb38c2d3d3d97 | tree | snapshot |
parent | f522c9b5ed367172f969397589ae3d686b867ac0 | commit | diff |
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>
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 | diff | blob | history | |
lib/database.tcl | diff | blob | history | |
lib/merge.tcl | diff | blob | history | |
lib/transport.tcl | diff | blob | history |