hgext/mq.py
changeset 14174 bab267e7fc1a
parent 14168 135e244776f0
child 14181 bf951d58b917
--- a/hgext/mq.py	Sun May 01 18:56:27 2011 +0200
+++ b/hgext/mq.py	Sun May 01 17:20:40 2011 +0200
@@ -2987,7 +2987,7 @@
             mqtags = [(patch.node, patch.name) for patch in q.applied]
 
             try:
-                r = self.changelog.rev(mqtags[-1][0])
+                self.changelog.rev(mqtags[-1][0])
             except error.RepoLookupError:
                 self.ui.warn(_('mq status file refers to unknown node %s\n')
                              % short(mqtags[-1][0]))