comparison tests/test-clonebundles.t @ 50703:af60de30fb50

clone-bundle: double check that inline clone bundle does not break local case Since there is a large NotImplementedError in the code, I prefer we have a double check here.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 19 Jun 2023 16:13:16 +0200
parents 4238e6b22fc4
children dcaa2df1f688
comparison
equal deleted inserted replaced
50702:b11421f3daf9 50703:af60de30fb50
267 finished applying clone bundle 267 finished applying clone bundle
268 searching for changes 268 searching for changes
269 no changes found 269 no changes found
270 2 local changesets published 270 2 local changesets published
271 271
272
273 Check local behavior
274 --------------------
275
276 We don't use the clone bundle, but we do not crash either.
277
278 $ hg clone -U ./server local-inline-clone-default
279 $ hg clone -U ./server local-inline-clone-pull --pull
280 requesting all changes
281 adding changesets
282 adding manifests
283 adding file changes
284 added 2 changesets with 2 changes to 2 files
285 new changesets 53245c60e682:aaff8d2ffbbf
286
272 Pre-transmit Hook 287 Pre-transmit Hook
273 ----------------- 288 -----------------
274 289
275 Hooks work with inline bundle 290 Hooks work with inline bundle
276 291