jhbuild r2268 - in trunk: . jhbuild/buildbot
- From: fpeters svn gnome org
- To: svn-commits-list gnome org
- Subject: jhbuild r2268 - in trunk: . jhbuild/buildbot
- Date: Sat, 16 Aug 2008 23:04:05 +0000 (UTC)
Author: fpeters
Date: Sat Aug 16 23:04:05 2008
New Revision: 2268
URL: http://svn.gnome.org/viewvc/jhbuild?rev=2268&view=rev
Log:
* jhbuild/buildbot/changes.py: keep commit log messages as unicode as
they can well be non-ascii.
Modified:
trunk/ChangeLog
trunk/jhbuild/buildbot/changes.py
Modified: trunk/jhbuild/buildbot/changes.py
==============================================================================
--- trunk/jhbuild/buildbot/changes.py (original)
+++ trunk/jhbuild/buildbot/changes.py Sat Aug 16 23:04:05 2008
@@ -75,6 +75,7 @@
if l[:-1] not in ("Added:", "Modified:", "Removed:"):
files.append(l[3:-1])
+ comments = unicode(comments, m.get_content_charse())
c = changes.Change(name, files, comments, isdir, revision=revision, links=links, when=when)
c.project = project # custom attribute
return c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]