##// END OF EJS Templates
convert: fix typo
Wagner Bruna -
r8086:89b64501 default
parent child Browse files
Show More
@@ -315,7 +315,7 b' class svn_source(converter_source):'
315
315
316 if self.startrev and self.heads:
316 if self.startrev and self.heads:
317 if len(self.heads) > 1:
317 if len(self.heads) > 1:
318 raise util.Abort(_('svn: start revision is not supported with '
318 raise util.Abort(_('svn: start revision is not supported '
319 'with more than one branch'))
319 'with more than one branch'))
320 revnum = self.revnum(self.heads[0])
320 revnum = self.revnum(self.heads[0])
321 if revnum < self.startrev:
321 if revnum < self.startrev:
General Comments 0
You need to be logged in to leave comments. Login now