Show More
@@ -326,7 +326,7 b' inrevlogpats = [' | |||
|
326 | 326 | checks = [ |
|
327 | 327 | ('python', r'.*\.(py|cgi)$', pyfilters, pypats), |
|
328 | 328 | ('test script', r'(.*/)?test-[^.~]*$', testfilters, testpats), |
|
329 | ('c', r'.*\.c$', cfilters, cpats), | |
|
329 | ('c', r'.*\.[ch]$', cfilters, cpats), | |
|
330 | 330 | ('unified test', r'.*\.t$', utestfilters, utestpats), |
|
331 | 331 | ('layering violation repo in revlog', r'mercurial/revlog\.py', pyfilters, |
|
332 | 332 | inrevlogpats), |
General Comments 0
You need to be logged in to leave comments.
Login now