Show More
@@ -588,7 +588,9 b' class _gitlfsremote(object):' | |||||
588 | else: |
|
588 | else: | |
589 | oids = transfer(sorted(objects, key=lambda o: o.get(b'oid'))) |
|
589 | oids = transfer(sorted(objects, key=lambda o: o.get(b'oid'))) | |
590 |
|
590 | |||
591 |
with self.ui.makeprogress( |
|
591 | with self.ui.makeprogress( | |
|
592 | topic, unit=_(b"bytes"), total=total | |||
|
593 | ) as progress: | |||
592 | progress.update(0) |
|
594 | progress.update(0) | |
593 | processed = 0 |
|
595 | processed = 0 | |
594 | blobs = 0 |
|
596 | blobs = 0 |
General Comments 0
You need to be logged in to leave comments.
Login now