tests/test-check-setup-manifest.t
author Boris Feld <boris.feld@octobus.net>
Sun, 10 Dec 2017 21:41:56 +0100
branchstable
changeset 3269 e6b980687311
parent 2116 39d84b395343
permissions -rw-r--r--
split: add a test demonstrating that split doesn't take the right branch Also add a test to check that the dirstate is in the right state in case the user abort the split.

#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