Show More
@@ -103,7 +103,7 b' testpats = [' | |||
|
103 | 103 | (r'tail -n', "don't use the '-n' option to tail, just use '-<num>'"), |
|
104 | 104 | (r'sha1sum', "don't use sha1sum, use $TESTDIR/md5sum.py"), |
|
105 | 105 | (r'ls.*-\w*R', "don't use 'ls -R', use 'find'"), |
|
106 | (r'printf.*[^\\]\\([1-9]|0\d)', "don't use 'printf \NNN', use Python"), | |
|
106 | (r'printf.*[^\\]\\([1-9]|0\d)', r"don't use 'printf \NNN', use Python"), | |
|
107 | 107 | (r'printf.*[^\\]\\x', "don't use printf \\x, use Python"), |
|
108 | 108 | (r'\$\(.*\)', "don't use $(expr), use `expr`"), |
|
109 | 109 | (r'rm -rf \*', "don't use naked rm -rf, target a directory"), |
@@ -37,7 +37,6 b'' | |||
|
37 | 37 | |
|
38 | 38 | #if py3exe |
|
39 | 39 | $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs $PYTHON3 contrib/check-py3-compat.py |
|
40 | contrib/check-code.py: invalid syntax: (unicode error) 'unicodeescape' codec can't decode bytes in position *-*: malformed \N character escape (<unknown>, line *) (glob) | |
|
41 | 40 | doc/hgmanpage.py: invalid syntax: invalid syntax (<unknown>, line *) (glob) |
|
42 | 41 | hgext/automv.py: error importing module: <SyntaxError> invalid syntax (commands.py, line *) (line *) (glob) |
|
43 | 42 | hgext/blackbox.py: error importing: <AttributeError> 'dict' object has no attribute 'iteritems' (error at revset.py:*) (glob) |
General Comments 0
You need to be logged in to leave comments.
Login now