You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2022/01/24 06:34:14 UTC

svn commit: r1897398 - /subversion/branches/pristines-on-demand/subversion/tests/cmdline/externals_tests.py

Author: danielsh
Date: Mon Jan 24 06:34:14 2022
New Revision: 1897398

URL: http://svn.apache.org/viewvc?rev=1897398&view=rev
Log:
Clarify a docstring.  No functional change.

* subversion/tests/cmdline/externals_tests.py
  (externals_test_setup):
    Use the `svn proplist --verbose` format to list the externals created.

Modified:
    subversion/branches/pristines-on-demand/subversion/tests/cmdline/externals_tests.py

Modified: subversion/branches/pristines-on-demand/subversion/tests/cmdline/externals_tests.py
URL: http://svn.apache.org/viewvc/subversion/branches/pristines-on-demand/subversion/tests/cmdline/externals_tests.py?rev=1897398&r1=1897397&r2=1897398&view=diff
==============================================================================
--- subversion/branches/pristines-on-demand/subversion/tests/cmdline/externals_tests.py (original)
+++ subversion/branches/pristines-on-demand/subversion/tests/cmdline/externals_tests.py Mon Jan 24 06:34:14 2022
@@ -67,14 +67,21 @@ def externals_test_setup(sbox):
 
   The arrangement of the externals in the first repository is:
 
-    /A/B/ ==>  ^/A/D/gamma                      gamma
-    /A/C/ ==>  exdir_G                          <scheme>:///<other_repos>/A/D/G
-               ../../../<other_repos_basename>/A/D/H@1 exdir_H
-
-    /A/D/ ==>  ^/../<other_repos_basename>/A    exdir_A
-               //<other_repos>/A/D/G/           exdir_A/G/
-               exdir_A/H -r 1                   <scheme>:///<other_repos>/A/D/H
-               /<some_paths>/A/B                x/y/z/blah
+    Properties on 'A/B':
+      svn:externals
+        ^/A/D/gamma gamma
+    
+    Properties on 'A/C':
+      svn:externals
+        exdir_G       <scheme>:///<other_repos>/A/D/G
+        ../../../<other_repos_basename>/A/D/H@1 exdir_H
+    
+    Properties on 'A/D':
+      svn:externals
+        ^/../<other_repos_basename>/A exdir_A
+        //<other_repos>/A/D/G/ exdir_A/G/
+        exdir_A/H -r 1 <scheme>:///<other_repos>/A/D/H
+        /<some_paths>/A/B x/y/z/blah
 
   A dictionary is returned keyed by the directory created by the
   external whose value is the URL of the external.