##// END OF EJS Templates
check-code: fix sed 'i' command rule newline matching...
check-code: fix sed 'i' command rule newline matching The regular expression was meant to match cases where an 'i' command was not followed by precisely a '\' and then a newline; it failed to match the newline, so cases with a '\' but no newline would erroneously pass.
Kevin Bullock -
r19083:12f15e4b stable
Show More
Name Size Modified Last Commit Author
/ contrib / hgfixes
__init__.py Loading ...
fix_bytes.py Loading ...
fix_bytesmod.py Loading ...
fix_leftover_imports.py Loading ...