Author: julianfoad
Date: Mon Oct 4 11:57:24 2010
New Revision: 1004212
URL: http://svn.apache.org/viewvc?rev=1004212&view=rev
Log:
* subversion/include/svn_client.h
(svn_client_move4): Tweak the doc string to mention the version in which
the behaviour changed. A follow-up to r1002271.
Suggested by: danielsh
Modified:
subversion/trunk/subversion/include/svn_client.h
Modified: subversion/trunk/subversion/include/svn_client.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_client.h?rev=1004212&r1=1004211&r2=1004212&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_client.h (original)
+++ subversion/trunk/subversion/include/svn_client.h Mon Oct 4 11:57:24 2010
@@ -3892,8 +3892,8 @@ svn_client_move5(svn_commit_info_t **com
* move_as_child set to @c FALSE, @a revprop_table passed as NULL, and
* @a make_parents set to @c FALSE.
*
- * Note: The behaviour of @a force changed in r860885 and r861421, when the
- * 'move' semantics were improved to just move the source including any
+ * Note: The behaviour of @a force changed in 1.5 (r860885 and r861421), when
+ * the 'move' semantics were improved to just move the source including any
* modified and/or unversioned items in it. Before that, @a force
* controlled what happened to such items, but now @a force is ignored.
*