Author: julianfoad
Date: Thu Dec 17 13:14:10 2009
New Revision: 891690
URL: http://svn.apache.org/viewvc?rev=891690&view=rev
Log:
Fix a doc string.
* subversion/svn/cl.h
(svn_cl__opt_state_t): Remove the outdated claim as to what uses the
'revision_ranges' field; add more detail to it.
Modified:
subversion/trunk/subversion/svn/cl.h
Modified: subversion/trunk/subversion/svn/cl.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/cl.h?rev=891690&r1=891689&r2=891690&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/cl.h (original)
+++ subversion/trunk/subversion/svn/cl.h Thu Dec 17 13:14:10 2009
@@ -136,9 +136,9 @@
/* An array of svn_opt_revision_range_t *'s representing revisions
ranges indicated on the command-line via the -r and -c options.
For each range in the list, if only one revision was provided
- (-rN), its 'end' member remains `svn_opt_revision_unspecified'.
-
- NOTE: This is currently used only by merge subcommand. */
+ (-rN), its 'end' member remains 'svn_opt_revision_unspecified'.
+ This array always has at least one element, even if that is a
+ null range in which both ends are 'svn_opt_revision_unspecified'. */
apr_array_header_t *revision_ranges;
/* These are simply a copy of the range start and end values present