Skip to content
Snippets Groups Projects
Commit 342b58e4 authored by Siddharth Agarwal's avatar Siddharth Agarwal
Browse files

git2hg.find_incoming: drop unused 'seen' set

parent ad0bad8a
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,6 @@
# traverse the heads getting a list of all the unique commits in
# topological order
commits = []
seen = set(todo)
while todo:
sha = todo[-1]
if sha in done or sha in git_map:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment