Subclassing ui for TortoiseHg (was: Re: [PATCH 0 of 3] Progress indicator)

TK Soh teekaysoh at gmail.com
Tue Jul 24 18:51:33 CDT 2007


On 7/24/07, Thomas Arendsen Hein <thomas at intevation.de> wrote:
> You can probably do something like
>
> from mercurial import ui
>
> class myui(ui.ui):
>     ...
>
> ui.ui = myui

Interesting. I'll give it a try. Thanks.


More information about the Mercurial-devel mailing list