#87: cvs --> mercurial: Configuration error: 'ascii' codec can't encode
character u'\xdc'
----------------------------+-----------------------------------------------
Reporter: ThurnerRupert | Owner: lele
Type: defect | Status: new
Priority: major | Milestone: VersionOne
Component: tailor | Version: 0.9
Resolution: | Keywords:
----------------------------+-----------------------------------------------
Comment (by edgar.alves):
I've already sent the patch to lele, but here is the diff in case you're
in a hurry:
{{{
#!diff
diff -rN -u old-tailor/vcpx/changes.py new-tailor/vcpx/changes.py
--- old-tailor/vcpx/changes.py 2006-12-14 23:56:25.000000000 +0000
+++ new-tailor/vcpx/changes.py 2006-12-14 23:56:25.000000000 +0000
@@ -54,6 +54,8 @@
else:
s += ' from ' + self.old_name
s += ')'
+ if isinstance(s, unicode):
+ s = s.encode('ascii', 'replace')
return s
}}}
--
Ticket URL: <http://progetti.arstecnica.it/tailor/ticket/87#comment:1>
Tailor <http://progetti.arstecnica.it/tailor>
An inter-VCs changeset exchanger_______________________________________________
Tailor mailing list
[email protected]
http://lists.zooko.com/mailman/listinfo/tailor