sapling/tests/test-gpg
2009-06-14 13:32:19 -07:00

29 lines
322 B
Bash
Executable File

#!/bin/sh
"$TESTDIR/hghave" gpg || exit 80
cat <<EOF >> $HGRCPATH
[extensions]
gpg=
[gpg]
cmd=gpg --no-permission-warning --homedir $TESTDIR/gpg
EOF
hg init r
cd r
echo foo > foo
hg ci -Amfoo
echo '% no signatures'
hg sigs
echo '% hg sign 0'
hg sign 0
echo '% hg sigs'
hg sigs
echo '% hg sigcheck 0'
hg sigcheck 0