[MERGE] selftest fails if the committer name contains non-ASCII characters
Lukáš Lalinský
lalinsky at gmail.com
Wed Aug 1 10:34:32 BST 2007
I think the patch is clear enough. If the committer has a non-ASCII
character in the name, selftest fails because log.py contains:
print >>to_file, indent+'committer:', revision.rev.committer
where revision.rev.committer is an Unicode string, and StringIO() does
only ASCII conversions.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bzr-test-unicode-committer.diff
Type: text/x-patch
Size: 6606 bytes
Desc: not available
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20070801/364dfb6f/attachment-0001.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Toto je =?ISO-8859-1?Q?digit=E1lne?=
=?ISO-8859-1?Q?_podp=EDsan=E1?= =?UTF-8?Q?_=C4=8Das=C5=A5?=
=?ISO-8859-1?Q?_spr=E1vy?=
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20070801/364dfb6f/attachment-0001.pgp
More information about the bazaar
mailing list