/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to python3.passing

  • Committer: Jelmer Vernooij
  • Date: 2018-06-15 13:10:28 UTC
  • mto: (6973.12.2 python3-k)
  • mto: This revision was merged to the branch mainline in revision 6993.
  • Revision ID: jelmer@jelmer.uk-20180615131028-abolpmqrid8th0cd
More bees.

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
breezy.tests.commands.test_branch.TestBranch.test_branch_local_remote
134
134
breezy.tests.commands.test_branch.TestBranch.test_branch_remote_local
135
135
breezy.tests.commands.test_branch.TestBranch.test_branch_remote_remote
 
136
breezy.tests.commands.test_cat.TestCat.test_cat
136
137
breezy.tests.commands.test_checkout.TestCheckout.test_checkout
137
138
breezy.tests.commands.test_checkout.TestCheckout.test_checkout_lightweight
138
139
breezy.tests.commands.test_commit.TestCommitWithBoundBranch.test_commit_both_modified
139
140
breezy.tests.commands.test_commit.TestCommitWithBoundBranch.test_commit_local
 
141
breezy.tests.commands.test_commit.TestCommitWithBoundBranch.test_commit_mine_modified
140
142
breezy.tests.commands.test_init_repository.TestInitRepository.test_init_repository
141
143
breezy.tests.commands.test_init.TestInit.test_init
 
144
breezy.tests.commands.test_merge.TestMerge.test_merge
 
145
breezy.tests.commands.test_pull.TestPull.test_pull
 
146
breezy.tests.commands.test_pull.TestPull.test_pull_with_bound_branch
142
147
breezy.tests.commands.test_push.TestPush.test_push
143
148
breezy.tests.commands.test_push.TestPush.test_push_onto_stacked
144
149
breezy.tests.commands.test_revert.TestRevert.test_revert_tree_write_lock_and_branch_read_lock
 
150
breezy.tests.commands.test_update.TestUpdate.test_update
145
151
breezy.tests.multiply_tests
146
152
breezy.tests.per_branch.test_branch.TestBound.test_bind_clears_cached_master_branch(BranchReferenceFormat)
147
153
breezy.tests.per_branch.test_branch.TestBound.test_bind_clears_cached_master_branch(BzrBranchFormat4)
149
155
breezy.tests.per_branch.test_branch.TestBound.test_bind_clears_cached_master_branch(BzrBranchFormat7)
150
156
breezy.tests.per_branch.test_branch.TestBound.test_bind_clears_cached_master_branch(BzrBranchFormat8)
151
157
breezy.tests.per_branch.test_branch.TestBound.test_bind_clears_cached_master_branch(LocalGitBranchFormat)
 
158
breezy.tests.per_branch.test_branch.TestBound.test_bind_clears_cached_master_branch(RemoteBranchFormat-default)
 
159
breezy.tests.per_branch.test_branch.TestBound.test_bind_clears_cached_master_branch(RemoteBranchFormat-v2)
152
160
breezy.tests.per_branch.test_branch.TestBound.test_bind_clears_cached_master_branch(RemoteGitBranchFormat)
153
161
breezy.tests.per_branch.test_branch.TestBound.test_bind_diverged(BranchReferenceFormat)
 
162
breezy.tests.per_branch.test_branch.TestBound.test_bind_diverged(BzrBranchFormat5)
154
163
breezy.tests.per_branch.test_branch.TestBound.test_bind_diverged(BzrBranchFormat6)
155
164
breezy.tests.per_branch.test_branch.TestBound.test_bind_diverged(BzrBranchFormat7)
156
165
breezy.tests.per_branch.test_branch.TestBound.test_bind_diverged(BzrBranchFormat8)
162
171
breezy.tests.per_branch.test_branch.TestBound.test_bind_unbind(BzrBranchFormat7)
163
172
breezy.tests.per_branch.test_branch.TestBound.test_bind_unbind(BzrBranchFormat8)
164
173
breezy.tests.per_branch.test_branch.TestBound.test_bind_unbind(LocalGitBranchFormat)
 
174
breezy.tests.per_branch.test_branch.TestBound.test_bind_unbind(RemoteBranchFormat-default)
 
175
breezy.tests.per_branch.test_branch.TestBound.test_bind_unbind(RemoteBranchFormat-v2)
165
176
breezy.tests.per_branch.test_branch.TestBound.test_bind_unbind(RemoteGitBranchFormat)
166
177
breezy.tests.per_branch.test_branch.TestBound.test_old_bound_location(BranchReferenceFormat)
167
178
breezy.tests.per_branch.test_branch.TestBound.test_old_bound_location(BzrBranchFormat4)
170
181
breezy.tests.per_branch.test_branch.TestBound.test_old_bound_location(BzrBranchFormat7)
171
182
breezy.tests.per_branch.test_branch.TestBound.test_old_bound_location(BzrBranchFormat8)
172
183
breezy.tests.per_branch.test_branch.TestBound.test_old_bound_location(LocalGitBranchFormat)
 
184
breezy.tests.per_branch.test_branch.TestBound.test_old_bound_location(RemoteBranchFormat-default)
 
185
breezy.tests.per_branch.test_branch.TestBound.test_old_bound_location(RemoteBranchFormat-v2)
173
186
breezy.tests.per_branch.test_branch.TestBound.test_old_bound_location(RemoteGitBranchFormat)
174
187
breezy.tests.per_branch.test_branch.TestBound.test_set_bound_location_clears_cached_master_branch(BranchReferenceFormat)
175
188
breezy.tests.per_branch.test_branch.TestBound.test_set_bound_location_clears_cached_master_branch(BzrBranchFormat4)
177
190
breezy.tests.per_branch.test_branch.TestBound.test_set_bound_location_clears_cached_master_branch(BzrBranchFormat7)
178
191
breezy.tests.per_branch.test_branch.TestBound.test_set_bound_location_clears_cached_master_branch(BzrBranchFormat8)
179
192
breezy.tests.per_branch.test_branch.TestBound.test_set_bound_location_clears_cached_master_branch(LocalGitBranchFormat)
 
193
breezy.tests.per_branch.test_branch.TestBound.test_set_bound_location_clears_cached_master_branch(RemoteBranchFormat-default)
 
194
breezy.tests.per_branch.test_branch.TestBound.test_set_bound_location_clears_cached_master_branch(RemoteBranchFormat-v2)
180
195
breezy.tests.per_branch.test_branch.TestBound.test_set_bound_location_clears_cached_master_branch(RemoteGitBranchFormat)
181
196
breezy.tests.per_branch.test_branch.TestBound.test_unbind_clears_cached_master_branch(BranchReferenceFormat)
182
197
breezy.tests.per_branch.test_branch.TestBound.test_unbind_clears_cached_master_branch(BzrBranchFormat4)
184
199
breezy.tests.per_branch.test_branch.TestBound.test_unbind_clears_cached_master_branch(BzrBranchFormat7)
185
200
breezy.tests.per_branch.test_branch.TestBound.test_unbind_clears_cached_master_branch(BzrBranchFormat8)
186
201
breezy.tests.per_branch.test_branch.TestBound.test_unbind_clears_cached_master_branch(LocalGitBranchFormat)
 
202
breezy.tests.per_branch.test_branch.TestBound.test_unbind_clears_cached_master_branch(RemoteBranchFormat-default)
 
203
breezy.tests.per_branch.test_branch.TestBound.test_unbind_clears_cached_master_branch(RemoteBranchFormat-v2)
187
204
breezy.tests.per_branch.test_branch.TestBound.test_unbind_clears_cached_master_branch(RemoteGitBranchFormat)
188
205
breezy.tests.per_branch.test_branch.TestBranchControlComponent.test_urls(BranchReferenceFormat)
189
206
breezy.tests.per_branch.test_branch.TestBranchControlComponent.test_urls(BzrBranchFormat4)
192
209
breezy.tests.per_branch.test_branch.TestBranchControlComponent.test_urls(BzrBranchFormat7)
193
210
breezy.tests.per_branch.test_branch.TestBranchControlComponent.test_urls(BzrBranchFormat8)
194
211
breezy.tests.per_branch.test_branch.TestBranchControlComponent.test_urls(LocalGitBranchFormat)
 
212
breezy.tests.per_branch.test_branch.TestBranchControlComponent.test_urls(RemoteBranchFormat-default)
 
213
breezy.tests.per_branch.test_branch.TestBranchControlComponent.test_urls(RemoteBranchFormat-v2)
195
214
breezy.tests.per_branch.test_branch.TestBranchControlComponent.test_urls(RemoteGitBranchFormat)
196
215
breezy.tests.per_branch.test_branch.TestBranchFormat.test_branch_format_network_name(BranchReferenceFormat)
197
216
breezy.tests.per_branch.test_branch.TestBranchFormat.test_branch_format_network_name(BzrBranchFormat4)
199
218
breezy.tests.per_branch.test_branch.TestBranchFormat.test_branch_format_network_name(BzrBranchFormat6)
200
219
breezy.tests.per_branch.test_branch.TestBranchFormat.test_branch_format_network_name(BzrBranchFormat7)
201
220
breezy.tests.per_branch.test_branch.TestBranchFormat.test_branch_format_network_name(BzrBranchFormat8)
 
221
breezy.tests.per_branch.test_branch.TestBranchFormat.test_branch_format_network_name(RemoteBranchFormat-default)
 
222
breezy.tests.per_branch.test_branch.TestBranchFormat.test_branch_format_network_name(RemoteBranchFormat-v2)
202
223
breezy.tests.per_branch.test_branch.TestBranchFormat.test_branch_format_network_name(RemoteGitBranchFormat)
203
224
breezy.tests.per_branch.test_branch.TestBranchFormat.test_get_config_calls(BranchReferenceFormat)
204
225
breezy.tests.per_branch.test_branch.TestBranchFormat.test_get_config_calls(BzrBranchFormat4)
207
228
breezy.tests.per_branch.test_branch.TestBranchFormat.test_get_config_calls(BzrBranchFormat7)
208
229
breezy.tests.per_branch.test_branch.TestBranchFormat.test_get_config_calls(BzrBranchFormat8)
209
230
breezy.tests.per_branch.test_branch.TestBranchFormat.test_get_config_calls(LocalGitBranchFormat)
 
231
breezy.tests.per_branch.test_branch.TestBranchFormat.test_get_config_calls(RemoteBranchFormat-default)
 
232
breezy.tests.per_branch.test_branch.TestBranchFormat.test_get_config_calls(RemoteBranchFormat-v2)
210
233
breezy.tests.per_branch.test_branch.TestBranchFormat.test_get_config_calls(RemoteGitBranchFormat)
211
234
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_get_push_location_exact(BranchReferenceFormat)
212
235
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_get_push_location_exact(BzrBranchFormat4)
215
238
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_get_push_location_exact(BzrBranchFormat7)
216
239
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_get_push_location_exact(BzrBranchFormat8)
217
240
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_get_push_location_exact(LocalGitBranchFormat)
 
241
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_get_push_location_exact(RemoteBranchFormat-default)
 
242
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_get_push_location_exact(RemoteBranchFormat-v2)
218
243
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_get_push_location_exact(RemoteGitBranchFormat)
219
244
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_get_push_location_unset(BranchReferenceFormat)
220
245
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_get_push_location_unset(BzrBranchFormat4)
223
248
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_get_push_location_unset(BzrBranchFormat7)
224
249
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_get_push_location_unset(BzrBranchFormat8)
225
250
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_get_push_location_unset(LocalGitBranchFormat)
 
251
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_get_push_location_unset(RemoteBranchFormat-default)
 
252
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_get_push_location_unset(RemoteBranchFormat-v2)
226
253
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_get_push_location_unset(RemoteGitBranchFormat)
227
254
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_set_push_location(BranchReferenceFormat)
228
255
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_set_push_location(BzrBranchFormat4)
239
266
breezy.tests.per_branch.test_branch.TestBranch.test_bad_revision(BzrBranchFormat7)
240
267
breezy.tests.per_branch.test_branch.TestBranch.test_bad_revision(BzrBranchFormat8)
241
268
breezy.tests.per_branch.test_branch.TestBranch.test_bad_revision(LocalGitBranchFormat)
 
269
breezy.tests.per_branch.test_branch.TestBranch.test_bad_revision(RemoteBranchFormat-default)
 
270
breezy.tests.per_branch.test_branch.TestBranch.test_bad_revision(RemoteBranchFormat-v2)
242
271
breezy.tests.per_branch.test_branch.TestBranch.test_bad_revision(RemoteGitBranchFormat)
243
272
breezy.tests.per_branch.test_branch.TestBranch.test_clone_branch_nickname(BranchReferenceFormat)
244
273
breezy.tests.per_branch.test_branch.TestBranch.test_clone_branch_nickname(BzrBranchFormat4)
281
310
breezy.tests.per_branch.test_branch.TestBranch.test_create_append_revisions_only(BzrBranchFormat7)
282
311
breezy.tests.per_branch.test_branch.TestBranch.test_create_append_revisions_only(BzrBranchFormat8)
283
312
breezy.tests.per_branch.test_branch.TestBranch.test_create_append_revisions_only(LocalGitBranchFormat)
 
313
breezy.tests.per_branch.test_branch.TestBranch.test_create_append_revisions_only(RemoteBranchFormat-v2)
284
314
breezy.tests.per_branch.test_branch.TestBranch.test_create_append_revisions_only(RemoteGitBranchFormat)
285
315
breezy.tests.per_branch.test_branch.TestBranch.test_create_checkout(BranchReferenceFormat)
286
316
breezy.tests.per_branch.test_branch.TestBranch.test_create_checkout(BzrBranchFormat6)
294
324
breezy.tests.per_branch.test_branch.TestBranch.test_create_colocated(BzrBranchFormat7)
295
325
breezy.tests.per_branch.test_branch.TestBranch.test_create_colocated(BzrBranchFormat8)
296
326
breezy.tests.per_branch.test_branch.TestBranch.test_create_colocated(LocalGitBranchFormat)
 
327
breezy.tests.per_branch.test_branch.TestBranch.test_create_colocated(RemoteBranchFormat-default)
 
328
breezy.tests.per_branch.test_branch.TestBranch.test_create_colocated(RemoteBranchFormat-v2)
297
329
breezy.tests.per_branch.test_branch.TestBranch.test_create_colocated(RemoteGitBranchFormat)
298
330
breezy.tests.per_branch.test_branch.TestBranch.test_create_memorytree(BranchReferenceFormat)
299
331
breezy.tests.per_branch.test_branch.TestBranch.test_create_memorytree(BzrBranchFormat4)
302
334
breezy.tests.per_branch.test_branch.TestBranch.test_create_memorytree(BzrBranchFormat7)
303
335
breezy.tests.per_branch.test_branch.TestBranch.test_create_memorytree(BzrBranchFormat8)
304
336
breezy.tests.per_branch.test_branch.TestBranch.test_create_memorytree(LocalGitBranchFormat)
 
337
breezy.tests.per_branch.test_branch.TestBranch.test_create_memorytree(RemoteBranchFormat-default)
305
338
breezy.tests.per_branch.test_branch.TestBranch.test_create_memorytree(RemoteGitBranchFormat)
306
339
breezy.tests.per_branch.test_branch.TestBranch.test_create_open_branch_uses_repository(BranchReferenceFormat)
307
340
breezy.tests.per_branch.test_branch.TestBranch.test_create_open_branch_uses_repository(BzrBranchFormat4)
310
343
breezy.tests.per_branch.test_branch.TestBranch.test_create_open_branch_uses_repository(BzrBranchFormat7)
311
344
breezy.tests.per_branch.test_branch.TestBranch.test_create_open_branch_uses_repository(BzrBranchFormat8)
312
345
breezy.tests.per_branch.test_branch.TestBranch.test_create_open_branch_uses_repository(LocalGitBranchFormat)
 
346
breezy.tests.per_branch.test_branch.TestBranch.test_create_open_branch_uses_repository(RemoteBranchFormat-default)
313
347
breezy.tests.per_branch.test_branch.TestBranch.test_create_open_branch_uses_repository(RemoteGitBranchFormat)
314
348
breezy.tests.per_branch.test_branch.TestBranch.test_create_tree_with_merge(BranchReferenceFormat)
315
349
breezy.tests.per_branch.test_branch.TestBranch.test_create_tree_with_merge(RemoteGitBranchFormat)
316
350
breezy.tests.per_branch.test_branch.TestBranch.test_fetch_revisions(BranchReferenceFormat)
 
351
breezy.tests.per_branch.test_branch.TestBranch.test_fetch_revisions(BzrBranchFormat5)
 
352
breezy.tests.per_branch.test_branch.TestBranch.test_fetch_revisions(BzrBranchFormat6)
 
353
breezy.tests.per_branch.test_branch.TestBranch.test_fetch_revisions(BzrBranchFormat7)
 
354
breezy.tests.per_branch.test_branch.TestBranch.test_fetch_revisions(BzrBranchFormat8)
317
355
breezy.tests.per_branch.test_branch.TestBranch.test_fetch_revisions(RemoteGitBranchFormat)
318
356
breezy.tests.per_branch.test_branch.TestBranch.test_format_description(BranchReferenceFormat)
319
357
breezy.tests.per_branch.test_branch.TestBranch.test_format_description(BzrBranchFormat4)
322
360
breezy.tests.per_branch.test_branch.TestBranch.test_format_description(BzrBranchFormat7)
323
361
breezy.tests.per_branch.test_branch.TestBranch.test_format_description(BzrBranchFormat8)
324
362
breezy.tests.per_branch.test_branch.TestBranch.test_format_description(LocalGitBranchFormat)
 
363
breezy.tests.per_branch.test_branch.TestBranch.test_format_description(RemoteBranchFormat-default)
325
364
breezy.tests.per_branch.test_branch.TestBranch.test_format_description(RemoteGitBranchFormat)
326
365
breezy.tests.per_branch.test_branch.TestBranch.test_generate_revision_history(BranchReferenceFormat)
327
366
breezy.tests.per_branch.test_branch.TestBranch.test_generate_revision_history(BzrBranchFormat5)
362
401
breezy.tests.per_branch.test_branch.TestBranch.test_heads_to_fetch_not_null_revision(BzrBranchFormat7)
363
402
breezy.tests.per_branch.test_branch.TestBranch.test_heads_to_fetch_not_null_revision(BzrBranchFormat8)
364
403
breezy.tests.per_branch.test_branch.TestBranch.test_heads_to_fetch_not_null_revision(LocalGitBranchFormat)
 
404
breezy.tests.per_branch.test_branch.TestBranch.test_heads_to_fetch_not_null_revision(RemoteBranchFormat-default)
365
405
breezy.tests.per_branch.test_branch.TestBranch.test_heads_to_fetch_not_null_revision(RemoteGitBranchFormat)
366
406
breezy.tests.per_branch.test_branch.TestBranch.test_heads_to_fetch(RemoteGitBranchFormat)
367
407
breezy.tests.per_branch.test_branch.TestBranch.test_nicks(BranchReferenceFormat)
377
417
breezy.tests.per_branch.test_branch.TestBranch.test_nicks_bzr(BzrBranchFormat7)
378
418
breezy.tests.per_branch.test_branch.TestBranch.test_nicks_bzr(BzrBranchFormat8)
379
419
breezy.tests.per_branch.test_branch.TestBranch.test_nicks_bzr(LocalGitBranchFormat)
 
420
breezy.tests.per_branch.test_branch.TestBranch.test_nicks_bzr(RemoteBranchFormat-default)
 
421
breezy.tests.per_branch.test_branch.TestBranch.test_nicks_bzr(RemoteBranchFormat-v2)
380
422
breezy.tests.per_branch.test_branch.TestBranch.test_nicks_bzr(RemoteGitBranchFormat)
381
423
breezy.tests.per_branch.test_branch.TestBranch.test_nicks(LocalGitBranchFormat)
382
424
breezy.tests.per_branch.test_branch.TestBranch.test_nicks(RemoteGitBranchFormat)
391
433
breezy.tests.per_branch.test_branch.TestBranch.test_record_initial_ghost(BranchReferenceFormat)
392
434
breezy.tests.per_branch.test_branch.TestBranch.test_record_initial_ghost(BzrBranchFormat4)
393
435
breezy.tests.per_branch.test_branch.TestBranch.test_record_initial_ghost(LocalGitBranchFormat)
 
436
breezy.tests.per_branch.test_branch.TestBranch.test_record_initial_ghost(RemoteBranchFormat-default)
394
437
breezy.tests.per_branch.test_branch.TestBranch.test_record_initial_ghost(RemoteGitBranchFormat)
395
438
breezy.tests.per_branch.test_branch.TestBranch.test_record_two_ghosts(BranchReferenceFormat)
396
439
breezy.tests.per_branch.test_branch.TestBranch.test_record_two_ghosts(BzrBranchFormat4)
397
440
breezy.tests.per_branch.test_branch.TestBranch.test_record_two_ghosts(LocalGitBranchFormat)
 
441
breezy.tests.per_branch.test_branch.TestBranch.test_record_two_ghosts(RemoteBranchFormat-default)
398
442
breezy.tests.per_branch.test_branch.TestBranch.test_record_two_ghosts(RemoteGitBranchFormat)
399
443
breezy.tests.per_branch.test_branch.TestBranch.test_revision_ids_are_utf8(BranchReferenceFormat)
400
444
breezy.tests.per_branch.test_branch.TestBranch.test_revision_ids_are_utf8(BzrBranchFormat5)
422
466
breezy.tests.per_branch.test_branch.TestChildSubmitFormats.test_get_child_submit_format_default(BzrBranchFormat6)
423
467
breezy.tests.per_branch.test_branch.TestChildSubmitFormats.test_get_child_submit_format_default(BzrBranchFormat7)
424
468
breezy.tests.per_branch.test_branch.TestChildSubmitFormats.test_get_child_submit_format_default(BzrBranchFormat8)
 
469
breezy.tests.per_branch.test_branch.TestChildSubmitFormats.test_get_child_submit_format_default(RemoteBranchFormat-default)
 
470
breezy.tests.per_branch.test_branch.TestChildSubmitFormats.test_get_child_submit_format_default(RemoteBranchFormat-v2)
425
471
breezy.tests.per_branch.test_branch.TestChildSubmitFormats.test_get_child_submit_format_default(RemoteGitBranchFormat)
426
472
breezy.tests.per_branch.test_branch.TestChildSubmitFormats.test_get_child_submit_format(LocalGitBranchFormat)
427
473
breezy.tests.per_branch.test_branch.TestChildSubmitFormats.test_get_child_submit_format(RemoteGitBranchFormat)
432
478
breezy.tests.per_branch.test_branch.TestFormat.test_format_initialize_find_open(BzrBranchFormat7)
433
479
breezy.tests.per_branch.test_branch.TestFormat.test_format_initialize_find_open(BzrBranchFormat8)
434
480
breezy.tests.per_branch.test_branch.TestFormat.test_format_initialize_find_open(LocalGitBranchFormat)
 
481
breezy.tests.per_branch.test_branch.TestFormat.test_format_initialize_find_open(RemoteBranchFormat-default)
 
482
breezy.tests.per_branch.test_branch.TestFormat.test_format_initialize_find_open(RemoteBranchFormat-v2)
435
483
breezy.tests.per_branch.test_branch.TestFormat.test_format_initialize_find_open(RemoteGitBranchFormat)
436
484
breezy.tests.per_branch.test_branch.TestFormat.test_get_reference(BranchReferenceFormat)
437
485
breezy.tests.per_branch.test_branch.TestFormat.test_get_reference(BzrBranchFormat4)
438
486
breezy.tests.per_branch.test_branch.TestFormat.test_get_reference(LocalGitBranchFormat)
 
487
breezy.tests.per_branch.test_branch.TestFormat.test_get_reference(RemoteBranchFormat-default)
 
488
breezy.tests.per_branch.test_branch.TestFormat.test_get_reference(RemoteBranchFormat-v2)
439
489
breezy.tests.per_branch.test_branch.TestFormat.test_get_reference(RemoteGitBranchFormat)
440
490
breezy.tests.per_branch.test_branch.TestFormat.test_set_reference(BranchReferenceFormat)
441
491
breezy.tests.per_branch.test_branch.TestFormat.test_set_reference(BzrBranchFormat4)
443
493
breezy.tests.per_branch.test_branch.TestFormat.test_set_reference(BzrBranchFormat6)
444
494
breezy.tests.per_branch.test_branch.TestFormat.test_set_reference(BzrBranchFormat7)
445
495
breezy.tests.per_branch.test_branch.TestFormat.test_set_reference(BzrBranchFormat8)
 
496
breezy.tests.per_branch.test_branch.TestFormat.test_set_reference(RemoteBranchFormat-default)
 
497
breezy.tests.per_branch.test_branch.TestFormat.test_set_reference(RemoteBranchFormat-v2)
446
498
breezy.tests.per_branch.test_branch.TestFormat.test_set_reference(RemoteGitBranchFormat)
447
499
breezy.tests.per_branch.test_branch.TestIgnoreFallbacksParameter.test_fallbacks_are_opened(BranchReferenceFormat)
448
500
breezy.tests.per_branch.test_branch.TestIgnoreFallbacksParameter.test_fallbacks_are_opened(BzrBranchFormat4)
467
519
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_branch_relative_reference_location(BzrBranchFormat7)
468
520
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_branch_relative_reference_location(BzrBranchFormat8)
469
521
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_branch_relative_reference_location(LocalGitBranchFormat)
 
522
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_branch_relative_reference_location(RemoteBranchFormat-default)
 
523
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_branch_relative_reference_location(RemoteBranchFormat-v2)
470
524
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_branch_relative_reference_location(RemoteGitBranchFormat)
471
525
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_clone_copies_reference_location(BranchReferenceFormat)
472
526
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_clone_copies_reference_location(BzrBranchFormat4)
475
529
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_clone_copies_reference_location(BzrBranchFormat7)
476
530
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_clone_copies_reference_location(BzrBranchFormat8)
477
531
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_clone_copies_reference_location(LocalGitBranchFormat)
 
532
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_clone_copies_reference_location(RemoteBranchFormat-default)
 
533
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_clone_copies_reference_location(RemoteBranchFormat-v2)
478
534
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_clone_copies_reference_location(RemoteGitBranchFormat)
479
535
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_copied_locations_are_rebased(BranchReferenceFormat)
480
536
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_copied_locations_are_rebased(BzrBranchFormat4)
483
539
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_copied_locations_are_rebased(BzrBranchFormat7)
484
540
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_copied_locations_are_rebased(BzrBranchFormat8)
485
541
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_copied_locations_are_rebased(LocalGitBranchFormat)
 
542
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_copied_locations_are_rebased(RemoteBranchFormat-default)
 
543
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_copied_locations_are_rebased(RemoteBranchFormat-v2)
486
544
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_copied_locations_are_rebased(RemoteGitBranchFormat)
487
545
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_get_reference_info(BranchReferenceFormat)
488
546
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_get_reference_info(BzrBranchFormat4)
491
549
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_get_reference_info(BzrBranchFormat7)
492
550
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_get_reference_info(BzrBranchFormat8)
493
551
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_get_reference_info(LocalGitBranchFormat)
 
552
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_get_reference_info(RemoteBranchFormat-default)
 
553
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_get_reference_info(RemoteBranchFormat-v2)
494
554
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_get_reference_info(RemoteGitBranchFormat)
495
555
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_merge_updates_references(BranchReferenceFormat)
496
556
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_merge_updates_references(BzrBranchFormat4)
499
559
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_merge_updates_references(BzrBranchFormat7)
500
560
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_merge_updates_references(BzrBranchFormat8)
501
561
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_merge_updates_references(LocalGitBranchFormat)
 
562
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_merge_updates_references(RemoteBranchFormat-default)
 
563
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_merge_updates_references(RemoteBranchFormat-v2)
502
564
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_merge_updates_references(RemoteGitBranchFormat)
503
565
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_pull_updates_references(BranchReferenceFormat)
504
566
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_pull_updates_references(BzrBranchFormat4)
507
569
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_pull_updates_references(BzrBranchFormat7)
508
570
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_pull_updates_references(BzrBranchFormat8)
509
571
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_pull_updates_references(LocalGitBranchFormat)
 
572
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_pull_updates_references(RemoteBranchFormat-default)
 
573
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_pull_updates_references(RemoteBranchFormat-v2)
510
574
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_pull_updates_references(RemoteGitBranchFormat)
511
575
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_push_updates_references(BranchReferenceFormat)
512
576
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_push_updates_references(BzrBranchFormat4)
515
579
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_push_updates_references(BzrBranchFormat7)
516
580
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_push_updates_references(BzrBranchFormat8)
517
581
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_push_updates_references(LocalGitBranchFormat)
 
582
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_push_updates_references(RemoteBranchFormat-default)
 
583
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_push_updates_references(RemoteBranchFormat-v2)
518
584
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_push_updates_references(RemoteGitBranchFormat)
519
585
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent_accepts_possible_transports(BranchReferenceFormat)
520
586
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent_accepts_possible_transports(BzrBranchFormat5)
534
600
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent_from_reference_info_(BzrBranchFormat7)
535
601
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent_from_reference_info_(BzrBranchFormat8)
536
602
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent_from_reference_info_(LocalGitBranchFormat)
 
603
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent_from_reference_info_(RemoteBranchFormat-default)
 
604
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent_from_reference_info_(RemoteBranchFormat-v2)
537
605
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent_from_reference_info_(RemoteGitBranchFormat)
538
606
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent(RemoteGitBranchFormat)
539
607
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_get_reference_info(BranchReferenceFormat)
543
611
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_get_reference_info(BzrBranchFormat7)
544
612
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_get_reference_info(BzrBranchFormat8)
545
613
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_get_reference_info(LocalGitBranchFormat)
 
614
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_get_reference_info(RemoteBranchFormat-default)
 
615
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_get_reference_info(RemoteBranchFormat-v2)
546
616
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_get_reference_info(RemoteGitBranchFormat)
547
617
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info(BranchReferenceFormat)
548
618
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info(BzrBranchFormat4)
551
621
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info(BzrBranchFormat7)
552
622
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info(BzrBranchFormat8)
553
623
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info(LocalGitBranchFormat)
 
624
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info(RemoteBranchFormat-default)
 
625
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info(RemoteBranchFormat-v2)
554
626
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info(RemoteGitBranchFormat)
555
627
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info_when_null(BranchReferenceFormat)
556
628
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info_when_null(BzrBranchFormat4)
559
631
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info_when_null(BzrBranchFormat7)
560
632
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info_when_null(BzrBranchFormat8)
561
633
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info_when_null(LocalGitBranchFormat)
 
634
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info_when_null(RemoteBranchFormat-default)
 
635
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info_when_null(RemoteBranchFormat-v2)
562
636
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info_when_null(RemoteGitBranchFormat)
563
637
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_requires_two_nones(BranchReferenceFormat)
564
638
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_requires_two_nones(BzrBranchFormat7)
569
643
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_reference_info(BzrBranchFormat7)
570
644
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_reference_info(BzrBranchFormat8)
571
645
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_reference_info(LocalGitBranchFormat)
 
646
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_reference_info(RemoteBranchFormat-default)
 
647
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_reference_info(RemoteBranchFormat-v2)
572
648
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_reference_info(RemoteGitBranchFormat)
573
649
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_sprout_copies_reference_location(BranchReferenceFormat)
574
650
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_sprout_copies_reference_location(BzrBranchFormat4)
577
653
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_sprout_copies_reference_location(BzrBranchFormat7)
578
654
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_sprout_copies_reference_location(BzrBranchFormat8)
579
655
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_sprout_copies_reference_location(LocalGitBranchFormat)
 
656
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_sprout_copies_reference_location(RemoteBranchFormat-default)
 
657
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_sprout_copies_reference_location(RemoteBranchFormat-v2)
580
658
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_sprout_copies_reference_location(RemoteGitBranchFormat)
581
659
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_retains_known_references(BranchReferenceFormat)
582
660
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_retains_known_references(BzrBranchFormat4)
585
663
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_retains_known_references(BzrBranchFormat7)
586
664
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_retains_known_references(BzrBranchFormat8)
587
665
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_retains_known_references(LocalGitBranchFormat)
 
666
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_retains_known_references(RemoteBranchFormat-default)
 
667
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_retains_known_references(RemoteBranchFormat-v2)
588
668
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_retains_known_references(RemoteGitBranchFormat)
589
669
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_retains_old_references(BranchReferenceFormat)
590
670
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_retains_old_references(BzrBranchFormat4)
593
673
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_retains_old_references(BzrBranchFormat7)
594
674
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_retains_old_references(BzrBranchFormat8)
595
675
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_retains_old_references(LocalGitBranchFormat)
 
676
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_retains_old_references(RemoteBranchFormat-default)
 
677
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_retains_old_references(RemoteBranchFormat-v2)
596
678
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_retains_old_references(RemoteGitBranchFormat)
597
679
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_skips_known_references(BranchReferenceFormat)
598
680
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_skips_known_references(BzrBranchFormat4)
601
683
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_skips_known_references(BzrBranchFormat7)
602
684
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_skips_known_references(BzrBranchFormat8)
603
685
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_skips_known_references(LocalGitBranchFormat)
 
686
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_skips_known_references(RemoteBranchFormat-default)
 
687
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_skips_known_references(RemoteBranchFormat-v2)
604
688
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_skips_known_references(RemoteGitBranchFormat)
605
689
breezy.tests.per_branch.test_branch.TestStrict.test_strict_history(BranchReferenceFormat)
606
690
breezy.tests.per_branch.test_branch.TestStrict.test_strict_history(BzrBranchFormat4)
627
711
breezy.tests.per_branch.test_branch.TestTestCaseWithBranch.test_make_branch_gets_expected_format(BzrBranchFormat7)
628
712
breezy.tests.per_branch.test_branch.TestTestCaseWithBranch.test_make_branch_gets_expected_format(BzrBranchFormat8)
629
713
breezy.tests.per_branch.test_branch.TestTestCaseWithBranch.test_make_branch_gets_expected_format(LocalGitBranchFormat)
 
714
breezy.tests.per_branch.test_branch.TestTestCaseWithBranch.test_make_branch_gets_expected_format(RemoteBranchFormat-default)
 
715
breezy.tests.per_branch.test_branch.TestTestCaseWithBranch.test_make_branch_gets_expected_format(RemoteBranchFormat-v2)
630
716
breezy.tests.per_branch.test_branch.TestTestCaseWithBranch.test_make_branch_gets_expected_format(RemoteGitBranchFormat)
631
717
breezy.tests.per_branch.test_branch.TestUncommittedChanges.test_get_unshelver_bound(BranchReferenceFormat)
632
718
breezy.tests.per_branch.test_branch.TestUncommittedChanges.test_get_unshelver_bound(RemoteGitBranchFormat)
638
724
breezy.tests.per_branch.test_branch.TestUncommittedChanges.test_store_uncommitted_bound(BranchReferenceFormat)
639
725
breezy.tests.per_branch.test_branch.TestUncommittedChanges.test_store_uncommitted_bound(BzrBranchFormat4)
640
726
breezy.tests.per_branch.test_branch.TestUncommittedChanges.test_store_uncommitted_bound(LocalGitBranchFormat)
 
727
breezy.tests.per_branch.test_branch.TestUncommittedChanges.test_store_uncommitted_bound(RemoteBranchFormat-default)
641
728
breezy.tests.per_branch.test_branch.TestUncommittedChanges.test_store_uncommitted_bound(RemoteGitBranchFormat)
642
729
breezy.tests.per_branch.test_branch.TestUncommittedChanges.test_store_uncommitted(BranchReferenceFormat)
643
730
breezy.tests.per_branch.test_branch.TestUncommittedChanges.test_store_uncommitted(LocalGitBranchFormat)
651
738
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_locked(BzrBranchFormat6)
652
739
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_locked(BzrBranchFormat7)
653
740
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_locked(BzrBranchFormat8)
 
741
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_locked(RemoteBranchFormat-default)
654
742
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_locked(RemoteGitBranchFormat)
655
743
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocked(BranchReferenceFormat)
656
744
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocked(BzrBranchFormat4)
658
746
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocked(BzrBranchFormat6)
659
747
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocked(BzrBranchFormat7)
660
748
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocked(BzrBranchFormat8)
 
749
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocked(RemoteBranchFormat-default)
 
750
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocked(RemoteBranchFormat-v2)
661
751
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocked(RemoteGitBranchFormat)
662
752
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocked_repo_locked(BranchReferenceFormat)
663
753
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocked_repo_locked(BzrBranchFormat4)
666
756
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocked_repo_locked(BzrBranchFormat7)
667
757
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocked_repo_locked(BzrBranchFormat8)
668
758
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocked_repo_locked(LocalGitBranchFormat)
 
759
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocked_repo_locked(RemoteBranchFormat-default)
669
760
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocked_repo_locked(RemoteGitBranchFormat)
670
761
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocks_master_branch(BranchReferenceFormat)
671
762
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocks_master_branch(BzrBranchFormat4)
673
764
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocks_master_branch(BzrBranchFormat7)
674
765
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocks_master_branch(BzrBranchFormat8)
675
766
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocks_master_branch(LocalGitBranchFormat)
 
767
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocks_master_branch(RemoteBranchFormat-default)
 
768
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocks_master_branch(RemoteBranchFormat-v2)
676
769
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocks_master_branch(RemoteGitBranchFormat)
677
770
breezy.tests.per_branch.test_check.TestBranchCheck.test_check_branch_report_results(BranchReferenceFormat)
678
771
breezy.tests.per_branch.test_check.TestBranchCheck.test_check_branch_report_results(BzrBranchFormat4)
681
774
breezy.tests.per_branch.test_check.TestBranchCheck.test_check_branch_report_results(BzrBranchFormat7)
682
775
breezy.tests.per_branch.test_check.TestBranchCheck.test_check_branch_report_results(BzrBranchFormat8)
683
776
breezy.tests.per_branch.test_check.TestBranchCheck.test_check_branch_report_results(LocalGitBranchFormat)
 
777
breezy.tests.per_branch.test_check.TestBranchCheck.test_check_branch_report_results(RemoteBranchFormat-default)
 
778
breezy.tests.per_branch.test_check.TestBranchCheck.test_check_branch_report_results(RemoteBranchFormat-v2)
684
779
breezy.tests.per_branch.test_check.TestBranchCheck.test_check_branch_report_results(RemoteGitBranchFormat)
685
780
breezy.tests.per_branch.test_check.TestBranchCheck.test_check_detects_invalid_revhistory(BranchReferenceFormat)
686
781
breezy.tests.per_branch.test_check.TestBranchCheck.test_check_detects_invalid_revhistory(RemoteGitBranchFormat)
696
791
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_bound(BzrBranchFormat7)
697
792
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_bound(BzrBranchFormat8)
698
793
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_bound(LocalGitBranchFormat)
 
794
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_bound(RemoteBranchFormat-default)
 
795
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_bound(RemoteBranchFormat-v2)
699
796
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_bound(RemoteGitBranchFormat)
700
797
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_not_to_origin(BranchReferenceFormat)
701
798
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_not_to_origin(BzrBranchFormat5)
742
839
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_checkout_format_heavyweight(BzrBranchFormat6)
743
840
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_checkout_format_heavyweight(BzrBranchFormat7)
744
841
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_checkout_format_heavyweight(BzrBranchFormat8)
 
842
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_checkout_format_heavyweight(RemoteBranchFormat-default)
745
843
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_checkout_format_heavyweight(RemoteGitBranchFormat)
746
844
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_checkout_format_lightweight(BranchReferenceFormat)
747
845
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_checkout_format_lightweight(BzrBranchFormat4)
749
847
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_checkout_format_lightweight(BzrBranchFormat6)
750
848
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_checkout_format_lightweight(BzrBranchFormat7)
751
849
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_checkout_format_lightweight(BzrBranchFormat8)
 
850
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_checkout_format_lightweight(RemoteBranchFormat-default)
752
851
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_checkout_format_lightweight(RemoteGitBranchFormat)
753
852
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_create_checkout_exists(BranchReferenceFormat)
754
853
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_create_checkout_exists(BzrBranchFormat4)
756
855
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_create_checkout_exists(BzrBranchFormat6)
757
856
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_create_checkout_exists(BzrBranchFormat7)
758
857
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_create_checkout_exists(BzrBranchFormat8)
 
858
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_create_checkout_exists(RemoteBranchFormat-default)
759
859
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_create_checkout_exists(RemoteGitBranchFormat)
760
860
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_create_lightweight_checkout(BranchReferenceFormat)
761
861
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_create_lightweight_checkout(BzrBranchFormat4)
763
863
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_create_lightweight_checkout(BzrBranchFormat6)
764
864
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_create_lightweight_checkout(BzrBranchFormat7)
765
865
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_create_lightweight_checkout(BzrBranchFormat8)
 
866
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_create_lightweight_checkout(RemoteBranchFormat-default)
766
867
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_create_lightweight_checkout(RemoteGitBranchFormat)
767
868
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_create_revision_checkout(BranchReferenceFormat)
768
869
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_create_revision_checkout(BzrBranchFormat6)
880
981
breezy.tests.per_branch.test_hooks.TestOpen.test_create(BzrBranchFormat7)
881
982
breezy.tests.per_branch.test_hooks.TestOpen.test_create(BzrBranchFormat8)
882
983
breezy.tests.per_branch.test_hooks.TestOpen.test_create(LocalGitBranchFormat)
 
984
breezy.tests.per_branch.test_hooks.TestOpen.test_create(RemoteBranchFormat-default)
 
985
breezy.tests.per_branch.test_hooks.TestOpen.test_create(RemoteBranchFormat-v2)
883
986
breezy.tests.per_branch.test_hooks.TestOpen.test_create(RemoteGitBranchFormat)
884
987
breezy.tests.per_branch.test_hooks.TestOpen.test_open(BranchReferenceFormat)
885
988
breezy.tests.per_branch.test_hooks.TestOpen.test_open(BzrBranchFormat4)
888
991
breezy.tests.per_branch.test_hooks.TestOpen.test_open(BzrBranchFormat7)
889
992
breezy.tests.per_branch.test_hooks.TestOpen.test_open(BzrBranchFormat8)
890
993
breezy.tests.per_branch.test_hooks.TestOpen.test_open(LocalGitBranchFormat)
 
994
breezy.tests.per_branch.test_hooks.TestOpen.test_open(RemoteBranchFormat-default)
 
995
breezy.tests.per_branch.test_hooks.TestOpen.test_open(RemoteBranchFormat-v2)
891
996
breezy.tests.per_branch.test_hooks.TestOpen.test_open(RemoteGitBranchFormat)
892
997
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_branch_is_locked(BranchReferenceFormat)
893
998
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_branch_is_locked(BzrBranchFormat4)
1049
1154
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_empty_branch(BzrBranchFormat7)
1050
1155
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_empty_branch(BzrBranchFormat8)
1051
1156
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_empty_branch(LocalGitBranchFormat)
 
1157
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_empty_branch(RemoteBranchFormat-default)
 
1158
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_empty_branch(RemoteBranchFormat-v2)
1052
1159
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_empty_branch(RemoteGitBranchFormat)
1053
1160
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_import(BranchReferenceFormat)
1054
1161
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_import(BzrBranchFormat4)
1081
1188
breezy.tests.per_branch.test_locking.TestBranchLocking.test_01_lock_read(BzrBranchFormat7)
1082
1189
breezy.tests.per_branch.test_locking.TestBranchLocking.test_01_lock_read(BzrBranchFormat8)
1083
1190
breezy.tests.per_branch.test_locking.TestBranchLocking.test_01_lock_read(LocalGitBranchFormat)
 
1191
breezy.tests.per_branch.test_locking.TestBranchLocking.test_01_lock_read(RemoteBranchFormat-default)
 
1192
breezy.tests.per_branch.test_locking.TestBranchLocking.test_01_lock_read(RemoteBranchFormat-v2)
1084
1193
breezy.tests.per_branch.test_locking.TestBranchLocking.test_01_lock_read(RemoteGitBranchFormat)
1085
1194
breezy.tests.per_branch.test_locking.TestBranchLocking.test_02_lock_write(BranchReferenceFormat)
1086
1195
breezy.tests.per_branch.test_locking.TestBranchLocking.test_02_lock_write(BzrBranchFormat4)
1089
1198
breezy.tests.per_branch.test_locking.TestBranchLocking.test_02_lock_write(BzrBranchFormat7)
1090
1199
breezy.tests.per_branch.test_locking.TestBranchLocking.test_02_lock_write(BzrBranchFormat8)
1091
1200
breezy.tests.per_branch.test_locking.TestBranchLocking.test_02_lock_write(LocalGitBranchFormat)
 
1201
breezy.tests.per_branch.test_locking.TestBranchLocking.test_02_lock_write(RemoteBranchFormat-default)
 
1202
breezy.tests.per_branch.test_locking.TestBranchLocking.test_02_lock_write(RemoteBranchFormat-v2)
1092
1203
breezy.tests.per_branch.test_locking.TestBranchLocking.test_02_lock_write(RemoteGitBranchFormat)
1093
1204
breezy.tests.per_branch.test_locking.TestBranchLocking.test_03_lock_fail_unlock_repo(BranchReferenceFormat)
1094
1205
breezy.tests.per_branch.test_locking.TestBranchLocking.test_03_lock_fail_unlock_repo(BzrBranchFormat4)
1097
1208
breezy.tests.per_branch.test_locking.TestBranchLocking.test_03_lock_fail_unlock_repo(BzrBranchFormat7)
1098
1209
breezy.tests.per_branch.test_locking.TestBranchLocking.test_03_lock_fail_unlock_repo(BzrBranchFormat8)
1099
1210
breezy.tests.per_branch.test_locking.TestBranchLocking.test_03_lock_fail_unlock_repo(LocalGitBranchFormat)
 
1211
breezy.tests.per_branch.test_locking.TestBranchLocking.test_03_lock_fail_unlock_repo(RemoteBranchFormat-default)
 
1212
breezy.tests.per_branch.test_locking.TestBranchLocking.test_03_lock_fail_unlock_repo(RemoteBranchFormat-v2)
1100
1213
breezy.tests.per_branch.test_locking.TestBranchLocking.test_03_lock_fail_unlock_repo(RemoteGitBranchFormat)
1101
1214
breezy.tests.per_branch.test_locking.TestBranchLocking.test_04_lock_fail_unlock_control(BranchReferenceFormat)
1102
1215
breezy.tests.per_branch.test_locking.TestBranchLocking.test_04_lock_fail_unlock_control(BzrBranchFormat4)
1105
1218
breezy.tests.per_branch.test_locking.TestBranchLocking.test_04_lock_fail_unlock_control(BzrBranchFormat7)
1106
1219
breezy.tests.per_branch.test_locking.TestBranchLocking.test_04_lock_fail_unlock_control(BzrBranchFormat8)
1107
1220
breezy.tests.per_branch.test_locking.TestBranchLocking.test_04_lock_fail_unlock_control(LocalGitBranchFormat)
 
1221
breezy.tests.per_branch.test_locking.TestBranchLocking.test_04_lock_fail_unlock_control(RemoteBranchFormat-default)
 
1222
breezy.tests.per_branch.test_locking.TestBranchLocking.test_04_lock_fail_unlock_control(RemoteBranchFormat-v2)
1108
1223
breezy.tests.per_branch.test_locking.TestBranchLocking.test_04_lock_fail_unlock_control(RemoteGitBranchFormat)
1109
1224
breezy.tests.per_branch.test_locking.TestBranchLocking.test_05_lock_read_fail_repo(BranchReferenceFormat)
1110
1225
breezy.tests.per_branch.test_locking.TestBranchLocking.test_05_lock_read_fail_repo(BzrBranchFormat4)
1113
1228
breezy.tests.per_branch.test_locking.TestBranchLocking.test_05_lock_read_fail_repo(BzrBranchFormat7)
1114
1229
breezy.tests.per_branch.test_locking.TestBranchLocking.test_05_lock_read_fail_repo(BzrBranchFormat8)
1115
1230
breezy.tests.per_branch.test_locking.TestBranchLocking.test_05_lock_read_fail_repo(LocalGitBranchFormat)
 
1231
breezy.tests.per_branch.test_locking.TestBranchLocking.test_05_lock_read_fail_repo(RemoteBranchFormat-default)
 
1232
breezy.tests.per_branch.test_locking.TestBranchLocking.test_05_lock_read_fail_repo(RemoteBranchFormat-v2)
1116
1233
breezy.tests.per_branch.test_locking.TestBranchLocking.test_05_lock_read_fail_repo(RemoteGitBranchFormat)
1117
1234
breezy.tests.per_branch.test_locking.TestBranchLocking.test_06_lock_write_fail_repo(BranchReferenceFormat)
1118
1235
breezy.tests.per_branch.test_locking.TestBranchLocking.test_06_lock_write_fail_repo(BzrBranchFormat4)
1121
1238
breezy.tests.per_branch.test_locking.TestBranchLocking.test_06_lock_write_fail_repo(BzrBranchFormat7)
1122
1239
breezy.tests.per_branch.test_locking.TestBranchLocking.test_06_lock_write_fail_repo(BzrBranchFormat8)
1123
1240
breezy.tests.per_branch.test_locking.TestBranchLocking.test_06_lock_write_fail_repo(LocalGitBranchFormat)
 
1241
breezy.tests.per_branch.test_locking.TestBranchLocking.test_06_lock_write_fail_repo(RemoteBranchFormat-default)
 
1242
breezy.tests.per_branch.test_locking.TestBranchLocking.test_06_lock_write_fail_repo(RemoteBranchFormat-v2)
1124
1243
breezy.tests.per_branch.test_locking.TestBranchLocking.test_06_lock_write_fail_repo(RemoteGitBranchFormat)
1125
1244
breezy.tests.per_branch.test_locking.TestBranchLocking.test_07_lock_read_fail_control(BranchReferenceFormat)
1126
1245
breezy.tests.per_branch.test_locking.TestBranchLocking.test_07_lock_read_fail_control(BzrBranchFormat4)
1129
1248
breezy.tests.per_branch.test_locking.TestBranchLocking.test_07_lock_read_fail_control(BzrBranchFormat7)
1130
1249
breezy.tests.per_branch.test_locking.TestBranchLocking.test_07_lock_read_fail_control(BzrBranchFormat8)
1131
1250
breezy.tests.per_branch.test_locking.TestBranchLocking.test_07_lock_read_fail_control(LocalGitBranchFormat)
 
1251
breezy.tests.per_branch.test_locking.TestBranchLocking.test_07_lock_read_fail_control(RemoteBranchFormat-default)
 
1252
breezy.tests.per_branch.test_locking.TestBranchLocking.test_07_lock_read_fail_control(RemoteBranchFormat-v2)
1132
1253
breezy.tests.per_branch.test_locking.TestBranchLocking.test_07_lock_read_fail_control(RemoteGitBranchFormat)
1133
1254
breezy.tests.per_branch.test_locking.TestBranchLocking.test_08_lock_write_fail_control(BranchReferenceFormat)
1134
1255
breezy.tests.per_branch.test_locking.TestBranchLocking.test_08_lock_write_fail_control(BzrBranchFormat4)
1137
1258
breezy.tests.per_branch.test_locking.TestBranchLocking.test_08_lock_write_fail_control(BzrBranchFormat7)
1138
1259
breezy.tests.per_branch.test_locking.TestBranchLocking.test_08_lock_write_fail_control(BzrBranchFormat8)
1139
1260
breezy.tests.per_branch.test_locking.TestBranchLocking.test_08_lock_write_fail_control(LocalGitBranchFormat)
 
1261
breezy.tests.per_branch.test_locking.TestBranchLocking.test_08_lock_write_fail_control(RemoteBranchFormat-default)
 
1262
breezy.tests.per_branch.test_locking.TestBranchLocking.test_08_lock_write_fail_control(RemoteBranchFormat-v2)
1140
1263
breezy.tests.per_branch.test_locking.TestBranchLocking.test_08_lock_write_fail_control(RemoteGitBranchFormat)
1141
1264
breezy.tests.per_branch.test_locking.TestBranchLocking.test_dont_leave_lock_in_place(BranchReferenceFormat)
1142
1265
breezy.tests.per_branch.test_locking.TestBranchLocking.test_dont_leave_lock_in_place(BzrBranchFormat4)
1166
1289
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_context_manager(BzrBranchFormat7)
1167
1290
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_context_manager(BzrBranchFormat8)
1168
1291
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_context_manager(LocalGitBranchFormat)
 
1292
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_context_manager(RemoteBranchFormat-default)
 
1293
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_context_manager(RemoteBranchFormat-v2)
1169
1294
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_context_manager(RemoteGitBranchFormat)
1170
1295
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_returns_unlockable(BranchReferenceFormat)
1171
1296
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_returns_unlockable(BzrBranchFormat4)
1174
1299
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_returns_unlockable(BzrBranchFormat7)
1175
1300
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_returns_unlockable(BzrBranchFormat8)
1176
1301
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_returns_unlockable(LocalGitBranchFormat)
 
1302
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_returns_unlockable(RemoteBranchFormat-default)
 
1303
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_returns_unlockable(RemoteBranchFormat-v2)
1177
1304
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_returns_unlockable(RemoteGitBranchFormat)
1178
1305
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_then_unlock(BranchReferenceFormat)
1179
1306
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_then_unlock(BzrBranchFormat4)
1182
1309
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_then_unlock(BzrBranchFormat7)
1183
1310
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_then_unlock(BzrBranchFormat8)
1184
1311
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_then_unlock(LocalGitBranchFormat)
 
1312
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_then_unlock(RemoteBranchFormat-default)
 
1313
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_then_unlock(RemoteBranchFormat-v2)
1185
1314
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_then_unlock(RemoteGitBranchFormat)
1186
1315
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_locks_repo_too(BranchReferenceFormat)
1187
1316
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_locks_repo_too(BzrBranchFormat4)
1197
1326
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_raises_in_lock_read(BzrBranchFormat7)
1198
1327
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_raises_in_lock_read(BzrBranchFormat8)
1199
1328
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_raises_in_lock_read(LocalGitBranchFormat)
 
1329
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_raises_in_lock_read(RemoteBranchFormat-default)
 
1330
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_raises_in_lock_read(RemoteBranchFormat-v2)
1200
1331
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_raises_in_lock_read(RemoteGitBranchFormat)
1201
1332
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_reenter_with_token(BranchReferenceFormat)
1202
1333
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_reenter_with_token(BzrBranchFormat4)
1269
1400
breezy.tests.per_branch.test_parent.TestParent.test_no_default_parent(BzrBranchFormat7)
1270
1401
breezy.tests.per_branch.test_parent.TestParent.test_no_default_parent(BzrBranchFormat8)
1271
1402
breezy.tests.per_branch.test_parent.TestParent.test_no_default_parent(LocalGitBranchFormat)
 
1403
breezy.tests.per_branch.test_parent.TestParent.test_no_default_parent(RemoteBranchFormat-default)
 
1404
breezy.tests.per_branch.test_parent.TestParent.test_no_default_parent(RemoteBranchFormat-v2)
1272
1405
breezy.tests.per_branch.test_parent.TestParent.test_no_default_parent(RemoteGitBranchFormat)
1273
1406
breezy.tests.per_branch.test_parent.TestParent.test_win32_set_parent_on_another_drive(BranchReferenceFormat)
1274
1407
breezy.tests.per_branch.test_parent.TestParent.test_win32_set_parent_on_another_drive(BzrBranchFormat4)
1330
1463
breezy.tests.per_branch.test_pull.TestPullHook.test_post_pull_nonempty_history(BzrBranchFormat8)
1331
1464
breezy.tests.per_branch.test_pull.TestPullHook.test_post_pull_nonempty_history(RemoteGitBranchFormat)
1332
1465
breezy.tests.per_branch.test_pull.TestPull.test_pull_convergence_simple(BranchReferenceFormat)
 
1466
breezy.tests.per_branch.test_pull.TestPull.test_pull_convergence_simple(BzrBranchFormat5)
1333
1467
breezy.tests.per_branch.test_pull.TestPull.test_pull_convergence_simple(BzrBranchFormat6)
1334
1468
breezy.tests.per_branch.test_pull.TestPull.test_pull_convergence_simple(BzrBranchFormat7)
1335
1469
breezy.tests.per_branch.test_pull.TestPull.test_pull_convergence_simple(BzrBranchFormat8)
1336
1470
breezy.tests.per_branch.test_pull.TestPull.test_pull_convergence_simple(RemoteGitBranchFormat)
1337
1471
breezy.tests.per_branch.test_pull.TestPull.test_pull_local_raises_LocalRequiresBoundBranch_on_unbound(BranchReferenceFormat)
 
1472
breezy.tests.per_branch.test_pull.TestPull.test_pull_local_raises_LocalRequiresBoundBranch_on_unbound(BzrBranchFormat5)
1338
1473
breezy.tests.per_branch.test_pull.TestPull.test_pull_local_raises_LocalRequiresBoundBranch_on_unbound(BzrBranchFormat6)
1339
1474
breezy.tests.per_branch.test_pull.TestPull.test_pull_local_raises_LocalRequiresBoundBranch_on_unbound(BzrBranchFormat7)
1340
1475
breezy.tests.per_branch.test_pull.TestPull.test_pull_local_raises_LocalRequiresBoundBranch_on_unbound(BzrBranchFormat8)
1345
1480
breezy.tests.per_branch.test_pull.TestPull.test_pull_local_updates_checkout_only(BzrBranchFormat8)
1346
1481
breezy.tests.per_branch.test_pull.TestPull.test_pull_local_updates_checkout_only(RemoteGitBranchFormat)
1347
1482
breezy.tests.per_branch.test_pull.TestPull.test_pull_merged_indirect(BranchReferenceFormat)
 
1483
breezy.tests.per_branch.test_pull.TestPull.test_pull_merged_indirect(BzrBranchFormat5)
1348
1484
breezy.tests.per_branch.test_pull.TestPull.test_pull_merged_indirect(BzrBranchFormat6)
1349
1485
breezy.tests.per_branch.test_pull.TestPull.test_pull_merged_indirect(BzrBranchFormat7)
1350
1486
breezy.tests.per_branch.test_pull.TestPull.test_pull_merged_indirect(BzrBranchFormat8)
1351
1487
breezy.tests.per_branch.test_pull.TestPull.test_pull_merged_indirect(RemoteGitBranchFormat)
1352
1488
breezy.tests.per_branch.test_pull.TestPull.test_pull_merges_and_fetches_tags(BranchReferenceFormat)
 
1489
breezy.tests.per_branch.test_pull.TestPull.test_pull_merges_and_fetches_tags(BzrBranchFormat5)
 
1490
breezy.tests.per_branch.test_pull.TestPull.test_pull_merges_and_fetches_tags(BzrBranchFormat6)
 
1491
breezy.tests.per_branch.test_pull.TestPull.test_pull_merges_and_fetches_tags(BzrBranchFormat7)
 
1492
breezy.tests.per_branch.test_pull.TestPull.test_pull_merges_and_fetches_tags(BzrBranchFormat8)
1353
1493
breezy.tests.per_branch.test_pull.TestPull.test_pull_merges_and_fetches_tags(RemoteGitBranchFormat)
1354
1494
breezy.tests.per_branch.test_pull.TestPull.test_pull_overwrite(BranchReferenceFormat)
 
1495
breezy.tests.per_branch.test_pull.TestPull.test_pull_overwrite(BzrBranchFormat5)
1355
1496
breezy.tests.per_branch.test_pull.TestPull.test_pull_overwrite(BzrBranchFormat6)
1356
1497
breezy.tests.per_branch.test_pull.TestPull.test_pull_overwrite(BzrBranchFormat7)
1357
1498
breezy.tests.per_branch.test_pull.TestPull.test_pull_overwrite(BzrBranchFormat8)
1358
1499
breezy.tests.per_branch.test_pull.TestPull.test_pull_overwrite(RemoteGitBranchFormat)
1359
1500
breezy.tests.per_branch.test_pull.TestPull.test_pull_returns_result(BranchReferenceFormat)
 
1501
breezy.tests.per_branch.test_pull.TestPull.test_pull_returns_result(BzrBranchFormat5)
1360
1502
breezy.tests.per_branch.test_pull.TestPull.test_pull_returns_result(BzrBranchFormat6)
1361
1503
breezy.tests.per_branch.test_pull.TestPull.test_pull_returns_result(BzrBranchFormat7)
1362
1504
breezy.tests.per_branch.test_pull.TestPull.test_pull_returns_result(BzrBranchFormat8)
1363
1505
breezy.tests.per_branch.test_pull.TestPull.test_pull_returns_result(RemoteGitBranchFormat)
1364
1506
breezy.tests.per_branch.test_pull.TestPull.test_pull_stop_revision_merges_and_fetches_tags(BranchReferenceFormat)
 
1507
breezy.tests.per_branch.test_pull.TestPull.test_pull_stop_revision_merges_and_fetches_tags(BzrBranchFormat5)
1365
1508
breezy.tests.per_branch.test_pull.TestPull.test_pull_stop_revision_merges_and_fetches_tags(RemoteGitBranchFormat)
1366
1509
breezy.tests.per_branch.test_pull.TestPull.test_pull_updates_checkout_and_master(BranchReferenceFormat)
1367
1510
breezy.tests.per_branch.test_pull.TestPull.test_pull_updates_checkout_and_master(BzrBranchFormat6)
1387
1530
breezy.tests.per_branch.test_push.TestLossyPush.test_lossy_push_raises_same_vcs(BzrBranchFormat7)
1388
1531
breezy.tests.per_branch.test_push.TestLossyPush.test_lossy_push_raises_same_vcs(BzrBranchFormat8)
1389
1532
breezy.tests.per_branch.test_push.TestLossyPush.test_lossy_push_raises_same_vcs(LocalGitBranchFormat)
 
1533
breezy.tests.per_branch.test_push.TestLossyPush.test_lossy_push_raises_same_vcs(RemoteBranchFormat-default)
 
1534
breezy.tests.per_branch.test_push.TestLossyPush.test_lossy_push_raises_same_vcs(RemoteBranchFormat-v2)
1390
1535
breezy.tests.per_branch.test_push.TestLossyPush.test_lossy_push_raises_same_vcs(RemoteGitBranchFormat)
1391
1536
breezy.tests.per_branch.test_push.TestPushHook.test_post_push_bound_branch(BranchReferenceFormat)
1392
1537
breezy.tests.per_branch.test_push.TestPushHook.test_post_push_bound_branch(BzrBranchFormat4)
1408
1553
breezy.tests.per_branch.test_push.TestPushHook.test_post_push_nonempty_history(BzrBranchFormat8)
1409
1554
breezy.tests.per_branch.test_push.TestPushHook.test_post_push_nonempty_history(RemoteGitBranchFormat)
1410
1555
breezy.tests.per_branch.test_push.TestPush.test_push_convergence_simple(BranchReferenceFormat)
 
1556
breezy.tests.per_branch.test_push.TestPush.test_push_convergence_simple(BzrBranchFormat5)
1411
1557
breezy.tests.per_branch.test_push.TestPush.test_push_convergence_simple(BzrBranchFormat6)
1412
1558
breezy.tests.per_branch.test_push.TestPush.test_push_convergence_simple(BzrBranchFormat7)
1413
1559
breezy.tests.per_branch.test_push.TestPush.test_push_convergence_simple(BzrBranchFormat8)
1414
1560
breezy.tests.per_branch.test_push.TestPush.test_push_convergence_simple(RemoteGitBranchFormat)
1415
1561
breezy.tests.per_branch.test_push.TestPush.test_push_merged_indirect(BranchReferenceFormat)
 
1562
breezy.tests.per_branch.test_push.TestPush.test_push_merged_indirect(BzrBranchFormat5)
1416
1563
breezy.tests.per_branch.test_push.TestPush.test_push_merged_indirect(BzrBranchFormat6)
1417
1564
breezy.tests.per_branch.test_push.TestPush.test_push_merged_indirect(BzrBranchFormat7)
1418
1565
breezy.tests.per_branch.test_push.TestPush.test_push_merged_indirect(BzrBranchFormat8)
1420
1567
breezy.tests.per_branch.test_push.TestPush.test_push_new_tag_to_bound_branch(BranchReferenceFormat)
1421
1568
breezy.tests.per_branch.test_push.TestPush.test_push_new_tag_to_bound_branch(BzrBranchFormat4)
1422
1569
breezy.tests.per_branch.test_push.TestPush.test_push_new_tag_to_bound_branch(LocalGitBranchFormat)
 
1570
breezy.tests.per_branch.test_push.TestPush.test_push_new_tag_to_bound_branch(RemoteBranchFormat-default)
 
1571
breezy.tests.per_branch.test_push.TestPush.test_push_new_tag_to_bound_branch(RemoteBranchFormat-v2)
1423
1572
breezy.tests.per_branch.test_push.TestPush.test_push_new_tag_to_bound_branch(RemoteGitBranchFormat)
1424
1573
breezy.tests.per_branch.test_push.TestPush.test_push_overwrite_of_non_tip_with_stop_revision(BranchReferenceFormat)
1425
1574
breezy.tests.per_branch.test_push.TestPush.test_push_overwrite_of_non_tip_with_stop_revision(BzrBranchFormat5)
1439
1588
breezy.tests.per_branch.test_push.TestPush.test_push_raises_specific_error_on_master_connection_error(BzrBranchFormat7)
1440
1589
breezy.tests.per_branch.test_push.TestPush.test_push_raises_specific_error_on_master_connection_error(BzrBranchFormat8)
1441
1590
breezy.tests.per_branch.test_push.TestPush.test_push_raises_specific_error_on_master_connection_error(LocalGitBranchFormat)
 
1591
breezy.tests.per_branch.test_push.TestPush.test_push_raises_specific_error_on_master_connection_error(RemoteBranchFormat-default)
1442
1592
breezy.tests.per_branch.test_push.TestPush.test_push_raises_specific_error_on_master_connection_error(RemoteGitBranchFormat)
1443
1593
breezy.tests.per_branch.test_push.TestPush.test_push_repository_no_branch_doesnt_fetch_all_revs(BranchReferenceFormat)
1444
1594
breezy.tests.per_branch.test_push.TestPush.test_push_repository_no_branch_doesnt_fetch_all_revs(BzrBranchFormat4)
 
1595
breezy.tests.per_branch.test_push.TestPush.test_push_repository_no_branch_doesnt_fetch_all_revs(BzrBranchFormat5)
1445
1596
breezy.tests.per_branch.test_push.TestPush.test_push_repository_no_branch_doesnt_fetch_all_revs(BzrBranchFormat6)
1446
1597
breezy.tests.per_branch.test_push.TestPush.test_push_repository_no_branch_doesnt_fetch_all_revs(BzrBranchFormat7)
1447
1598
breezy.tests.per_branch.test_push.TestPush.test_push_repository_no_branch_doesnt_fetch_all_revs(BzrBranchFormat8)
1453
1604
breezy.tests.per_branch.test_push.TestPush.test_push_to_checkout_updates_master(BzrBranchFormat7)
1454
1605
breezy.tests.per_branch.test_push.TestPush.test_push_to_checkout_updates_master(BzrBranchFormat8)
1455
1606
breezy.tests.per_branch.test_push.TestPush.test_push_to_checkout_updates_master(LocalGitBranchFormat)
 
1607
breezy.tests.per_branch.test_push.TestPush.test_push_to_checkout_updates_master(RemoteBranchFormat-default)
1456
1608
breezy.tests.per_branch.test_push.TestPush.test_push_to_checkout_updates_master(RemoteGitBranchFormat)
1457
1609
breezy.tests.per_branch.test_push.TestPush.test_push_uses_read_lock(BranchReferenceFormat)
1458
1610
breezy.tests.per_branch.test_push.TestPush.test_push_uses_read_lock(BzrBranchFormat5)
1485
1637
breezy.tests.per_branch.test_reconcile.TestBranchReconcile.test_reconcile_handles_ghosts_in_revhistory(BranchReferenceFormat)
1486
1638
breezy.tests.per_branch.test_reconcile.TestBranchReconcile.test_reconcile_handles_ghosts_in_revhistory(BzrBranchFormat4)
1487
1639
breezy.tests.per_branch.test_reconcile.TestBranchReconcile.test_reconcile_handles_ghosts_in_revhistory(LocalGitBranchFormat)
 
1640
breezy.tests.per_branch.test_reconcile.TestBranchReconcile.test_reconcile_handles_ghosts_in_revhistory(RemoteBranchFormat-default)
1488
1641
breezy.tests.per_branch.test_reconcile.TestBranchReconcile.test_reconcile_handles_ghosts_in_revhistory(RemoteGitBranchFormat)
1489
1642
breezy.tests.per_branch.test_reconcile.TestBranchReconcile.test_reconcile_returns_reconciler(BranchReferenceFormat)
1490
1643
breezy.tests.per_branch.test_reconcile.TestBranchReconcile.test_reconcile_returns_reconciler(BzrBranchFormat4)
1503
1656
breezy.tests.per_branch.test_revision_id_to_dotted_revno.TestRevisionIdToDottedRevno.test_lookup_dotted_revno(BranchReferenceFormat)
1504
1657
breezy.tests.per_branch.test_revision_id_to_dotted_revno.TestRevisionIdToDottedRevno.test_lookup_dotted_revno(RemoteGitBranchFormat)
1505
1658
breezy.tests.per_branch.test_revision_id_to_revno.TestRevisionIdToRevno.test_empty(BranchReferenceFormat)
 
1659
breezy.tests.per_branch.test_revision_id_to_revno.TestRevisionIdToRevno.test_empty(RemoteBranchFormat-default)
1506
1660
breezy.tests.per_branch.test_revision_id_to_revno.TestRevisionIdToRevno.test_empty(RemoteGitBranchFormat)
1507
1661
breezy.tests.per_branch.test_revision_id_to_revno.TestRevisionIdToRevno.test_mainline_ghost(BranchReferenceFormat)
1508
1662
breezy.tests.per_branch.test_revision_id_to_revno.TestRevisionIdToRevno.test_mainline_ghost(BzrBranchFormat4)
1509
1663
breezy.tests.per_branch.test_revision_id_to_revno.TestRevisionIdToRevno.test_mainline_ghost(LocalGitBranchFormat)
 
1664
breezy.tests.per_branch.test_revision_id_to_revno.TestRevisionIdToRevno.test_mainline_ghost(RemoteBranchFormat-default)
1510
1665
breezy.tests.per_branch.test_revision_id_to_revno.TestRevisionIdToRevno.test_mainline_ghost(RemoteGitBranchFormat)
1511
1666
breezy.tests.per_branch.test_revision_id_to_revno.TestRevisionIdToRevno.test_simple_revno(BranchReferenceFormat)
1512
1667
breezy.tests.per_branch.test_revision_id_to_revno.TestRevisionIdToRevno.test_simple_revno(RemoteGitBranchFormat)
1528
1683
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_from_any_repo_revision(BranchReferenceFormat)
1529
1684
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_from_any_repo_revision(RemoteGitBranchFormat)
1530
1685
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_partial(BranchReferenceFormat)
 
1686
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_partial(BzrBranchFormat5)
1531
1687
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_partial(BzrBranchFormat6)
1532
1688
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_partial(BzrBranchFormat7)
1533
1689
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_partial(BzrBranchFormat8)
1534
1690
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_partial_not_in_revision_history(BranchReferenceFormat)
 
1691
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_partial_not_in_revision_history(BzrBranchFormat5)
1535
1692
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_partial_not_in_revision_history(BzrBranchFormat6)
1536
1693
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_partial_not_in_revision_history(BzrBranchFormat7)
1537
1694
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_partial_not_in_revision_history(BzrBranchFormat8)
1547
1704
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_stacked_hooks_get_stacked_branch(BzrBranchFormat8)
1548
1705
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_stacked_hooks_get_stacked_branch(RemoteGitBranchFormat)
1549
1706
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_uses_bzrdir_branch_format(BranchReferenceFormat)
 
1707
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_uses_bzrdir_branch_format(BzrBranchFormat4)
 
1708
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_uses_bzrdir_branch_format(BzrBranchFormat5)
1550
1709
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_uses_bzrdir_branch_format(BzrBranchFormat6)
1551
1710
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_uses_bzrdir_branch_format(BzrBranchFormat7)
1552
1711
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_uses_bzrdir_branch_format(BzrBranchFormat8)
1554
1713
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_with_ghost_in_mainline(BranchReferenceFormat)
1555
1714
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_with_ghost_in_mainline(BzrBranchFormat4)
1556
1715
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_with_ghost_in_mainline(LocalGitBranchFormat)
 
1716
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_with_ghost_in_mainline(RemoteBranchFormat-default)
1557
1717
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_with_ghost_in_mainline(RemoteGitBranchFormat)
1558
1718
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_with_unicode_symlink(BranchReferenceFormat)
 
1719
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_with_unicode_symlink(BzrBranchFormat5)
1559
1720
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_with_unicode_symlink(BzrBranchFormat6)
1560
1721
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_with_unicode_symlink(BzrBranchFormat7)
1561
1722
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_with_unicode_symlink(BzrBranchFormat8)
1564
1725
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked(BzrBranchFormat4)
1565
1726
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked(BzrBranchFormat5)
1566
1727
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked(BzrBranchFormat6)
 
1728
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked(BzrBranchFormat7)
 
1729
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked(BzrBranchFormat8)
1567
1730
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked(LocalGitBranchFormat)
1568
1731
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked_relative(BranchReferenceFormat)
1569
1732
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked_relative(BzrBranchFormat4)
1570
1733
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked_relative(BzrBranchFormat5)
1571
1734
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked_relative(BzrBranchFormat6)
 
1735
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked_relative(BzrBranchFormat7)
 
1736
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked_relative(BzrBranchFormat8)
1572
1737
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked_relative(LocalGitBranchFormat)
 
1738
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked_relative(RemoteBranchFormat-default)
 
1739
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked_relative(RemoteBranchFormat-v2)
1573
1740
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked_relative(RemoteGitBranchFormat)
 
1741
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked(RemoteBranchFormat-default)
 
1742
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked(RemoteBranchFormat-v2)
1574
1743
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked(RemoteGitBranchFormat)
1575
1744
breezy.tests.per_branch.test_stacking.TestStacking.test_autopack_when_stacked(BranchReferenceFormat)
1576
1745
breezy.tests.per_branch.test_stacking.TestStacking.test_autopack_when_stacked(BzrBranchFormat4)
1607
1776
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on_and_stacked(BranchReferenceFormat)
1608
1777
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on_and_stacked(RemoteGitBranchFormat)
1609
1778
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on(BranchReferenceFormat)
 
1779
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on(BzrBranchFormat5)
 
1780
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on(BzrBranchFormat6)
 
1781
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on(BzrBranchFormat7)
 
1782
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on(BzrBranchFormat8)
1610
1783
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on(RemoteGitBranchFormat)
1611
1784
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_revisions_with_file_changes(BranchReferenceFormat)
 
1785
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_revisions_with_file_changes(BzrBranchFormat5)
1612
1786
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_revisions_with_file_changes(BzrBranchFormat6)
1613
1787
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_revisions_with_file_changes(RemoteGitBranchFormat)
1614
1788
breezy.tests.per_branch.test_stacking.TestStacking.test_get_graph_stacked(BranchReferenceFormat)
1639
1813
breezy.tests.per_branch.test_stacking.TestStacking.test_no_op_preserve_stacking(BzrBranchFormat6)
1640
1814
breezy.tests.per_branch.test_stacking.TestStacking.test_no_op_preserve_stacking(BzrBranchFormat7)
1641
1815
breezy.tests.per_branch.test_stacking.TestStacking.test_no_op_preserve_stacking(BzrBranchFormat8)
 
1816
breezy.tests.per_branch.test_stacking.TestStacking.test_no_op_preserve_stacking(RemoteBranchFormat-default)
1642
1817
breezy.tests.per_branch.test_stacking.TestStacking.test_no_op_preserve_stacking(RemoteGitBranchFormat)
1643
1818
breezy.tests.per_branch.test_stacking.TestStacking.test_pull_delta_when_stacked(BranchReferenceFormat)
1644
1819
breezy.tests.per_branch.test_stacking.TestStacking.test_pull_delta_when_stacked(BzrBranchFormat4)
1778
1953
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_empty_tags(BzrBranchFormat6)
1779
1954
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_empty_tags(BzrBranchFormat7)
1780
1955
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_empty_tags(BzrBranchFormat8)
 
1956
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_empty_tags(RemoteBranchFormat-default)
 
1957
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_empty_tags(RemoteBranchFormat-v2)
1781
1958
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_empty_tags(RemoteGitBranchFormat)
1782
1959
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_tags(BranchReferenceFormat)
1783
1960
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_tags(BzrBranchFormat4)
1799
1976
breezy.tests.per_branch.test_tags.TestBranchTags.test_no_such_tag(BzrBranchFormat6)
1800
1977
breezy.tests.per_branch.test_tags.TestBranchTags.test_no_such_tag(BzrBranchFormat7)
1801
1978
breezy.tests.per_branch.test_tags.TestBranchTags.test_no_such_tag(BzrBranchFormat8)
 
1979
breezy.tests.per_branch.test_tags.TestBranchTags.test_no_such_tag(RemoteBranchFormat-default)
 
1980
breezy.tests.per_branch.test_tags.TestBranchTags.test_no_such_tag(RemoteBranchFormat-v2)
1802
1981
breezy.tests.per_branch.test_tags.TestBranchTags.test_no_such_tag(RemoteGitBranchFormat)
1803
1982
breezy.tests.per_branch.test_tags.TestBranchTags.test_read_lock_caches_tags(BranchReferenceFormat)
1804
1983
breezy.tests.per_branch.test_tags.TestBranchTags.test_read_lock_caches_tags(BzrBranchFormat4)
1834
2013
breezy.tests.per_branch.test_tags.TestBranchTags.test_tags_initially_empty(BzrBranchFormat6)
1835
2014
breezy.tests.per_branch.test_tags.TestBranchTags.test_tags_initially_empty(BzrBranchFormat7)
1836
2015
breezy.tests.per_branch.test_tags.TestBranchTags.test_tags_initially_empty(BzrBranchFormat8)
 
2016
breezy.tests.per_branch.test_tags.TestBranchTags.test_tags_initially_empty(RemoteBranchFormat-default)
 
2017
breezy.tests.per_branch.test_tags.TestBranchTags.test_tags_initially_empty(RemoteBranchFormat-v2)
1837
2018
breezy.tests.per_branch.test_tags.TestBranchTags.test_tags_initially_empty(RemoteGitBranchFormat)
1838
2019
breezy.tests.per_branch.test_tags.TestBranchTags.test_unicode_tag(BranchReferenceFormat)
1839
2020
breezy.tests.per_branch.test_tags.TestBranchTags.test_unicode_tag(BzrBranchFormat4)
1856
2037
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_ignore_master_disables_tag_propagation(BzrBranchFormat7)
1857
2038
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_ignore_master_disables_tag_propagation(BzrBranchFormat8)
1858
2039
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_ignore_master_disables_tag_propagation(LocalGitBranchFormat)
 
2040
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_ignore_master_disables_tag_propagation(RemoteBranchFormat-default)
 
2041
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_ignore_master_disables_tag_propagation(RemoteBranchFormat-v2)
1859
2042
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_ignore_master_disables_tag_propagation(RemoteGitBranchFormat)
1860
2043
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_child_only(BranchReferenceFormat)
1861
2044
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_child_only(BzrBranchFormat4)
1864
2047
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_child_only(BzrBranchFormat7)
1865
2048
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_child_only(BzrBranchFormat8)
1866
2049
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_child_only(LocalGitBranchFormat)
 
2050
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_child_only(RemoteBranchFormat-default)
 
2051
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_child_only(RemoteBranchFormat-v2)
1867
2052
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_child_only(RemoteGitBranchFormat)
1868
2053
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_master_only(BranchReferenceFormat)
1869
2054
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_master_only(BzrBranchFormat4)
1872
2057
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_master_only(BzrBranchFormat7)
1873
2058
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_master_only(BzrBranchFormat8)
1874
2059
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_master_only(LocalGitBranchFormat)
 
2060
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_master_only(RemoteBranchFormat-default)
 
2061
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_master_only(RemoteBranchFormat-v2)
1875
2062
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_master_only(RemoteGitBranchFormat)
1876
2063
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_different_conflict_in_master_and_child(BranchReferenceFormat)
1877
2064
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_different_conflict_in_master_and_child(BzrBranchFormat4)
1880
2067
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_different_conflict_in_master_and_child(BzrBranchFormat7)
1881
2068
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_different_conflict_in_master_and_child(BzrBranchFormat8)
1882
2069
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_different_conflict_in_master_and_child(LocalGitBranchFormat)
 
2070
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_different_conflict_in_master_and_child(RemoteBranchFormat-default)
 
2071
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_different_conflict_in_master_and_child(RemoteBranchFormat-v2)
1883
2072
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_different_conflict_in_master_and_child(RemoteGitBranchFormat)
1884
2073
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_child_and_master(BranchReferenceFormat)
1885
2074
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_child_and_master(BzrBranchFormat4)
1888
2077
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_child_and_master(BzrBranchFormat7)
1889
2078
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_child_and_master(BzrBranchFormat8)
1890
2079
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_child_and_master(LocalGitBranchFormat)
 
2080
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_child_and_master(RemoteBranchFormat-default)
 
2081
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_child_and_master(RemoteBranchFormat-v2)
1891
2082
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_child_and_master(RemoteGitBranchFormat)
1892
2083
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_master(BranchReferenceFormat)
1893
2084
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_master(BzrBranchFormat4)
1896
2087
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_master(BzrBranchFormat7)
1897
2088
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_master(BzrBranchFormat8)
1898
2089
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_master(LocalGitBranchFormat)
 
2090
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_master(RemoteBranchFormat-default)
 
2091
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_master(RemoteBranchFormat-v2)
1899
2092
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_master(RemoteGitBranchFormat)
1900
2093
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_propagates_tags(BranchReferenceFormat)
1901
2094
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_propagates_tags(BzrBranchFormat4)
1904
2097
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_propagates_tags(BzrBranchFormat7)
1905
2098
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_propagates_tags(BzrBranchFormat8)
1906
2099
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_propagates_tags(LocalGitBranchFormat)
 
2100
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_propagates_tags(RemoteBranchFormat-default)
 
2101
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_propagates_tags(RemoteBranchFormat-v2)
1907
2102
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_propagates_tags(RemoteGitBranchFormat)
1908
2103
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_same_conflict_in_master_and_child(BranchReferenceFormat)
1909
2104
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_same_conflict_in_master_and_child(BzrBranchFormat4)
1912
2107
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_same_conflict_in_master_and_child(BzrBranchFormat7)
1913
2108
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_same_conflict_in_master_and_child(BzrBranchFormat8)
1914
2109
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_same_conflict_in_master_and_child(LocalGitBranchFormat)
 
2110
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_same_conflict_in_master_and_child(RemoteBranchFormat-default)
 
2111
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_same_conflict_in_master_and_child(RemoteBranchFormat-v2)
1915
2112
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_same_conflict_in_master_and_child(RemoteGitBranchFormat)
1916
2113
breezy.tests.per_branch.test_tags.TestUnsupportedTags.test_merge_empty_tags(BranchReferenceFormat)
1917
2114
breezy.tests.per_branch.test_tags.TestUnsupportedTags.test_merge_empty_tags(BzrBranchFormat4)
1920
2117
breezy.tests.per_branch.test_tags.TestUnsupportedTags.test_merge_empty_tags(BzrBranchFormat7)
1921
2118
breezy.tests.per_branch.test_tags.TestUnsupportedTags.test_merge_empty_tags(BzrBranchFormat8)
1922
2119
breezy.tests.per_branch.test_tags.TestUnsupportedTags.test_merge_empty_tags(LocalGitBranchFormat)
 
2120
breezy.tests.per_branch.test_tags.TestUnsupportedTags.test_merge_empty_tags(RemoteBranchFormat-default)
 
2121
breezy.tests.per_branch.test_tags.TestUnsupportedTags.test_merge_empty_tags(RemoteBranchFormat-v2)
1923
2122
breezy.tests.per_branch.test_tags.TestUnsupportedTags.test_merge_empty_tags(RemoteGitBranchFormat)
1924
2123
breezy.tests.per_branch.test_tags.TestUnsupportedTags.test_tag_methods_raise(BranchReferenceFormat)
1925
2124
breezy.tests.per_branch.test_tags.TestUnsupportedTags.test_tag_methods_raise(BzrBranchFormat4)
1928
2127
breezy.tests.per_branch.test_tags.TestUnsupportedTags.test_tag_methods_raise(BzrBranchFormat7)
1929
2128
breezy.tests.per_branch.test_tags.TestUnsupportedTags.test_tag_methods_raise(BzrBranchFormat8)
1930
2129
breezy.tests.per_branch.test_tags.TestUnsupportedTags.test_tag_methods_raise(LocalGitBranchFormat)
 
2130
breezy.tests.per_branch.test_tags.TestUnsupportedTags.test_tag_methods_raise(RemoteBranchFormat-default)
 
2131
breezy.tests.per_branch.test_tags.TestUnsupportedTags.test_tag_methods_raise(RemoteBranchFormat-v2)
1931
2132
breezy.tests.per_branch.test_tags.TestUnsupportedTags.test_tag_methods_raise(RemoteGitBranchFormat)
1932
2133
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_bound(BranchReferenceFormat)
1933
2134
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_bound(BzrBranchFormat4)
1935
2136
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_bound(BzrBranchFormat7)
1936
2137
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_bound(BzrBranchFormat8)
1937
2138
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_bound(LocalGitBranchFormat)
 
2139
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_bound(RemoteBranchFormat-default)
 
2140
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_bound(RemoteBranchFormat-v2)
1938
2141
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_bound(RemoteGitBranchFormat)
1939
2142
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_not_to_origin(BranchReferenceFormat)
1940
2143
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_not_to_origin(BzrBranchFormat5)
1957
2160
breezy.tests.per_branch.test_update.TestUpdate.test_update_local_commits_returns_old_tip(BranchReferenceFormat)
1958
2161
breezy.tests.per_branch.test_update.TestUpdate.test_update_local_commits_returns_old_tip(BzrBranchFormat4)
1959
2162
breezy.tests.per_branch.test_update.TestUpdate.test_update_local_commits_returns_old_tip(LocalGitBranchFormat)
 
2163
breezy.tests.per_branch.test_update.TestUpdate.test_update_local_commits_returns_old_tip(RemoteBranchFormat-default)
1960
2164
breezy.tests.per_branch.test_update.TestUpdate.test_update_local_commits_returns_old_tip(RemoteGitBranchFormat)
1961
2165
breezy.tests.per_branch.test_update.TestUpdate.test_update_prefix_returns_none(BranchReferenceFormat)
1962
2166
breezy.tests.per_branch.test_update.TestUpdate.test_update_prefix_returns_none(BzrBranchFormat4)
1964
2168
breezy.tests.per_branch.test_update.TestUpdate.test_update_prefix_returns_none(BzrBranchFormat7)
1965
2169
breezy.tests.per_branch.test_update.TestUpdate.test_update_prefix_returns_none(BzrBranchFormat8)
1966
2170
breezy.tests.per_branch.test_update.TestUpdate.test_update_prefix_returns_none(LocalGitBranchFormat)
 
2171
breezy.tests.per_branch.test_update.TestUpdate.test_update_prefix_returns_none(RemoteBranchFormat-default)
1967
2172
breezy.tests.per_branch.test_update.TestUpdate.test_update_prefix_returns_none(RemoteGitBranchFormat)
1968
2173
breezy.tests.per_branch.test_update.TestUpdate.test_update_unbound_works(BranchReferenceFormat)
1969
2174
breezy.tests.per_branch.test_update.TestUpdate.test_update_unbound_works(BzrBranchFormat4)
1972
2177
breezy.tests.per_branch.test_update.TestUpdate.test_update_unbound_works(BzrBranchFormat7)
1973
2178
breezy.tests.per_branch.test_update.TestUpdate.test_update_unbound_works(BzrBranchFormat8)
1974
2179
breezy.tests.per_branch.test_update.TestUpdate.test_update_unbound_works(LocalGitBranchFormat)
 
2180
breezy.tests.per_branch.test_update.TestUpdate.test_update_unbound_works(RemoteBranchFormat-default)
 
2181
breezy.tests.per_branch.test_update.TestUpdate.test_update_unbound_works(RemoteBranchFormat-v2)
1975
2182
breezy.tests.per_branch.test_update.TestUpdate.test_update_unbound_works(RemoteGitBranchFormat)
1976
2183
breezy.tests.per_foreign_vcs.test_branch.ForeignBranchFormatTests.test_get_format_description_type(ForeignGit)
1977
2184
breezy.tests.per_foreign_vcs.test_branch.ForeignBranchFormatTests.test_initialize(ForeignGit)
2199
2406
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_missing_revision_same_location_fails(InterRepository,RepositoryFormat5,RepositoryFormatKnit3)
2200
2407
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_missing_revision_same_location_fails(InterRepository,RepositoryFormatKnit1,RepositoryFormatKnit3)
2201
2408
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_missing_revision_same_location_fails(InterSameDataRepository,RepositoryFormatKnit3,RepositoryFormatKnit3)
 
2409
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_missing_text_other_location_fails(InterDifferingSerializer,RepositoryFormat2a,RepositoryFormatKnitPack6RichRoot)
2202
2410
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnit1)
2203
2411
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnitPack1)
2204
2412
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary(InterKnitRepo,RepositoryFormatKnit3,RepositoryFormatKnitPack3)
2239
2447
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_same_location_trivial_works(InterRepository,RepositoryFormat5,RepositoryFormatKnit3)
2240
2448
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_same_location_trivial_works(InterRepository,RepositoryFormatKnit1,RepositoryFormatKnit3)
2241
2449
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_same_location_trivial_works(InterSameDataRepository,RepositoryFormatKnit3,RepositoryFormatKnit3)
 
2450
breezy.tests.per_interrepository.test_interrepository.TestCaseWithGhosts.test_fetch_all_fixes_up_ghost(InterDifferingSerializer,RepositoryFormat2a,RepositoryFormatKnitPack6RichRoot)
2242
2451
breezy.tests.per_interrepository.test_interrepository.TestCaseWithGhosts.test_fetch_all_fixes_up_ghost(InterRepository,RepositoryFormat5,RepositoryFormatKnit3)
2243
2452
breezy.tests.per_interrepository.test_interrepository.TestInterRepository.test_interrepository_get_returns_correct_optimiser(InterDifferingSerializer+get_known_graph_ancestry,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
2244
2453
breezy.tests.per_interrepository.test_interrepository.TestInterRepository.test_interrepository_get_returns_correct_optimiser(InterDifferingSerializer,RepositoryFormat2a,RepositoryFormatKnitPack6RichRoot)
2383
2592
breezy.tests.per_inventory.basics.TestInventoryFiltering.test_inv_filter_entry_not_present(Inventory)
2384
2593
breezy.tests.per_inventory.basics.TestInventoryFiltering.test_inv_filter_files_and_dirs(Inventory)
2385
2594
breezy.tests.per_inventory.basics.TestInventoryFiltering.test_inv_filter_files(Inventory)
 
2595
breezy.tests.per_inventory.basics.TestInventoryReads.test_ids(Inventory)
2386
2596
breezy.tests.per_inventory.basics.TestInventoryReads.test_iter_entries_by_dir(Inventory)
2387
2597
breezy.tests.per_inventory.basics.TestInventoryReads.test_iter_entries(Inventory)
2388
2598
breezy.tests.per_inventory.basics.TestInventoryReads.test_iter_just_entries(Inventory)
2463
2673
breezy.tests.per_pack_repository.TestPackRepository.test_concurrent_pack_during_get_record_reloads(2a)
2464
2674
breezy.tests.per_pack_repository.TestPackRepository.test_concurrent_pack_during_get_record_reloads(pack-0.92)
2465
2675
breezy.tests.per_pack_repository.TestPackRepository.test_concurrent_pack_during_get_record_reloads(pack-0.92-subtree)
 
2676
breezy.tests.per_pack_repository.TestPackRepository.test_fetch_without_find_ghosts_ignores_ghosts(2a)
2466
2677
breezy.tests.per_pack_repository.TestPackRepository.test_lock_write_does_not_physically_lock(1.6)
2467
2678
breezy.tests.per_pack_repository.TestPackRepository.test_lock_write_does_not_physically_lock(1.6.1-rich-root)
2468
2679
breezy.tests.per_pack_repository.TestPackRepository.test_lock_write_does_not_physically_lock(1.9)
2536
2747
breezy.tests.per_pack_repository.TestPackRepository.test_supports_external_lookups(pack-0.92-subtree)
2537
2748
breezy.tests.per_repository_chk.test_supported.TestCHKSupport.test_chk_bytes_attribute_is_VersionedFiles(RepositoryFormat2a)
2538
2749
breezy.tests.per_repository_chk.test_supported.TestCHKSupport.test_chk_bytes_attribute_is_VersionedFiles(RepositoryFormat2aSubtree)
2539
 
breezy.tests.per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_chk_leaf_for_inventory(RepositoryFormat2a)
2540
 
breezy.tests.per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_chk_leaf_for_inventory(RepositoryFormat2aSubtree)
2541
2750
breezy.tests.per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_chk_root_for_parent_inventory(RepositoryFormat2a)
2542
2751
breezy.tests.per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_chk_root_for_parent_inventory(RepositoryFormat2aSubtree)
2543
2752
breezy.tests.per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_chk_root_for_unchanged_inventory(RepositoryFormat2a)
2672
2881
breezy.tests.per_repository_reference.test_unlock.TestUnlock.test_unlock_unlocks_fallback(RepositoryFormatKnitPack6RichRoot)
2673
2882
breezy.tests.per_repository_reference.test_unlock.TestUnlock.test_unlock_unlocks_fallback(RepositoryFormatPackDevelopment2Subtree)
2674
2883
breezy.tests.per_repository.test_add_fallback_repository.TestAddFallbackRepository.test_add_fallback_repository(GitRepositoryFormat)
 
2884
breezy.tests.per_repository.test_add_fallback_repository.TestAddFallbackRepository.test_add_fallback_repository(RemoteRepositoryFormat-default)
2675
2885
breezy.tests.per_repository.test_add_fallback_repository.TestAddFallbackRepository.test_add_fallback_repository(RepositoryFormat2a)
2676
2886
breezy.tests.per_repository.test_add_fallback_repository.TestAddFallbackRepository.test_add_fallback_repository(RepositoryFormat2aSubtree)
2677
2887
breezy.tests.per_repository.test_add_fallback_repository.TestAddFallbackRepository.test_add_fallback_repository(RepositoryFormat4)
2685
2895
breezy.tests.per_repository.test_add_fallback_repository.TestAddFallbackRepository.test_add_fallback_repository(RepositoryFormatKnitPack3)
2686
2896
breezy.tests.per_repository.test_add_fallback_repository.TestAddFallbackRepository.test_add_fallback_repository(RepositoryFormatKnitPack4)
2687
2897
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_locked(GitRepositoryFormat)
 
2898
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_locked(RemoteRepositoryFormat-default)
2688
2899
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_locked(RepositoryFormat2a)
2689
2900
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_locked(RepositoryFormat2aSubtree)
2690
2901
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_locked(RepositoryFormat4)
2704
2915
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_locked(RepositoryFormatKnitPack6RichRoot)
2705
2916
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_locked(RepositoryFormatPackDevelopment2Subtree)
2706
2917
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_unlocked(GitRepositoryFormat)
 
2918
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_unlocked(RemoteRepositoryFormat-default)
 
2919
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_unlocked(RemoteRepositoryFormat-v2)
2707
2920
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_unlocked(RepositoryFormat2a)
2708
2921
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_unlocked(RepositoryFormat2aSubtree)
2709
2922
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_unlocked(RepositoryFormat4)
2733
2946
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_abort_record_iter_changes(RepositoryFormatKnit3)
2734
2947
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_abort_record_iter_changes(RepositoryFormatKnit4)
2735
2948
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_builder_commit_with_invalid_message(GitRepositoryFormat)
 
2949
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_builder_commit_with_invalid_message(RemoteRepositoryFormat-default)
2736
2950
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_builder_commit_with_invalid_message(RepositoryFormat2a)
2737
2951
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_builder_commit_with_invalid_message(RepositoryFormat2aSubtree)
2738
2952
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_builder_commit_with_invalid_message(RepositoryFormat4)
2751
2965
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_builder_commit_with_invalid_message(RepositoryFormatKnitPack6)
2752
2966
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_builder_commit_with_invalid_message(RepositoryFormatKnitPack6RichRoot)
2753
2967
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_builder_commit_with_invalid_message(RepositoryFormatPackDevelopment2Subtree)
 
2968
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_lossy(RepositoryFormat2a)
 
2969
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_lossy(RepositoryFormat2aSubtree)
2754
2970
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_lossy(RepositoryFormat4)
 
2971
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_message(RepositoryFormat2a)
 
2972
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_message(RepositoryFormat2aSubtree)
2755
2973
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_message(RepositoryFormat4)
2756
2974
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_committer_no_username(RepositoryFormat2a)
2757
2975
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_committer_no_username(RepositoryFormat2aSubtree)
2796
3014
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_finish_inventory_record_iter_changes(RepositoryFormatKnit3)
2797
3015
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_finish_inventory_record_iter_changes(RepositoryFormatKnit4)
2798
3016
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder(GitRepositoryFormat)
 
3017
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder(RemoteRepositoryFormat-default)
2799
3018
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder(RepositoryFormat2a)
2800
3019
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder(RepositoryFormat2aSubtree)
2801
3020
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder(RepositoryFormat4)
2815
3034
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder(RepositoryFormatKnitPack6RichRoot)
2816
3035
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder(RepositoryFormatPackDevelopment2Subtree)
2817
3036
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder_with_invalid_revprops(GitRepositoryFormat)
 
3037
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder_with_invalid_revprops(RemoteRepositoryFormat-default)
2818
3038
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder_with_invalid_revprops(RepositoryFormat2a)
2819
3039
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder_with_invalid_revprops(RepositoryFormat2aSubtree)
2820
3040
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder_with_invalid_revprops(RepositoryFormat4)
2850
3070
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_dir_unchanged(RepositoryFormat4)
2851
3071
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_file_unchanged(RepositoryFormat4)
2852
3072
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_link_unchanged(RepositoryFormat4)
 
3073
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_reference_unchanged(RemoteRepositoryFormat-default)
2853
3074
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_reference_unchanged(RepositoryFormat4)
2854
3075
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_reference_unchanged(RepositoryFormat5)
2855
3076
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_reference_unchanged(RepositoryFormat6)
2878
3099
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_rename_dir_changes(RepositoryFormat4)
2879
3100
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_rename_file_changes(RepositoryFormat4)
2880
3101
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_rename_link_changes(RepositoryFormat4)
 
3102
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_rename_ref_changes(RemoteRepositoryFormat-default)
2881
3103
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_rename_ref_changes(RepositoryFormat4)
2882
3104
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_rename_ref_changes(RepositoryFormat5)
2883
3105
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_rename_ref_changes(RepositoryFormat6)
2894
3116
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_record_delete_record_iter_changes(RepositoryFormat2a)
2895
3117
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_record_delete_record_iter_changes(RepositoryFormat2aSubtree)
2896
3118
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_record_delete_record_iter_changes(RepositoryFormat4)
 
3119
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_revision_tree_record_iter_changes(RepositoryFormat2a)
 
3120
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_revision_tree_record_iter_changes(RepositoryFormat2aSubtree)
2897
3121
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_revision_tree_record_iter_changes(RepositoryFormat4)
2898
3122
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_root_entry_has_revision(RepositoryFormat2a)
2899
3123
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_root_entry_has_revision(RepositoryFormat2aSubtree)
2900
3124
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_root_entry_has_revision(RepositoryFormat4)
2901
3125
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(GitRepositoryFormat)
 
3126
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RemoteRepositoryFormat-default)
 
3127
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RemoteRepositoryFormat-v2)
2902
3128
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RepositoryFormat2a)
2903
3129
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RepositoryFormat2aSubtree)
2904
3130
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RepositoryFormat4)
2928
3154
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_all_same_revisions_twice(RepositoryFormat4)
2929
3155
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_copies_signatures(RepositoryFormat4)
2930
3156
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_fails_in_write_group(GitRepositoryFormat)
 
3157
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_fails_in_write_group(RemoteRepositoryFormat-default)
2931
3158
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_fails_in_write_group(RepositoryFormat2a)
2932
3159
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_fails_in_write_group(RepositoryFormat2aSubtree)
2933
3160
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_fails_in_write_group(RepositoryFormat4)
2946
3173
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_fails_in_write_group(RepositoryFormatKnitPack6)
2947
3174
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_fails_in_write_group(RepositoryFormatKnitPack6RichRoot)
2948
3175
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_fails_in_write_group(RepositoryFormatPackDevelopment2Subtree)
 
3176
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_from_self(RepositoryFormat2a)
 
3177
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_from_self(RepositoryFormat2aSubtree)
2949
3178
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_from_self(RepositoryFormat4)
2950
3179
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_from_smart_with_ghost(GitRepositoryFormat)
2951
3180
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_from_smart_with_ghost(RemoteRepositoryFormat-default)
3066
3295
breezy.tests.per_repository.test_file_graph.TestPerFileGraph.test_file_graph(RepositoryFormat2a)
3067
3296
breezy.tests.per_repository.test_file_graph.TestPerFileGraph.test_file_graph(RepositoryFormat2aSubtree)
3068
3297
breezy.tests.per_repository.test_file_graph.TestPerFileGraph.test_file_graph(RepositoryFormat4)
 
3298
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_missing_revision(RemoteRepositoryFormat-default)
3069
3299
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_missing_revision(RepositoryFormat2a)
3070
3300
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_missing_revision(RepositoryFormat2aSubtree)
3071
3301
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_missing_revision(RepositoryFormat4)
3094
3324
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_no_parents(RepositoryFormat2aSubtree)
3095
3325
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_no_parents(RepositoryFormat4)
3096
3326
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_null_revision(GitRepositoryFormat)
 
3327
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_null_revision(RemoteRepositoryFormat-default)
3097
3328
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_null_revision(RepositoryFormat2a)
3098
3329
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_null_revision(RepositoryFormat2aSubtree)
3099
3330
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_null_revision(RepositoryFormat4)
3113
3344
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_null_revision(RepositoryFormatKnitPack6RichRoot)
3114
3345
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_null_revision(RepositoryFormatPackDevelopment2Subtree)
3115
3346
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_empty_list(GitRepositoryFormat)
 
3347
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_empty_list(RemoteRepositoryFormat-default)
 
3348
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_empty_list(RemoteRepositoryFormat-v2)
3116
3349
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_empty_list(RepositoryFormat2a)
3117
3350
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_empty_list(RepositoryFormat2aSubtree)
3118
3351
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_empty_list(RepositoryFormat4)
3132
3365
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_empty_list(RepositoryFormatKnitPack6RichRoot)
3133
3366
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_empty_list(RepositoryFormatPackDevelopment2Subtree)
3134
3367
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_NULL(GitRepositoryFormat)
 
3368
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_NULL(RemoteRepositoryFormat-default)
 
3369
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_NULL(RemoteRepositoryFormat-v2)
3135
3370
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_NULL(RepositoryFormat2a)
3136
3371
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_NULL(RepositoryFormat2aSubtree)
3137
3372
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_NULL(RepositoryFormat4)
3152
3387
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_NULL(RepositoryFormatPackDevelopment2Subtree)
3153
3388
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_superset(RepositoryFormat4)
3154
3389
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_format_not_equal(GitRepositoryFormat)
 
3390
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_format_not_equal(RemoteRepositoryFormat-default)
3155
3391
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_format_not_equal(RepositoryFormat2a)
3156
3392
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_format_not_equal(RepositoryFormat2aSubtree)
3157
3393
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_format_not_equal(RepositoryFormat4)
3171
3407
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_format_not_equal(RepositoryFormatKnitPack6RichRoot)
3172
3408
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_format_not_equal(RepositoryFormatPackDevelopment2Subtree)
3173
3409
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_repos_not_equal(GitRepositoryFormat)
 
3410
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_repos_not_equal(RemoteRepositoryFormat-default)
 
3411
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_repos_not_equal(RemoteRepositoryFormat-v2)
3174
3412
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_repos_not_equal(RepositoryFormat2a)
3175
3413
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_repos_not_equal(RepositoryFormat2aSubtree)
3176
3414
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_repos_not_equal(RepositoryFormat4)
3209
3447
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_bzrdir_different_control_files_not_equal(RepositoryFormatKnitPack6RichRoot)
3210
3448
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_bzrdir_different_control_files_not_equal(RepositoryFormatPackDevelopment2Subtree)
3211
3449
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_instance(GitRepositoryFormat)
 
3450
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_instance(RemoteRepositoryFormat-default)
 
3451
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_instance(RemoteRepositoryFormat-v2)
3212
3452
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_instance(RepositoryFormat2a)
3213
3453
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_instance(RepositoryFormat2aSubtree)
3214
3454
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_instance(RepositoryFormat4)
3228
3468
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_instance(RepositoryFormatKnitPack6RichRoot)
3229
3469
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_instance(RepositoryFormatPackDevelopment2Subtree)
3230
3470
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_location(GitRepositoryFormat)
 
3471
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_location(RemoteRepositoryFormat-default)
 
3472
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_location(RemoteRepositoryFormat-v2)
3231
3473
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_location(RepositoryFormat2a)
3232
3474
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_location(RepositoryFormat2aSubtree)
3233
3475
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_location(RepositoryFormat4)
3247
3489
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_location(RepositoryFormatKnitPack6RichRoot)
3248
3490
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_location(RepositoryFormatPackDevelopment2Subtree)
3249
3491
breezy.tests.per_repository.test_locking.TestIsLocked.test_not_locked(GitRepositoryFormat)
 
3492
breezy.tests.per_repository.test_locking.TestIsLocked.test_not_locked(RemoteRepositoryFormat-default)
 
3493
breezy.tests.per_repository.test_locking.TestIsLocked.test_not_locked(RemoteRepositoryFormat-v2)
3250
3494
breezy.tests.per_repository.test_locking.TestIsLocked.test_not_locked(RepositoryFormat2a)
3251
3495
breezy.tests.per_repository.test_locking.TestIsLocked.test_not_locked(RepositoryFormat2aSubtree)
3252
3496
breezy.tests.per_repository.test_locking.TestIsLocked.test_not_locked(RepositoryFormat4)
3266
3510
breezy.tests.per_repository.test_locking.TestIsLocked.test_not_locked(RepositoryFormatKnitPack6RichRoot)
3267
3511
breezy.tests.per_repository.test_locking.TestIsLocked.test_not_locked(RepositoryFormatPackDevelopment2Subtree)
3268
3512
breezy.tests.per_repository.test_locking.TestIsLocked.test_read_locked(GitRepositoryFormat)
 
3513
breezy.tests.per_repository.test_locking.TestIsLocked.test_read_locked(RemoteRepositoryFormat-default)
 
3514
breezy.tests.per_repository.test_locking.TestIsLocked.test_read_locked(RemoteRepositoryFormat-v2)
3269
3515
breezy.tests.per_repository.test_locking.TestIsLocked.test_read_locked(RepositoryFormat2a)
3270
3516
breezy.tests.per_repository.test_locking.TestIsLocked.test_read_locked(RepositoryFormat2aSubtree)
3271
3517
breezy.tests.per_repository.test_locking.TestIsLocked.test_read_locked(RepositoryFormat4)
3285
3531
breezy.tests.per_repository.test_locking.TestIsLocked.test_read_locked(RepositoryFormatKnitPack6RichRoot)
3286
3532
breezy.tests.per_repository.test_locking.TestIsLocked.test_read_locked(RepositoryFormatPackDevelopment2Subtree)
3287
3533
breezy.tests.per_repository.test_locking.TestIsLocked.test_write_locked(GitRepositoryFormat)
 
3534
breezy.tests.per_repository.test_locking.TestIsLocked.test_write_locked(RemoteRepositoryFormat-default)
3288
3535
breezy.tests.per_repository.test_locking.TestIsLocked.test_write_locked(RepositoryFormat2a)
3289
3536
breezy.tests.per_repository.test_locking.TestIsLocked.test_write_locked(RepositoryFormat2aSubtree)
3290
3537
breezy.tests.per_repository.test_locking.TestIsLocked.test_write_locked(RepositoryFormat4)
3304
3551
breezy.tests.per_repository.test_locking.TestIsLocked.test_write_locked(RepositoryFormatKnitPack6RichRoot)
3305
3552
breezy.tests.per_repository.test_locking.TestIsLocked.test_write_locked(RepositoryFormatPackDevelopment2Subtree)
3306
3553
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_not_locked(GitRepositoryFormat)
 
3554
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_not_locked(RemoteRepositoryFormat-default)
 
3555
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_not_locked(RemoteRepositoryFormat-v2)
3307
3556
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_not_locked(RepositoryFormat2a)
3308
3557
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_not_locked(RepositoryFormat2aSubtree)
3309
3558
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_not_locked(RepositoryFormat4)
3323
3572
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_not_locked(RepositoryFormatKnitPack6RichRoot)
3324
3573
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_not_locked(RepositoryFormatPackDevelopment2Subtree)
3325
3574
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_read_locked(GitRepositoryFormat)
 
3575
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_read_locked(RemoteRepositoryFormat-default)
 
3576
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_read_locked(RemoteRepositoryFormat-v2)
3326
3577
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_read_locked(RepositoryFormat2a)
3327
3578
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_read_locked(RepositoryFormat2aSubtree)
3328
3579
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_read_locked(RepositoryFormat4)
3342
3593
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_read_locked(RepositoryFormatKnitPack6RichRoot)
3343
3594
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_read_locked(RepositoryFormatPackDevelopment2Subtree)
3344
3595
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_write_locked(GitRepositoryFormat)
 
3596
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_write_locked(RemoteRepositoryFormat-default)
3345
3597
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_write_locked(RepositoryFormat2a)
3346
3598
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_write_locked(RepositoryFormat2aSubtree)
3347
3599
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_write_locked(RepositoryFormat4)
3364
3616
breezy.tests.per_repository.test_pack.TestPack.test_pack_accepts_opaque_hint(RepositoryFormat2aSubtree)
3365
3617
breezy.tests.per_repository.test_pack.TestPack.test_pack_accepts_opaque_hint(RepositoryFormat4)
3366
3618
breezy.tests.per_repository.test_pack.TestPack.test_pack_empty_does_not_error(GitRepositoryFormat)
 
3619
breezy.tests.per_repository.test_pack.TestPack.test_pack_empty_does_not_error(RemoteRepositoryFormat-default)
3367
3620
breezy.tests.per_repository.test_pack.TestPack.test_pack_empty_does_not_error(RepositoryFormat2a)
3368
3621
breezy.tests.per_repository.test_pack.TestPack.test_pack_empty_does_not_error(RepositoryFormat2aSubtree)
3369
3622
breezy.tests.per_repository.test_pack.TestPack.test_pack_empty_does_not_error(RepositoryFormat4)
3384
3637
breezy.tests.per_repository.test_pack.TestPack.test_pack_empty_does_not_error(RepositoryFormatPackDevelopment2Subtree)
3385
3638
breezy.tests.per_repository.test_reconcile.TestRepeatedReconcile.test_trivial_two_reconciles_no_error(RepositoryFormat4)
3386
3639
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_in_write_group(GitRepositoryFormat)
 
3640
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_in_write_group(RemoteRepositoryFormat-default)
3387
3641
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_in_write_group(RepositoryFormat2a)
3388
3642
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_in_write_group(RepositoryFormat2aSubtree)
3389
3643
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_in_write_group(RepositoryFormat4)
3403
3657
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_in_write_group(RepositoryFormatKnitPack6RichRoot)
3404
3658
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_in_write_group(RepositoryFormatPackDevelopment2Subtree)
3405
3659
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_read_locked(GitRepositoryFormat)
 
3660
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_read_locked(RemoteRepositoryFormat-default)
 
3661
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_read_locked(RemoteRepositoryFormat-v2)
3406
3662
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_read_locked(RepositoryFormat2a)
3407
3663
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_read_locked(RepositoryFormat2aSubtree)
3408
3664
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_read_locked(RepositoryFormat4)
3422
3678
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_read_locked(RepositoryFormatKnitPack6RichRoot)
3423
3679
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_read_locked(RepositoryFormatPackDevelopment2Subtree)
3424
3680
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_unlocked(GitRepositoryFormat)
 
3681
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_unlocked(RemoteRepositoryFormat-default)
 
3682
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_unlocked(RemoteRepositoryFormat-v2)
3425
3683
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_unlocked(RepositoryFormat2a)
3426
3684
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_unlocked(RepositoryFormat2aSubtree)
3427
3685
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_unlocked(RepositoryFormat4)
3441
3699
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_unlocked(RepositoryFormatKnitPack6RichRoot)
3442
3700
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_unlocked(RepositoryFormatPackDevelopment2Subtree)
3443
3701
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_write_locked(GitRepositoryFormat)
 
3702
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_write_locked(RemoteRepositoryFormat-default)
3444
3703
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_write_locked(RepositoryFormat2a)
3445
3704
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_write_locked(RepositoryFormat2aSubtree)
3446
3705
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_write_locked(RepositoryFormat4)
3464
3723
breezy.tests.per_repository.test_repository.TestDeltaRevisionFiltered.test_file_in_unchanged_directory(RepositoryFormat4)
3465
3724
breezy.tests.per_repository.test_repository.TestDeltaRevisionFiltered.test_multiple_files(RepositoryFormat4)
3466
3725
breezy.tests.per_repository.test_repository.TestDeltaRevisionFiltered.test_unrelated(RepositoryFormat4)
 
3726
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(GitRepositoryFormat)
3467
3727
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RemoteRepositoryFormat-default)
3468
3728
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RemoteRepositoryFormat-v2)
 
3729
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormat2a)
 
3730
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormat2aSubtree)
 
3731
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormat4)
 
3732
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormat5)
 
3733
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormat6)
 
3734
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormat7)
 
3735
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormatKnit1)
 
3736
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormatKnit3)
 
3737
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormatKnit4)
 
3738
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormatKnitPack1)
 
3739
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormatKnitPack3)
 
3740
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormatKnitPack4)
 
3741
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormatKnitPack5)
 
3742
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormatKnitPack5RichRoot)
 
3743
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormatKnitPack5RichRootBroken)
 
3744
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormatKnitPack6)
 
3745
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormatKnitPack6RichRoot)
 
3746
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormatPackDevelopment2Subtree)
3469
3747
breezy.tests.per_repository.test_repository.TestRepositoryControlComponent.test_urls(GitRepositoryFormat)
 
3748
breezy.tests.per_repository.test_repository.TestRepositoryControlComponent.test_urls(RemoteRepositoryFormat-default)
 
3749
breezy.tests.per_repository.test_repository.TestRepositoryControlComponent.test_urls(RemoteRepositoryFormat-v2)
3470
3750
breezy.tests.per_repository.test_repository.TestRepositoryControlComponent.test_urls(RepositoryFormat2a)
3471
3751
breezy.tests.per_repository.test_repository.TestRepositoryControlComponent.test_urls(RepositoryFormat2aSubtree)
3472
3752
breezy.tests.per_repository.test_repository.TestRepositoryControlComponent.test_urls(RepositoryFormat4)
3486
3766
breezy.tests.per_repository.test_repository.TestRepositoryControlComponent.test_urls(RepositoryFormatKnitPack6RichRoot)
3487
3767
breezy.tests.per_repository.test_repository.TestRepositoryControlComponent.test_urls(RepositoryFormatPackDevelopment2Subtree)
3488
3768
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_dont_leave_lock_in_place(GitRepositoryFormat)
 
3769
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_dont_leave_lock_in_place(RemoteRepositoryFormat-default)
3489
3770
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_dont_leave_lock_in_place(RepositoryFormat2a)
3490
3771
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_dont_leave_lock_in_place(RepositoryFormat2aSubtree)
3491
3772
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_dont_leave_lock_in_place(RepositoryFormat4)
3505
3786
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_dont_leave_lock_in_place(RepositoryFormatKnitPack6RichRoot)
3506
3787
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_dont_leave_lock_in_place(RepositoryFormatPackDevelopment2Subtree)
3507
3788
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_leave_lock_in_place(GitRepositoryFormat)
 
3789
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_leave_lock_in_place(RemoteRepositoryFormat-default)
3508
3790
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_leave_lock_in_place(RepositoryFormat2a)
3509
3791
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_leave_lock_in_place(RepositoryFormat2aSubtree)
3510
3792
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_leave_lock_in_place(RepositoryFormat4)
3524
3806
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_leave_lock_in_place(RepositoryFormatKnitPack6RichRoot)
3525
3807
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_leave_lock_in_place(RepositoryFormatPackDevelopment2Subtree)
3526
3808
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_returns_unlockable(GitRepositoryFormat)
 
3809
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_returns_unlockable(RemoteRepositoryFormat-default)
 
3810
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_returns_unlockable(RemoteRepositoryFormat-v2)
3527
3811
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_returns_unlockable(RepositoryFormat2a)
3528
3812
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_returns_unlockable(RepositoryFormat2aSubtree)
3529
3813
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_returns_unlockable(RepositoryFormat4)
3543
3827
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_returns_unlockable(RepositoryFormatKnitPack6RichRoot)
3544
3828
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_returns_unlockable(RepositoryFormatPackDevelopment2Subtree)
3545
3829
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_then_unlock(GitRepositoryFormat)
 
3830
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_then_unlock(RemoteRepositoryFormat-default)
 
3831
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_then_unlock(RemoteRepositoryFormat-v2)
3546
3832
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_then_unlock(RepositoryFormat2a)
3547
3833
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_then_unlock(RepositoryFormat2aSubtree)
3548
3834
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_then_unlock(RepositoryFormat4)
3562
3848
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_then_unlock(RepositoryFormatKnitPack6RichRoot)
3563
3849
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_then_unlock(RepositoryFormatPackDevelopment2Subtree)
3564
3850
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_write_returns_unlockable(GitRepositoryFormat)
 
3851
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_write_returns_unlockable(RemoteRepositoryFormat-default)
3565
3852
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_write_returns_unlockable(RepositoryFormat2a)
3566
3853
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_write_returns_unlockable(RepositoryFormat2aSubtree)
3567
3854
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_write_returns_unlockable(RepositoryFormat4)
3581
3868
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_write_returns_unlockable(RepositoryFormatKnitPack6RichRoot)
3582
3869
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_write_returns_unlockable(RepositoryFormatPackDevelopment2Subtree)
3583
3870
breezy.tests.per_repository.test_repository.TestRepositoryMakeBranchAndTree.test_repository_format(GitRepositoryFormat)
 
3871
breezy.tests.per_repository.test_repository.TestRepositoryMakeBranchAndTree.test_repository_format(RemoteRepositoryFormat-default)
3584
3872
breezy.tests.per_repository.test_repository.TestRepositoryMakeBranchAndTree.test_repository_format(RepositoryFormat2a)
3585
3873
breezy.tests.per_repository.test_repository.TestRepositoryMakeBranchAndTree.test_repository_format(RepositoryFormat2aSubtree)
3586
3874
breezy.tests.per_repository.test_repository.TestRepositoryMakeBranchAndTree.test_repository_format(RepositoryFormat4)
3601
3889
breezy.tests.per_repository.test_repository.TestRepositoryMakeBranchAndTree.test_repository_format(RepositoryFormatPackDevelopment2Subtree)
3602
3890
breezy.tests.per_repository.test_repository.TestRepository.test_add_signature_text(RepositoryFormat4)
3603
3891
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_fast_deltas(GitRepositoryFormat)
 
3892
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_fast_deltas(RemoteRepositoryFormat-default)
 
3893
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_fast_deltas(RemoteRepositoryFormat-v2)
3604
3894
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_fast_deltas(RepositoryFormat2a)
3605
3895
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_fast_deltas(RepositoryFormat2aSubtree)
3606
3896
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_fast_deltas(RepositoryFormat4)
3620
3910
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_fast_deltas(RepositoryFormatKnitPack6RichRoot)
3621
3911
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_fast_deltas(RepositoryFormatPackDevelopment2Subtree)
3622
3912
breezy.tests.per_repository.test_repository.TestRepository.test_attribute__fetch_reconcile(GitRepositoryFormat)
 
3913
breezy.tests.per_repository.test_repository.TestRepository.test_attribute__fetch_reconcile(RemoteRepositoryFormat-default)
 
3914
breezy.tests.per_repository.test_repository.TestRepository.test_attribute__fetch_reconcile(RemoteRepositoryFormat-v2)
3623
3915
breezy.tests.per_repository.test_repository.TestRepository.test_attribute__fetch_reconcile(RepositoryFormat2a)
3624
3916
breezy.tests.per_repository.test_repository.TestRepository.test_attribute__fetch_reconcile(RepositoryFormat2aSubtree)
3625
3917
breezy.tests.per_repository.test_repository.TestRepository.test_attribute__fetch_reconcile(RepositoryFormat4)
3639
3931
breezy.tests.per_repository.test_repository.TestRepository.test_attribute__fetch_reconcile(RepositoryFormatKnitPack6RichRoot)
3640
3932
breezy.tests.per_repository.test_repository.TestRepository.test_attribute__fetch_reconcile(RepositoryFormatPackDevelopment2Subtree)
3641
3933
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_experimental(GitRepositoryFormat)
 
3934
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_experimental(RemoteRepositoryFormat-default)
 
3935
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_experimental(RemoteRepositoryFormat-v2)
3642
3936
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_experimental(RepositoryFormat2a)
3643
3937
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_experimental(RepositoryFormat2aSubtree)
3644
3938
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_experimental(RepositoryFormat4)
3658
3952
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_experimental(RepositoryFormatKnitPack6RichRoot)
3659
3953
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_experimental(RepositoryFormatPackDevelopment2Subtree)
3660
3954
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_pack_compresses(GitRepositoryFormat)
 
3955
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_pack_compresses(RemoteRepositoryFormat-default)
 
3956
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_pack_compresses(RemoteRepositoryFormat-v2)
3661
3957
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_pack_compresses(RepositoryFormat2a)
3662
3958
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_pack_compresses(RepositoryFormat2aSubtree)
3663
3959
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_pack_compresses(RepositoryFormat4)
3677
3973
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_pack_compresses(RepositoryFormatKnitPack6RichRoot)
3678
3974
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_pack_compresses(RepositoryFormatPackDevelopment2Subtree)
3679
3975
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_records_per_file_revision(GitRepositoryFormat)
 
3976
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_records_per_file_revision(RemoteRepositoryFormat-default)
 
3977
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_records_per_file_revision(RemoteRepositoryFormat-v2)
3680
3978
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_records_per_file_revision(RepositoryFormat2a)
3681
3979
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_records_per_file_revision(RepositoryFormat2aSubtree)
3682
3980
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_records_per_file_revision(RepositoryFormat4)
3696
3994
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_records_per_file_revision(RepositoryFormatKnitPack6RichRoot)
3697
3995
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_records_per_file_revision(RepositoryFormatPackDevelopment2Subtree)
3698
3996
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_revision_graph_can_have_wrong_parents(GitRepositoryFormat)
 
3997
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_revision_graph_can_have_wrong_parents(RemoteRepositoryFormat-default)
 
3998
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_revision_graph_can_have_wrong_parents(RemoteRepositoryFormat-v2)
3699
3999
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_revision_graph_can_have_wrong_parents(RepositoryFormat2a)
3700
4000
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_revision_graph_can_have_wrong_parents(RepositoryFormat2aSubtree)
3701
4001
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_revision_graph_can_have_wrong_parents(RepositoryFormat4)
3715
4015
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_revision_graph_can_have_wrong_parents(RepositoryFormatKnitPack6RichRoot)
3716
4016
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_revision_graph_can_have_wrong_parents(RepositoryFormatPackDevelopment2Subtree)
3717
4017
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_custom_revision_properties(GitRepositoryFormat)
 
4018
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_custom_revision_properties(RemoteRepositoryFormat-default)
 
4019
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_custom_revision_properties(RemoteRepositoryFormat-v2)
3718
4020
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_custom_revision_properties(RepositoryFormat2a)
3719
4021
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_custom_revision_properties(RepositoryFormat2aSubtree)
3720
4022
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_custom_revision_properties(RepositoryFormat4)
3734
4036
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_custom_revision_properties(RepositoryFormatKnitPack6RichRoot)
3735
4037
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_custom_revision_properties(RepositoryFormatPackDevelopment2Subtree)
3736
4038
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_full_versioned_files(GitRepositoryFormat)
 
4039
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_full_versioned_files(RemoteRepositoryFormat-default)
 
4040
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_full_versioned_files(RemoteRepositoryFormat-v2)
3737
4041
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_full_versioned_files(RepositoryFormat2a)
3738
4042
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_full_versioned_files(RepositoryFormat2aSubtree)
3739
4043
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_full_versioned_files(RepositoryFormat4)
3753
4057
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_full_versioned_files(RepositoryFormatKnitPack6RichRoot)
3754
4058
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_full_versioned_files(RepositoryFormatPackDevelopment2Subtree)
3755
4059
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_funky_characters(GitRepositoryFormat)
 
4060
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_funky_characters(RemoteRepositoryFormat-default)
 
4061
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_funky_characters(RemoteRepositoryFormat-v2)
3756
4062
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_funky_characters(RepositoryFormat2a)
3757
4063
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_funky_characters(RepositoryFormat2aSubtree)
3758
4064
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_funky_characters(RepositoryFormat4)
3772
4078
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_funky_characters(RepositoryFormatKnitPack6RichRoot)
3773
4079
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_funky_characters(RepositoryFormatPackDevelopment2Subtree)
3774
4080
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_leaving_lock(GitRepositoryFormat)
 
4081
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_leaving_lock(RemoteRepositoryFormat-default)
 
4082
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_leaving_lock(RemoteRepositoryFormat-v2)
3775
4083
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_leaving_lock(RepositoryFormat2a)
3776
4084
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_leaving_lock(RepositoryFormat2aSubtree)
3777
4085
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_leaving_lock(RepositoryFormat4)
3810
4118
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_overriding_transport(RepositoryFormatKnitPack6RichRoot)
3811
4119
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_overriding_transport(RepositoryFormatPackDevelopment2Subtree)
3812
4120
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_setting_revision_ids(GitRepositoryFormat)
 
4121
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_setting_revision_ids(RemoteRepositoryFormat-default)
 
4122
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_setting_revision_ids(RemoteRepositoryFormat-v2)
3813
4123
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_setting_revision_ids(RepositoryFormat2a)
3814
4124
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_setting_revision_ids(RepositoryFormat2aSubtree)
3815
4125
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_setting_revision_ids(RepositoryFormat4)
3829
4139
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_setting_revision_ids(RepositoryFormatKnitPack6RichRoot)
3830
4140
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_setting_revision_ids(RepositoryFormatPackDevelopment2Subtree)
3831
4141
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_storing_branch_nick(GitRepositoryFormat)
 
4142
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_storing_branch_nick(RemoteRepositoryFormat-default)
 
4143
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_storing_branch_nick(RemoteRepositoryFormat-v2)
3832
4144
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_storing_branch_nick(RepositoryFormat2a)
3833
4145
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_storing_branch_nick(RepositoryFormat2aSubtree)
3834
4146
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_storing_branch_nick(RepositoryFormat4)
3848
4160
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_storing_branch_nick(RepositoryFormatKnitPack6RichRoot)
3849
4161
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_storing_branch_nick(RepositoryFormatPackDevelopment2Subtree)
3850
4162
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_versioned_directories(GitRepositoryFormat)
 
4163
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_versioned_directories(RemoteRepositoryFormat-default)
 
4164
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_versioned_directories(RemoteRepositoryFormat-v2)
3851
4165
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_versioned_directories(RepositoryFormat2a)
3852
4166
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_versioned_directories(RepositoryFormat2aSubtree)
3853
4167
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_versioned_directories(RepositoryFormat4)
3867
4181
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_versioned_directories(RepositoryFormatKnitPack6RichRoot)
3868
4182
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_versioned_directories(RepositoryFormatPackDevelopment2Subtree)
3869
4183
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_nesting_repositories(GitRepositoryFormat)
 
4184
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_nesting_repositories(RemoteRepositoryFormat-default)
 
4185
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_nesting_repositories(RemoteRepositoryFormat-v2)
3870
4186
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_nesting_repositories(RepositoryFormat2a)
3871
4187
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_nesting_repositories(RepositoryFormat2aSubtree)
3872
4188
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_nesting_repositories(RepositoryFormat4)
3886
4202
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_nesting_repositories(RepositoryFormatKnitPack6RichRoot)
3887
4203
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_nesting_repositories(RepositoryFormatPackDevelopment2Subtree)
3888
4204
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_unreferenced_revisions(GitRepositoryFormat)
 
4205
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_unreferenced_revisions(RemoteRepositoryFormat-default)
 
4206
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_unreferenced_revisions(RemoteRepositoryFormat-v2)
3889
4207
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_unreferenced_revisions(RepositoryFormat2a)
3890
4208
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_unreferenced_revisions(RepositoryFormat2aSubtree)
3891
4209
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_unreferenced_revisions(RepositoryFormat4)
4006
4324
breezy.tests.per_repository.test_repository.TestRepository.test_clone_stacking_policy_upgrades(RepositoryFormatKnitPack6)
4007
4325
breezy.tests.per_repository.test_repository.TestRepository.test_clone_stacking_policy_upgrades(RepositoryFormatKnitPack6RichRoot)
4008
4326
breezy.tests.per_repository.test_repository.TestRepository.test_clone_stacking_policy_upgrades(RepositoryFormatPackDevelopment2Subtree)
 
4327
breezy.tests.per_repository.test_repository.TestRepository.test_clone_to_default_format(RepositoryFormat2a)
 
4328
breezy.tests.per_repository.test_repository.TestRepository.test_clone_to_default_format(RepositoryFormat2aSubtree)
4009
4329
breezy.tests.per_repository.test_repository.TestRepository.test_clone_to_default_format(RepositoryFormat4)
4010
4330
breezy.tests.per_repository.test_repository.TestRepository.test_clone_to_hpss(GitRepositoryFormat)
4011
4331
breezy.tests.per_repository.test_repository.TestRepository.test_clone_to_hpss(RepositoryFormat4)
4012
4332
breezy.tests.per_repository.test_repository.TestRepository.test_clone_to_hpss(RepositoryFormat5)
4013
4333
breezy.tests.per_repository.test_repository.TestRepository.test_clone_to_hpss(RepositoryFormat6)
4014
4334
breezy.tests.per_repository.test_repository.TestRepository.test_commit_unicode_message(RepositoryFormat4)
 
4335
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository(RemoteRepositoryFormat-default)
 
4336
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository(RemoteRepositoryFormat-v2)
4015
4337
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository(RepositoryFormat2a)
4016
4338
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository(RepositoryFormat2aSubtree)
4017
4339
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository(RepositoryFormat4)
4031
4353
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository(RepositoryFormatKnitPack6RichRoot)
4032
4354
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository(RepositoryFormatPackDevelopment2Subtree)
4033
4355
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository_shared(GitRepositoryFormat)
 
4356
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository_shared(RemoteRepositoryFormat-default)
 
4357
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository_shared(RemoteRepositoryFormat-v2)
4034
4358
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository_shared(RepositoryFormat2a)
4035
4359
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository_shared(RepositoryFormat2aSubtree)
4036
4360
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository_shared(RepositoryFormat4)
4125
4449
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_standalone(RepositoryFormatKnitPack6RichRoot)
4126
4450
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_standalone(RepositoryFormatPackDevelopment2Subtree)
4127
4451
breezy.tests.per_repository.test_repository.TestRepository.test_format_attributes(GitRepositoryFormat)
 
4452
breezy.tests.per_repository.test_repository.TestRepository.test_format_attributes(RemoteRepositoryFormat-default)
 
4453
breezy.tests.per_repository.test_repository.TestRepository.test_format_attributes(RemoteRepositoryFormat-v2)
4128
4454
breezy.tests.per_repository.test_repository.TestRepository.test_format_attributes(RepositoryFormat2a)
4129
4455
breezy.tests.per_repository.test_repository.TestRepository.test_format_attributes(RepositoryFormat2aSubtree)
4130
4456
breezy.tests.per_repository.test_repository.TestRepository.test_format_attributes(RepositoryFormat4)
4144
4470
breezy.tests.per_repository.test_repository.TestRepository.test_format_attributes(RepositoryFormatKnitPack6RichRoot)
4145
4471
breezy.tests.per_repository.test_repository.TestRepository.test_format_attributes(RepositoryFormatPackDevelopment2Subtree)
4146
4472
breezy.tests.per_repository.test_repository.TestRepository.test_format_description(GitRepositoryFormat)
 
4473
breezy.tests.per_repository.test_repository.TestRepository.test_format_description(RemoteRepositoryFormat-default)
 
4474
breezy.tests.per_repository.test_repository.TestRepository.test_format_description(RemoteRepositoryFormat-v2)
4147
4475
breezy.tests.per_repository.test_repository.TestRepository.test_format_description(RepositoryFormat2a)
4148
4476
breezy.tests.per_repository.test_repository.TestRepository.test_format_description(RepositoryFormat2aSubtree)
4149
4477
breezy.tests.per_repository.test_repository.TestRepository.test_format_description(RepositoryFormat4)
4163
4491
breezy.tests.per_repository.test_repository.TestRepository.test_format_description(RepositoryFormatKnitPack6RichRoot)
4164
4492
breezy.tests.per_repository.test_repository.TestRepository.test_format_description(RepositoryFormatPackDevelopment2Subtree)
4165
4493
breezy.tests.per_repository.test_repository.TestRepository.test_format_initialize_find_open(GitRepositoryFormat)
 
4494
breezy.tests.per_repository.test_repository.TestRepository.test_format_initialize_find_open(RemoteRepositoryFormat-default)
 
4495
breezy.tests.per_repository.test_repository.TestRepository.test_format_initialize_find_open(RemoteRepositoryFormat-v2)
4166
4496
breezy.tests.per_repository.test_repository.TestRepository.test_format_initialize_find_open(RepositoryFormat2a)
4167
4497
breezy.tests.per_repository.test_repository.TestRepository.test_format_initialize_find_open(RepositoryFormat2aSubtree)
4168
4498
breezy.tests.per_repository.test_repository.TestRepository.test_format_initialize_find_open(RepositoryFormat4)
4182
4512
breezy.tests.per_repository.test_repository.TestRepository.test_format_initialize_find_open(RepositoryFormatKnitPack6RichRoot)
4183
4513
breezy.tests.per_repository.test_repository.TestRepository.test_format_initialize_find_open(RepositoryFormatPackDevelopment2Subtree)
4184
4514
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_deprecated(GitRepositoryFormat)
 
4515
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_deprecated(RemoteRepositoryFormat-default)
 
4516
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_deprecated(RemoteRepositoryFormat-v2)
4185
4517
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_deprecated(RepositoryFormat2a)
4186
4518
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_deprecated(RepositoryFormat2aSubtree)
4187
4519
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_deprecated(RepositoryFormat4)
4201
4533
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_deprecated(RepositoryFormatKnitPack6RichRoot)
4202
4534
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_deprecated(RepositoryFormatPackDevelopment2Subtree)
4203
4535
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_supported(GitRepositoryFormat)
 
4536
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_supported(RemoteRepositoryFormat-default)
 
4537
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_supported(RemoteRepositoryFormat-v2)
4204
4538
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_supported(RepositoryFormat2a)
4205
4539
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_supported(RepositoryFormat2aSubtree)
4206
4540
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_supported(RepositoryFormat4)
4243
4577
breezy.tests.per_repository.test_repository.TestRepository.test_format_network_name(GitRepositoryFormat)
4244
4578
breezy.tests.per_repository.test_repository.TestRepository.test_format_network_name(RepositoryFormat4)
4245
4579
breezy.tests.per_repository.test_repository.TestRepository.test_format_supports_external_lookups(GitRepositoryFormat)
 
4580
breezy.tests.per_repository.test_repository.TestRepository.test_format_supports_external_lookups(RemoteRepositoryFormat-default)
 
4581
breezy.tests.per_repository.test_repository.TestRepository.test_format_supports_external_lookups(RemoteRepositoryFormat-v2)
4246
4582
breezy.tests.per_repository.test_repository.TestRepository.test_format_supports_external_lookups(RepositoryFormat2a)
4247
4583
breezy.tests.per_repository.test_repository.TestRepository.test_format_supports_external_lookups(RepositoryFormat2aSubtree)
4248
4584
breezy.tests.per_repository.test_repository.TestRepository.test_format_supports_external_lookups(RepositoryFormat4)
4262
4598
breezy.tests.per_repository.test_repository.TestRepository.test_format_supports_external_lookups(RepositoryFormatKnitPack6RichRoot)
4263
4599
breezy.tests.per_repository.test_repository.TestRepository.test_format_supports_external_lookups(RepositoryFormatPackDevelopment2Subtree)
4264
4600
breezy.tests.per_repository.test_repository.TestRepository.test_get_graph(GitRepositoryFormat)
 
4601
breezy.tests.per_repository.test_repository.TestRepository.test_get_graph(RemoteRepositoryFormat-default)
 
4602
breezy.tests.per_repository.test_repository.TestRepository.test_get_graph(RemoteRepositoryFormat-v2)
4265
4603
breezy.tests.per_repository.test_repository.TestRepository.test_get_graph(RepositoryFormat2a)
4266
4604
breezy.tests.per_repository.test_repository.TestRepository.test_get_graph(RepositoryFormat2aSubtree)
4267
4605
breezy.tests.per_repository.test_repository.TestRepository.test_get_graph(RepositoryFormat4)
4283
4621
breezy.tests.per_repository.test_repository.TestRepository.test_get_known_graph_ancestry(RepositoryFormat2a)
4284
4622
breezy.tests.per_repository.test_repository.TestRepository.test_get_known_graph_ancestry(RepositoryFormat2aSubtree)
4285
4623
breezy.tests.per_repository.test_repository.TestRepository.test_get_known_graph_ancestry(RepositoryFormat4)
 
4624
breezy.tests.per_repository.test_repository.TestRepository.test_get_revision_delta(RepositoryFormat2a)
 
4625
breezy.tests.per_repository.test_repository.TestRepository.test_get_revision_delta(RepositoryFormat2aSubtree)
4286
4626
breezy.tests.per_repository.test_repository.TestRepository.test_get_revision_delta(RepositoryFormat4)
 
4627
breezy.tests.per_repository.test_repository.TestRepository.test_get_revisions(RepositoryFormat2a)
 
4628
breezy.tests.per_repository.test_repository.TestRepository.test_get_revisions(RepositoryFormat2aSubtree)
4287
4629
breezy.tests.per_repository.test_repository.TestRepository.test_get_revisions(RepositoryFormat4)
4288
4630
breezy.tests.per_repository.test_repository.TestRepository.test_graph_ghost_handling(GitRepositoryFormat)
4289
4631
breezy.tests.per_repository.test_repository.TestRepository.test_graph_ghost_handling(RemoteRepositoryFormat-default)
4293
4635
breezy.tests.per_repository.test_repository.TestRepository.test_graph_ghost_handling(RepositoryFormat6)
4294
4636
breezy.tests.per_repository.test_repository.TestRepository.test_graph_ghost_handling(RepositoryFormat7)
4295
4637
breezy.tests.per_repository.test_repository.TestRepository.test_implements_revision_graph_can_have_wrong_parents(GitRepositoryFormat)
 
4638
breezy.tests.per_repository.test_repository.TestRepository.test_implements_revision_graph_can_have_wrong_parents(RemoteRepositoryFormat-default)
 
4639
breezy.tests.per_repository.test_repository.TestRepository.test_implements_revision_graph_can_have_wrong_parents(RemoteRepositoryFormat-v2)
4296
4640
breezy.tests.per_repository.test_repository.TestRepository.test_implements_revision_graph_can_have_wrong_parents(RepositoryFormat2a)
4297
4641
breezy.tests.per_repository.test_repository.TestRepository.test_implements_revision_graph_can_have_wrong_parents(RepositoryFormat2aSubtree)
4298
4642
breezy.tests.per_repository.test_repository.TestRepository.test_implements_revision_graph_can_have_wrong_parents(RepositoryFormat4)
4314
4658
breezy.tests.per_repository.test_repository.TestRepository.test_iter_files_bytes(RepositoryFormat4)
4315
4659
breezy.tests.per_repository.test_repository.TestRepository.test_iter_revisions(RepositoryFormat4)
4316
4660
breezy.tests.per_repository.test_repository.TestRepository.test__make_parents_provider(GitRepositoryFormat)
 
4661
breezy.tests.per_repository.test_repository.TestRepository.test__make_parents_provider(RemoteRepositoryFormat-default)
 
4662
breezy.tests.per_repository.test_repository.TestRepository.test__make_parents_provider(RemoteRepositoryFormat-v2)
4317
4663
breezy.tests.per_repository.test_repository.TestRepository.test__make_parents_provider(RepositoryFormat2a)
4318
4664
breezy.tests.per_repository.test_repository.TestRepository.test__make_parents_provider(RepositoryFormat2aSubtree)
4319
4665
breezy.tests.per_repository.test_repository.TestRepository.test__make_parents_provider(RepositoryFormat4)
4345
4691
breezy.tests.per_repository.test_repository.TestRepository.test_root_entry_has_revision(RepositoryFormat2aSubtree)
4346
4692
breezy.tests.per_repository.test_repository.TestRepository.test_root_entry_has_revision(RepositoryFormat4)
4347
4693
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_false(GitRepositoryFormat)
 
4694
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_false(RemoteRepositoryFormat-default)
 
4695
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_false(RemoteRepositoryFormat-v2)
4348
4696
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_false(RepositoryFormat2a)
4349
4697
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_false(RepositoryFormat2aSubtree)
4350
4698
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_false(RepositoryFormat4)
4364
4712
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_false(RepositoryFormatKnitPack6RichRoot)
4365
4713
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_false(RepositoryFormatPackDevelopment2Subtree)
4366
4714
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_true(GitRepositoryFormat)
 
4715
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_true(RemoteRepositoryFormat-default)
 
4716
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_true(RemoteRepositoryFormat-v2)
4367
4717
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_true(RepositoryFormat2a)
4368
4718
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_true(RepositoryFormat2aSubtree)
4369
4719
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_true(RepositoryFormat4)
4383
4733
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_true(RepositoryFormatKnitPack6RichRoot)
4384
4734
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_true(RepositoryFormatPackDevelopment2Subtree)
4385
4735
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(GitRepositoryFormat)
 
4736
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormat2a)
 
4737
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormat2aSubtree)
4386
4738
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormat4)
4387
4739
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormat5)
4388
4740
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormat6)
 
4741
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormat7)
 
4742
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormatKnit1)
 
4743
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormatKnit3)
 
4744
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormatKnit4)
 
4745
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormatKnitPack1)
 
4746
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormatKnitPack3)
 
4747
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormatKnitPack4)
 
4748
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormatKnitPack5)
 
4749
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormatKnitPack5RichRoot)
 
4750
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormatKnitPack5RichRootBroken)
 
4751
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormatKnitPack6)
 
4752
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormatKnitPack6RichRoot)
 
4753
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormatPackDevelopment2Subtree)
4389
4754
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(GitRepositoryFormat)
 
4755
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormat2a)
 
4756
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormat2aSubtree)
4390
4757
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormat4)
4391
4758
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormat5)
4392
4759
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormat6)
 
4760
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormat7)
 
4761
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormatKnit1)
 
4762
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormatKnit3)
 
4763
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormatKnit4)
 
4764
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormatKnitPack1)
 
4765
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormatKnitPack3)
 
4766
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormatKnitPack4)
 
4767
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormatKnitPack5)
 
4768
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormatKnitPack5RichRoot)
 
4769
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormatKnitPack5RichRootBroken)
 
4770
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormatKnitPack6)
 
4771
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormatKnitPack6RichRoot)
 
4772
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormatPackDevelopment2Subtree)
4393
4773
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(GitRepositoryFormat)
 
4774
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormat2a)
 
4775
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormat2aSubtree)
4394
4776
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormat4)
 
4777
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormat5)
 
4778
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormat6)
 
4779
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormat7)
 
4780
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormatKnit1)
 
4781
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormatKnit3)
 
4782
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormatKnit4)
 
4783
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormatKnitPack1)
 
4784
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormatKnitPack3)
 
4785
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormatKnitPack4)
 
4786
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormatKnitPack5)
 
4787
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormatKnitPack5RichRoot)
 
4788
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormatKnitPack5RichRootBroken)
 
4789
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormatKnitPack6)
 
4790
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormatKnitPack6RichRoot)
 
4791
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormatPackDevelopment2Subtree)
4395
4792
breezy.tests.per_repository.test_repository.TestRepository.test_supports_rich_root(RepositoryFormat2a)
4396
4793
breezy.tests.per_repository.test_repository.TestRepository.test_supports_rich_root(RepositoryFormat2aSubtree)
4397
4794
breezy.tests.per_repository.test_repository.TestRepository.test_supports_rich_root(RepositoryFormat4)
4398
4795
breezy.tests.per_repository.test_repository.TestRepository.test_upgrade_preserves_signatures(GitRepositoryFormat)
4399
4796
breezy.tests.per_repository.test_repository.TestRepository.test_upgrade_preserves_signatures(RepositoryFormat4)
4400
4797
breezy.tests.per_repository.test_revision.TestRevisionAttributes.test_revision_accessors(RepositoryFormat4)
 
4798
breezy.tests.per_repository.test_revision.TestRevisionAttributes.test_zero_timezone(RepositoryFormat2a)
 
4799
breezy.tests.per_repository.test_revision.TestRevisionAttributes.test_zero_timezone(RepositoryFormat2aSubtree)
4401
4800
breezy.tests.per_repository.test_revision.TestRevisionAttributes.test_zero_timezone(RepositoryFormat4)
4402
4801
breezy.tests.per_repository.test_revision.TestRevProps.test_invalid_revprops(GitRepositoryFormat)
4403
4802
breezy.tests.per_repository.test_revision.TestRevProps.test_invalid_revprops(RepositoryFormat2a)
4463
4862
breezy.tests.per_repository.test_statistics.TestGatherStats.test_gather_stats_empty_repo(RepositoryFormatKnitPack6)
4464
4863
breezy.tests.per_repository.test_statistics.TestGatherStats.test_gather_stats_empty_repo(RepositoryFormatKnitPack6RichRoot)
4465
4864
breezy.tests.per_repository.test_statistics.TestGatherStats.test_gather_stats_empty_repo(RepositoryFormatPackDevelopment2Subtree)
 
4865
breezy.tests.per_repository.test_statistics.TestGatherStats.test_gather_stats(RepositoryFormat2a)
 
4866
breezy.tests.per_repository.test_statistics.TestGatherStats.test_gather_stats(RepositoryFormat2aSubtree)
4466
4867
breezy.tests.per_repository.test_statistics.TestGatherStats.test_gather_stats(RepositoryFormat4)
4467
4868
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_does_not_raise_when_suppressed(GitRepositoryFormat)
4468
4869
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_does_not_raise_when_suppressed(RepositoryFormat2a)
5330
5731
breezy.tests.per_transport.TransportTests.test_append_file_mode(NoSmartTransportDecorator,NoSmartTransportServer)
5331
5732
breezy.tests.per_transport.TransportTests.test_append_file_mode(PathFilteringTransport,TestingPathFilteringServer)
5332
5733
breezy.tests.per_transport.TransportTests.test_append_file_mode(ReadonlyTransportDecorator,ReadonlyServer)
 
5734
breezy.tests.per_transport.TransportTests.test_append_file_mode(RemoteTCPTransport,SmartTCPServer_for_testing)
5333
5735
breezy.tests.per_transport.TransportTests.test_append_file_mode(SFTPTransport,SFTPAbsoluteServer)
5334
5736
breezy.tests.per_transport.TransportTests.test_append_file_mode(SFTPTransport,SFTPHomeDirServer)
5335
5737
breezy.tests.per_transport.TransportTests.test_append_file_mode(SFTPTransport,SFTPSiblingAbsoluteServer)
6020
6422
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_can_set_mode(PathFilteringTransport,TestingPathFilteringServer)
6021
6423
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_can_set_mode(ReadonlyTransportDecorator,ReadonlyServer)
6022
6424
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_can_set_mode(RemoteTCPTransport,SmartTCPServer_for_testing)
 
6425
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_can_set_mode(SFTPTransport,SFTPAbsoluteServer)
 
6426
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_can_set_mode(SFTPTransport,SFTPHomeDirServer)
 
6427
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_can_set_mode(SFTPTransport,SFTPSiblingAbsoluteServer)
6023
6428
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_can_set_mode(TransportLogDecorator,LogDecoratorServer)
6024
6429
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_can_set_mode(TransportTraceDecorator,TraceServer)
6025
6430
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_can_set_mode(UnlistableTransportDecorator,UnlistableServer)
6153
6558
breezy.tests.per_transport.TransportTests.test_readv_out_of_order(NoSmartTransportDecorator,NoSmartTransportServer)
6154
6559
breezy.tests.per_transport.TransportTests.test_readv_out_of_order(PathFilteringTransport,TestingPathFilteringServer)
6155
6560
breezy.tests.per_transport.TransportTests.test_readv_out_of_order(RemoteTCPTransport,SmartTCPServer_for_testing)
 
6561
breezy.tests.per_transport.TransportTests.test_readv_out_of_order(SFTPTransport,SFTPAbsoluteServer)
 
6562
breezy.tests.per_transport.TransportTests.test_readv_out_of_order(SFTPTransport,SFTPHomeDirServer)
 
6563
breezy.tests.per_transport.TransportTests.test_readv_out_of_order(SFTPTransport,SFTPSiblingAbsoluteServer)
6156
6564
breezy.tests.per_transport.TransportTests.test_readv_out_of_order(TransportLogDecorator,LogDecoratorServer)
6157
6565
breezy.tests.per_transport.TransportTests.test_readv_out_of_order(TransportTraceDecorator,TraceServer)
6158
6566
breezy.tests.per_transport.TransportTests.test_readv_out_of_order(UnlistableTransportDecorator,UnlistableServer)
6159
6567
breezy.tests.per_transport.TransportTests.test_readv(PathFilteringTransport,TestingPathFilteringServer)
6160
6568
breezy.tests.per_transport.TransportTests.test_readv(RemoteTCPTransport,SmartTCPServer_for_testing)
 
6569
breezy.tests.per_transport.TransportTests.test_readv(SFTPTransport,SFTPAbsoluteServer)
 
6570
breezy.tests.per_transport.TransportTests.test_readv(SFTPTransport,SFTPHomeDirServer)
 
6571
breezy.tests.per_transport.TransportTests.test_readv(SFTPTransport,SFTPSiblingAbsoluteServer)
6161
6572
breezy.tests.per_transport.TransportTests.test_readv_short_read(ChrootTransport,TestingChrootServer)
6162
6573
breezy.tests.per_transport.TransportTests.test_readv_short_read(FakeNFSTransportDecorator,FakeNFSServer)
6163
6574
breezy.tests.per_transport.TransportTests.test_readv_short_read(FakeVFATTransportDecorator,FakeVFATServer)
6167
6578
breezy.tests.per_transport.TransportTests.test_readv_short_read(NoSmartTransportDecorator,NoSmartTransportServer)
6168
6579
breezy.tests.per_transport.TransportTests.test_readv_short_read(PathFilteringTransport,TestingPathFilteringServer)
6169
6580
breezy.tests.per_transport.TransportTests.test_readv_short_read(RemoteTCPTransport,SmartTCPServer_for_testing)
 
6581
breezy.tests.per_transport.TransportTests.test_readv_short_read(SFTPTransport,SFTPAbsoluteServer)
 
6582
breezy.tests.per_transport.TransportTests.test_readv_short_read(SFTPTransport,SFTPHomeDirServer)
 
6583
breezy.tests.per_transport.TransportTests.test_readv_short_read(SFTPTransport,SFTPSiblingAbsoluteServer)
6170
6584
breezy.tests.per_transport.TransportTests.test_readv_short_read(TransportLogDecorator,LogDecoratorServer)
6171
6585
breezy.tests.per_transport.TransportTests.test_readv_short_read(TransportTraceDecorator,TraceServer)
6172
6586
breezy.tests.per_transport.TransportTests.test_readv_short_read(UnlistableTransportDecorator,UnlistableServer)
6512
6926
breezy.tests.per_transport.TransportTests.test_win32_abspath(UnlistableTransportDecorator,UnlistableServer)
6513
6927
breezy.tests.per_tree.test_annotate_iter.TestAnnotate.test_annotate_with_ghost(GitWorkingTreeFormat)
6514
6928
breezy.tests.per_tree.test_annotate_iter.TestAnnotate.test_annotate_with_ghost(WorkingTreeFormat2)
 
6929
breezy.tests.per_tree.test_annotate_iter.TestAnnotate.test_annotate_with_ghost(WorkingTreeFormat6,remote)
6515
6930
breezy.tests.per_tree.test_archive.GenericArchiveTests.test_dir_invalid(DirStateRevisionTree,WT4)
6516
6931
breezy.tests.per_tree.test_archive.GenericArchiveTests.test_dir_invalid(DirStateRevisionTree,WT5)
6517
6932
breezy.tests.per_tree.test_archive.GenericArchiveTests.test_dir_invalid(PreviewTree)
6523
6938
breezy.tests.per_tree.test_export.TestDir.test_export(RevisionTree)
6524
6939
breezy.tests.per_tree.test_export.TestDir.test_export_symlink(RevisionTree)
6525
6940
breezy.tests.per_tree.test_export.TestDir.test_export_symlink(WorkingTreeFormat3)
 
6941
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(DirStateRevisionTree,WT4)
 
6942
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(DirStateRevisionTree,WT5)
 
6943
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(RevisionTree)
6526
6944
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(WorkingTreeFormat2)
6527
6945
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(WorkingTreeFormat3)
6528
6946
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(WorkingTreeFormat4)
6529
6947
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(WorkingTreeFormat5)
6530
6948
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(WorkingTreeFormat6)
 
6949
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(WorkingTreeFormat6,remote)
6531
6950
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_nonexistant(DirStateRevisionTree,WT4)
6532
6951
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_nonexistant(DirStateRevisionTree,WT5)
6533
6952
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_nonexistant(PreviewTree)
6538
6957
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_nonexistant(WorkingTreeFormat4)
6539
6958
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_nonexistant(WorkingTreeFormat5)
6540
6959
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_nonexistant(WorkingTreeFormat6)
 
6960
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_nonexistant(WorkingTreeFormat6,remote)
6541
6961
breezy.tests.per_tree.test_get_root_id.TestGetRootID.test_get_root_id_default(DirStateRevisionTree,WT4)
6542
6962
breezy.tests.per_tree.test_get_root_id.TestGetRootID.test_get_root_id_default(DirStateRevisionTree,WT5)
6543
6963
breezy.tests.per_tree.test_get_root_id.TestGetRootID.test_get_root_id_default(PreviewTree)
6548
6968
breezy.tests.per_tree.test_get_root_id.TestGetRootID.test_get_root_id_default(WorkingTreeFormat4)
6549
6969
breezy.tests.per_tree.test_get_root_id.TestGetRootID.test_get_root_id_default(WorkingTreeFormat5)
6550
6970
breezy.tests.per_tree.test_get_root_id.TestGetRootID.test_get_root_id_default(WorkingTreeFormat6)
 
6971
breezy.tests.per_tree.test_get_root_id.TestGetRootID.test_get_root_id_default(WorkingTreeFormat6,remote)
6551
6972
breezy.tests.per_tree.test_get_root_id.TestGetRootID.test_get_root_id_fixed(GitWorkingTreeFormat)
6552
6973
breezy.tests.per_tree.test_get_symlink_target.TestGetSymlinkTarget.test_get_symlink_target(DirStateRevisionTree,WT4)
6553
6974
breezy.tests.per_tree.test_get_symlink_target.TestGetSymlinkTarget.test_get_symlink_target(DirStateRevisionTree,WT5)
6558
6979
breezy.tests.per_tree.test_get_symlink_target.TestGetSymlinkTarget.test_get_symlink_target(WorkingTreeFormat4)
6559
6980
breezy.tests.per_tree.test_get_symlink_target.TestGetSymlinkTarget.test_get_symlink_target(WorkingTreeFormat5)
6560
6981
breezy.tests.per_tree.test_get_symlink_target.TestGetSymlinkTarget.test_get_symlink_target(WorkingTreeFormat6)
 
6982
breezy.tests.per_tree.test_get_symlink_target.TestGetSymlinkTarget.test_get_symlink_target(WorkingTreeFormat6,remote)
6561
6983
breezy.tests.per_tree.test_ids.IdTests.test_id2path(GitWorkingTreeFormat)
6562
6984
breezy.tests.per_tree.test_ids.IdTests.test_path2id(GitWorkingTreeFormat)
6563
6985
breezy.tests.per_tree.test_ids.IdTests.test_path2id_list(GitWorkingTreeFormat)
6570
6992
breezy.tests.per_tree.test_inv.TestInventory.test_canonical_tree_name_mismatch(WorkingTreeFormat4)
6571
6993
breezy.tests.per_tree.test_inv.TestInventory.test_canonical_tree_name_mismatch(WorkingTreeFormat5)
6572
6994
breezy.tests.per_tree.test_inv.TestInventory.test_canonical_tree_name_mismatch(WorkingTreeFormat6)
 
6995
breezy.tests.per_tree.test_inv.TestInventory.test_canonical_tree_name_mismatch(WorkingTreeFormat6,remote)
6573
6996
breezy.tests.per_tree.test_inv.TestInventory.test_paths2ids_forget_old(DirStateRevisionTree,WT4)
6574
6997
breezy.tests.per_tree.test_inv.TestInventory.test_paths2ids_forget_old(DirStateRevisionTree,WT5)
6575
6998
breezy.tests.per_tree.test_inv.TestInventory.test_paths2ids_forget_old(PreviewTree)
6583
7006
breezy.tests.per_tree.test_inv.TestInventory.test_paths2ids_recursive(WorkingTreeFormat4)
6584
7007
breezy.tests.per_tree.test_inv.TestInventory.test_paths2ids_recursive(WorkingTreeFormat5)
6585
7008
breezy.tests.per_tree.test_inv.TestInventory.test_paths2ids_recursive(WorkingTreeFormat6)
 
7009
breezy.tests.per_tree.test_inv.TestInventory.test_paths2ids_recursive(WorkingTreeFormat6,remote)
6586
7010
breezy.tests.per_tree.test_iter_search_rules.TestIterSearchRules.test_iter_search_rules_no_tree(DirStateRevisionTree,WT4)
6587
7011
breezy.tests.per_tree.test_iter_search_rules.TestIterSearchRules.test_iter_search_rules_no_tree(DirStateRevisionTree,WT5)
6588
7012
breezy.tests.per_tree.test_iter_search_rules.TestIterSearchRules.test_iter_search_rules_no_tree(GitWorkingTreeFormat)
6594
7018
breezy.tests.per_tree.test_iter_search_rules.TestIterSearchRules.test_iter_search_rules_no_tree(WorkingTreeFormat4)
6595
7019
breezy.tests.per_tree.test_iter_search_rules.TestIterSearchRules.test_iter_search_rules_no_tree(WorkingTreeFormat5)
6596
7020
breezy.tests.per_tree.test_iter_search_rules.TestIterSearchRules.test_iter_search_rules_no_tree(WorkingTreeFormat6)
 
7021
breezy.tests.per_tree.test_iter_search_rules.TestIterSearchRules.test_iter_search_rules_no_tree(WorkingTreeFormat6,remote)
6597
7022
breezy.tests.per_tree.test_list_files.TestListFiles.test_list_files_from_dir_no_recurse(WorkingTreeFormat2)
6598
7023
breezy.tests.per_tree.test_list_files.TestListFiles.test_list_files_from_dir_no_recurse(WorkingTreeFormat3)
6599
7024
breezy.tests.per_tree.test_list_files.TestListFiles.test_list_files_from_dir(WorkingTreeFormat2)
6617
7042
breezy.tests.per_tree.test_locking.TestLocking.test_lock_read(WorkingTreeFormat4)
6618
7043
breezy.tests.per_tree.test_locking.TestLocking.test_lock_read(WorkingTreeFormat5)
6619
7044
breezy.tests.per_tree.test_locking.TestLocking.test_lock_read(WorkingTreeFormat6)
 
7045
breezy.tests.per_tree.test_locking.TestLocking.test_lock_read(WorkingTreeFormat6,remote)
6620
7046
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_dir_content_summary(GitWorkingTreeFormat)
6621
7047
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_dir_content_summary(RevisionTree)
6622
7048
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_dir_content_summary(WorkingTreeFormat2)
6624
7050
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_dir_content_summary(WorkingTreeFormat4)
6625
7051
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_dir_content_summary(WorkingTreeFormat5)
6626
7052
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_dir_content_summary(WorkingTreeFormat6)
 
7053
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_dir_content_summary(WorkingTreeFormat6,remote)
6627
7054
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_executable(WorkingTreeFormat2)
6628
7055
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_executable(WorkingTreeFormat3)
6629
7056
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_executable(WorkingTreeFormat4)
6630
7057
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_executable(WorkingTreeFormat5)
6631
7058
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_executable(WorkingTreeFormat6)
 
7059
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_executable(WorkingTreeFormat6,remote)
6632
7060
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_non_exec(WorkingTreeFormat2)
6633
7061
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_non_exec(WorkingTreeFormat3)
6634
7062
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_non_exec(WorkingTreeFormat4)
6635
7063
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_non_exec(WorkingTreeFormat5)
6636
7064
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_non_exec(WorkingTreeFormat6)
 
7065
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_non_exec(WorkingTreeFormat6,remote)
6637
7066
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_not_versioned(DirStateRevisionTree,WT4)
6638
7067
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_not_versioned(DirStateRevisionTree,WT5)
6639
7068
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_not_versioned(GitWorkingTreeFormat)
6643
7072
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_not_versioned(WorkingTreeFormat4)
6644
7073
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_not_versioned(WorkingTreeFormat5)
6645
7074
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_not_versioned(WorkingTreeFormat6)
 
7075
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_not_versioned(WorkingTreeFormat6,remote)
6646
7076
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_missing_content_summary(DirStateRevisionTree,WT4)
6647
7077
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_missing_content_summary(DirStateRevisionTree,WT5)
6648
7078
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_missing_content_summary(GitWorkingTreeFormat)
6654
7084
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_missing_content_summary(WorkingTreeFormat4)
6655
7085
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_missing_content_summary(WorkingTreeFormat5)
6656
7086
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_missing_content_summary(WorkingTreeFormat6)
 
7087
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_missing_content_summary(WorkingTreeFormat6,remote)
6657
7088
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_symlink_content_summary(RevisionTree)
6658
7089
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_symlink_content_summary(WorkingTreeFormat2)
6659
7090
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_symlink_content_summary(WorkingTreeFormat3)
6660
7091
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_symlink_content_summary(WorkingTreeFormat4)
6661
7092
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_symlink_content_summary(WorkingTreeFormat5)
6662
7093
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_symlink_content_summary(WorkingTreeFormat6)
 
7094
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_symlink_content_summary(WorkingTreeFormat6,remote)
6663
7095
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_tree_content_summary(RevisionTree)
6664
7096
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_tree_content_summary(WorkingTreeFormat2)
6665
7097
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_tree_content_summary(WorkingTreeFormat3)
6666
7098
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_tree_content_summary(WorkingTreeFormat4)
6667
7099
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_tree_content_summary(WorkingTreeFormat5)
6668
7100
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_tree_content_summary(WorkingTreeFormat6)
 
7101
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_tree_content_summary(WorkingTreeFormat6,remote)
6669
7102
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_unicode_symlink_target_summary(RevisionTree)
6670
7103
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_unicode_symlink_target_summary(WorkingTreeFormat2)
6671
7104
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_unicode_symlink_target_summary(WorkingTreeFormat3)
6672
7105
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_unicode_symlink_target_summary(WorkingTreeFormat4)
6673
7106
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_unicode_symlink_target_summary(WorkingTreeFormat5)
6674
7107
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_unicode_symlink_target_summary(WorkingTreeFormat6)
 
7108
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_unicode_symlink_target_summary(WorkingTreeFormat6,remote)
6675
7109
breezy.tests.per_tree.test_revision_tree.TestRevisionTree.test_get_random_tree_raises(DirStateRevisionTree,WT4)
6676
7110
breezy.tests.per_tree.test_revision_tree.TestRevisionTree.test_get_random_tree_raises(DirStateRevisionTree,WT5)
6677
7111
breezy.tests.per_tree.test_revision_tree.TestRevisionTree.test_get_random_tree_raises(PreviewTree)
6682
7116
breezy.tests.per_tree.test_revision_tree.TestRevisionTree.test_get_random_tree_raises(WorkingTreeFormat4)
6683
7117
breezy.tests.per_tree.test_revision_tree.TestRevisionTree.test_get_random_tree_raises(WorkingTreeFormat5)
6684
7118
breezy.tests.per_tree.test_revision_tree.TestRevisionTree.test_get_random_tree_raises(WorkingTreeFormat6)
 
7119
breezy.tests.per_tree.test_revision_tree.TestRevisionTree.test_get_random_tree_raises(WorkingTreeFormat6,remote)
 
7120
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_empty_tree_no_parents(DirStateRevisionTree,WT4)
 
7121
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_empty_tree_no_parents(DirStateRevisionTree,WT5)
 
7122
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_empty_tree_no_parents(RevisionTree)
6685
7123
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_empty_tree_no_parents(WorkingTreeFormat2)
6686
7124
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_empty_tree_no_parents(WorkingTreeFormat3)
6687
7125
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_empty_tree_no_parents(WorkingTreeFormat4)
6688
7126
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_empty_tree_no_parents(WorkingTreeFormat5)
6689
7127
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_empty_tree_no_parents(WorkingTreeFormat6)
 
7128
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_empty_tree_no_parents(WorkingTreeFormat6,remote)
6690
7129
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_tree_with_utf8(GitWorkingTreeFormat)
6691
7130
breezy.tests.per_tree.TestTreeImplementationSupport.test_revision_tree_from_workingtree
6692
7131
breezy.tests.per_tree.test_tree.TestConflicts.test_conflicts(DirStateRevisionTree,WT4)
6700
7139
breezy.tests.per_tree.test_tree.TestConflicts.test_conflicts(WorkingTreeFormat4)
6701
7140
breezy.tests.per_tree.test_tree.TestConflicts.test_conflicts(WorkingTreeFormat5)
6702
7141
breezy.tests.per_tree.test_tree.TestConflicts.test_conflicts(WorkingTreeFormat6)
 
7142
breezy.tests.per_tree.test_tree.TestConflicts.test_conflicts(WorkingTreeFormat6,remote)
 
7143
breezy.tests.per_tree.test_tree.TestExtractFilesBytes.test_iter_files_bytes(DirStateRevisionTree,WT4)
 
7144
breezy.tests.per_tree.test_tree.TestExtractFilesBytes.test_iter_files_bytes(DirStateRevisionTree,WT5)
 
7145
breezy.tests.per_tree.test_tree.TestExtractFilesBytes.test_iter_files_bytes(PreviewTree)
 
7146
breezy.tests.per_tree.test_tree.TestExtractFilesBytes.test_iter_files_bytes(RevisionTree)
 
7147
breezy.tests.per_tree.test_tree.TestExtractFilesBytes.test_iter_files_bytes(WorkingTreeFormat2)
 
7148
breezy.tests.per_tree.test_tree.TestExtractFilesBytes.test_iter_files_bytes(WorkingTreeFormat3)
 
7149
breezy.tests.per_tree.test_tree.TestExtractFilesBytes.test_iter_files_bytes(WorkingTreeFormat4)
 
7150
breezy.tests.per_tree.test_tree.TestExtractFilesBytes.test_iter_files_bytes(WorkingTreeFormat5)
 
7151
breezy.tests.per_tree.test_tree.TestExtractFilesBytes.test_iter_files_bytes(WorkingTreeFormat6)
 
7152
breezy.tests.per_tree.test_tree.TestExtractFilesBytes.test_iter_files_bytes(WorkingTreeFormat6,remote)
6703
7153
breezy.tests.per_tree.test_tree.TestExtras.test_extras(DirStateRevisionTree,WT4)
6704
7154
breezy.tests.per_tree.test_tree.TestExtras.test_extras(DirStateRevisionTree,WT5)
6705
7155
breezy.tests.per_tree.test_tree.TestExtras.test_extras(PreviewTree)
6706
7156
breezy.tests.per_tree.test_tree.TestExtras.test_extras(RevisionTree)
 
7157
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_lines_multi_line_breaks(DirStateRevisionTree,WT4)
 
7158
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_lines_multi_line_breaks(DirStateRevisionTree,WT5)
 
7159
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_lines_multi_line_breaks(PreviewTree)
 
7160
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_lines_multi_line_breaks(RevisionTree)
 
7161
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_lines_multi_line_breaks(WorkingTreeFormat2)
 
7162
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_lines_multi_line_breaks(WorkingTreeFormat3)
 
7163
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_lines_multi_line_breaks(WorkingTreeFormat4)
 
7164
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_lines_multi_line_breaks(WorkingTreeFormat5)
 
7165
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_lines_multi_line_breaks(WorkingTreeFormat6)
 
7166
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_lines_multi_line_breaks(WorkingTreeFormat6,remote)
6707
7167
breezy.tests.per_tree.test_tree.TestFileIds.test_all_file_ids(WorkingTreeFormat2)
6708
7168
breezy.tests.per_tree.test_tree.TestFileIds.test_all_file_ids(WorkingTreeFormat3)
6709
7169
breezy.tests.per_tree.test_tree.TestFileIds.test_all_file_ids(WorkingTreeFormat4)
6710
7170
breezy.tests.per_tree.test_tree.TestFileIds.test_all_file_ids(WorkingTreeFormat5)
6711
7171
breezy.tests.per_tree.test_tree.TestFileIds.test_all_file_ids(WorkingTreeFormat6)
 
7172
breezy.tests.per_tree.test_tree.TestFileIds.test_all_file_ids(WorkingTreeFormat6,remote)
6712
7173
breezy.tests.per_tree.test_tree.TestFileIds.test_id2path(WorkingTreeFormat2)
6713
7174
breezy.tests.per_tree.test_tree.TestFileIds.test_id2path(WorkingTreeFormat3)
6714
7175
breezy.tests.per_tree.test_tree.TestFileIds.test_id2path(WorkingTreeFormat4)
6715
7176
breezy.tests.per_tree.test_tree.TestFileIds.test_id2path(WorkingTreeFormat5)
6716
7177
breezy.tests.per_tree.test_tree.TestFileIds.test_id2path(WorkingTreeFormat6)
 
7178
breezy.tests.per_tree.test_tree.TestFileIds.test_id2path(WorkingTreeFormat6,remote)
6717
7179
breezy.tests.per_tree.test_tree.TestHasId.test_has_id(PreviewTree)
6718
7180
breezy.tests.per_tree.test_tree.TestHasId.test_has_id(RevisionTree)
6719
7181
breezy.tests.per_tree.test_tree.TestHasId.test_has_id(WorkingTreeFormat2)
6721
7183
breezy.tests.per_tree.test_tree.TestHasId.test_has_id(WorkingTreeFormat4)
6722
7184
breezy.tests.per_tree.test_tree.TestHasId.test_has_id(WorkingTreeFormat5)
6723
7185
breezy.tests.per_tree.test_tree.TestHasId.test_has_id(WorkingTreeFormat6)
 
7186
breezy.tests.per_tree.test_tree.TestHasId.test_has_id(WorkingTreeFormat6,remote)
6724
7187
breezy.tests.per_tree.test_tree.TestHasVersionedDirectories.test_has_versioned_directories(DirStateRevisionTree,WT4)
6725
7188
breezy.tests.per_tree.test_tree.TestHasVersionedDirectories.test_has_versioned_directories(DirStateRevisionTree,WT5)
6726
7189
breezy.tests.per_tree.test_tree.TestHasVersionedDirectories.test_has_versioned_directories(GitWorkingTreeFormat)
6732
7195
breezy.tests.per_tree.test_tree.TestHasVersionedDirectories.test_has_versioned_directories(WorkingTreeFormat4)
6733
7196
breezy.tests.per_tree.test_tree.TestHasVersionedDirectories.test_has_versioned_directories(WorkingTreeFormat5)
6734
7197
breezy.tests.per_tree.test_tree.TestHasVersionedDirectories.test_has_versioned_directories(WorkingTreeFormat6)
 
7198
breezy.tests.per_tree.test_tree.TestHasVersionedDirectories.test_has_versioned_directories(WorkingTreeFormat6,remote)
6735
7199
breezy.tests.per_tree.test_tree.TestIterChildEntries.test_does_not_exist(DirStateRevisionTree,WT4)
6736
7200
breezy.tests.per_tree.test_tree.TestIterChildEntries.test_does_not_exist(DirStateRevisionTree,WT5)
6737
7201
breezy.tests.per_tree.test_tree.TestIterChildEntries.test_does_not_exist(GitWorkingTreeFormat)
6743
7207
breezy.tests.per_tree.test_tree.TestIterChildEntries.test_does_not_exist(WorkingTreeFormat4)
6744
7208
breezy.tests.per_tree.test_tree.TestIterChildEntries.test_does_not_exist(WorkingTreeFormat5)
6745
7209
breezy.tests.per_tree.test_tree.TestIterChildEntries.test_does_not_exist(WorkingTreeFormat6)
 
7210
breezy.tests.per_tree.test_tree.TestIterChildEntries.test_does_not_exist(WorkingTreeFormat6,remote)
6746
7211
breezy.tests.per_tree.test_tree.TestIterChildEntries.test_iteration_order(WorkingTreeFormat2)
6747
7212
breezy.tests.per_tree.test_tree.TestIterChildEntries.test_iteration_order(WorkingTreeFormat3)
6748
7213
breezy.tests.per_tree.test_tree.TestIterEntriesByDir.test_iteration_order(WorkingTreeFormat2)
6766
7231
breezy.tests.per_tree.test_tree.TestReference.test_is_versioned(WorkingTreeFormat4)
6767
7232
breezy.tests.per_tree.test_tree.TestReference.test_is_versioned(WorkingTreeFormat5)
6768
7233
breezy.tests.per_tree.test_tree.TestReference.test_is_versioned(WorkingTreeFormat6)
 
7234
breezy.tests.per_tree.test_tree.TestReference.test_is_versioned(WorkingTreeFormat6,remote)
6769
7235
breezy.tests.per_tree.test_tree.TestReference.test_iter_references(PreviewTree)
6770
7236
breezy.tests.per_tree.test_tree.TestReference.test_iter_references(PreviewTreePost)
6771
7237
breezy.tests.per_tree.test_tree.TestReference.test_iter_references(RevisionTree)
6787
7253
breezy.tests.per_tree.test_tree.TestSupportsRenameTracking.test_supports_rename_tracking(WorkingTreeFormat4)
6788
7254
breezy.tests.per_tree.test_tree.TestSupportsRenameTracking.test_supports_rename_tracking(WorkingTreeFormat5)
6789
7255
breezy.tests.per_tree.test_tree.TestSupportsRenameTracking.test_supports_rename_tracking(WorkingTreeFormat6)
 
7256
breezy.tests.per_tree.test_tree.TestSupportsRenameTracking.test_supports_rename_tracking(WorkingTreeFormat6,remote)
6790
7257
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_file(DirStateRevisionTree,WT4)
6791
7258
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_file(DirStateRevisionTree,WT5)
6792
7259
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_file(GitWorkingTreeFormat)
6798
7265
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_file(WorkingTreeFormat4)
6799
7266
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_file(WorkingTreeFormat5)
6800
7267
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_file(WorkingTreeFormat6)
 
7268
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_file(WorkingTreeFormat6,remote)
6801
7269
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_unknown(DirStateRevisionTree,WT4)
6802
7270
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_unknown(DirStateRevisionTree,WT5)
6803
7271
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_unknown(GitWorkingTreeFormat)
6809
7277
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_unknown(WorkingTreeFormat4)
6810
7278
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_unknown(WorkingTreeFormat5)
6811
7279
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_unknown(WorkingTreeFormat6)
 
7280
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_unknown(WorkingTreeFormat6,remote)
6812
7281
breezy.tests.per_tree.test_walkdirs.TestWalkdirs.test_walkdir_versioned_kind(DirStateRevisionTree,WT4)
6813
7282
breezy.tests.per_tree.test_walkdirs.TestWalkdirs.test_walkdir_versioned_kind(DirStateRevisionTree,WT5)
6814
7283
breezy.tests.per_tree.test_walkdirs.TestWalkdirs.test_walkdir_versioned_kind(PreviewTree)
7901
8370
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_unversioned(WorkingTreeFormat6)
7902
8371
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_to_denormalised_fails(WorkingTreeFormat2)
7903
8372
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_to_denormalised_fails(WorkingTreeFormat3)
 
8373
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_nonzeroth_basis_tree_via_revision_tree(WorkingTreeFormat3)
 
8374
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_nonzeroth_basis_tree_via_revision_tree(WorkingTreeFormat4)
 
8375
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_nonzeroth_basis_tree_via_revision_tree(WorkingTreeFormat5)
 
8376
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_nonzeroth_basis_tree_via_revision_tree(WorkingTreeFormat6)
7904
8377
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_pending_merge_revision_tree(WorkingTreeFormat3)
 
8378
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_pending_merge_revision_tree(WorkingTreeFormat4)
 
8379
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_pending_merge_revision_tree(WorkingTreeFormat5)
 
8380
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_pending_merge_revision_tree(WorkingTreeFormat6)
7905
8381
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_uncached_basis_via_revision_tree(GitWorkingTreeFormat)
7906
8382
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_uncached_basis_via_revision_tree(WorkingTreeFormat2)
7907
8383
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_zeroth_basis_tree_via_revision_tree(GitWorkingTreeFormat)
7911
8387
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_zeroth_basis_tree_via_revision_tree(WorkingTreeFormat5)
7912
8388
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_zeroth_basis_tree_via_revision_tree(WorkingTreeFormat6)
7913
8389
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_revision_tree_different_root_id(GitWorkingTreeFormat)
 
8390
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_revision_tree_different_root_id(WorkingTreeFormat3)
 
8391
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_revision_tree_different_root_id(WorkingTreeFormat4)
 
8392
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_revision_tree_different_root_id(WorkingTreeFormat5)
 
8393
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_revision_tree_different_root_id(WorkingTreeFormat6)
7914
8394
breezy.tests.per_workingtree.test_set_root_id.TestSetRootId.test_set_and_read_unicode(GitWorkingTreeFormat)
7915
8395
breezy.tests.per_workingtree.test_set_root_id.TestSetRootId.test_set_and_read_unicode(WorkingTreeFormat2)
7916
8396
breezy.tests.per_workingtree.test_set_root_id.TestSetRootId.test_set_and_read_unicode(WorkingTreeFormat3)
8430
8910
breezy.tests.test_bisect_multi.TestBisectMultiBytes.test_lookup_no_keys_no_calls
8431
8911
breezy.tests.test_bisect_multi.TestBisectMultiBytes.test_lookup_when_a_key_is_missing_continues
8432
8912
breezy.tests.test_bisect_multi.TestBisectMultiBytes.test_searches_different_keys_in_different_directions
 
8913
breezy.tests.test_branchbuilder.TestBranchBuilderBuildSnapshot.test_commit_message_callback
 
8914
breezy.tests.test_branchbuilder.TestBranchBuilderBuildSnapshot.test_commit_message_default
 
8915
breezy.tests.test_branchbuilder.TestBranchBuilderBuildSnapshot.test_commit_message_supplied
 
8916
breezy.tests.test_branchbuilder.TestBranchBuilderBuildSnapshot.test_commit_timestamp
8433
8917
breezy.tests.test_branchbuilder.TestBranchBuilderBuildSnapshot.test_start_finish_series
 
8918
breezy.tests.test_branchbuilder.TestBranchBuilder.test_build_commit_timestamp
 
8919
breezy.tests.test_branchbuilder.TestBranchBuilder.test_build_one_commit
 
8920
breezy.tests.test_branchbuilder.TestBranchBuilder.test_build_two_commits
8434
8921
breezy.tests.test_branchbuilder.TestBranchBuilder.test_create
8435
8922
breezy.tests.test_branchbuilder.TestBranchBuilder.test_format
8436
8923
breezy.tests.test_branchbuilder.TestBranchBuilder.test_get_branch
8841
9328
breezy.tests.test_commit.FilterExcludedTests.test_add_file_not_excluded
8842
9329
breezy.tests.test_commit.FilterExcludedTests.test_delete_file_excluded
8843
9330
breezy.tests.test_commit.FilterExcludedTests.test_move_from_or_to_excluded
 
9331
breezy.tests.test_commit_merge.TestCommitMerge.test_merge_commit_empty
8844
9332
breezy.tests.test_commit.TestCommit.test_author_with_newline_rejected
 
9333
breezy.tests.test_commit.TestCommit.test_commit_callback
8845
9334
breezy.tests.test_commit.TestCommit.test_commit_empty
 
9335
breezy.tests.test_commit.TestCommit.test_commit_empty_authors_list
 
9336
breezy.tests.test_commit.TestCommit.test_commit_has_1ms_resolution
 
9337
breezy.tests.test_commit.TestCommit.test_commit_no_author
 
9338
breezy.tests.test_commit.TestCommit.test_commit_object_doesnt_set_nick
8846
9339
breezy.tests.test_commit.TestCommit.test_commit_removals_respects_filespec
 
9340
breezy.tests.test_commit.TestCommit.test_commit_saves_1ms_timestamp
8847
9341
breezy.tests.test_commit.TestCommit.test_commit_unversioned_specified
8848
9342
breezy.tests.test_commit.TestCommit.test_commit_with_checkout_and_branch_sharing_repo
8849
9343
breezy.tests.test_commit.TestCommit.test_missing_commit
9619
10113
breezy.tests.test_features.TestPluginLoadedFeature.test_unavailable_plugin
9620
10114
breezy.tests.test_features.TestUnavailableFeature.test_access_feature
9621
10115
breezy.tests.test_features.TestUnicodeFilenameFeature.test_probe_passes
 
10116
breezy.tests.test_fetch_ghosts.TestFetchGhosts.test_fetch_ghosts_failure
 
10117
breezy.tests.test_fetch_ghosts.TestFetchGhosts.test_fetch_ghosts_success
9622
10118
breezy.tests.test_fetch.TestFetch.test_fetch_self
9623
10119
breezy.tests.test_fifo_cache.TestFIFOCache.test_add_is_present
9624
10120
breezy.tests.test_fifo_cache.TestFIFOCache.test_add_maintains_fifo
10627
11123
breezy.tests.test_log.TestReverseByDepth.test_merged_revisions
10628
11124
breezy.tests.test_log.TestReverseByDepth.test_merged_without_child_revisions
10629
11125
breezy.tests.test_log.TestReverseByDepth.test_shifted_merged_revisions
 
11126
breezy.tests.test_log.TestShowLog.test_cur_revno
10630
11127
breezy.tests.test_log.TestShowLog.test_empty_branch
 
11128
breezy.tests.test_log.TestShowLog.test_empty_commit
 
11129
breezy.tests.test_log.TestShowLog.test_simple_commit
10631
11130
breezy.tests.test_lru_cache.TestLRUCache.test_add__null_key
10632
11131
breezy.tests.test_lru_cache.TestLRUCache.test_after_cleanup_larger_than_max
10633
11132
breezy.tests.test_lru_cache.TestLRUCache.test_after_cleanup_none
10740
11239
breezy.tests.test_missing.TestFindUnmerged.test_restrict
10741
11240
breezy.tests.test_missing.TestFindUnmerged.test_revision_range
10742
11241
breezy.tests.test_missing.TestFindUnmerged.test_same_branch
 
11242
breezy.tests.test_msgeditor.MsgEditorTest.test_commit_template_pending_merges
10743
11243
breezy.tests.test_msgeditor.MsgEditorTest.test__create_temp_file_with_commit_template_in_unicode_dir(cp1251)
10744
11244
breezy.tests.test_msgeditor.MsgEditorTest.test__create_temp_file_with_commit_template_in_unicode_dir(iso-8859-1)
10745
11245
breezy.tests.test_msgeditor.MsgEditorTest.test__create_temp_file_with_commit_template_in_unicode_dir(iso-8859-2)
11004
11504
breezy.tests.test_patches.PatchesTester.testValidHunkHeader2
11005
11505
breezy.tests.test_patches.PatchesTester.testValidLine
11006
11506
breezy.tests.test_patches.PatchesTester.testValidPatchHeader
 
11507
breezy.tests.test_permissions.TestSftpPermissions.test_sftp_server_modes
11007
11508
breezy.tests.test_plugins.TestEnvDisablePlugins.test_empty
11008
11509
breezy.tests.test_plugins.TestEnvDisablePlugins.test_mixed
11009
11510
breezy.tests.test_plugins.TestEnvDisablePlugins.test_multi
11072
11573
breezy.tests.test_reconcile.TestReconciler.test_reconciler_with_no_branch
11073
11574
breezy.tests.test_reconcile.TestWorksWithSharedRepositories.test_reweave_empty
11074
11575
breezy.tests.test_reconfigure.TestReconfigure.test_branch_to_branch
 
11576
breezy.tests.test_reconfigure.TestReconfigure.test_branch_to_lightweight_checkout
11075
11577
breezy.tests.test_reconfigure.TestReconfigure.test_branch_to_lightweight_checkout_failure
11076
11578
breezy.tests.test_reconfigure.TestReconfigure.test_branch_to_tree
11077
11579
breezy.tests.test_reconfigure.TestReconfigure.test_checkout_to_branch
11078
11580
breezy.tests.test_reconfigure.TestReconfigure.test_checkout_to_checkout
 
11581
breezy.tests.test_reconfigure.TestReconfigure.test_lightweight_checkout_to_branch
11079
11582
breezy.tests.test_reconfigure.TestReconfigure.test_lightweight_checkout_to_checkout
11080
11583
breezy.tests.test_reconfigure.TestReconfigure.test_lightweight_checkout_to_lightweight_checkout
11081
11584
breezy.tests.test_reconfigure.TestReconfigure.test_lightweight_checkout_to_tree_preserves_reference_locations
11091
11594
breezy.tests.test_reconfigure.TestReconfigure.test_select_reference_bind_location
11092
11595
breezy.tests.test_reconfigure.TestReconfigure.test_shared_repo_to_lightweight_checkout
11093
11596
breezy.tests.test_reconfigure.TestReconfigure.test_standalone_to_standalone
 
11597
breezy.tests.test_reconfigure.TestReconfigure.test_standalone_to_use_shared
 
11598
breezy.tests.test_reconfigure.TestReconfigure.test_standalone_to_use_shared_preserves_dead_heads
 
11599
breezy.tests.test_reconfigure.TestReconfigure.test_synced_checkout_to_lightweight
11094
11600
breezy.tests.test_reconfigure.TestReconfigure.test_tree_to_branch
11095
11601
breezy.tests.test_reconfigure.TestReconfigure.test_tree_to_checkout
11096
11602
breezy.tests.test_reconfigure.TestReconfigure.test_tree_to_lightweight_checkout
11100
11606
breezy.tests.test_reconfigure.TestReconfigure.test_unsynced_branch_to_lightweight_checkout_forced
11101
11607
breezy.tests.test_reconfigure.TestReconfigure.test_unsynced_branch_to_lightweight_checkout_unforced
11102
11608
breezy.tests.test_reconfigure.TestReconfigure.test_unsynced_checkout_to_lightweight
 
11609
breezy.tests.test_reconfigure.TestReconfigure.test_use_shared_to_standalone
11103
11610
breezy.tests.test_reconfigure.TestReconfigure.test_use_shared_to_use_shared
11104
11611
breezy.tests.test_registry.TestRegistryIter.test_items
11105
11612
breezy.tests.test_registry.TestRegistryIter.test_iteritems
11221
11728
breezy.tests.test_repository.TestRepositoryPackCollection.test_plan_pack_operations_2010_revisions_skip_all_packs
11222
11729
breezy.tests.test_repository.TestRepositoryPackCollection.test_plan_pack_operations_creates_a_single_op
11223
11730
breezy.tests.test_repository.TestRepositoryPackCollection.test_repr
 
11731
breezy.tests.test_revisionspec.TestRevisionSpec_date.test_as_revision_id
 
11732
breezy.tests.test_revisionspec.TestRevisionSpec_date.test_day
11224
11733
breezy.tests.test_revisionspec.TestRevisionSpec_date.test_invalid
 
11734
breezy.tests.test_revisionspec.TestRevisionSpec_date.test_today
 
11735
breezy.tests.test_revisionspec.TestRevisionSpec_date.test_tomorrow
 
11736
breezy.tests.test_revisionspec.TestRevisionSpec_date.test_yesterday
 
11737
breezy.tests.test_revision.TestCommonAncestor.test_get_history
11225
11738
breezy.tests.test_revision.TestRevisionBugs.test_invalid_status
11226
11739
breezy.tests.test_revision.TestRevisionBugs.test_no_bugs
11227
11740
breezy.tests.test_revision.TestRevisionBugs.test_no_status
11235
11748
breezy.tests.test_revisiontree.TestTreeWithCommits.test_get_file_revision
11236
11749
breezy.tests.test_revisiontree.TestTreeWithCommits.test_get_file_revision_root
11237
11750
breezy.tests.test_revisiontree.TestTreeWithCommits.test_no_conflicts
 
11751
breezy.tests.test_revisiontree.TestTreeWithCommits.test_parents
11238
11752
breezy.tests.test__rio.TestReadUnicodeStanza.test_continuation_too_early(python)
11239
11753
breezy.tests.test__rio.TestReadUnicodeStanza.test_empty(python)
11240
11754
breezy.tests.test__rio.TestReadUnicodeStanza.test_invalid_early_colon(python)
11575
12089
breezy.tests.test_selftest.TestWorkingTreeScenarios.test_scenarios
11576
12090
breezy.tests.test_serializer.TestSerializer.test_registry
11577
12091
breezy.tests.test_setup.TestDistutilsVersion.test_version_with_string
 
12092
breezy.tests.test_sftp_transport.SFTPBranchTest.test_push_support
11578
12093
breezy.tests.test_sftp_transport.SFTPLatencyKnob.test_default
11579
12094
breezy.tests.test_sftp_transport.SFTPLatencyKnob.test_latency_knob_slows_transport
 
12095
breezy.tests.test_sftp_transport.SFTPLockTests.test_sftp_locks
11580
12096
breezy.tests.test_sftp_transport.SFTPNonServerTest.test_abspath_root_sibling_server
11581
 
breezy.tests.test_sftp_transport.SFTPNonServerTest.test_get_paramiko_vendor
11582
12097
breezy.tests.test_sftp_transport.SFTPNonServerTest.test_parse_url_with_home_dir
11583
12098
breezy.tests.test_sftp_transport.SFTPNonServerTest.test_relpath
11584
12099
breezy.tests.test_sftp_transport.SFTPTransportTestRelativeRoot.test__remote_path_relative_root
11585
12100
breezy.tests.test_sftp_transport.SFTPTransportTestRelative.test__remote_path
11586
12101
breezy.tests.test_sftp_transport.SSHVendorBadConnection.test_bad_connection_paramiko
 
12102
breezy.tests.test_sftp_transport.SSHVendorConnection.test_connection_paramiko
11587
12103
breezy.tests.test_sftp_transport.SSHVendorConnection.test_connection_vendor
11588
12104
breezy.tests.test_sftp_transport.Test_SFTPReadvHelper.test__get_requests
11589
12105
breezy.tests.test_sftp_transport.Test_SFTPReadvHelper.test_request_and_yield_offsets
11593
12109
breezy.tests.test_sftp_transport.TestUsesAuthConfig.test_sftp_is_none_if_no_config
11594
12110
breezy.tests.test_sftp_transport.TestUsesAuthConfig.test_sftp_uses_config
11595
12111
breezy.tests.test_shelf.TestErrors.test_invalid_shelf_id
 
12112
breezy.tests.test_shelf.TestPrepareShelf.test_shelve_all
 
12113
breezy.tests.test_shelf.TestPrepareShelf.test_shelve_change_handles_modify_text
11596
12114
breezy.tests.test_shelf.TestPrepareShelf.test_shelve_change_unknown_change
11597
12115
breezy.tests.test_shelf.TestPrepareShelf.test_shelve_delete_contents
11598
12116
breezy.tests.test_shelf.TestPrepareShelf.test_shelve_skips_added_root
11610
12128
breezy.tests.test_shelf_ui.TestApplyReporter.test_shelve_kind_change
11611
12129
breezy.tests.test_shelf_ui.TestShelver.test_shelve_kind_change
11612
12130
breezy.tests.test_shelf_ui.TestShelver.test_shelve_old_root_preserved
 
12131
breezy.tests.test_shelf_ui.TestUnshelver.test_unshelve_args_delete_only
 
12132
breezy.tests.test_shelf_ui.TestUnshelver.test_unshelve_args_invalid_shelf_id
 
12133
breezy.tests.test_shelf_ui.TestUnshelveScripts.test_unshelve_args_delete_only
 
12134
breezy.tests.test_shelf_ui.TestUnshelveScripts.test_unshelve_args_invalid_shelf_id
11613
12135
breezy.tests.test__simple_set.TestSimpleSet.test_add
11614
12136
breezy.tests.test__simple_set.TestSimpleSet.test_add_and_remove_lots_of_items
11615
12137
breezy.tests.test__simple_set.TestSimpleSet.test_discard
11661
12183
breezy.tests.test_smart.TestHandlers.test_registered_methods
11662
12184
breezy.tests.test_smart.TestSmartServerBranchBreakLock.test_lock_to_break
11663
12185
breezy.tests.test_smart.TestSmartServerBranchBreakLock.test_nothing_to_break
 
12186
breezy.tests.test_smart.TestSmartServerBranchRequestGetConfigFile.test_default
11664
12187
breezy.tests.test_smart.TestSmartServerBranchRequestGetConfigFile.test_with_content
11665
12188
breezy.tests.test_smart.TestSmartServerBranchRequestGetParent.test_get_parent_none
11666
12189
breezy.tests.test_smart.TestSmartServerBranchRequestGetParent.test_get_parent_something
11673
12196
breezy.tests.test_smart.TestSmartServerBranchRequestLastRevisionInfo.test_not_empty
11674
12197
breezy.tests.test_smart.TestSmartServerBranchRequestLockWrite.test_lock_write_on_locked_branch
11675
12198
breezy.tests.test_smart.TestSmartServerBranchRequestLockWrite.test_lock_write_on_locked_repo
 
12199
breezy.tests.test_smart.TestSmartServerBranchRequestLockWrite.test_lock_write_on_readonly_transport
11676
12200
breezy.tests.test_smart.TestSmartServerBranchRequestLockWrite.test_lock_write_on_unlocked_branch
11677
12201
breezy.tests.test_smart.TestSmartServerBranchRequestLockWrite.test_lock_write_with_tokens_on_locked_branch
11678
12202
breezy.tests.test_smart.TestSmartServerBranchRequestPutConfigFile.test_with_content
11679
12203
breezy.tests.test_smart.TestSmartServerBranchRequestRevisionIdToRevno.test_not_found
11680
12204
breezy.tests.test_smart.TestSmartServerBranchRequestRevisionIdToRevno.test_null
11681
12205
breezy.tests.test_smart.TestSmartServerBranchRequestRevisionIdToRevno.test_simple
 
12206
breezy.tests.test_smart.TestSmartServerBranchRequestSetConfigOption.test_value_name
 
12207
breezy.tests.test_smart.TestSmartServerBranchRequestSetConfigOption.test_value_name_section
11682
12208
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionEx.test_allow_diverged
11683
12209
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionEx.test_branch_last_revision_info_is_updated
11684
12210
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionEx.test_branch_last_revision_info_rewind
11685
12211
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionEx.test_NoSuchRevision
 
12212
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionEx.test_not_allow_diverged
 
12213
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionEx.test_set_null_to_null
 
12214
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionEx.test_TipChangeRejected
11686
12215
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionInfo.test_branch_last_revision_info_is_updated
11687
12216
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionInfo.test_branch_last_revision_info_rewind
11688
12217
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionInfo.test_NoSuchRevision
 
12218
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionInfo.test_set_null_to_null
 
12219
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionInfo.test_TipChangeRejected
11689
12220
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevision.test_branch_last_revision_info_is_updated
11690
12221
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevision.test_branch_last_revision_info_rewind
11691
12222
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevision.test_NoSuchRevision
 
12223
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevision.test_set_null_to_null
 
12224
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevision.test_TipChangeRejected
11692
12225
breezy.tests.test_smart.TestSmartServerBranchRequestSetTagsBytes.test_set_bytes
11693
12226
breezy.tests.test_smart.TestSmartServerBranchRequest.test_branch_reference
11694
12227
breezy.tests.test_smart.TestSmartServerBranchRequest.test_no_branch
11700
12233
breezy.tests.test_smart.TestSmartServerBzrDirRequestDestroyRepository.test_destroy_repository_default
11701
12234
breezy.tests.test_smart.TestSmartServerBzrDirRequestDestroyRepository.test_destroy_repository_missing
11702
12235
breezy.tests.test_smart.TestSmartServerBzrDirRequestGetBranches.test_empty
 
12236
breezy.tests.test_smart.TestSmartServerBzrDirRequestGetBranches.test_simple
11703
12237
breezy.tests.test_smart.TestSmartServerBzrDirRequestGetConfigFile.test_missing
11704
12238
breezy.tests.test_smart.TestSmartServerBzrDirRequestGetConfigFile.test_present
11705
12239
breezy.tests.test_smart.TestSmartServerBzrDirRequestHasWorkingTree.test_has_workingtree_no
11708
12242
breezy.tests.test_smart.TestSmartServerIsReadonly.test_is_readonly_yes
11709
12243
breezy.tests.test_smart.TestSmartServerPackRepositoryAutopack.test_autopack_on_nonpack_format
11710
12244
breezy.tests.test_smart.TestSmartServerRepositoryAllRevisionIds.test_empty
 
12245
breezy.tests.test_smart.TestSmartServerRepositoryAllRevisionIds.test_some_revisions
11711
12246
breezy.tests.test_smart.TestSmartServerRepositoryBreakLock.test_lock_to_break
11712
12247
breezy.tests.test_smart.TestSmartServerRepositoryBreakLock.test_nothing_to_break
11713
12248
breezy.tests.test_smart.TestSmartServerRepositoryGatherStats.test_unknown_revid
11714
12249
breezy.tests.test_smart.TestSmartServerRepositoryGetInventories.test_empty
 
12250
breezy.tests.test_smart.TestSmartServerRepositoryGetParentMap.test_trivial_bzipped
11715
12251
breezy.tests.test_smart.TestSmartServerRepositoryGetParentMap.test_trivial_include_missing
11716
12252
breezy.tests.test_smart.TestSmartServerRepositoryGetPhysicalLockStatus.test_without_write_lock
11717
12253
breezy.tests.test_smart.TestSmartServerRepositoryGetPhysicalLockStatus.test_with_write_lock
11718
12254
breezy.tests.test_smart.TestSmartServerRepositoryGetRevIdForRevno.test_known_revid_missing
11719
12255
breezy.tests.test_smart.TestSmartServerRepositoryGetRevIdForRevno.test_revno_found
 
12256
breezy.tests.test_smart.TestSmartServerRepositoryGetRevisionGraph.test_none_argument
11720
12257
breezy.tests.test_smart.TestSmartServerRepositoryGetRevisionGraph.test_no_such_revision
11721
12258
breezy.tests.test_smart.TestSmartServerRepositoryGetRevisionGraph.test_specific_revision_argument
11722
12259
breezy.tests.test_smart.TestSmartServerRepositoryGetSerializerFormat.test_get_serializer_format
11727
12264
breezy.tests.test_smart.TestSmartServerRepositoryIsShared.test_is_shared
11728
12265
breezy.tests.test_smart.TestSmartServerRepositoryIterFilesBytes.test_missing
11729
12266
breezy.tests.test_smart.TestSmartServerRepositoryIterFilesBytes.test_single
 
12267
breezy.tests.test_smart.TestSmartServerRepositoryIterRevisions.test_basic
 
12268
breezy.tests.test_smart.TestSmartServerRepositoryIterRevisions.test_missing
11730
12269
breezy.tests.test_smart.TestSmartServerRepositoryLockWrite.test_lock_write_on_locked_repo
11731
12270
breezy.tests.test_smart.TestSmartServerRepositoryLockWrite.test_lock_write_on_readonly_transport
11732
12271
breezy.tests.test_smart.TestSmartServerRepositoryLockWrite.test_lock_write_on_unlocked_repo
11777
12316
breezy.tests.test_smart.TestSmartServerRequestOpenBranchV2.test_stacked_branch
11778
12317
breezy.tests.test_smart.TestSmartServerRequestOpenBranchV3.test_branch
11779
12318
breezy.tests.test_smart.TestSmartServerRequestOpenBranchV3.test_no_branch
 
12319
breezy.tests.test_smart.TestSmartServerRequestOpenBranchV3.test_notification_on_branch_from_repository
11780
12320
breezy.tests.test_smart.TestSmartServerRequestOpenBranchV3.test_stacked_branch
11781
12321
breezy.tests.test_smart.TestSmartServerRequestOpenBzrDir_2_1_disk.test_present_with_workingtree
11782
12322
breezy.tests.test_smart.TestSmartServerRequestOpenBzrDir_2_1.test_empty_directory
11788
12328
breezy.tests.test_smart.TestSmartServerRequestOpenBzrDir.test_outside_root_client_path
11789
12329
breezy.tests.test_smart.TestSmartServerRequestRevisionHistory.test_empty
11790
12330
breezy.tests.test_smart.TestSmartServerRequestRevisionHistory.test_not_empty
 
12331
breezy.tests.test_smart.TestSmartServerRequest.test_translate_client_path
11791
12332
breezy.tests.test_smart.TestSmartServerRequest.test_transport_from_client_path
11792
12333
breezy.tests.test_smart.TestSmartServerResponse.test__eq__
11793
12334
breezy.tests.test_smart.TestSmartServerResponse.test__str__