view tests/test-check-debian.t @ 5556:1bb1d36e1bc2

evolve: move a comment where it's going to belong
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Thu, 13 Aug 2020 13:30:25 +0530
parents 175bb63ba111
children 56eb528820d7
line wrap: on
line source

Enable obsolescence to avoid the warning issue when obsmarkers are found

  $ cat << EOF >> $HGRCPATH
  > [experimental]
  > evolution = all
  > EOF

  $ "$PYTHON" "$TESTDIR/testlib/check-min-versions.py" \
  > "$TESTDIR/../hgext3rd/evolve/metadata.py" "$TESTDIR/../debian/control"

  $ "$PYTHON" "$TESTDIR/testlib/check-min-versions.py" \
  > "$TESTDIR/../hgext3rd/topic/__init__.py" "$TESTDIR/../debian/control"