changeset 7588:489c2cfbdd71

convert/gnuarch: correct indentation
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Sun, 04 Jan 2009 19:12:42 +0100
parents 766d9cf58b3f
children de16a665754c
files hgext/convert/gnuarch.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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):