# HG changeset patch # User Siddharth Agarwal <sid0@fb.com> # Date 1413399145 25200 # Wed Oct 15 11:52:25 2014 -0700 # Node ID 342b58e452091aea24b92e4d63059651ac5ba9c9 # Parent ad0bad8a0700535ec6767a2b0a2a5f656611ecd7 git2hg.find_incoming: drop unused 'seen' set diff --git a/hggit/git2hg.py b/hggit/git2hg.py --- a/hggit/git2hg.py +++ b/hggit/git2hg.py @@ -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: