Rev 1975: Merge new subvertpy. in file:///data/jelmer/bzr-svn/trunk/
Jelmer Vernooij
jelmer at samba.org
Mon Nov 10 15:11:18 GMT 2008
At file:///data/jelmer/bzr-svn/trunk/
------------------------------------------------------------
revno: 1975
revision-id: jelmer at samba.org-20081110151019-kr62v4bzhbntbj79
parent: jelmer at samba.org-20081110143450-ff51j1cwaly2ooud
parent: jelmer at samba.org-20081110144303-dmplwn5tav050cts
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Mon 2008-11-10 16:10:19 +0100
message:
Merge new subvertpy.
modified:
subvertpy/subvertpy/editor.c editor.c-20080602191336-frj7az1sdk13o1tw-1
------------------------------------------------------------
revno: 1925.1.30
revision-id: jelmer at samba.org-20081110144303-dmplwn5tav050cts
parent: jelmer at samba.org-20081110144248-mppfxebip94cd3hf
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Mon 2008-11-10 15:43:03 +0100
message:
Add error code for ERR_RA_DAV_NOT_VCC
modified:
subvertpy/__init__.py core.pyx-20080313210413-17k59slolpfe5kdq-1
------------------------------------------------------------
revno: 1925.1.29
revision-id: jelmer at samba.org-20081110144248-mppfxebip94cd3hf
parent: jelmer at samba.org-20081110144226-q6owx757tbi2a8jm
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Mon 2008-11-10 15:42:48 +0100
message:
Remember old property value when diffing.
modified:
subvertpy/server.py server.py-20081006143330-f9p0l7eih6izgoct-1
------------------------------------------------------------
revno: 1925.1.28
revision-id: jelmer at samba.org-20081110144226-q6owx757tbi2a8jm
parent: jelmer at samba.org-20081110144006-af20eaqynlfl4dbo
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Mon 2008-11-10 15:42:26 +0100
message:
Add tests for delta marshalling functions.
modified:
subvertpy/tests/test_delta.py test_delta.py-20080710120654-bqapu1ccex72nwdk-1
------------------------------------------------------------
revno: 1925.1.27
revision-id: jelmer at samba.org-20081110144006-af20eaqynlfl4dbo
parent: jelmer at samba.org-20081110143902-i0hrwxgjhyodrf3e
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Mon 2008-11-10 15:40:06 +0100
message:
Support marshalling svn deltas.
modified:
subvertpy/delta.py delta.py-20080316001917-xyng7m3jlxvdc4c9-1
------------------------------------------------------------
revno: 1925.1.26
revision-id: jelmer at samba.org-20081110143902-i0hrwxgjhyodrf3e
parent: jelmer at samba.org-20081103133157-c0svq6upthqv7ktp
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Mon 2008-11-10 15:39:02 +0100
message:
Sanitize more paths to prevent assertion errors from libsvn.
modified:
subvertpy/client.c client.pyx-20080313235339-wbyjbw2namuiql8f-1
------------------------------------------------------------
revno: 1925.1.25
revision-id: jelmer at samba.org-20081103133157-c0svq6upthqv7ktp
parent: jelmer at samba.org-20081103133101-nm35kcdrjhczbrn8
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Mon 2008-11-03 14:31:57 +0100
message:
Fix syntax error.
modified:
subvertpy/server.py server.py-20081006143330-f9p0l7eih6izgoct-1
------------------------------------------------------------
revno: 1925.1.24
revision-id: jelmer at samba.org-20081103133101-nm35kcdrjhczbrn8
parent: jelmer at samba.org-20081103132438-mwf701q1psvjlixd
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Mon 2008-11-03 14:31:01 +0100
message:
Import win32 fixes from John.
modified:
subvertpy/editor.c editor.c-20080602191336-frj7az1sdk13o1tw-1
subvertpy/editor.h editor.h-20080602191336-frj7az1sdk13o1tw-2
subvertpy/ra.c ra.pyx-20080313140933-qybkqaxe3m4mcll7-1
subvertpy/wc.c wc.pyx-20080313142018-10l8l23vha2j9e6b-1
------------------------------------------------------------
revno: 1925.1.23
revision-id: jelmer at samba.org-20081103132438-mwf701q1psvjlixd
parent: jelmer at samba.org-20081006155633-62a058iac22ltfrg
parent: jelmer at samba.org-20081015164829-4iwib0xbrl9ao1ni
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Mon 2008-11-03 14:24:38 +0100
message:
Merge trunk.
modified:
subvertpy/__init__.py core.pyx-20080313210413-17k59slolpfe5kdq-1
subvertpy/marshall.py marshall.py-20081006140850-jzf2dbt55rwefdqm-1
subvertpy/ra.c ra.pyx-20080313140933-qybkqaxe3m4mcll7-1
subvertpy/server.py server.py-20081006143330-f9p0l7eih6izgoct-1
subvertpy/tests/test_ra.py test_ra.py-20080313141743-uzsm7ejitrlqone5-1
=== modified file 'subvertpy/subvertpy/editor.c'
--- a/subvertpy/subvertpy/editor.c 2008-11-05 20:28:03 +0000
+++ b/subvertpy/subvertpy/editor.c 2008-11-10 15:10:19 +0000
@@ -137,7 +137,7 @@
/* Methods to implement standard operations */
- NULL, // done in initeditor() (destructor)PyObject_Del, /* destructor tp_dealloc; */
+ NULL, /* destructor tp_dealloc; (done in initeditor()) */
NULL, /* printfunc tp_print; */
NULL, /* getattrfunc tp_getattr; */
NULL, /* setattrfunc tp_setattr; */
@@ -235,7 +235,7 @@
/* Methods to implement standard operations */
- NULL, // Done in initeditor() (destructor)PyObject_Del, /* destructor tp_dealloc; */
+ NULL, /* destructor tp_dealloc; (Done in initeditor()) */
NULL, /* printfunc tp_print; */
NULL, /* getattrfunc tp_getattr; */
NULL, /* setattrfunc tp_setattr; */
@@ -492,7 +492,7 @@
/* Methods to implement standard operations */
- NULL, // Done in initeditor() (destructor)PyObject_Del, /* destructor tp_dealloc; */
+ NULL, /* destructor tp_dealloc; (Done in initeditor()) */
NULL, /* printfunc tp_print; */
NULL, /* getattrfunc tp_getattr; */
NULL, /* setattrfunc tp_setattr; */
More information about the bazaar-commits
mailing list