##// END OF EJS Templates
py3: convert exception to bytes to pass into ui.warn()...
py3: convert exception to bytes to pass into ui.warn() Here encoding.strtolocal() is used because exc maybe an IOError which could contain a valid non-ascii unicode.

File last commit:

r31685:d83e5165 default
r32642:c032e137 default
Show More
test-config-env.py.out
6 lines | 126 B | text/plain | TextLexer
/ tests / test-config-env.py.out
pager.pager=p0 # $TESTTMP/sysrc:4
ui.editor=e1 # $TESTTMP/userrc:2
pager.pager=p2 # $PAGER
ui.editor=e1 # $TESTTMP/userrc:2