Author: julianfoad
Date: Mon Sep 17 16:12:42 2018
New Revision: 1841084

URL: http://svn.apache.org/viewvc?rev=1841084&view=rev
Log:
Shelving: document that the version number starting from 1.

Suggested by: Stefan Kueng <tortoisesvn{_AT_}gmail.com>

* subversion/include/svn_client.h
  (svn_client_shelf_version_open): Note the version number is starting from 1.

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=1841084&r1=1841083&r2=1841084&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_client.h (original)
+++ subversion/trunk/subversion/include/svn_client.h Mon Sep 17 16:12:42 2018
@@ -7090,7 +7090,7 @@ svn_client_shelf_delete_newer_versions(s
                                        apr_pool_t *scratch_pool);
 
 /** Return in @a shelf_version an existing version of @a shelf, given its
- * @a version_number. Error if that version doesn't exist.
+ * @a version_number (starting from 1). Error if that version doesn't exist.
  *
  * There is no need to "close" it after use.
  *


Reply via email to