tests/test-gpg
author Brodie Rao <brodie@bitheap.org>
Fri, 02 Apr 2010 15:22:09 -0500
changeset 10820 da809085bc9f
parent 9041 6e5e548452de
permissions -rwxr-xr-x
bookmark: make use of output labeling

#!/bin/sh

"$TESTDIR/hghave" gpg || exit 80

cat <<EOF >> $HGRCPATH
[extensions]
gpg=

[gpg]
cmd=gpg --no-permission-warning --no-secmem-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