##// END OF EJS Templates
hgweb: sort bookmarks in the same manner as console command
hgweb: sort bookmarks in the same manner as console command

File last commit:

r12865:4c50552f stable
r13922:b8dd2e95 default
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())