Show More
@@ -451,10 +451,9 b' class _gitlfsremote(object):' | |||
|
451 | 451 | if action == 'upload': |
|
452 | 452 | self.ui.status(_('lfs: uploaded %d files (%s)\n') |
|
453 | 453 | % (blobs, util.bytecount(processed))) |
|
454 | # TODO: coalesce the download requests, and comment this in | |
|
455 | #elif action == 'download': | |
|
456 | # self.ui.status(_('lfs: downloaded %d files (%s)\n') | |
|
457 | # % (blobs, util.bytecount(processed))) | |
|
454 | elif action == 'download': | |
|
455 | self.ui.status(_('lfs: downloaded %d files (%s)\n') | |
|
456 | % (blobs, util.bytecount(processed))) | |
|
458 | 457 | |
|
459 | 458 | def __del__(self): |
|
460 | 459 | # copied from mercurial/httppeer.py |
@@ -135,6 +135,7 b' Blob URIs are correct when --prefix is u' | |||
|
135 | 135 | Server: testing stub value |
|
136 | 136 | lfs: adding f03217a32529a28a42d03b1244fe09b6e0f9fd06d7b966d4d50567be2abe6c0e to the usercache |
|
137 | 137 | lfs: processed: f03217a32529a28a42d03b1244fe09b6e0f9fd06d7b966d4d50567be2abe6c0e |
|
138 | lfs: downloaded 1 files (20 bytes) | |
|
138 | 139 | lfs.bin: remote created -> g |
|
139 | 140 | getting lfs.bin |
|
140 | 141 | lfs: found f03217a32529a28a42d03b1244fe09b6e0f9fd06d7b966d4d50567be2abe6c0e in the local lfs store |
@@ -282,6 +282,7 b' lfs content, and the extension enabled.' | |||
|
282 | 282 | lfs: assuming remote store: http://localhost:$HGPORT/.git/info/lfs |
|
283 | 283 | lfs: downloading a82f1c5cea0d40e3bb3a849686bb4e6ae47ca27e614de55c1ed0325698ef68de (25 bytes) |
|
284 | 284 | lfs: processed: a82f1c5cea0d40e3bb3a849686bb4e6ae47ca27e614de55c1ed0325698ef68de |
|
285 | lfs: downloaded 1 files (25 bytes) | |
|
285 | 286 | getting lfs2.txt |
|
286 | 287 | lfs: found a82f1c5cea0d40e3bb3a849686bb4e6ae47ca27e614de55c1ed0325698ef68de in the local lfs store |
|
287 | 288 | getting nonlfs2.txt |
@@ -326,6 +327,7 b' Export will prefetch all needed files ac' | |||
|
326 | 327 | lfs: processed: cf1b2787b74e66547d931b6ebe28ff63303e803cb2baa14a8f57c4383d875782 |
|
327 | 328 | lfs: downloading d96eda2c74b56e95cfb5ffb66b6503e198cc6fc4a09dc877de925feebc65786e (24 bytes) |
|
328 | 329 | lfs: processed: d96eda2c74b56e95cfb5ffb66b6503e198cc6fc4a09dc877de925feebc65786e |
|
330 | lfs: downloaded 4 files (92 bytes) | |
|
329 | 331 | all.export |
|
330 | 332 | lfs: found bed80f00180ac404b843628ab56a1c1984d6145c391cd1628a7dd7d2598d71fc in the local lfs store |
|
331 | 333 | lfs: found a82f1c5cea0d40e3bb3a849686bb4e6ae47ca27e614de55c1ed0325698ef68de in the local lfs store |
@@ -341,6 +343,7 b' Export with selected files is used with ' | |||
|
341 | 343 | lfs: assuming remote store: http://localhost:$HGPORT/.git/info/lfs |
|
342 | 344 | lfs: downloading bed80f00180ac404b843628ab56a1c1984d6145c391cd1628a7dd7d2598d71fc (23 bytes) |
|
343 | 345 | lfs: processed: bed80f00180ac404b843628ab56a1c1984d6145c391cd1628a7dd7d2598d71fc |
|
346 | lfs: downloaded 1 files (23 bytes) | |
|
344 | 347 | */hg-8374dc4052cb.patch (glob) |
|
345 | 348 | lfs: found bed80f00180ac404b843628ab56a1c1984d6145c391cd1628a7dd7d2598d71fc in the local lfs store |
|
346 | 349 | */hg-9640b57e77b1.patch (glob) |
@@ -380,6 +383,7 b' Diff will prefetch files' | |||
|
380 | 383 | lfs: processed: cf1b2787b74e66547d931b6ebe28ff63303e803cb2baa14a8f57c4383d875782 |
|
381 | 384 | lfs: downloading d96eda2c74b56e95cfb5ffb66b6503e198cc6fc4a09dc877de925feebc65786e (24 bytes) |
|
382 | 385 | lfs: processed: d96eda2c74b56e95cfb5ffb66b6503e198cc6fc4a09dc877de925feebc65786e |
|
386 | lfs: downloaded 4 files (92 bytes) | |
|
383 | 387 | lfs: found bed80f00180ac404b843628ab56a1c1984d6145c391cd1628a7dd7d2598d71fc in the local lfs store |
|
384 | 388 | lfs: found a82f1c5cea0d40e3bb3a849686bb4e6ae47ca27e614de55c1ed0325698ef68de in the local lfs store |
|
385 | 389 | lfs: found cf1b2787b74e66547d931b6ebe28ff63303e803cb2baa14a8f57c4383d875782 in the local lfs store |
@@ -423,6 +427,7 b' Only the files required by diff are pref' | |||
|
423 | 427 | lfs: assuming remote store: http://localhost:$HGPORT/.git/info/lfs |
|
424 | 428 | lfs: downloading d96eda2c74b56e95cfb5ffb66b6503e198cc6fc4a09dc877de925feebc65786e (24 bytes) |
|
425 | 429 | lfs: processed: d96eda2c74b56e95cfb5ffb66b6503e198cc6fc4a09dc877de925feebc65786e |
|
430 | lfs: downloaded 1 files (24 bytes) | |
|
426 | 431 | lfs: found d96eda2c74b56e95cfb5ffb66b6503e198cc6fc4a09dc877de925feebc65786e in the local lfs store |
|
427 | 432 | diff -r 8374dc4052cb -r 9640b57e77b1 lfspair2.bin |
|
428 | 433 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 |
@@ -192,6 +192,7 b' Clear the cache to force a download' | |||
|
192 | 192 | Server: testing stub value (hg-server !) |
|
193 | 193 | lfs: adding 31cf46fbc4ecd458a0943c5b4881f1f5a6dd36c53d6167d5b69ac45149b38e5b to the usercache |
|
194 | 194 | lfs: processed: 31cf46fbc4ecd458a0943c5b4881f1f5a6dd36c53d6167d5b69ac45149b38e5b |
|
195 | lfs: downloaded 1 files (12 bytes) | |
|
195 | 196 | a: remote created -> g |
|
196 | 197 | getting a |
|
197 | 198 | lfs: found 31cf46fbc4ecd458a0943c5b4881f1f5a6dd36c53d6167d5b69ac45149b38e5b in the local lfs store |
@@ -388,6 +389,7 b' Clear the cache to force a download' | |||
|
388 | 389 | Server: testing stub value (hg-server !) |
|
389 | 390 | lfs: adding d11e1a642b60813aee592094109b406089b8dff4cb157157f753418ec7857998 to the usercache |
|
390 | 391 | lfs: processed: d11e1a642b60813aee592094109b406089b8dff4cb157157f753418ec7857998 |
|
392 | lfs: downloaded 2 files (39 bytes) | |
|
391 | 393 | b: remote created -> g |
|
392 | 394 | getting b |
|
393 | 395 | lfs: found 31cf46fbc4ecd458a0943c5b4881f1f5a6dd36c53d6167d5b69ac45149b38e5b in the local lfs store |
@@ -601,6 +603,7 b' Archive will prefetch blobs in a group' | |||
|
601 | 603 | Server: testing stub value (hg-server !) |
|
602 | 604 | lfs: adding d11e1a642b60813aee592094109b406089b8dff4cb157157f753418ec7857998 to the usercache |
|
603 | 605 | lfs: processed: d11e1a642b60813aee592094109b406089b8dff4cb157157f753418ec7857998 |
|
606 | lfs: downloaded 3 files (51 bytes) | |
|
604 | 607 | lfs: found 31cf46fbc4ecd458a0943c5b4881f1f5a6dd36c53d6167d5b69ac45149b38e5b in the local lfs store |
|
605 | 608 | lfs: found 31cf46fbc4ecd458a0943c5b4881f1f5a6dd36c53d6167d5b69ac45149b38e5b in the local lfs store |
|
606 | 609 | lfs: found d11e1a642b60813aee592094109b406089b8dff4cb157157f753418ec7857998 in the local lfs store |
@@ -675,6 +678,7 b' Cat will prefetch blobs in a group' | |||
|
675 | 678 | Server: testing stub value (hg-server !) |
|
676 | 679 | lfs: adding d11e1a642b60813aee592094109b406089b8dff4cb157157f753418ec7857998 to the usercache |
|
677 | 680 | lfs: processed: d11e1a642b60813aee592094109b406089b8dff4cb157157f753418ec7857998 |
|
681 | lfs: downloaded 2 files (31 bytes) | |
|
678 | 682 | lfs: found 31cf46fbc4ecd458a0943c5b4881f1f5a6dd36c53d6167d5b69ac45149b38e5b in the local lfs store |
|
679 | 683 | THIS-IS-LFS |
|
680 | 684 | lfs: found 31cf46fbc4ecd458a0943c5b4881f1f5a6dd36c53d6167d5b69ac45149b38e5b in the local lfs store |
@@ -773,6 +777,7 b' Revert will prefetch blobs in a group' | |||
|
773 | 777 | Server: testing stub value (hg-server !) |
|
774 | 778 | lfs: adding d11e1a642b60813aee592094109b406089b8dff4cb157157f753418ec7857998 to the usercache |
|
775 | 779 | lfs: processed: d11e1a642b60813aee592094109b406089b8dff4cb157157f753418ec7857998 |
|
780 | lfs: downloaded 3 files (51 bytes) | |
|
776 | 781 | lfs: found 31cf46fbc4ecd458a0943c5b4881f1f5a6dd36c53d6167d5b69ac45149b38e5b in the local lfs store |
|
777 | 782 | lfs: found d11e1a642b60813aee592094109b406089b8dff4cb157157f753418ec7857998 in the local lfs store |
|
778 | 783 | lfs: found 37a65ab78d5ecda767e8622c248b5dbff1e68b1678ab0e730d5eb8601ec8ad19 in the local lfs store |
General Comments 0
You need to be logged in to leave comments.
Login now