Update notes about memory leaks.
[jelmer/subvertpy.git] / README
diff --git a/README b/README
index 0a0c30d2f61014017944a89802375458ac46fe85..c083ae6147a64eaab75cae424d0d2fcb578f2955 100644 (file)
--- a/README
+++ b/README
@@ -1,3 +1,5 @@
+#FORMAT rst
+
 ============
 Introduction
 ============
@@ -130,8 +132,7 @@ Features held back by Subversion:
   information in Subversion, something which the Subversion folks are working 
   on at the moment (see https://svn.collab.net/repos/svn/branches/merge-tracking).
 
-  Might require cherry-picking support in Bazaar (or at least the ability 
-  to know about cherry picks). 
+  Requires tracking cherry-picking support in Bazaar:
    
   Spec at https://launchpad.net/products/bzr/+spec/bzr-cpick-data
 
@@ -150,16 +151,3 @@ Installation
 Simply place this directory in ~/.bazaar/plugins and you should be able 
 to check out branches from Subversion using bzr. Make sure the directory 
 name is 'svn'.
-
-============
-Memory Usage
-============
-bzr-svn can use a lot of memory cloning big branches. The problem appears to be 
-caused both by a memory leak in the python-subversion bindings or Subversion
-(the svn_ra_get_log() function) and the memory overhead from Bazaar.
-
-The easiest way to work around this problem is to Ctrl+C the branch operation 
-and restart it.
-
-More information can be found in the bug report at 
-https://launchpad.net/bugs/54253