Mercurial > public > mercurial-scm > hg
diff tests/test-convert-svn-encoding @ 8887:0332f8b44e54
convert/svn: test svn tags encoding
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Sun, 21 Jun 2009 23:17:05 +0200 |
parents | 48a04961b0dd |
children |
line wrap: on
line diff
--- a/tests/test-convert-svn-encoding Sun Jun 21 23:17:02 2009 +0200 +++ b/tests/test-convert-svn-encoding Sun Jun 21 23:17:05 2009 +0200 @@ -10,4 +10,8 @@ echo '% convert while testing all possible outputs' hg --debug convert svn-repo A-hg > /dev/null - +cd A-hg +hg up +echo '% check tags are in UTF-8' +python -c "print '\n'.join([('%r' % l) for l in file('.hgtags', 'rb').readlines()])" +cd ..