Mercurial > hg
view tests/test-gpg @ 10045:d1f9640e9a67
color: Do not pass --color, --no-color parameters to wrapped function
Passing the --color and --no-color parameter to the wrapped function
can cause a invalid argument exception if the wrapped function doesn't
accepts a **opts dict.
author | David Soria Parra <dsp@php.net> |
---|---|
date | Fri, 11 Dec 2009 11:04:31 +0100 |
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