tests/test-check-setup-manifest.t
author Boris Feld <boris.feld@octobus.net>
Sat, 30 Sep 2017 23:00:21 +0100 (2017-09-30)
changeset 3023 cc740c545776
parent 2116 39d84b395343
permissions -rw-r--r--
topicmode: add new warning topicmode
#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