tests/test-check-setup-manifest.t
author Boris Feld <boris.feld@octobus.net>
Mon, 19 Jun 2017 15:54:55 +0200
changeset 2634 36743bbdae7f
parent 2116 39d84b395343
permissions -rw-r--r--
obslog: remove useless repo arg _debugobshistorydisplaymarker used to takes repo as an argument but it isn't needed anymore.

#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