##// END OF EJS Templates
tests: constant-fold a `pycompat.ispy3` in testlib/badserverext.py
tests: constant-fold a `pycompat.ispy3` in testlib/badserverext.py

File last commit:

r47498:68538348 default
r50193:425ca342 default
Show More
common.sh
7 lines | 106 B | application/x-sh | BashLexer
mkcommit() {
name="$1"
shift
echo "$name" > "$name"
hg add "$name"
hg ci -m "$name" "$@"
}