Mercurial > public > mercurial-scm > hg-stable
diff tests/test-persistent-nodemap.t @ 46253:1cebad969d88
persistent-nodemap: also list related file as part of the store
This make sure they are will be selected during upgrade, and copy based clone.
Differential Revision: https://phab.mercurial-scm.org/D9749
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Tue, 12 Jan 2021 19:49:18 +0100 |
parents | 40ec2173f4dd |
children | 7d096e5a5b90 |
line wrap: on
line diff
--- a/tests/test-persistent-nodemap.t Wed Jan 13 12:50:47 2021 +0100 +++ b/tests/test-persistent-nodemap.t Tue Jan 12 19:49:18 2021 +0100 @@ -617,8 +617,10 @@ The persistent nodemap should exist after a streaming clone $ hg clone -U --stream --config ui.ssh="\"$PYTHON\" \"$TESTDIR/dummyssh\"" ssh://user@dummy/test-repo stream-clone --debug | egrep '00(changelog|manifest)' + adding [s] 00manifest.n (70 bytes) adding [s] 00manifest.i (313 KB) adding [s] 00manifest.d (452 KB) + adding [s] 00changelog.n (70 bytes) adding [s] 00changelog.i (313 KB) adding [s] 00changelog.d (360 KB) $ ls -1 stream-clone/.hg/store/ | egrep '00(changelog|manifest)(\.n|-.*\.nd)'