Mercurial > hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
8886:0593c5b5b1f0 | 8887:0332f8b44e54 |
---|---|
8 svnadmin create svn-repo | 8 svnadmin create svn-repo |
9 cat "$TESTDIR/svn/encoding.svndump" | svnadmin load svn-repo > /dev/null | 9 cat "$TESTDIR/svn/encoding.svndump" | svnadmin load svn-repo > /dev/null |
10 | 10 |
11 echo '% convert while testing all possible outputs' | 11 echo '% convert while testing all possible outputs' |
12 hg --debug convert svn-repo A-hg > /dev/null | 12 hg --debug convert svn-repo A-hg > /dev/null |
13 | 13 cd A-hg |
14 hg up | |
15 echo '% check tags are in UTF-8' | |
16 python -c "print '\n'.join([('%r' % l) for l in file('.hgtags', 'rb').readlines()])" | |
17 cd .. |