[PATCH] patchbomb: send messages with a one second delay

Marti Raudsepp marti at juffo.org
Sat May 16 11:59:38 CDT 2009


On Sat, May 16, 2009 at 7:04 PM, Martin Geisler <mg at lazybytes.net> wrote:
> +                ui.note(_("sleeping for 1 second...\n"))
> +                time.sleep(1)
>             ui.status(_('Sending '), subj, ' ...\n')

I think the ui.note call is redundant because ui.status already gives
you a good indication of progress.

Marti



More information about the Mercurial-devel mailing list