tests/test-check-setup-manifest.t
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 07 Sep 2018 11:08:47 -0700
branchstable
changeset 4091 2c60ad0d54a9
parent 2116 39d84b395343
permissions -rw-r--r--
rewind: fix help text (mostly grammar, but also s/precursor/predecessor)

#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