Mercurial > evolve
comparison tests/test-exchange-B4.t @ 2083:778afb036245
discovery: introduce a official 'obshash associated to a range
The hash in a combination of the hash a its subrange. If the range is a leaf,
we have the obsmarker relevant to the node in that leaf range.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Fri, 10 Mar 2017 10:36:46 -0800 |
parents | a49f2e7a2755 |
children | d0bc98161794 |
comparison
equal
deleted
inserted
replaced
2082:3f787182509f | 2083:778afb036245 |
---|---|
65 |/ | 65 |/ |
66 @ a9bdc8b26820 (public): O | 66 @ a9bdc8b26820 (public): O |
67 | 67 |
68 $ hg debugobsolete | 68 $ hg debugobsolete |
69 7f7f229b13a629a5b20581c6cb723f4e2ca54bed 0 {a9bdc8b26820b1b87d585b82eb0ceb4a2ecdbc04} (Thu Jan 01 00:00:00 1970 +0000) {'user': 'test'} | 69 7f7f229b13a629a5b20581c6cb723f4e2ca54bed 0 {a9bdc8b26820b1b87d585b82eb0ceb4a2ecdbc04} (Thu Jan 01 00:00:00 1970 +0000) {'user': 'test'} |
70 $ hg debugobsrelsethashtree | |
71 a9bdc8b26820b1b87d585b82eb0ceb4a2ecdbc04 1900882e85db10a1dc5bc7748f436a8a834356c6 | |
72 f5bc6836db60e308a17ba08bf050154ba9c4fad7 c27e764c783f451ef3aa40daf2a3795e6674cd06 | |
73 f6fbb35d8ac958bbe70035e4c789c18471cdc0af 907beff79fdff2b82b5d3bed7989107a6d744508 | |
74 7f7f229b13a629a5b20581c6cb723f4e2ca54bed c27e764c783f451ef3aa40daf2a3795e6674cd06 | |
75 $ hg debugstablerange --rev 'head()' | |
76 rev node index size depth obshash | |
77 2 f6fbb35d8ac9 0 3 3 000000000000 | |
78 1 f5bc6836db60 0 2 2 000000000000 | |
79 0 a9bdc8b26820 0 1 1 1900882e85db | |
80 1 f5bc6836db60 1 1 2 000000000000 | |
81 2 f6fbb35d8ac9 2 1 3 000000000000 | |
70 $ cd .. | 82 $ cd .. |
71 $ cd .. | 83 $ cd .. |
72 | 84 |
73 | 85 |
74 $ cp -r B.4 B.4.a | 86 $ cp -r B.4 B.4.a |