You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2010/10/27 23:05:38 UTC

svn commit: r1028098 - /subversion/trunk/subversion/tests/cmdline/patch_tests.py

Author: stsp
Date: Wed Oct 27 21:05:38 2010
New Revision: 1028098

URL: http://svn.apache.org/viewvc?rev=1028098&view=rev
Log:
* subversion/tests/cmdline/patch_tests.py
  (patch_add_path_with_props): Adjust a comment saying that svn patch
    was adding a directory. For now, if a patch target doesn't exist,
    we always assume that the patch wants to create a file.

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

Modified: subversion/trunk/subversion/tests/cmdline/patch_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/patch_tests.py?rev=1028098&r1=1028097&r2=1028098&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/patch_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/patch_tests.py Wed Oct 27 21:05:38 2010
@@ -2575,7 +2575,8 @@ def patch_add_path_with_props(sbox):
   patch_file_path = make_patch_path(sbox)
   iota_path = os.path.join(wc_dir, 'iota')
 
-  # Apply patch that adds a file and a dir.
+  # Apply patch that adds two files, one of which is empty.
+  # Both files have properties.
 
   unidiff_patch = [
     "Index: new\n",