Comment 1 for bug 754539

Revision history for this message
Eli Zaretskii (eliz) wrote :

This is still not solved in bzr-git 0.6.2 and dulwich 0.8.0. In the hope to facilitate the solution, I'm adding here the complete comparison between what git shows and what bzr-git shows. (The numbers before each line are for matching outputs of bzr and git.)

Git:

(1)remote: Counting objects: NNN[, done.] # "done" only when done
(2)remote: Compressing objects: NNN% (XXXX/YYYY)[, done.]
(3)remote: Total NNNN (delta xxxx), reused MMMM (delta yyy)
(4)Receiving objects: NNN% (XXXX/YYYY), X.YZ MiB | MM KiB/s[, done.]

Bzr:

(1)XXXkB 0kB/s Counting objects NNNN[, done] 0
(2)XXXkB 0kB/s Compressing objects NNNN/MMMM
(4)XXXkB NNkB/s Compressing objects MMM/MMMM

Notes and observations:
1. Stray "0" in line (1)
2. No equivalent for line (3), or perhaps it flashes too fast (as it is a one-time message and is overwritten by the next one)
3. "Receiving objects" is displayed as "Compressing objects", and the counter does not show progress, but is frozen at the last number of the previous stage.