##// END OF EJS Templates
check-code: catch "echo > $HGRCPATH" too...
Martin Geisler -
r13524:121c89dd default
parent child Browse files
Show More
@@ -66,7 +66,7 b' testpats = ['
66 (r'^source\b', "don't use 'source', use '.'"),
66 (r'^source\b', "don't use 'source', use '.'"),
67 (r'touch -d', "don't use 'touch -d', use 'touch -t' instead"),
67 (r'touch -d', "don't use 'touch -d', use 'touch -t' instead"),
68 (r'ls\s+[^|-]+\s+-', "options to 'ls' must come before filenames"),
68 (r'ls\s+[^|-]+\s+-', "options to 'ls' must come before filenames"),
69 (r'[^>]>\s*\$HGRCPATH <<EOF', "append to $HGRCPATH, do not overwrite it"),
69 (r'[^>]>\s*\$HGRCPATH', "don't overwrite $HGRCPATH, append to it"),
70 ]
70 ]
71
71
72 testfilters = [
72 testfilters = [
General Comments 0
You need to be logged in to leave comments. Login now