convert/gnuarch: correct indentation
authorDirkjan Ochtman <dirkjan@ochtman.nl>
Sun, 04 Jan 2009 19:12:42 +0100
changeset 7588 489c2cfbdd71
parent 7587 766d9cf58b3f
child 7589 de16a665754c
convert/gnuarch: correct indentation
hgext/convert/gnuarch.py
--- a/hgext/convert/gnuarch.py	Sun Jan 04 13:52:28 2009 +0100
+++ b/hgext/convert/gnuarch.py	Sun Jan 04 19:12:42 2009 +0100
@@ -270,7 +270,7 @@
             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):