You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ar...@apache.org on 2011/08/09 16:04:54 UTC

svn propchange: r1155313 - svn:log

Author: arfrever
Revision: 1155313
Modified property: svn:log

Modified: svn:log at Tue Aug  9 14:04:54 2011
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Tue Aug  9 14:04:54 2011
@@ -2,6 +2,6 @@ Remove unused broken code in the ctypes-
 
 * subversion/bindings/ctypes-python/csvn/repos.py
   (_fs): Remove the txn() method, which was unused and referred to
-    '_fs_root' which doesn't exist. Thus avoid storing a reference to the
+    '_fs_txn' which doesn't exist. Thus avoid storing a reference to the
     'repos' object during __init__(), which was a circular reference because
     this '_fs' object is itself stored within the 'repos' object.