Show More
@@ -486,7 +486,7 b' def getlfilestoupload(repo, missing, add' | |||
|
486 | 486 | for i, n in enumerate(missing): |
|
487 | 487 | repo.ui.progress(_('finding outgoing largefiles'), i, |
|
488 | 488 | unit=_('revisions'), total=len(missing)) |
|
489 |
parents = [p for p in repo |
|
|
489 | parents = [p for p in repo[n].parents() if p != node.nullid] | |
|
490 | 490 | |
|
491 | 491 | oldlfstatus = repo.lfstatus |
|
492 | 492 | repo.lfstatus = False |
General Comments 0
You need to be logged in to leave comments.
Login now