##// END OF EJS Templates
aliases match flag pattern ('-' as wordsep, not '_')...
aliases match flag pattern ('-' as wordsep, not '_') aliases are now: --log-level=foo rather than --log_level=foo unrecognized aliases give a warning, and to suppress these warnings in tests, a context manager for disabling warning messages is added to testing.tools.

File last commit:

r1420:34bafc01
r4214:21c18a1e
Show More
simplevars.py
2 lines | 22 B | text/x-python | PythonLexer
x = 1
print 'x is:',x