##// END OF EJS Templates
branching: merge default into stable...
branching: merge default into stable This mark the start of the 5.9 freeze.

File last commit:

r43238:86f39a89 default
r48559:d7515d29 merge 5.9rc0 stable
Show More
obsmarker-common.sh
16 lines | 244 B | application/x-sh | BashLexer
/ tests / testlib / obsmarker-common.sh
Boris Feld
template: add predecessors template...
r32879 mkcommit() {
testlib: allow more argument to mkcommit...
r43238 name="$1"
shift
echo "$name" > "$name"
hg add "$name"
hg ci -m "$name" "$@"
Boris Feld
template: add predecessors template...
r32879 }
getid() {
hg log --hidden --template '{node}\n' --rev "$1"
}
cat >> $HGRCPATH <<EOF
[alias]
debugobsolete=debugobsolete -d '0 0'
EOF