[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH]removing 'C' style statement delimiter from the python script

From: Kamesh Jayachandran <kamesh_at_collab.net>
Date: 2006-10-27 15:14:20 CEST

Hi All,
Find the attached patch and log.

With regards
Kamesh Jayachandran

[[[

Removing 'C' ';' statement delimiter.

* subversion/tests/cmdline/merge_tests.py
  (merge_add_over_versioned_file_conflicts):
   Removed the ';' delimiter.

Patch by: Kamesh Jayachandran <kamesh@collab.net>
]]]

Index: subversion/tests/cmdline/merge_tests.py
===================================================================
--- subversion/tests/cmdline/merge_tests.py (revision 22136)
+++ subversion/tests/cmdline/merge_tests.py (working copy)
@@ -3531,7 +3531,7 @@
   sbox.build()
   wc_dir = sbox.wc_dir
 
- E_path = os.path.join(wc_dir, 'A', 'B', 'E');
+ E_path = os.path.join(wc_dir, 'A', 'B', 'E')
   alpha_path = os.path.join(E_path, 'alpha')
   new_alpha_path = os.path.join(wc_dir, 'A', 'C', 'alpha')
   

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Oct 27 15:14:32 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.