[PATCH] change-svn-wc-format (minor change)
From: Edmund Wong <edmund_at_belfordhk.com>
Date: Tue, 31 Mar 2009 12:22:04 +0800
Hi guys,
Minor change to line #93. According to Python rules,
except UnrecognizedWCFormatException, e:
It should be:
except (UnrecognizedWCFormatException, e):
Please note that this was 'accidentally' pointed out by
except (UnrecognziedWCFormatException as e):
But since 3.0x isn't supported in subversion (yet),
[[[
* tools/client-side/change-svn-wc-format.py:
Found by: Ignacio Barrientos <ibarrien_at_adobe.com>
Patch by: Edmund Wong <edmund_at_belfordhk.com>
]]]
------------------------------------------------------
Index: change-svn-wc-format.py
|
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.