tests/test-check-setup-manifest.t
author Boris Feld <boris.feld@octobus.net>
Wed, 10 May 2017 14:46:01 +0200
branchstable
changeset 2348 5737e0680f10
parent 2116 39d84b395343
permissions -rw-r--r--
ui: hg topic now display if current revision is in bad state (issue5533) Previously, hg topic didn't showed the state of the current revision. Now if show both informations.

#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