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/09/16 14:53:20 UTC

svn commit: r1703396 - /subversion/branches/move-tracking-2/subversion/svnmover/svnmover.c

Author: julianfoad
Date: Wed Sep 16 12:53:19 2015
New Revision: 1703396

URL: http://svn.apache.org/r1703396
Log:
On the 'move-tracking-2' branch: Tweak svnmover's command-line completion to
include the '--ui=serial' option.

* subversion/svnmover/svnmover.c
  (special_commands): Add the missing option.

Modified:
    subversion/branches/move-tracking-2/subversion/svnmover/svnmover.c

Modified: subversion/branches/move-tracking-2/subversion/svnmover/svnmover.c
URL: http://svn.apache.org/viewvc/subversion/branches/move-tracking-2/subversion/svnmover/svnmover.c?rev=1703396&r1=1703395&r2=1703396&view=diff
==============================================================================
--- subversion/branches/move-tracking-2/subversion/svnmover/svnmover.c (original)
+++ subversion/branches/move-tracking-2/subversion/svnmover/svnmover.c Wed Sep 16 12:53:19 2015
@@ -3526,7 +3526,7 @@ static const char *const special_command
 {
   "help",
   "--verbose",
-  "--ui=paths", "--ui=eids",
+  "--ui=paths", "--ui=eids", "--ui=serial",
 };
 
 /* Parse the action arguments into action structures. */