Show More
@@ -486,7 +486,7 b' def getlfilestoupload(repo, missing, add' | |||||
486 | for i, n in enumerate(missing): |
|
486 | for i, n in enumerate(missing): | |
487 | repo.ui.progress(_('finding outgoing largefiles'), i, |
|
487 | repo.ui.progress(_('finding outgoing largefiles'), i, | |
488 | unit=_('revisions'), total=len(missing)) |
|
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 | oldlfstatus = repo.lfstatus |
|
491 | oldlfstatus = repo.lfstatus | |
492 | repo.lfstatus = False |
|
492 | repo.lfstatus = False |
General Comments 0
You need to be logged in to leave comments.
Login now