You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2013/01/25 12:01:58 UTC

svn commit: r1438449 - /subversion/branches/fsfs-format7/subversion/libsvn_fs_fs/low_level.h

Author: stefan2
Date: Fri Jan 25 11:01:57 2013
New Revision: 1438449

URL: http://svn.apache.org/viewvc?rev=1438449&view=rev
Log:
On the fsfs-format7 branch:  follow-up to r1438412.

* subversion/libsvn_fs_fs/low_level.h
  (svn_fs_fs__read_changes): update docstring

Modified:
    subversion/branches/fsfs-format7/subversion/libsvn_fs_fs/low_level.h

Modified: subversion/branches/fsfs-format7/subversion/libsvn_fs_fs/low_level.h
URL: http://svn.apache.org/viewvc/subversion/branches/fsfs-format7/subversion/libsvn_fs_fs/low_level.h?rev=1438449&r1=1438448&r2=1438449&view=diff
==============================================================================
--- subversion/branches/fsfs-format7/subversion/libsvn_fs_fs/low_level.h (original)
+++ subversion/branches/fsfs-format7/subversion/libsvn_fs_fs/low_level.h Fri Jan 25 11:01:57 2013
@@ -137,7 +137,10 @@ svn_fs_fs__read_changes(apr_array_header
                         apr_pool_t *pool);
 
 /* Write the changed path info from CHANGES in filesystem FS to the
-   output stream STREAM.  Perform temporary allocations in POOL.
+   output stream STREAM.  You may call this function multiple time on
+   the same stream but the last call should set TERMINATE_LIST to write
+   an extra empty line that marks the end of the changes list.
+   Perform temporary allocations in POOL.
  */
 svn_error_t *
 svn_fs_fs__write_changes(svn_stream_t *stream,