tests/test-check-setup-manifest.t
author Anton Shestakov <av6@dwimlabs.net>
Tue, 05 May 2020 16:27:02 +0800
changeset 5337 9eba849b4c3d
parent 2116 39d84b395343
permissions -rw-r--r--
tests: remove "second diverged revision" from a phase divergence test It was basically testing the same thing twice with a different comment.

#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