tests/testlib/common.sh
author Matt Harbison <matt_harbison@yahoo.com>
Thu, 19 Sep 2024 18:49:04 -0400
changeset 51876 51235f6aa067
parent 46764 685383486d0a
permissions -rw-r--r--
tests: enable pytype checking on `mercurial/unionrepo.py`

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