hgext/mq.py
changeset 12063 516b000fbb7e
parent 12036 31f02288bbc4
child 12070 fddacca3202e
--- a/hgext/mq.py	Fri Aug 27 13:32:38 2010 -0400
+++ b/hgext/mq.py	Fri Aug 27 13:32:40 2010 -0400
@@ -1756,7 +1756,6 @@
     """print the patches already applied"""
 
     q = repo.mq
-    l = len(q.applied)
 
     if patch:
         if patch not in q.series: