Mercurial > hg
view tests/test-gpg @ 10127:d8214e944b84
patch: fix eolmode=auto with new files
If target file does not exist or has no eol, current code was normalizing eols
to LF. Preserve patch file eols instead.
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Wed, 23 Dec 2009 19:31:47 +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