Author: julianfoad
Date: Tue Mar 13 10:58:34 2018
New Revision: 1826622
URL: http://svn.apache.org/viewvc?rev=1826622&view=rev
Log:
* subversion/include/svn_client.h
(svn_client_shelf_delete_newer_versions): Clarify the documentation
about deleting all versions.
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=1826622&r1=1826621&r2=1826622&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_client.h (original)
+++ subversion/trunk/subversion/include/svn_client.h Tue Mar 13 10:58:34 2018
@@ -6957,7 +6957,9 @@ svn_client_shelf_save_new_version(svn_cl
/** Delete all newer versions of @a shelf newer than @a shelf_version.
*
- * If @a shelf_version is null, delete all versions of @a shelf.
+ * If @a shelf_version is null, delete all versions of @a shelf. (The
+ * shelf will still exist, with any log message and other revprops, but
+ * with no versions in it.)
*
* Leave the shelf's log message and other revprops unchanged.
*