comparison tests/test-lfs-test-server.t @ 35881:fa993c3c8462

lfs: emit a status message to indicate how many blobs were uploaded Previously, there was a progress bar indicating the byte count, but then it disappeared once the transfer was done. Having that value stay on the screen seems useful. Downloads are done one at a time, so hold off on that until they can be coalesced, to avoid a series of lines being printed. (I don't have any great ideas on how to do that. It would be a shame to have to wrap a bunch of read commands to be able to do this.) I'm not sure if the 'lfs:' prefix is the right thing to do here. The others in the test are verbose/debug messages, so in the normal case, this is the only line that's prefixed.
author Matt Harbison <matt_harbison@yahoo.com>
date Mon, 29 Jan 2018 22:09:48 -0500
parents 2c6ebd0c850e
children 0b79f99fd7b0
comparison
equal deleted inserted replaced
35880:6bd2846a82e8 35881:fa993c3c8462
46 $ hg push ../repo2 -v 46 $ hg push ../repo2 -v
47 pushing to ../repo2 47 pushing to ../repo2
48 searching for changes 48 searching for changes
49 lfs: uploading 31cf46fbc4ecd458a0943c5b4881f1f5a6dd36c53d6167d5b69ac45149b38e5b (12 bytes) 49 lfs: uploading 31cf46fbc4ecd458a0943c5b4881f1f5a6dd36c53d6167d5b69ac45149b38e5b (12 bytes)
50 lfs: processed: 31cf46fbc4ecd458a0943c5b4881f1f5a6dd36c53d6167d5b69ac45149b38e5b 50 lfs: processed: 31cf46fbc4ecd458a0943c5b4881f1f5a6dd36c53d6167d5b69ac45149b38e5b
51 lfs: uploaded 1 files (12 bytes)
51 1 changesets found 52 1 changesets found
52 uncompressed size of bundle content: 53 uncompressed size of bundle content:
53 * (changelog) (glob) 54 * (changelog) (glob)
54 * (manifests) (glob) 55 * (manifests) (glob)
55 * a (glob) 56 * a (glob)
84 lfs: need to transfer 2 objects (39 bytes) 85 lfs: need to transfer 2 objects (39 bytes)
85 lfs: uploading 37a65ab78d5ecda767e8622c248b5dbff1e68b1678ab0e730d5eb8601ec8ad19 (20 bytes) 86 lfs: uploading 37a65ab78d5ecda767e8622c248b5dbff1e68b1678ab0e730d5eb8601ec8ad19 (20 bytes)
86 lfs: processed: 37a65ab78d5ecda767e8622c248b5dbff1e68b1678ab0e730d5eb8601ec8ad19 87 lfs: processed: 37a65ab78d5ecda767e8622c248b5dbff1e68b1678ab0e730d5eb8601ec8ad19
87 lfs: uploading d11e1a642b60813aee592094109b406089b8dff4cb157157f753418ec7857998 (19 bytes) 88 lfs: uploading d11e1a642b60813aee592094109b406089b8dff4cb157157f753418ec7857998 (19 bytes)
88 lfs: processed: d11e1a642b60813aee592094109b406089b8dff4cb157157f753418ec7857998 89 lfs: processed: d11e1a642b60813aee592094109b406089b8dff4cb157157f753418ec7857998
90 lfs: uploaded 2 files (39 bytes)
89 1 changesets found 91 1 changesets found
90 uncompressed size of bundle content: 92 uncompressed size of bundle content:
91 adding changesets 93 adding changesets
92 adding manifests 94 adding manifests
93 adding file changes 95 adding file changes