tests/test-gpg
author Wagner Bruna <wbruna@softwareexpress.com.br>
Mon, 26 Oct 2009 12:32:14 -0200
changeset 9771 ece7119aa747
parent 9041 6e5e548452de
permissions -rwxr-xr-x
i18n-pt_BR: synchronized with e06c940d554d

#!/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