tests/testlib/common.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 24 Jan 2022 12:58:18 +0100
changeset 48645 ff0233f36f6a
parent 46764 685383486d0a
permissions -rw-r--r--
test-bundle: split some variant in there own section Same rational as the previous commit about test-bundle.t. These line are quite volatile and having dedicated block will make their update clearer and simpler. Differential Revision: https://phab.mercurial-scm.org/D12076

mkcommit() {
   name="$1"
   shift
   echo "$name" > "$name"
   hg add "$name"
   hg ci -m "$name" "$@"
}