You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2015/11/15 22:01:46 UTC

svn commit: r1714499 - /subversion/branches/move-tracking-2/subversion/tests/cmdline/svntest/main.py

Author: julianfoad
Date: Sun Nov 15 21:01:46 2015
New Revision: 1714499

URL: http://svn.apache.org/viewvc?rev=1714499&view=rev
Log:
On the 'move-tracking-2' branch: Adjust documentation following r1714181.

Found by: rhuijben

* subversion/tests/cmdline/svntest/main.py
  (run_svnmover): Adjust the doc string.

Modified:
    subversion/branches/move-tracking-2/subversion/tests/cmdline/svntest/main.py

Modified: subversion/branches/move-tracking-2/subversion/tests/cmdline/svntest/main.py
URL: http://svn.apache.org/viewvc/subversion/branches/move-tracking-2/subversion/tests/cmdline/svntest/main.py?rev=1714499&r1=1714498&r2=1714499&view=diff
==============================================================================
--- subversion/branches/move-tracking-2/subversion/tests/cmdline/svntest/main.py (original)
+++ subversion/branches/move-tracking-2/subversion/tests/cmdline/svntest/main.py Sun Nov 15 21:01:46 2015
@@ -776,7 +776,7 @@ def run_svnversion(*varargs):
 
 def run_svnmover(*varargs):
   """Run svnmover with VARARGS, returns exit code as int; stdout, stderr as
-  list of lines (including line terminators).  Use binary mode for output."""
+  list of lines (including line terminators)."""
   return run_command(svnmover_binary, 1, False,
                      *(_with_auth(_with_config_dir(varargs))))