view tests/testlib/common.sh @ 51604:32ba01b5669d

match: share code between includematcher and patternmatcher No need to have this duplication.
author Arseniy Alekseyev <aalekseyev@janestreet.com>
date Tue, 16 Apr 2024 13:51:45 +0100
parents 685383486d0a
children
line wrap: on
line source

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