Mercurial > hg > mercurial-source
changeset 8085: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 +++ b/hgext/convert/subversion.py @@ -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: