[PATCH 2 of 3] tests: check-code more python files without py extension

Simon Heimberg simohe at besonet.ch
Wed Jun 12 18:48:24 CDT 2013


# HG changeset patch
# User simon at 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
 


More information about the Mercurial-devel mailing list