##// END OF EJS Templates
test-check-code: prevent from adding Python modules shadowed by ancient C
Yuya Nishihara -
r37822:1ec87471 4.6rc1 stable
parent child Browse files
Show More
@@ -51,3 +51,15 b' Prevent adding new files in the root dir'
51 hgeditor
51 hgeditor
52 hgweb.cgi
52 hgweb.cgi
53 setup.py
53 setup.py
54
55 Prevent adding modules which could be shadowed by ancient .so/.dylib.
56
57 $ testrepohg files \
58 > mercurial/base85.py \
59 > mercurial/bdiff.py \
60 > mercurial/diffhelpers.py \
61 > mercurial/mpatch.py \
62 > mercurial/osutil.py \
63 > mercurial/parsers.py \
64 > mercurial/zstd.py
65 [1]
General Comments 0
You need to be logged in to leave comments. Login now