Mercurial > evolve
view tests/testlib/common.sh @ 6875:6209891ff220
topic: add `short` keyword argument to callers of common.formatfqbn()
The default value (True) is the same as in common.formatfqbn().
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 19 Sep 2024 16:48:48 +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