From patchwork Wed Jun 12 23:48:24 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2,of,3] tests: check-code more python files without py extension From: Simon Heimberg X-Patchwork-Id: 1726 Message-Id: <78787b1dc892f57b3230.1371080904@lapsi.heimberg.home> To: Mercurial-devel Date: Thu, 13 Jun 2013 01:48:24 +0200 # HG changeset patch # User simon@laptop-tosh # Date 1371080642 -7200 # Node ID 78787b1dc892f57b3230a03e6714dcf4412f3269 # Parent e15a377d7f040a8bf820362ed6f5343366b14f4e tests: check-code more python files without py extension files found by running $ hg manifest | grep -v "\." | xargs file | grep python diff -r e15a377d7f04 -r 78787b1dc892 tests/test-check-code-hg.t --- a/tests/test-check-code-hg.t Don Jun 13 01:44:01 2013 +0200 +++ b/tests/test-check-code-hg.t Don Jun 13 01:44:02 2013 +0200 @@ -17,6 +17,10 @@ > contrib/hgweb.wsgi \ > contrib/simplemerge \ > contrib/undumprevlog \ + > i18n/hggettext \ + > i18n/posplit \ + > tests/hghave \ + > tests/dummyssh \ > "$TESTTMP"/ $ for f in "$TESTTMP"/*; do cp "$f" "$f.py"; done