Mercurial > hg-stable
diff hgext/convert/subversion.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 | 0e1329d905df |
line wrap: on
line diff
--- a/hgext/convert/subversion.py Thu Feb 23 17:46:57 2012 +0100 +++ b/hgext/convert/subversion.py Fri Feb 24 19:11:35 2012 -0200 @@ -1194,5 +1194,5 @@ if rev in self.childmap: return True raise util.Abort(_('splice map revision %s not found in subversion ' - 'child map (revision lookups are not implemented') + 'child map (revision lookups are not implemented)') % rev)