diff hgext/convert/gnuarch.py @ 7588:489c2cfbdd71

convert/gnuarch: correct indentation
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Sun, 04 Jan 2009 19:12:42 +0100
parents 075b7ef0f84d
children cac40e310f92
line wrap: on
line diff
--- 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):