comparison tests/testlib/common.sh @ 2261:3e339f6717c7 mercurial-3.9

test-compat-hg-3.9: merge with future 6.0
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Fri, 31 Mar 2017 15:44:10 +0200
parents e1c26c632b6d
children 55589cb47581
comparison
equal deleted inserted replaced
2110:f1ffd093ef30 2261:3e339f6717c7
1 . $TESTDIR/testlib/pythonpath.sh
2
3 mkcommit() {
4 echo "$1" > "$1"
5 hg add "$1"
6 hg ci -m "$1"
7 }
8
9 getid() {
10 hg log --hidden --template '{node}\n' --rev "$1"
11 }
12
13 cat >> $HGRCPATH <<EOF
14 [alias]
15 debugobsolete=debugobsolete -d '0 0'
16 EOF