changeset 708:f28c6d5d73fd

subvertpy wrapper: bump version requirement to 0.7.4. 0.7.4 was released on 2010-09-25 or 25 September 2010.
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Wed, 29 Sep 2010 18:04:26 +0200
parents cb32d90f915e
children 2c278d71b73d
files hgsubversion/svnwrap/subvertpy_wrapper.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgsubversion/svnwrap/subvertpy_wrapper.py
+++ b/hgsubversion/svnwrap/subvertpy_wrapper.py
@@ -16,7 +16,7 @@ warnings.filterwarnings('ignore',
                         module='svn.core',
                         category=DeprecationWarning)
 
-subvertpy_required = (0, 7, 3)
+subvertpy_required = (0, 7, 4)
 subversion_required = (1, 5, 0)
 
 try: