tests/test-gpg
author Mads Kiilerich <mads@kiilerich.com>
Sat, 20 Jun 2009 16:06:54 +0200
changeset 8867 ff817723280a
parent 8809 6fce36336e42
child 9041 6e5e548452de
permissions -rwxr-xr-x
contrib/buildrpm: Support python 2.4 and 2.6

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