Mercurial > evolve
view tests/testlib/common.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 | b1a04ff0f99e |
children |
line wrap: on
line source
. $TESTDIR/testlib/pythonpath.sh mkcommit() { name="$1" shift echo "$name" > "$name" hg add "$name" hg ci -m "$name" "$@" } getid() { hg log --hidden --template '{node}\n' --rev "$1" } cat >> $HGRCPATH << EOF [alias] glog = log -GT "{rev}:{node|short} {desc}\n ({bookmarks}) {phase} {instabilities}\n" EOF