diff hgext/convert/gnuarch.py @ 7875:553aa0cbeab6

cleanup: drop unused assignments
author Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
date Mon, 23 Mar 2009 13:13:06 +0100
parents d702a702259f
children 127281884959
line wrap: on
line diff
--- 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):