diff --git a/hgext/fix.py b/hgext/fix.py --- a/hgext/fix.py +++ b/hgext/fix.py @@ -434,7 +434,7 @@ numitems[rev] += 1 workqueue = [ (min(dstrevs), path, dstrevs) - for (filerev, baserevs, path), dstrevs in dstrevmap.items() + for (_filerev, _baserevs, path), dstrevs in dstrevmap.items() ] # Move work items for earlier changesets to the front of the queue, so we # might be able to replace those changesets (in topological order) while