Mercurial > evolve
changeset 4149:4abec3a1208f
pullbundle: fix style warning
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 26 Sep 2018 19:17:04 +0200 |
parents | 5ef93dbace5e |
children | 01ad46551d7c |
files | hgext3rd/pullbundle.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext3rd/pullbundle.py Wed Sep 26 18:41:55 2018 +0200 +++ b/hgext3rd/pullbundle.py Wed Sep 26 19:17:04 2018 +0200 @@ -193,7 +193,7 @@ for head in missingheads: localslices = [] localmissing = set(repo.revs('%ld and ::%d', missingrevs, head)) - thisrunmissing = localmissing.copy() + thisrunmissing = localmissing.copy() while localmissing: slicerevs = [] for r in revsort.walkfrom(repo, head):