[Updated] D9733: persistent-nodemap: test it (does not) exist after a local clone
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Wed Jan 13 19:41:31 UTC 2021
Closed by commit rHG3eb33aa237c0: persistent-nodemap: test it (does not) exist after a local clone (authored by marmoute).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D9733?vs=24727&id=24808
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D9733/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D9733
AFFECTED FILES
tests/test-persistent-nodemap.t
CHANGE DETAILS
diff --git a/tests/test-persistent-nodemap.t b/tests/test-persistent-nodemap.t
--- a/tests/test-persistent-nodemap.t
+++ b/tests/test-persistent-nodemap.t
@@ -600,3 +600,13 @@
data-unused: 0
data-unused: 0.000%
+
+local clone
+------------
+
+The persistent nodemap should exist after a streaming clone
+
+ $ hg clone -U test-repo local-clone
+ $ ls -1 local-clone/.hg/store/ | egrep '00(changelog|manifest)(\.n|-.*\.nd)'
+ [1]
+ $ hg -R local-clone debugnodemap --metadata
To: marmoute, #hg-reviewers, pulkit
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210113/a2fa4c10/attachment-0002.html>
More information about the Mercurial-patches
mailing list