diff hgext/graphlog.py @ 7280:810ca383da9c

remove unused variables
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Tue, 28 Oct 2008 19:25:26 +0100
parents f7f0388f7bce
children 1c9f7aa7c8a5
line wrap: on
line diff
--- a/hgext/graphlog.py	Tue Oct 28 19:07:14 2008 +0100
+++ b/hgext/graphlog.py	Tue Oct 28 19:25:26 2008 +0100
@@ -87,7 +87,6 @@
     """
 
     assert start_rev >= stop_rev
-    curr_rev = start_rev
     revs = []
     filerev = len(repo.file(path)) - 1
     while filerev >= 0: