tests/test-check-setup-manifest.t
author Pulkit Goyal <7895pulkit@gmail.com>
Sun, 29 Apr 2018 18:13:29 +0530
changeset 3735 bdf7fb6af7b8
parent 2116 39d84b395343
permissions -rw-r--r--
evolve: take out logic to complete phase-divergence in separate fn This patch takes out the logic to complete the content-divergence resolution to it's own separate function so that we can reuse it in case of interrupted resolution.

#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