Mercurial > evolve
view tests/testlib/common.sh @ 6692:cdf929e69cde mercurial-5.1
test-compat: merge mercurial-5.2 into mercurial-5.1
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Mon, 05 Feb 2024 15:19:51 -0300 |
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