##// END OF EJS Templates
relnotes: document the change in the dirstate API...
relnotes: document the change in the dirstate API Differential Revision: https://phab.mercurial-scm.org/D11200

File last commit:

r47498:68538348 default
r48558:ec77f709 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" "$@"
}