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

svn commit: r1096832 - /subversion/trunk/subversion/libsvn_wc/node.c

Author: hwright
Date: Tue Apr 26 18:16:07 2011
New Revision: 1096832

URL: http://svn.apache.org/viewvc?rev=1096832&view=rev
Log:
* subversion/libsvn_wc/node.c
  (walker_helper): Comment on a comment.

Modified:
    subversion/trunk/subversion/libsvn_wc/node.c

Modified: subversion/trunk/subversion/libsvn_wc/node.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/node.c?rev=1096832&r1=1096831&r2=1096832&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/node.c (original)
+++ subversion/trunk/subversion/libsvn_wc/node.c Tue Apr 26 18:16:07 2011
@@ -702,7 +702,9 @@ walker_helper(svn_wc__db_t *db,
                                                child_status, show_hidden));
           /* ### We might want to pass child_status as well because at least
            * ### one callee is asking for it.
-           * ### But is it OK to use an svn_wc__db type in this API? */
+           * ### But is it OK to use an svn_wc__db type in this API?
+           * ###    Not yet, we need to get the node walker
+           * ###    libsvn_wc-internal first. -hkw */
           SVN_ERR(walk_callback(child_abspath, kind, walk_baton, iterpool));
         }