Mercurial > evolve
view tests/test-check-debian.t @ 6837:dee7d1e2b559
topic: stack index prefix is always "s" now
We used to have a different prefix for topic stacks ("t"), but that's no longer
the case.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sun, 25 Aug 2024 17:18:56 +0400 |
parents | 56eb528820d7 |
children |
line wrap: on
line source
#require test-repo 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"