tests/test-check-setup-manifest.t
author Pulkit Goyal <7895pulkit@gmail.com>
Fri, 19 Jan 2018 16:44:00 +0530
changeset 3466 0a8e3130ad00
parent 2116 39d84b395343
permissions -rw-r--r--
evolvecmd: move more core from __init__.py to evolvecmd.py We are done with moving helper code, we will now be moving the evolve command in the new module.

#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