You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2011/05/05 12:05:14 UTC

svn commit: r1099744 - /subversion/trunk/subversion/tests/cmdline/copy_tests.py

Author: philip
Date: Thu May  5 10:05:14 2011
New Revision: 1099744

URL: http://svn.apache.org/viewvc?rev=1099744&view=rev
Log:
* subversion/tests/cmdline/copy_tests.py
  (copy_wc_url_with_absent): Tweak comments.

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

Modified: subversion/trunk/subversion/tests/cmdline/copy_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/copy_tests.py?rev=1099744&r1=1099743&r2=1099744&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/copy_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/copy_tests.py Thu May  5 10:05:14 2011
@@ -4970,12 +4970,12 @@ def copy_wc_url_with_absent(sbox):
   # A/B a normal delete
   sbox.simple_rm('A/B')
 
-  # A/no not-present but there
+  # A/no not-present but in HEAD
   sbox.simple_copy('A/mu', 'A/no')
   sbox.simple_commit('A/no')
   svntest.main.run_svn(None, 'up', '-r', '1', sbox.ospath('A/no'))
 
-  # A/mu not-present
+  # A/mu not-present and not in HEAD
   sbox.simple_rm('A/mu')
   sbox.simple_commit('A/mu')