You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2011/01/28 15:34:36 UTC

svn propchange: r1064200 - svn:log

Author: cmpilato
Revision: 1064200
Modified property: svn:log

Modified: svn:log at Fri Jan 28 14:34:36 2011
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri Jan 28 14:34:36 2011
@@ -4,12 +4,10 @@ returned from svn_url_* functions are UR
 * BRANCH-README
   Update status.
 
-* subversion/include/svn_dirent_uri.h
-  (svn_path_is_child): Now promise to URI-decode the returned
-    remainder; also require a pool.
-
+* subversion/include/svn_dirent_uri.h,
 * subversion/libsvn_subr/dirent_uri.c
-  (svn_url_is_child): URI-decoded the returned relpath.
+  (svn_url_is_child): Now promise to URI-decode the returned
+    remainder; also require a pool.
 
 * subversion/tests/libsvn_subr/dirent_uri-test.c
   (test_uri_is_child): Add test data to verify the new promise.