[PATCH 1 of 1] tests: print progress counter when running tests

Idan K idankk86 at gmail.com
Thu Apr 7 11:23:34 CDT 2011


On Thu, Apr 7, 2011 at 7:14 PM, Idan Kamara <idankk86 at gmail.com> wrote:

> +                sys.stdout.write('%d/%d' % (count + 1, len(tests)))
>

forgot to commit the brackets here, should be:

+                sys.stdout.write('[%d/%d]' % (count + 1, len(tests)))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://selenic.com/pipermail/mercurial-devel/attachments/20110407/cf6b32d3/attachment.htm>


More information about the Mercurial-devel mailing list