view tests/testlib/obsmarker-common.sh @ 41050:6faaf3a1c6ec

merge: modify the logical statement Differential Revision: https://phab.mercurial-scm.org/D5476
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Sun, 23 Dec 2018 13:16:25 +0530
parents 1858fc2327ef
children 86f39a89b63e
line wrap: on
line source

mkcommit() {
   echo "$1" > "$1"
   hg add "$1"
   hg ci -m "$1"
}

getid() {
   hg log --hidden --template '{node}\n' --rev "$1"
}

cat >> $HGRCPATH <<EOF
[alias]
debugobsolete=debugobsolete -d '0 0'
EOF