equal
deleted
inserted
replaced
171 adding file changes |
171 adding file changes |
172 added 1 changesets with 1 changes to 1 files (+1 heads) |
172 added 1 changesets with 1 changes to 1 files (+1 heads) |
173 |
173 |
174 :note: The "(+1 heads)" is wrong as we do not had any visible head |
174 :note: The "(+1 heads)" is wrong as we do not had any visible head |
175 |
175 |
|
176 check that branch cache with "unserved" filter are properly computed and stored |
|
177 |
|
178 $ ls ../push-dest/.hg/cache/branchheads* |
|
179 ../push-dest/.hg/cache/branchheads |
|
180 ../push-dest/.hg/cache/branchheads-unserved |
|
181 $ cat ../push-dest/.hg/cache/branchheads |
|
182 6d6770faffce199f1fddd1cf87f6f026138cf061 6 |
|
183 b3325c91a4d916bcc4cdc83ea3fe4ece46a42f6e default |
|
184 2713879da13d6eea1ff22b442a5a87cb31a7ce6a default |
|
185 6d6770faffce199f1fddd1cf87f6f026138cf061 default |
|
186 $ cat ../push-dest/.hg/cache/branchheads-unserved |
|
187 cf9fe039dfd67e829edf6522a45de057b5c86519 4 |
|
188 b3325c91a4d916bcc4cdc83ea3fe4ece46a42f6e default |
|
189 cf9fe039dfd67e829edf6522a45de057b5c86519 default |
|
190 |
176 |
191 |
177 Restore condition prior extra insertion. |
192 Restore condition prior extra insertion. |
178 $ hg -q --config extensions.mq= strip . |
193 $ hg -q --config extensions.mq= strip . |
179 $ hg up -q 7 |
194 $ hg up -q 7 |
180 $ cd .. |
195 $ cd .. |