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",


Reply via email to