Author: julianfoad
Date: Fri Apr 13 14:02:14 2012
New Revision: 1325776
URL: http://svn.apache.org/viewvc?rev=1325776&view=rev
Log:
* subversion/libsvn_wc/ambient_depth_filter_editor.c
(ambient_read_info): Write a true and proper doc string.
Modified:
subversion/trunk/subversion/libsvn_wc/ambient_depth_filter_editor.c
Modified: subversion/trunk/subversion/libsvn_wc/ambient_depth_filter_editor.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/ambient_depth_filter_editor.c?rev=1325776&r1=1325775&r2=1325776&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/ambient_depth_filter_editor.c
(original)
+++ subversion/trunk/subversion/libsvn_wc/ambient_depth_filter_editor.c Fri Apr
13 14:02:14 2012
@@ -113,8 +113,12 @@ struct dir_baton
void *wrapped_baton;
};
-/* Helper to call either svn_wc__db_base_get_info or svn_wc__db_read_info for
- obtaining information for the ambient depth editor */
+/* Fetch the STATUS, KIND and DEPTH of the base node at LOCAL_ABSPATH.
+ * If there is no such base node, report 'normal', 'unknown' and 'unknown'
+ * respectively.
+ *
+ * STATUS and/or DEPTH may be NULL if not wanted; KIND must not be NULL.
+ */
static svn_error_t *
ambient_read_info(svn_wc__db_status_t *status,
svn_kind_t *kind,