checks: add a test that check MANIFEST.in content
This make sure we keep the things updated.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/test-check-setup-manifest.t Tue Mar 14 15:50:43 2017 -0700
@@ -0,0 +1,19 @@
+#require test-repo
+
+ $ checkcm() {
+ > if ! (which check-manifest > /dev/null); then
+ > echo skipped: missing tool: check-manifest;
+ > exit 80;
+ > fi;
+ > };
+ $ checkcm
+ $ cat << EOF >> $HGRCPATH
+ > [experimental]
+ > evolution=all
+ > EOF
+
+Run check manifest:
+
+ $ cd $TESTDIR/..
+ $ check-manifest
+ lists of files in version control and sdist match