Mercurial > hg
view tests/test-gpg @ 9637:64425c5a9257
cmdutil: minor refactoring of changeset_printer._show
- use ctx.branch() instead of directly accessing the extra field "branch"
- move definitions of locals ('extra' and 'branch') down to where they
are used
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Sat, 24 Oct 2009 19:01:40 +0200 |
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