equal
deleted
inserted
replaced
41 After the strip the "served" cache is now identical to the "base" one, and the |
41 After the strip the "served" cache is now identical to the "base" one, and the |
42 older one have been actively deleted. |
42 older one have been actively deleted. |
43 |
43 |
44 $ ls -1 .hg/cache/branch?* |
44 $ ls -1 .hg/cache/branch?* |
45 .hg/cache/branch2-base |
45 .hg/cache/branch2-base |
46 .hg/cache/branch2-served |
46 $ cat .hg/cache/branch?-base |
47 $ cat .hg/cache/branch?-served |
47 7ab0a3bd758a58b9f79557ce708533e627776cce 0 |
48 222ae9789a75703f9836e44de7db179cbfd420ee 2 |
48 7ab0a3bd758a58b9f79557ce708533e627776cce o default |
49 a3498d6e39376d2456425dd8c692367bdbf00fa2 o default |
|
50 222ae9789a75703f9836e44de7db179cbfd420ee o default |
|
51 |
49 |
52 We do a new commit and we get a new valid branchmap for the served version |
50 We do a new commit and we get a new valid branchmap for the served version |
53 |
51 |
54 $ commit c |
52 $ commit c |
55 $ ls -1 .hg/cache/branch?* |
53 $ ls -1 .hg/cache/branch?* |