Author: julianfoad
Date: Mon Mar 5 14:10:13 2018
New Revision: 1825898
URL: http://svn.apache.org/viewvc?rev=1825898&view=rev
Log:
* subversion/svn/shelf-cmd.c
(svn_client_shelf_list): Fix & clarify doc string.
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=1825898&r1=1825897&r2=1825898&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_client.h (original)
+++ subversion/trunk/subversion/include/svn_client.h Mon Mar 5 14:10:13 2018
@@ -7130,8 +7130,9 @@ typedef struct svn_client_shelf_info_t
apr_time_t mtime; /* mtime of the latest change */
} svn_client_shelf_info_t;
-/** Set @a *shelved_patch_infos to a hash, keyed by shelf name, of pointers to
- * @c svn_client_shelf_info_t structures.
+/** Set @a *shelf_infos to a hash, keyed by shelf name, of pointers to
+ * @c svn_client_shelf_info_t structures, one for each shelf in the
+ * given WC.
*
* @a local_abspath is any path in the WC and is used to find the WC root.
*