test-check-code: prevent from adding Python modules shadowed by ancient C stable 4.6rc1
authorYuya Nishihara <yuya@tcha.org>
Fri, 20 Apr 2018 20:54:32 +0900
branchstable
changeset 37804 1ec874717d8a
parent 37803 72f6498c040b
child 37805 8c8b6d13949a
child 37806 61713e857708
test-check-code: prevent from adding Python modules shadowed by ancient C
tests/test-check-code.t
--- a/tests/test-check-code.t	Fri Apr 20 20:48:10 2018 +0900
+++ b/tests/test-check-code.t	Fri Apr 20 20:54:32 2018 +0900
@@ -51,3 +51,15 @@
   hgeditor
   hgweb.cgi
   setup.py
+
+Prevent adding modules which could be shadowed by ancient .so/.dylib.
+
+  $ testrepohg files \
+  > mercurial/base85.py \
+  > mercurial/bdiff.py \
+  > mercurial/diffhelpers.py \
+  > mercurial/mpatch.py \
+  > mercurial/osutil.py \
+  > mercurial/parsers.py \
+  > mercurial/zstd.py
+  [1]