Submitter | phabricator |
---|---|
Date | May 8, 2018, 1:37 p.m. |
Message ID | <differential-rev-PHID-DREV-jc6u24qrl6qpdlyperw7-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/31364/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/hgext/convert/convcmd.py b/hgext/convert/convcmd.py --- a/hgext/convert/convcmd.py +++ b/hgext/convert/convcmd.py @@ -234,7 +234,7 @@ def walktree(self, heads): '''Return a mapping that identifies the uncommitted parents of every uncommitted changeset.''' - visit = heads + visit = list(heads) known = set() parents = {} numcommits = self.source.numcommits()