From 6b65acb421f07d58e364f39ff22f18d8018656cf Mon Sep 17 00:00:00 2001
From: Jean-Paul Smets <jp@nexedi.com>
Date: Mon, 19 Oct 2009 18:22:20 +0000
Subject: [PATCH] Updated docstring of mergeRevision

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29822 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/interfaces/versionable.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/product/ERP5/interfaces/versionable.py b/product/ERP5/interfaces/versionable.py
index e11ccb2070..288f6e3214 100644
--- a/product/ERP5/interfaces/versionable.py
+++ b/product/ERP5/interfaces/versionable.py
@@ -88,5 +88,6 @@ class IVersionable(Interface):
     Merge the current document with any previous revision
     by using the content of the current document to replace
     the content of previous revisions, and by deleting the
-    current document afterwards.
+    current document afterwards. Returns the resulting
+    document of the merge process.
     """
-- 
2.30.9