tests/test-ui-color.py
author desgropp <regis.desgroppes@nokia.com>
Tue, 31 May 2011 12:41:22 +0200
changeset 14487 37901cf0680b
parent 12865 4c50552fc9bc
child 14516 842a9179132c
permissions -rw-r--r--
fixed issue2833: aborts nows depends on svn exit code

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())