Show More
@@ -99,7 +99,7 b' def lfconvert(ui, src, dest, *pats, **op' | |||||
99 | lfiletohash = {} |
|
99 | lfiletohash = {} | |
100 | for ctx in ctxs: |
|
100 | for ctx in ctxs: | |
101 | ui.progress(_('converting revisions'), ctx.rev(), |
|
101 | ui.progress(_('converting revisions'), ctx.rev(), | |
102 | unit=_('revision'), total=rsrc['tip'].rev()) |
|
102 | unit=_('revisions'), total=rsrc['tip'].rev()) | |
103 | _lfconvert_addchangeset(rsrc, rdst, ctx, revmap, |
|
103 | _lfconvert_addchangeset(rsrc, rdst, ctx, revmap, | |
104 | lfiles, normalfiles, matcher, size, lfiletohash) |
|
104 | lfiles, normalfiles, matcher, size, lfiletohash) | |
105 | ui.progress(_('converting revisions'), None) |
|
105 | ui.progress(_('converting revisions'), None) |
@@ -468,7 +468,7 b' def getlfilestoupdate(oldstandins, newst' | |||||
468 | def getlfilestoupload(repo, missing, addfunc): |
|
468 | def getlfilestoupload(repo, missing, addfunc): | |
469 | for i, n in enumerate(missing): |
|
469 | for i, n in enumerate(missing): | |
470 | repo.ui.progress(_('finding outgoing largefiles'), i, |
|
470 | repo.ui.progress(_('finding outgoing largefiles'), i, | |
471 | unit=_('revision'), total=len(missing)) |
|
471 | unit=_('revisions'), total=len(missing)) | |
472 | parents = [p for p in repo.changelog.parents(n) if p != node.nullid] |
|
472 | parents = [p for p in repo.changelog.parents(n) if p != node.nullid] | |
473 |
|
473 | |||
474 | oldlfstatus = repo.lfstatus |
|
474 | oldlfstatus = repo.lfstatus |
@@ -682,8 +682,8 b' check messages when there are files to u' | |||||
682 | all remote heads known locally |
|
682 | all remote heads known locally | |
683 | 1:1acbe71ce432 |
|
683 | 1:1acbe71ce432 | |
684 | 2:6095d0695d70 |
|
684 | 2:6095d0695d70 | |
685 | finding outgoing largefiles: 0/2 revision (0.00%) |
|
685 | finding outgoing largefiles: 0/2 revisions (0.00%) | |
686 | finding outgoing largefiles: 1/2 revision (50.00%) |
|
686 | finding outgoing largefiles: 1/2 revisions (50.00%) | |
687 | largefiles to upload (1 entities): |
|
687 | largefiles to upload (1 entities): | |
688 | b |
|
688 | b | |
689 | 89e6c98d92887913cadf06b2adb97f26cde4849b |
|
689 | 89e6c98d92887913cadf06b2adb97f26cde4849b | |
@@ -740,11 +740,11 b' check messages when there are files to u' | |||||
740 | 3:7983dce246cc |
|
740 | 3:7983dce246cc | |
741 | 4:233f12ada4ae |
|
741 | 4:233f12ada4ae | |
742 | 5:036794ea641c |
|
742 | 5:036794ea641c | |
743 | finding outgoing largefiles: 0/5 revision (0.00%) |
|
743 | finding outgoing largefiles: 0/5 revisions (0.00%) | |
744 | finding outgoing largefiles: 1/5 revision (20.00%) |
|
744 | finding outgoing largefiles: 1/5 revisions (20.00%) | |
745 | finding outgoing largefiles: 2/5 revision (40.00%) |
|
745 | finding outgoing largefiles: 2/5 revisions (40.00%) | |
746 | finding outgoing largefiles: 3/5 revision (60.00%) |
|
746 | finding outgoing largefiles: 3/5 revisions (60.00%) | |
747 | finding outgoing largefiles: 4/5 revision (80.00%) |
|
747 | finding outgoing largefiles: 4/5 revisions (80.00%) | |
748 | largefiles to upload (3 entities): |
|
748 | largefiles to upload (3 entities): | |
749 | b |
|
749 | b | |
750 | 13f9ed0898e315bf59dc2973fec52037b6f441a2 |
|
750 | 13f9ed0898e315bf59dc2973fec52037b6f441a2 | |
@@ -791,10 +791,10 b' and #5 refer it.' | |||||
791 | 3:7983dce246cc |
|
791 | 3:7983dce246cc | |
792 | 4:233f12ada4ae |
|
792 | 4:233f12ada4ae | |
793 | 5:036794ea641c |
|
793 | 5:036794ea641c | |
794 | finding outgoing largefiles: 0/4 revision (0.00%) |
|
794 | finding outgoing largefiles: 0/4 revisions (0.00%) | |
795 | finding outgoing largefiles: 1/4 revision (25.00%) |
|
795 | finding outgoing largefiles: 1/4 revisions (25.00%) | |
796 | finding outgoing largefiles: 2/4 revision (50.00%) |
|
796 | finding outgoing largefiles: 2/4 revisions (50.00%) | |
797 | finding outgoing largefiles: 3/4 revision (75.00%) |
|
797 | finding outgoing largefiles: 3/4 revisions (75.00%) | |
798 | largefiles to upload (2 entities): |
|
798 | largefiles to upload (2 entities): | |
799 | b |
|
799 | b | |
800 | 13f9ed0898e315bf59dc2973fec52037b6f441a2 |
|
800 | 13f9ed0898e315bf59dc2973fec52037b6f441a2 |
General Comments 0
You need to be logged in to leave comments.
Login now