Mercurial > evolve
view tests/testlib/topic_setup.sh @ 6269:16f6b18b9ec0
topicmap: remove unused branchtip and branchheads methods of _topiccache
These methods aren't unused per say, but they never receive topic keyword from
any callers, so they simply always call+return super() version of themselves.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Fri, 08 Jul 2022 17:52:25 +0400 |
parents | 044ce00dfa88 |
children |
line wrap: on
line source
#!/bin/sh . $TESTDIR/testlib/pythonpath.sh # This file holds logic that is used in many tests. # It can be called in a test like this: # $ . "$TESTDIR/testlib/topic_setup.sh" # Enable obsolete markers and enable extensions cat >> $HGRCPATH << EOF [experimental] evolution.createmarkers=true evolution.exchange=true [extensions] rebase= topic= EOF