summaryrefslogtreecommitdiff
path: root/subvertpy/_ra.c
diff options
context:
space:
mode:
Diffstat (limited to 'subvertpy/_ra.c')
-rw-r--r--subvertpy/_ra.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/subvertpy/_ra.c b/subvertpy/_ra.c
index 0757ac17..067457a2 100644
--- a/subvertpy/_ra.c
+++ b/subvertpy/_ra.c
@@ -2255,6 +2255,9 @@ static PyGetSetDef ra_getsetters[] = {
static PyMethodDef ra_methods[] = {
{ "get_session_url", (PyCFunction)ra_get_session_url, METH_NOARGS,
"S.get_session_url() -> url" },
+ /* 0.10 compatiblity shim */
+ { "get_url", (PyCFunction)ra_get_session_url, METH_NOARGS,
+ "S.get_url() -> url" },
{ "get_file_revs", ra_get_file_revs, METH_VARARGS,
"S.get_file_revs(path, start_rev, end_revs, handler)" },
{ "get_locations", ra_get_locations, METH_VARARGS,