Mercurial > hg-stable
view tests/test-ui-color.py @ 13883:fc83d2ca9cfb
bugzilla: fix reST error introduced in 22d200e49b10
All blocks must be indented. Here we can use a field list instead of a
verbatim block for a real list layout.
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Tue, 05 Apr 2011 10:20:59 +0200 |
parents | 4c50552fc9bc |
children | 842a9179132c |
line wrap: on
line source
from hgext import color # ensure errors aren't buffered testui = color.colorui() testui.pushbuffer() testui.write('buffered\n') testui.warn('warning\n') testui.write_err('error\n') print repr(testui.popbuffer())