tests/test-check-setup-manifest.t
author Pulkit Goyal <7895pulkit@gmail.com>
Fri, 15 Jun 2018 00:50:17 +0530
changeset 3853 796334340cad
parent 2116 39d84b395343
permissions -rw-r--r--
evolve: make one missed error to align other error messages Previous patches missed this error to change it to the new format. Let's align this with all other messages raised by `hg evolve` command.

#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