You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2011/12/16 22:14:56 UTC

svn commit: r1215278 - /subversion/trunk/tools/server-side/svnpredumpfilter.py

Author: danielsh
Date: Fri Dec 16 21:14:56 2011
New Revision: 1215278

URL: http://svn.apache.org/viewvc?rev=1215278&view=rev
Log:
* tools/server-side/svnpredumpfilter.py: Document revision order in the usage() string.

Modified:
    subversion/trunk/tools/server-side/svnpredumpfilter.py

Modified: subversion/trunk/tools/server-side/svnpredumpfilter.py
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/server-side/svnpredumpfilter.py?rev=1215278&r1=1215277&r2=1215278&view=diff
==============================================================================
--- subversion/trunk/tools/server-side/svnpredumpfilter.py (original)
+++ subversion/trunk/tools/server-side/svnpredumpfilter.py Fri Dec 16 21:14:56 2011
@@ -33,6 +33,7 @@ log -vq' when run against the root of th
 will be filtered by a user with universal read access to the
 repository's data.  Do not use the --use-merge-history (-g) or
 --stop-on-copy when generating this revision log stream.
+Use the default ordering of revisions (that is, '-r HEAD:0').
 
 Return errorcode 0 if there are no additional dependencies found, 1 if
 there were; any other errorcode indicates a fatal error.