Author: julianfoad
Date: Fri Jun 5 17:26:47 2015
New Revision: 1683817
URL: http://svn.apache.org/r1683817
Log:
On the 'move-tracking-2' branch: Remove bad 'New in 1.8' comments added
in r1683812.
* subversion/include/private/svn_client_private.h
(svn_repos_move_info_t,
svn_repos_move_info_create): Remove 'New in 1.8' comments.
Modified:
subversion/branches/move-tracking-2/subversion/include/private/svn_client_private.h
Modified:
subversion/branches/move-tracking-2/subversion/include/private/svn_client_private.h
URL:
http://svn.apache.org/viewvc/subversion/branches/move-tracking-2/subversion/include/private/svn_client_private.h?rev=1683817&r1=1683816&r2=1683817&view=diff
==============================================================================
---
subversion/branches/move-tracking-2/subversion/include/private/svn_client_private.h
(original)
+++
subversion/branches/move-tracking-2/subversion/include/private/svn_client_private.h
Fri Jun 5 17:26:47 2015
@@ -343,7 +343,7 @@ svn_client__mergeinfo_log(svn_boolean_t
/** Describes a server-side move (really a copy+delete within the same
* revision) which has been identified by scanning the revision log.
- * @since New in 1.8. */
+ */
typedef struct svn_repos_move_info_t {
/* The repository relpath the node was moved from. */
const char *moved_from_repos_relpath;
@@ -370,7 +370,7 @@ typedef struct svn_repos_move_info_t {
/** Create a svn_wc_repos_move_info_t structure.
* @see svn_wc_repos_move_info_t
- * @since New in 1.8. */
+ */
svn_repos_move_info_t *
svn_repos_move_info_create(const char *moved_from_repos_relpath,
const char *moved_to_repos_relpath,