# HG changeset patch # User Dirkjan Ochtman # Date 2009-01-04 18:12:42 # Node ID 489c2cfbdd712fdef7aa2c42b81fad89388ffc9c # Parent 766d9cf58b3f5198540292de2fa4f21e9779fef7 convert/gnuarch: correct indentation diff --git a/hgext/convert/gnuarch.py b/hgext/convert/gnuarch.py --- a/hgext/convert/gnuarch.py +++ b/hgext/convert/gnuarch.py @@ -270,7 +270,7 @@ class gnuarch_source(converter_source, c self.changes[rev].summary = catlog['Summary'] if catlog.has_key('Continuation-of'): self.changes[rev].continuationof = catlog['Continuation-of'] - except Exception, err: + except Exception, err: raise util.Abort(_('could not parse cat-log of %s') % rev) def _parsechangeset(self, data, rev):