view tests/test-check-debian.t @ 5597:0cb1718ed95c

evolvecmd: move bookmark-deactivation out of _relocatecommit() The bookmark-deactivation code will be done whether or not we're using in-memory merge in `_relocatecommit()`. It could be put in a new `_preparerelocate()` or something, but it's short enough that it doesn't seem worth it.
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 25 Sep 2020 21:47:30 -0700
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"