changeset 8086:89b6450148d0

convert: fix typo
author Wagner Bruna <wbruna@yahoo.com>
date Sun, 05 Apr 2009 05:13:39 -0300
parents 404a2c318e70
children 6dcf425cc2a6
files hgext/convert/subversion.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/convert/subversion.py	Mon Apr 20 12:25:45 2009 +0200
+++ b/hgext/convert/subversion.py	Sun Apr 05 05:13:39 2009 -0300
@@ -315,7 +315,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: