[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] fix docstring

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-04-09 14:23:44 CEST

Small patch to correct a docstring.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org

[[[
Mention the correct API that's replaced in the doc strings.
* subversion/include/svn_client.h
]]]
Index: subversion/include/svn_client.h
===================================================================
--- subversion/include/svn_client.h (Revision 19285)
+++ subversion/include/svn_client.h (Arbeitskopie)
@@ -1626,7 +1626,7 @@
                   svn_client_ctx_t *ctx,
                   apr_pool_t *pool);
 
-/** Similar to svn_wc_merge2(), but with @a merge_options set to @c NULL.
+/** Similar to svn_client_merge2(), but with @a merge_options set to @c NULL.
  *
  * @deprecated Provided for backwards compatibility with the 1.3 API.
  */

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Apr 9 14:24:22 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.