sapling/hgext/highlight
Mads Kiilerich ac8e1fc147 check-code: there must also be whitespace between ')' and operator
The check pattern only checked for whitespace between keyword and operator.

Now it also warns:
 >     x = f(),7
 missing whitespace after ,
 >     x = f()+7
 missing whitespace in expression
2012-12-09 23:33:16 +01:00
..
__init__.py hgext: mark all first-party extensions as such 2012-05-15 14:37:49 -05:00
highlight.py check-code: there must also be whitespace between ')' and operator 2012-12-09 23:33:16 +01:00