view tests/testlib/common.sh @ 52129:ff13068e9b1c

tests: enable pytype checking on `mercurial/wireprotoframing.py`
author Matt Harbison <matt_harbison@yahoo.com>
date Fri, 25 Oct 2024 23:09:10 -0400
parents 685383486d0a
children
line wrap: on
line source

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