##// END OF EJS Templates
rcutil: let environ override system configs (BC)...
rcutil: let environ override system configs (BC) This is BC because system configs won't be able to override $EDITOR, $PAGER. The new behavior is arguably more rational.

File last commit:

r31685:d83e5165 default
r31685:d83e5165 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