[PATCH 1 of 4] Basic UI support

Giuseppe Bilotta bilotta78 at hotpop.com
Fri Jul 1 03:51:40 CDT 2005


On Fri, 01 Jul 2005 00:46:28 -0700, Bryan O'Sullivan wrote:

> +def gui(ui, repo, view = None, **opts):
> +    """start graphical user interface"""
> +    import gui

from mercurial import gui? (remember the look-up path mess we have ...
what if there's another reachable gui?)

> +    gui.run(ui, repo, view, sys.argv[1:], opts)


-- 
Giuseppe "Oblomov" Bilotta

"I'm never quite so stupid
 as when I'm being smart" --Linus van Pelt



More information about the Mercurial mailing list