Mercurial > hg-stable
comparison tests/test-tags.t @ 51467:780fc16b62e6 stable
bundle2: make the "hgtagsfnodes" part advisory
This bundle2 part is about helping the client to warms its cache. There is no
reason for it to be mandatory.
So we mark it advisory.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 28 Mar 2024 07:12:09 +0000 |
parents | 1dd01023649d |
children | 0d83955bc8ac |
comparison
equal
deleted
inserted
replaced
51466:4ee50d98d35c | 51467:780fc16b62e6 |
---|---|
853 changegroup -- {nbchanges: 4, version: 02} (mandatory: True) | 853 changegroup -- {nbchanges: 4, version: 02} (mandatory: True) |
854 96ee1d7354c4ad7372047672c36a1f561e3a6a4c | 854 96ee1d7354c4ad7372047672c36a1f561e3a6a4c |
855 c4dab0c2fd337eb9191f80c3024830a4889a8f34 | 855 c4dab0c2fd337eb9191f80c3024830a4889a8f34 |
856 f63cc8fe54e4d326f8d692805d70e092f851ddb1 | 856 f63cc8fe54e4d326f8d692805d70e092f851ddb1 |
857 40f0358cb314c824a5929ee527308d90e023bc10 | 857 40f0358cb314c824a5929ee527308d90e023bc10 |
858 hgtagsfnodes -- {} (mandatory: True) | 858 hgtagsfnodes -- {} (mandatory: False) |
859 cache:rev-branch-cache -- {} (mandatory: False) | 859 cache:rev-branch-cache -- {} (mandatory: False) |
860 | 860 |
861 Check that local clone includes cache data | 861 Check that local clone includes cache data |
862 | 862 |
863 $ hg clone tagsclient tags-local-clone | 863 $ hg clone tagsclient tags-local-clone |