Mercurial > public > mercurial-scm > hg-stable
diff tests/test-ssh.t @ 52720:ca17d31624ac
stream: report number of file written then information is available
Strictly speaking we could also do that for v1, but that is old enough that I
don't want to bother.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 28 Nov 2024 11:05:16 +0100 |
parents | 2e8a88e5809f |
children | 4d2b496cb7b8 |
line wrap: on
line diff
--- a/tests/test-ssh.t Thu Nov 28 11:05:07 2024 +0100 +++ b/tests/test-ssh.t Thu Nov 28 11:05:16 2024 +0100 @@ -54,11 +54,8 @@ $ hg clone --stream ssh://user@dummy/remote local-stream streaming all changes - 9 files to transfer, 827 bytes of data (no-zstd !) - transferred 827 bytes in * seconds (*) (glob) (no-zstd !) - 9 files to transfer, 846 bytes of data (zstd no-rust !) - 11 files to transfer, 972 bytes of data (zstd rust !) - transferred * bytes in * seconds (* */sec) (glob) (zstd !) + * files to transfer, * bytes of data (glob) + stream-cloned * bytes in * seconds (* */sec) (glob) updating to branch default 2 files updated, 0 files merged, 0 files removed, 0 files unresolved $ cd local-stream @@ -72,9 +69,8 @@ $ hg -R local-stream book mybook $ hg clone --stream ssh://user@dummy/local-stream stream2 streaming all changes - 12 files to transfer, * of data (glob) (no-rust !) - 14 files to transfer, * of data (glob) (rust !) - transferred * in * seconds (*) (glob) + * files to transfer, * of data (glob) + stream-cloned * files / * in * seconds (*) (glob) updating to branch default 2 files updated, 0 files merged, 0 files removed, 0 files unresolved $ cd stream2