A second pair of eyes, please? [[[ * subversion/libsvn_wc/wc_db.h (svn_wc__db_node_hidden): Improve the doc string, not to send the reader to a chain of old WC-1 documentation.
Index: subversion/libsvn_wc/wc_db.h =================================================================== --- subversion/libsvn_wc/wc_db.h (revision 1079695) +++ subversion/libsvn_wc/wc_db.h (working copy) @@ -1719,15 +1719,16 @@ svn_wc__db_read_kind(svn_wc__db_kind_t * svn_wc__db_t *db, const char *local_abspath, svn_boolean_t allow_missing, apr_pool_t *scratch_pool); -/* An analog to svn_wc__entry_is_hidden(). Set *HIDDEN to TRUE if - LOCAL_ABSPATH in DB "is not present, and I haven't scheduled something - over the top of it." */ +/* Set *HIDDEN to TRUE if LOCAL_ABSPATH in DB "is not present, and I haven't + scheduled something over the top of it." That is, presence is 'excluded' + or 'not-present' or 'absent', and the node is not scheduled for + re-addition. */ svn_error_t * svn_wc__db_node_hidden(svn_boolean_t *hidden, svn_wc__db_t *db, const char *local_abspath, apr_pool_t *scratch_pool); ]]] - Julian