You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by fu...@apache.org on 2020/09/29 02:02:41 UTC

svn commit: r1882105 - /subversion/trunk/subversion/tests/cmdline/merge_tests.py

Author: futatuki
Date: Tue Sep 29 02:02:41 2020
New Revision: 1882105

URL: http://svn.apache.org/viewvc?rev=1882105&view=rev
Log:
Follow up to r1881985: Remove an extra sentence in a comment.

* subversion/tests/cmdline/merge-tests.py
  (merge_deleted_folder_with_mergeinfo_2): Remove the last sentence in the
  comment added in r1881985. The description is not related to the situation
  here, and it has bitrotted itself. No functional change.

Suggested by: danielsh

Modified:
    subversion/trunk/subversion/tests/cmdline/merge_tests.py

Modified: subversion/trunk/subversion/tests/cmdline/merge_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/merge_tests.py?rev=1882105&r1=1882104&r2=1882105&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/merge_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/merge_tests.py Tue Sep 29 02:02:41 2020
@@ -18644,8 +18644,7 @@ def merge_deleted_folder_with_mergeinfo_
   # client converts to local encoding and local eol style.
   # Therefore, the expected output must contain the right kind of eoln
   # strings. That's why we use os.linesep in the tests below, not just
-  # plain '\n'. The _last_ \n is also from the client, but it's not
-  # part of the prop value and it doesn't get converted in the pipe.
+  # plain '\n'.
 
   expected_mergeinfo = [
     ('A',       ['/branch_A:3-7']),