view tests/testlib/common.sh @ 47411:515014d72aa2

urlutil: byteify several localized messages Flagged by pytype. Differential Revision: https://phab.mercurial-scm.org/D10872
author Matt Harbison <matt_harbison@yahoo.com>
date Fri, 11 Jun 2021 23:51:27 -0400
parents 685383486d0a
children
line wrap: on
line source

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