tests/test-check-setup-manifest.t
author Denis Laxalde <denis.laxalde@logilab.fr>
Fri, 22 Sep 2017 13:43:38 +0200
changeset 2982 fef934b7ed86
parent 2116 39d84b395343
permissions -rw-r--r--
topic: add a --topic option to "push" command This is symmetrical with --bookmark or --branch; it selects changesets in specified topic as revisions to push.

#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