view tests/test-gpg @ 11955:7581be63baf9 stable

i18n-pt_BR: fix typo in commit help text spotted by Fred Maranhão
author Wagner Bruna <wbruna@softwareexpress.com.br>
date Tue, 17 Aug 2010 12:02:34 -0300
parents 6e5e548452de
children
line wrap: on
line source

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