You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2014/04/07 18:27:13 UTC

svn commit: r1585515 - /subversion/trunk/subversion/include/svn_fs.h

Author: stsp
Date: Mon Apr  7 16:27:12 2014
New Revision: 1585515

URL: http://svn.apache.org/r1585515
Log:
* subversion/include/svn_fs.h
  (svn_fs_path_change_kind_t): Mark new fields as @since 1.9.

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

Modified: subversion/trunk/subversion/include/svn_fs.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_fs.h?rev=1585515&r1=1585514&r2=1585515&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_fs.h (original)
+++ subversion/trunk/subversion/include/svn_fs.h Mon Apr  7 16:27:12 2014
@@ -1351,10 +1351,12 @@ typedef enum svn_fs_path_change_kind_t
   /** ignore all previous change items for path (internal-use only) */
   svn_fs_path_change_reset,
 
-  /** moved to this path in txn */
+  /** moved to this path in txn
+   * @since New in 1.9 */
   svn_fs_path_change_move,
 
-  /** path removed and replaced by moved path in txn */
+  /** path removed and replaced by moved path in txn
+   * @since New in 1.9 */
   svn_fs_path_change_movereplace
 
 } svn_fs_path_change_kind_t;