Rev 1660: Fix another 1.4ism in http://people.samba.org/bzr/jelmer/bzr-svn/trunk
Jelmer Vernooij
jelmer at samba.org
Tue Aug 26 02:52:36 BST 2008
At http://people.samba.org/bzr/jelmer/bzr-svn/trunk
------------------------------------------------------------
revno: 1660
revision-id: jelmer at samba.org-20080826015233-fy7euianwta3u82p
parent: jelmer at samba.org-20080826014926-hmkqx28syvc0hpsp
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Tue 2008-08-26 03:52:33 +0200
message:
Fix another 1.4ism
modified:
ra.c ra.pyx-20080313140933-qybkqaxe3m4mcll7-1
=== modified file 'ra.c'
--- a/ra.c 2008-08-25 01:32:42 +0000
+++ b/ra.c 2008-08-26 01:52:33 +0000
@@ -1313,7 +1313,7 @@
return NULL;
}
- if (PyString_Check(py_log_msg)) {
+ if (!PyString_Check(py_log_msg)) {
PyErr_SetString(PyExc_ValueError, "svn:log property should be set to string.");
apr_pool_destroy(pool);
ra->busy = false;
More information about the bazaar-commits
mailing list