hgext/convert/gnuarch.py
changeset 7875 553aa0cbeab6
parent 7603 d702a702259f
child 8151 127281884959
--- a/hgext/convert/gnuarch.py	Mon Mar 23 13:13:02 2009 +0100
+++ b/hgext/convert/gnuarch.py	Mon Mar 23 13:13:06 2009 +0100
@@ -279,7 +279,7 @@
             # Commit revision origin when dealing with a branch or tag
             if catlog.has_key('Continuation-of'):
                 self.changes[rev].continuationof = self.recode(catlog['Continuation-of'])
-        except Exception, err:
+        except Exception:
             raise util.Abort(_('could not parse cat-log of %s') % rev)
 
     def _parsechangeset(self, data, rev):