convert: fix typo
authorWagner Bruna <wbruna@yahoo.com>
Sun, 05 Apr 2009 05:13:39 -0300
changeset 8086 89b6450148d0
parent 8085 404a2c318e70
child 8087 6dcf425cc2a6
convert: fix typo
hgext/convert/subversion.py
--- 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: