You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2012/09/29 01:37:48 UTC

svn commit: r1391696 - /subversion/trunk/subversion/bindings/swig/perl/native/Client.pm

Author: breser
Date: Fri Sep 28 23:37:48 2012
New Revision: 1391696

URL: http://svn.apache.org/viewvc?rev=1391696&view=rev
Log:
swig-pl: Fix documentation of status3 function.

* subversion/bindings/swig/perl/native/Client.pm
  (status3): Adding the missing changelists argument to the documentation.

Modified:
    subversion/trunk/subversion/bindings/swig/perl/native/Client.pm

Modified: subversion/trunk/subversion/bindings/swig/perl/native/Client.pm
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/perl/native/Client.pm?rev=1391696&r1=1391695&r2=1391696&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/swig/perl/native/Client.pm (original)
+++ subversion/trunk/subversion/bindings/swig/perl/native/Client.pm Fri Sep 28 23:37:48 2012
@@ -738,7 +738,7 @@ Similar to $ctx-E<gt>status2(), but with
 
 Similar to $ctx-E<gt>status3(), but with the changelists passed as undef, and with recursive instead of depth.
 
-=item $ctx-E<gt>status3($path, $revision, \&status_func, $depth, $get_all, $update, $no_ignore, $ignore_externals, $pool);
+=item $ctx-E<gt>status3($path, $revision, \&status_func, $depth, $get_all, $update, $no_ignore, $ignore_externals, $changelists, $pool);
 
 Given $path to a working copy directory (or single file), call status_func()
 with a set of svn_wc_status2_t objects which describe the status of $path and
@@ -760,6 +760,8 @@ calls the notify callback with $SVN::Wc:
 before handling each externals definition, and with 
 $SVN::Wc::Notify::Action::status_completed after each.
 
+$changelists is a reference to an array of changelist names, used as a restrictive filter on items whose statuses are reported; that is don't report status about any item unless it's a member of those changelists.  If changelists is empty (or altogether undef), no changelist filtering occurs.
+
 The status_func subroutine takes the following parameters:
 $path, $status