##// END OF EJS Templates
tests: remove Python 2 special cases in test-stdio.py
tests: remove Python 2 special cases in test-stdio.py

File last commit:

r47498:68538348 default
r50192:402f9f0f 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" "$@"
}