diff hgext/convert/hg.py @ 16162:7e279d475669 stable

convert: fix typos in error messages
author Wagner Bruna <wbruna@softwareexpress.com.br>
date Fri, 24 Feb 2012 19:11:35 -0200
parents d75aa756149b
children 363e808de349
line wrap: on
line diff
--- a/hgext/convert/hg.py	Thu Feb 23 17:46:57 2012 +0100
+++ b/hgext/convert/hg.py	Fri Feb 24 19:11:35 2012 -0200
@@ -225,7 +225,7 @@
 
     def hascommit(self, rev):
         if not rev in self.repo and self.clonebranches:
-            raise util.Abort(_('revision %s not be found in destination '
+            raise util.Abort(_('revision %s not found in destination '
                                'repository (lookups with clonebranches=true '
                                'are not implemented)') % rev)
         return rev in self.repo