comparison tests/test-gpg.t @ 12428:3aa7b6445aad

tests: unify test-gpg
author Matt Mackall <mpm@selenic.com>
date Sun, 26 Sep 2010 13:41:32 -0500
parents tests/test-gpg@6e5e548452de
children aae219a99a6e
comparison
equal deleted inserted replaced
12427:f933b99eeb14 12428:3aa7b6445aad
1 Test the GPG extension
2
3 $ "$TESTDIR/hghave" gpg || exit 80
4 $ cat <<EOF >> $HGRCPATH
5 > [extensions]
6 > gpg=
7 >
8 > [gpg]
9 > cmd=gpg --no-permission-warning --no-secmem-warning --homedir $TESTDIR/gpg
10 > EOF
11 $ hg init r
12 $ cd r
13 $ echo foo > foo
14 $ hg ci -Amfoo
15 adding foo
16
17 $ hg sigs
18
19 $ hg sign 0
20 Signing 0:e63c23eaa88a
21
22 $ hg sigs
23 hgtest 0:e63c23eaa88ae77967edcf4ea194d31167c478b0
24
25 $ hg sigcheck 0
26 e63c23eaa88a is signed by:
27 hgtest