diff hgext/convert/subversion.py @ 8103:2a4a71b15e95

Merge with crew
author Matt Mackall <mpm@selenic.com>
date Tue, 21 Apr 2009 12:58:05 -0500
parents fc78313cba53 89b6450148d0
children fca0b16c594a
line wrap: on
line diff
--- a/hgext/convert/subversion.py	Sat Apr 04 20:19:51 2009 -0500
+++ b/hgext/convert/subversion.py	Tue Apr 21 12:58:05 2009 -0500
@@ -347,7 +347,7 @@
 
         if self.startrev and self.heads:
             if len(self.heads) > 1:
-                raise util.Abort(_('svn: start revision is not supported with '
+                raise util.Abort(_('svn: start revision is not supported '
                                    'with more than one branch'))
             revnum = self.revnum(self.heads[0])
             if revnum < self.startrev: