tests/test-check-setup-manifest.t
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Thu, 27 Apr 2017 20:52:09 +0200
branchstable
changeset 2287 18b8dc058f75
parent 2116 39d84b395343
permissions -rw-r--r--
repo: properly progate "destroyed" call to super class The propagation of the 'destroyed' call was dropped. I'm not certain of the consequences of having a partially broken "destroyed" call, but this can't be good.

#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