##// END OF EJS Templates
convert/gnuarch: correct indentation
Dirkjan Ochtman -
r7588:489c2cfb default
parent child Browse files
Show More
@@ -270,7 +270,7 b' class gnuarch_source(converter_source, c'
270 self.changes[rev].summary = catlog['Summary']
270 self.changes[rev].summary = catlog['Summary']
271 if catlog.has_key('Continuation-of'):
271 if catlog.has_key('Continuation-of'):
272 self.changes[rev].continuationof = catlog['Continuation-of']
272 self.changes[rev].continuationof = catlog['Continuation-of']
273 except Exception, err:
273 except Exception, err:
274 raise util.Abort(_('could not parse cat-log of %s') % rev)
274 raise util.Abort(_('could not parse cat-log of %s') % rev)
275
275
276 def _parsechangeset(self, data, rev):
276 def _parsechangeset(self, data, rev):
General Comments 0
You need to be logged in to leave comments. Login now