Show More
@@ -66,7 +66,7 b' testpats = [' | |||
|
66 | 66 | (r'^source\b', "don't use 'source', use '.'"), |
|
67 | 67 | (r'touch -d', "don't use 'touch -d', use 'touch -t' instead"), |
|
68 | 68 | (r'ls\s+[^|-]+\s+-', "options to 'ls' must come before filenames"), |
|
69 |
(r'[^>]>\s*\$HGRCPATH |
|
|
69 | (r'[^>]>\s*\$HGRCPATH', "don't overwrite $HGRCPATH, append to it"), | |
|
70 | 70 | ] |
|
71 | 71 | |
|
72 | 72 | testfilters = [ |
General Comments 0
You need to be logged in to leave comments.
Login now