--- a/hgext/purge.py Tue Oct 28 19:07:14 2008 +0100
+++ b/hgext/purge.py Tue Oct 28 19:25:26 2008 +0100
@@ -65,7 +65,7 @@
if act:
try:
remove_func(os.path.join(repo.root, name))
- except OSError, e:
+ except OSError:
m = _('%s cannot be removed') % name
if opts['abort_on_err']:
raise util.Abort(m)