You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2014/03/27 21:30:20 UTC

svn commit: r1582464 - /subversion/trunk/subversion/include/svn_wc.h

Author: rhuijben
Date: Thu Mar 27 20:30:20 2014
New Revision: 1582464

URL: http://svn.apache.org/r1582464
Log:
* subversion/include/svn_wc.h
  (svn_wc_revision_status_t): Extend comment.

Modified:
    subversion/trunk/subversion/include/svn_wc.h

Modified: subversion/trunk/subversion/include/svn_wc.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_wc.h?rev=1582464&r1=1582463&r2=1582464&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_wc.h (original)
+++ subversion/trunk/subversion/include/svn_wc.h Thu Mar 27 20:30:20 2014
@@ -8129,7 +8129,8 @@ typedef struct svn_wc_revision_status_t
   svn_boolean_t switched; /**< Is anything switched? */
   svn_boolean_t modified; /**< Is anything modified? */
 
-  /** Whether any WC paths are at a depth other than #svn_depth_infinity.
+  /** Whether any WC paths are at a depth other than #svn_depth_infinity or
+   * are user excluded.
    * @since New in 1.5.
    */
   svn_boolean_t sparse_checkout;