Author: julianfoad
Date: Mon Aug 24 12:41:15 2015
New Revision: 1697367

URL: http://svn.apache.org/r1697367
Log:
On the 'move-tracking-2' branch: Update an out-of-date comment.

* subversion/tests/cmdline/svnmover_tests.py
  (restructure_repo_projects_ttb_to_ttb_projects): Update a comment.

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

Modified: 
subversion/branches/move-tracking-2/subversion/tests/cmdline/svnmover_tests.py
URL: 
http://svn.apache.org/viewvc/subversion/branches/move-tracking-2/subversion/tests/cmdline/svnmover_tests.py?rev=1697367&r1=1697366&r2=1697367&view=diff
==============================================================================
--- 
subversion/branches/move-tracking-2/subversion/tests/cmdline/svnmover_tests.py 
(original)
+++ 
subversion/branches/move-tracking-2/subversion/tests/cmdline/svnmover_tests.py 
Mon Aug 24 12:41:15 2015
@@ -1083,8 +1083,7 @@ def restructure_repo_projects_ttb_to_ttb
   # This is a form of 'branching'. We want to create new branched content in
   # the existing target branch rather than a separate new branch nested inside
   # the existing branch. Conceptually this is a form of 'branch' or 'merge' or
-  # 'instantiate'. With the current 'svnmover' UI, we achieve this by a variant
-  # of the 'mv' command, where it performs moving by 'branch-and-delete'.
+  # 'instantiate'. With the current 'svnmover' UI it is called 'branch-into'.
   for proj in ['proj1', 'proj2']:
     test_svnmover2(sbox, '',
                    reported_br_diff('') +


Reply via email to