view tests/test-check-debian.t @ 5558:5f2c85ea8b33

evolve: set other side of public content div using mutability In upcoming behavior we will no longer be confident that evovlestate['other-divergent'] will always contain the mutable side of public content divergence since we won't swap the "divergent" and "other" cset (the swapping is used right now when "divergent" side need to relocate, because we keep the one which need relocation to `other` side)
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Mon, 31 Aug 2020 15:35:31 +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"