##// END OF EJS Templates
rollback: lower-case warning issued when branch cannot be reset...
rollback: lower-case warning issued when branch cannot be reset Also improved the word order.

File last commit:

r12865:4c50552f stable
r13957:044e1356 stable
Show More
test-ui-color.py
9 lines | 213 B | text/x-python | PythonLexer
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())