comparison tests/test-obsolete-changeset-exchange.t @ 32267:c2380b448265

caches: move the 'updating the branch cache' message in 'updatecaches' We are about to remove the branchmap cache update in changegroup application. There is a debug message alongside this update that we do not want to loose. We move the message beforehand to simplify the test update in the next changeset. The message move is quite noisy and isolating that noise is useful. Most tests update are just line reordering since the message is issued at a later point during the transaction. After this changes, the message is displayed in more case since local commit creation also issue it.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Tue, 02 May 2017 22:27:44 +0200
parents 6b0741d6d234
children 37d70ba1d9d1
comparison
equal deleted inserted replaced
32266:2b6692df1bdf 32267:c2380b448265
142 add changeset bec0734cd68e 142 add changeset bec0734cd68e
143 adding manifests 143 adding manifests
144 adding file changes 144 adding file changes
145 adding foo revisions 145 adding foo revisions
146 added 1 changesets with 1 changes to 1 files (+1 heads) 146 added 1 changesets with 1 changes to 1 files (+1 heads)
147 updating the branch cache
148 bundle2-input-part: total payload size 476 147 bundle2-input-part: total payload size 476
149 bundle2-input-part: "listkeys" (params: 1 mandatory) supported 148 bundle2-input-part: "listkeys" (params: 1 mandatory) supported
150 bundle2-input-part: total payload size 58 149 bundle2-input-part: total payload size 58
151 bundle2-input-part: "listkeys" (params: 1 mandatory) supported 150 bundle2-input-part: "listkeys" (params: 1 mandatory) supported
152 bundle2-input-bundle: 2 parts total 151 bundle2-input-bundle: 2 parts total
153 checking for updated bookmarks 152 checking for updated bookmarks
153 updating the branch cache
154 (run 'hg heads' to see heads, 'hg merge' to merge) 154 (run 'hg heads' to see heads, 'hg merge' to merge)