tests/test-convert-svn-encoding.t
branchstable
changeset 12943 7439ea4146f8
parent 12942 05fffd665170
child 13519 43b3b761d9d1
--- a/tests/test-convert-svn-encoding.t	Mon Nov 08 01:41:41 2010 +0100
+++ b/tests/test-convert-svn-encoding.t	Mon Nov 08 01:41:42 2010 +0100
@@ -128,8 +128,8 @@
 
 Check tags are in UTF-8
 
-  $ python -c "print '\n'.join([('%r' % l) for l in file('.hgtags', 'rb').readlines()])"
-  '221c3fdaf24df5f14c0a64c597581e2eacfb47bb branch\xc3\xa9e\n'
-  '7a40952c2db29cf00d9e31df3749e98d8a4bdcbf branch\xc3\xa9\n'
+  $ cat .hgtags
+  221c3fdaf24df5f14c0a64c597581e2eacfb47bb branch\xc3\xa9e (esc)
+  7a40952c2db29cf00d9e31df3749e98d8a4bdcbf branch\xc3\xa9 (esc)
 
   $ cd ..