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/20 21:24:23 UTC

svn commit: r1061492 - /subversion/branches/uris-as-urls/BRANCH-README

Author: cmpilato
Date: Thu Jan 20 20:24:22 2011
New Revision: 1061492

URL: http://svn.apache.org/viewvc?rev=1061492&view=rev
Log:
On the 'uris-as-urls' branch:

* BRANCH-README
  Add another TODO item.

Modified:
    subversion/branches/uris-as-urls/BRANCH-README

Modified: subversion/branches/uris-as-urls/BRANCH-README
URL: http://svn.apache.org/viewvc/subversion/branches/uris-as-urls/BRANCH-README?rev=1061492&r1=1061491&r2=1061492&view=diff
==============================================================================
--- subversion/branches/uris-as-urls/BRANCH-README (original)
+++ subversion/branches/uris-as-urls/BRANCH-README Thu Jan 20 20:24:22 2011
@@ -27,7 +27,6 @@ Here are the svn_uri_* functions which n
    svn_uri_split
    svn_uri_basename
    svn_uri_dirname
-   svn_uri_is_canonical
    svn_uri_get_longest_ancestor
    svn_uri_is_child
    svn_uri_is_ancestor
@@ -36,6 +35,11 @@ Here are the svn_uri_* functions which n
 
       Remove code that accepts non-URL URIs (asserting that input is
       valid).
+
+   svn_uri_is_canonical
+
+      Remove code that accepts non-URL URIs (asserting that input is
+      valid).  Also, lose unused 'pool' parameter.
    
    svn_uri_canonicalize