Mercurial > hg
view tests/test-gpg @ 11548:dd2f356e1f6f
inotify: Better implementation of the event string representation.
This patch reimplements the event_repr function. It got mostly rewritten to
eliminate the need for conditional compilation of the module when building in
py3k. The trick there (thanks to Antoine Pitrou) is to use the % operator to
let the python interpreter format the string to be returned.
author | Renato Cunha <renatoc@gmail.com> |
---|---|
date | Fri, 02 Jul 2010 16:21:46 -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