/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
1
# This is the list of tests that are known to pass with Python3.
2
# "make check-nodocs3" verifies that these pass.
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3
breezy.doc.api.DocFileTest(transport_txt)
6800.1.2 by Jelmer Vernooij
Run more tests.
4
breezy.iterablefile.IterableFile.close
5
breezy.iterablefile.IterableFile.flush
6
breezy.lockdir
7
breezy.merge3.intersect
8
breezy.option._parse_revision_str
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9
breezy.plugins.bash_completion.tests.test_bashcomp.TestBashCodeGen.test_brz_version
10
breezy.plugins.bash_completion.tests.test_bashcomp.TestBashCodeGen.test_command_case
11
breezy.plugins.bash_completion.tests.test_bashcomp.TestBashCodeGen.test_command_cases
12
breezy.plugins.bash_completion.tests.test_bashcomp.TestBashCodeGen.test_command_names
13
breezy.plugins.bash_completion.tests.test_bashcomp.TestBashCodeGen.test_debug_output
14
breezy.plugins.bash_completion.tests.test_bashcomp.TestBashCodeGen.test_global_options
15
breezy.plugins.bash_completion.tests.test_bashcomp.TestDataCollector.test_global_options
16
breezy.plugins.changelog_merge.tests.test_changelog_merge.TestMergeCoreLogic.test_acceptance_bug_723968
17
breezy.plugins.changelog_merge.tests.test_changelog_merge.TestMergeCoreLogic.test_default_guess_edits
18
breezy.plugins.changelog_merge.tests.test_changelog_merge.TestMergeCoreLogic.test_more_complex_conflict
19
breezy.plugins.changelog_merge.tests.test_changelog_merge.TestMergeCoreLogic.test_new_in_other_floats_to_top
20
breezy.plugins.changelog_merge.tests.test_changelog_merge.TestMergeCoreLogic.test_too_hard
21
breezy.plugins.commitfromnews.tests.test_msgeditor.TestRegisters.test_registered_at_import
22
breezy.plugins.commitfromnews.tests.test_msgeditor.TestRegisters.test_register_registers_for_commit_message_template
23
breezy.plugins.fastimport.tests.test_branch_mapper.TestBranchMapper.test_git_to_bzr
24
breezy.plugins.fastimport.tests.test_branch_mapper.TestBranchMapper.test_git_to_bzr_for_trunk
25
breezy.plugins.fastimport.tests.test_branch_mapper.TestBranchMapper.test_git_to_bzr_with_slashes
26
breezy.plugins.fastimport.tests.test_commands.TestSourceStream.test_get_source_file
27
breezy.plugins.fastimport.tests.test_commands.TestSourceStream.test_get_source_stream_stdin
28
breezy.plugins.fastimport.tests.test_exporter.CheckRefFormatTests.test_invalid
29
breezy.plugins.fastimport.tests.test_exporter.CheckRefFormatTests.test_valid
30
breezy.plugins.fastimport.tests.test_exporter.CheckRefnameRewriting.test_passthrough_valid
31
breezy.plugins.fastimport.tests.test_exporter.CheckRefnameRewriting.test_rewrite_invalid
32
breezy.plugins.fastimport.tests.test_exporter.TestOutputStream.test_get_output_stream_stdout
33
breezy.plugins.fastimport.tests.test_revision_store.Test_TreeShim.test__delta_to_iter_changes
34
breezy.plugins.fastimport.tests.test_revision_store.Test_TreeShim.test_get_file_with_stat_content_in_stream
35
breezy.plugins.fastimport.tests.test_revision_store.Test_TreeShim.test_get_symlink_target
36
breezy.plugins.fastimport.tests.test_revision_store.Test_TreeShim.test_get_symlink_target_from_delta
37
breezy.plugins.fastimport.tests.test_revision_store.Test_TreeShim.test_id2path_no_delta
38
breezy.plugins.fastimport.tests.test_revision_store.Test_TreeShim.test_id2path_with_delta
39
breezy.plugins.fastimport.tests.test_revision_store.Test_TreeShim.test_path2id
40
breezy.plugins.netrc_credential_store.tests.test_netrc.TestNetrcCSNoNetrc.test_home_netrc_does_not_exist
41
breezy.plugins.stats.test_classify.TestClassify.test_classify_art
42
breezy.plugins.stats.test_classify.TestClassify.test_classify_code
43
breezy.plugins.stats.test_classify.TestClassify.test_classify_doc_hardcoded
44
breezy.plugins.stats.test_classify.TestClassify.test_classify_documentation
45
breezy.plugins.stats.test_classify.TestClassify.test_classify_multiple_periods
46
breezy.plugins.stats.test_classify.TestClassify.test_classify_translation
47
breezy.plugins.stats.test_classify.TestClassify.test_classify_unknown
48
breezy.plugins.stats.test_stats.TestCollapseByPerson.test_different_email
49
breezy.plugins.stats.test_stats.TestCollapseByPerson.test_different_name
50
breezy.plugins.stats.test_stats.TestCollapseByPerson.test_different_name_case
51
breezy.plugins.stats.test_stats.TestCollapseByPerson.test_no_conflicts
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
52
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_get_push_location_exact(BranchReferenceFormat)
53
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_get_push_location_exact(BzrBranchFormat7)
54
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_get_upload_location_unset(BranchReferenceFormat)
55
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_get_upload_location_unset(BzrBranchFormat7)
56
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_set_push_location(BranchReferenceFormat)
57
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_set_push_location(BzrBranchFormat7)
6963.2.18 by Jelmer Vernooij
Add bees to some of bp.weave_fmt.
58
breezy.plugins.weave_fmt.test_bzrdir.SFTPBranchTest.test_lock_file
6791.2.6 by Jelmer Vernooij
Update python3.passing.
59
breezy.plugins.weave_fmt.test_bzrdir.TestBranchFormat4.test_no_metadir_support
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
60
breezy.plugins.weave_fmt.test_bzrdir.TestBranchFormat4.test_supports_bzrdir_6
6963.2.18 by Jelmer Vernooij
Add bees to some of bp.weave_fmt.
61
breezy.plugins.weave_fmt.test_bzrdir.TestBreakLockOldBranch.test_break_lock_format_5_bzrdir
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
62
breezy.plugins.weave_fmt.test_bzrdir.TestFormat5.test_can_convert
63
breezy.plugins.weave_fmt.test_bzrdir.TestFormat5.test_needs_conversion
64
breezy.plugins.weave_fmt.test_bzrdir.TestFormat5.test_same_lockfiles_between_tree_repo_branch
65
breezy.plugins.weave_fmt.test_bzrdir.TestFormat6.test_can_convert
66
breezy.plugins.weave_fmt.test_bzrdir.TestFormat6.test_needs_conversion
67
breezy.plugins.weave_fmt.test_bzrdir.TestFormat6.test_same_lockfiles_between_tree_repo_branch
6963.2.18 by Jelmer Vernooij
Add bees to some of bp.weave_fmt.
68
breezy.plugins.weave_fmt.test_bzrdir.TestInfo.test_info_locking_oslocks
69
breezy.plugins.weave_fmt.test_bzrdir.TestInit.test_init_weave
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
70
breezy.plugins.weave_fmt.test_bzrdir.V4WeaveBundleTester.test_crlf_bundle
71
breezy.plugins.weave_fmt.test_bzrdir.V4WeaveBundleTester.test_malformed
72
breezy.plugins.weave_fmt.test_bzrdir.V4WeaveBundleTester.test_non_bundle
73
breezy.plugins.weave_fmt.test_repository.TestFormat6.test_attribute__fetch_order
74
breezy.plugins.weave_fmt.test_repository.TestFormat6.test_attribute__fetch_reconcile
75
breezy.plugins.weave_fmt.test_repository.TestFormat6.test_attribute__fetch_uses_deltas
76
breezy.plugins.weave_fmt.test_repository.TestFormat6.test_no_ancestry_weave
77
breezy.plugins.weave_fmt.test_repository.TestFormat6.test_supports_external_lookups
78
breezy.plugins.weave_fmt.test_repository.TestFormat7.test_attribute__fetch_order
79
breezy.plugins.weave_fmt.test_repository.TestFormat7.test_attribute__fetch_reconcile
80
breezy.plugins.weave_fmt.test_repository.TestFormat7.test_attribute__fetch_uses_deltas
81
breezy.plugins.weave_fmt.test_repository.TestFormat7.test_creates_lockdir
6963.2.18 by Jelmer Vernooij
Add bees to some of bp.weave_fmt.
82
breezy.plugins.weave_fmt.test_repository.TestFormat7.test_shared_disk_layout
83
breezy.plugins.weave_fmt.test_repository.TestFormat7.test_shared_no_tree_disk_layout
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
84
breezy.plugins.weave_fmt.test_repository.TestFormat7.test_supports_external_lookups
85
breezy.plugins.weave_fmt.test_repository.TestFormat7.test_uses_lockdir
6791.2.6 by Jelmer Vernooij
Update python3.passing.
86
breezy.plugins.weave_fmt.test_repository.TestInterWeaveRepo.test_is_compatible_and_registered
6963.2.18 by Jelmer Vernooij
Add bees to some of bp.weave_fmt.
87
breezy.plugins.weave_fmt.test_repository.TestInterWeaveRepo.test_make_repository
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
88
breezy.plugins.weave_fmt.test_repository.TestSerializer.test_canned_inventory
6791.2.6 by Jelmer Vernooij
Update python3.passing.
89
breezy.plugins.weave_fmt.test_repository.TestSerializer.test_registry
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
90
breezy.plugins.weave_fmt.test_repository.TestSerializer.test_unpack_revision
6963.2.18 by Jelmer Vernooij
Add bees to some of bp.weave_fmt.
91
breezy.plugins.weave_fmt.test_store.TestCompressedTextStore.test_get
6791.2.6 by Jelmer Vernooij
Update python3.passing.
92
breezy.plugins.weave_fmt.test_store.TestCompressedTextStore.test_multiple_add
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
93
breezy.plugins.weave_fmt.test_store.TestCompressedTextStore.test__relpath_suffixed
6791.2.6 by Jelmer Vernooij
Update python3.passing.
94
breezy.plugins.weave_fmt.test_store.TestCompressedTextStore.test_total_size
95
breezy.plugins.weave_fmt.test_store.TestInstrumentedTransportStore.test__add_records
6973.4.3 by Jelmer Vernooij
Update python3.passing.
96
breezy.plugins.weave_fmt.test_store.TestMemoryStore.test_add_and_retrieve
6791.2.6 by Jelmer Vernooij
Update python3.passing.
97
breezy.plugins.weave_fmt.test_store.TestMemoryStore.test_adding_fails_when_present
98
breezy.plugins.weave_fmt.test_store.TestMemoryStore.test_missing_is_absent
99
breezy.plugins.weave_fmt.test_store.TestMemoryStore.test_total_size
6963.2.18 by Jelmer Vernooij
Add bees to some of bp.weave_fmt.
100
breezy.plugins.weave_fmt.test_store.TestMixedTextStore.test_get
6791.2.6 by Jelmer Vernooij
Update python3.passing.
101
breezy.plugins.weave_fmt.test_store.TestMixedTextStore.test_multiple_add
102
breezy.plugins.weave_fmt.test_store.TestMockTransport.test_has
103
breezy.plugins.weave_fmt.test_store.TestMockTransport.test_isinstance
104
breezy.plugins.weave_fmt.test_store.TestMockTransport.test_mkdir
6963.2.18 by Jelmer Vernooij
Add bees to some of bp.weave_fmt.
105
breezy.plugins.weave_fmt.test_store.TestTextStore.test_get
6791.2.6 by Jelmer Vernooij
Update python3.passing.
106
breezy.plugins.weave_fmt.test_store.TestTextStore.test_multiple_add
107
breezy.plugins.weave_fmt.test_store.TestTextStore.test_total_size
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
108
breezy.plugins.weave_fmt.test_store.TestTransportStore.test_add_prefixed
6791.2.6 by Jelmer Vernooij
Update python3.passing.
109
breezy.plugins.weave_fmt.test_store.TestTransportStore.test_add_simple
6963.2.18 by Jelmer Vernooij
Add bees to some of bp.weave_fmt.
110
breezy.plugins.weave_fmt.test_store.TestTransportStore.test_add_simple_suffixed
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
111
breezy.plugins.weave_fmt.test_store.TestTransportStore.test_escaped_uppercase
6963.2.18 by Jelmer Vernooij
Add bees to some of bp.weave_fmt.
112
breezy.plugins.weave_fmt.test_store.TestTransportStore.test_get_simple
113
breezy.plugins.weave_fmt.test_store.TestTransportStore.test_get_suffixed
114
breezy.plugins.weave_fmt.test_store.TestTransportStore.test_get_suffixed_no_base
115
breezy.plugins.weave_fmt.test_store.TestTransportStore.test_has_simple
116
breezy.plugins.weave_fmt.test_store.TestTransportStore.test_has_suffixed
117
breezy.plugins.weave_fmt.test_store.TestTransportStore.test_has_suffixed_no_base
6791.2.6 by Jelmer Vernooij
Update python3.passing.
118
breezy.plugins.weave_fmt.test_store.TestTransportStore.test___iter__no_suffix
119
breezy.plugins.weave_fmt.test_store.TestTransportStore.test___len__
120
breezy.plugins.weave_fmt.test_store.TestTransportStore.test_register_invalid_suffixes
121
breezy.plugins.weave_fmt.test_store.TestTransportStore.test_relpath_escaped
122
breezy.plugins.weave_fmt.test_store.TestTransportStore.test__relpath_invalid
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
123
breezy.plugins.weave_fmt.test_store.TestTransportStore.test__relpath_prefixed
6963.2.18 by Jelmer Vernooij
Add bees to some of bp.weave_fmt.
124
breezy.plugins.weave_fmt.test_store.TestTransportStore.test__relpath_prefixed_suffixed
6791.2.6 by Jelmer Vernooij
Update python3.passing.
125
breezy.plugins.weave_fmt.test_store.TestTransportStore.test__relpath_simple
126
breezy.plugins.weave_fmt.test_store.TestTransportStore.test__relpath_simple_suffixed
127
breezy.plugins.weave_fmt.test_store.TestTransportStore.test__relpath_unregister_suffixes
6973.4.3 by Jelmer Vernooij
Update python3.passing.
128
breezy.plugins.weave_fmt.test_store.TestVersionFileStore.test_get_weave_readonly_cant_write
129
breezy.plugins.weave_fmt.test_store.TestVersionFileStore.test_get_weave_registers_dirty_in_write
6963.2.18 by Jelmer Vernooij
Add bees to some of bp.weave_fmt.
130
breezy.plugins.weave_fmt.test_workingtree.TestFormat2WorkingTree.test_detect_conflicts
6800.1.2 by Jelmer Vernooij
Run more tests.
131
breezy.pyutils.get_named_object
132
breezy.symbol_versioning.deprecated_in
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
133
breezy.tests.commands.test_branch.TestBranch.test_branch_local_remote
134
breezy.tests.commands.test_branch.TestBranch.test_branch_remote_local
135
breezy.tests.commands.test_branch.TestBranch.test_branch_remote_remote
6973.6.1 by Jelmer Vernooij
More bees.
136
breezy.tests.commands.test_cat.TestCat.test_cat
6963.1.2 by Jelmer Vernooij
Fix some more tests.
137
breezy.tests.commands.test_checkout.TestCheckout.test_checkout
138
breezy.tests.commands.test_checkout.TestCheckout.test_checkout_lightweight
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
139
breezy.tests.commands.test_commit.TestCommitWithBoundBranch.test_commit_both_modified
140
breezy.tests.commands.test_commit.TestCommitWithBoundBranch.test_commit_local
6973.6.1 by Jelmer Vernooij
More bees.
141
breezy.tests.commands.test_commit.TestCommitWithBoundBranch.test_commit_mine_modified
6963.1.2 by Jelmer Vernooij
Fix some more tests.
142
breezy.tests.commands.test_init_repository.TestInitRepository.test_init_repository
143
breezy.tests.commands.test_init.TestInit.test_init
6973.6.1 by Jelmer Vernooij
More bees.
144
breezy.tests.commands.test_merge.TestMerge.test_merge
6973.6.2 by Jelmer Vernooij
Fix more tests.
145
breezy.tests.commands.test_missing.TestMissing.test_missing
6973.6.1 by Jelmer Vernooij
More bees.
146
breezy.tests.commands.test_pull.TestPull.test_pull
147
breezy.tests.commands.test_pull.TestPull.test_pull_with_bound_branch
6963.1.2 by Jelmer Vernooij
Fix some more tests.
148
breezy.tests.commands.test_push.TestPush.test_push
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
149
breezy.tests.commands.test_push.TestPush.test_push_onto_stacked
150
breezy.tests.commands.test_revert.TestRevert.test_revert_tree_write_lock_and_branch_read_lock
6973.6.1 by Jelmer Vernooij
More bees.
151
breezy.tests.commands.test_update.TestUpdate.test_update
6800.1.2 by Jelmer Vernooij
Run more tests.
152
breezy.tests.multiply_tests
6791.2.6 by Jelmer Vernooij
Update python3.passing.
153
breezy.tests.per_branch.test_branch.TestBound.test_bind_clears_cached_master_branch(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
154
breezy.tests.per_branch.test_branch.TestBound.test_bind_clears_cached_master_branch(BzrBranchFormat4)
155
breezy.tests.per_branch.test_branch.TestBound.test_bind_clears_cached_master_branch(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
156
breezy.tests.per_branch.test_branch.TestBound.test_bind_clears_cached_master_branch(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
157
breezy.tests.per_branch.test_branch.TestBound.test_bind_clears_cached_master_branch(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
158
breezy.tests.per_branch.test_branch.TestBound.test_bind_clears_cached_master_branch(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
159
breezy.tests.per_branch.test_branch.TestBound.test_bind_clears_cached_master_branch(RemoteBranchFormat-default)
160
breezy.tests.per_branch.test_branch.TestBound.test_bind_clears_cached_master_branch(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
161
breezy.tests.per_branch.test_branch.TestBound.test_bind_clears_cached_master_branch(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
162
breezy.tests.per_branch.test_branch.TestBound.test_bind_diverged(BranchReferenceFormat)
6973.6.1 by Jelmer Vernooij
More bees.
163
breezy.tests.per_branch.test_branch.TestBound.test_bind_diverged(BzrBranchFormat5)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
164
breezy.tests.per_branch.test_branch.TestBound.test_bind_diverged(BzrBranchFormat6)
165
breezy.tests.per_branch.test_branch.TestBound.test_bind_diverged(BzrBranchFormat7)
166
breezy.tests.per_branch.test_branch.TestBound.test_bind_diverged(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
167
breezy.tests.per_branch.test_branch.TestBound.test_bind_diverged(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
168
breezy.tests.per_branch.test_branch.TestBound.test_bind_unbind(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
169
breezy.tests.per_branch.test_branch.TestBound.test_bind_unbind(BzrBranchFormat4)
170
breezy.tests.per_branch.test_branch.TestBound.test_bind_unbind(BzrBranchFormat5)
171
breezy.tests.per_branch.test_branch.TestBound.test_bind_unbind(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
172
breezy.tests.per_branch.test_branch.TestBound.test_bind_unbind(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
173
breezy.tests.per_branch.test_branch.TestBound.test_bind_unbind(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
174
breezy.tests.per_branch.test_branch.TestBound.test_bind_unbind(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
175
breezy.tests.per_branch.test_branch.TestBound.test_bind_unbind(RemoteBranchFormat-default)
176
breezy.tests.per_branch.test_branch.TestBound.test_bind_unbind(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
177
breezy.tests.per_branch.test_branch.TestBound.test_bind_unbind(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
178
breezy.tests.per_branch.test_branch.TestBound.test_old_bound_location(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
179
breezy.tests.per_branch.test_branch.TestBound.test_old_bound_location(BzrBranchFormat4)
180
breezy.tests.per_branch.test_branch.TestBound.test_old_bound_location(BzrBranchFormat5)
181
breezy.tests.per_branch.test_branch.TestBound.test_old_bound_location(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
182
breezy.tests.per_branch.test_branch.TestBound.test_old_bound_location(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
183
breezy.tests.per_branch.test_branch.TestBound.test_old_bound_location(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
184
breezy.tests.per_branch.test_branch.TestBound.test_old_bound_location(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
185
breezy.tests.per_branch.test_branch.TestBound.test_old_bound_location(RemoteBranchFormat-default)
186
breezy.tests.per_branch.test_branch.TestBound.test_old_bound_location(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
187
breezy.tests.per_branch.test_branch.TestBound.test_old_bound_location(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
188
breezy.tests.per_branch.test_branch.TestBound.test_set_bound_location_clears_cached_master_branch(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
189
breezy.tests.per_branch.test_branch.TestBound.test_set_bound_location_clears_cached_master_branch(BzrBranchFormat4)
190
breezy.tests.per_branch.test_branch.TestBound.test_set_bound_location_clears_cached_master_branch(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
191
breezy.tests.per_branch.test_branch.TestBound.test_set_bound_location_clears_cached_master_branch(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
192
breezy.tests.per_branch.test_branch.TestBound.test_set_bound_location_clears_cached_master_branch(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
193
breezy.tests.per_branch.test_branch.TestBound.test_set_bound_location_clears_cached_master_branch(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
194
breezy.tests.per_branch.test_branch.TestBound.test_set_bound_location_clears_cached_master_branch(RemoteBranchFormat-default)
195
breezy.tests.per_branch.test_branch.TestBound.test_set_bound_location_clears_cached_master_branch(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
196
breezy.tests.per_branch.test_branch.TestBound.test_set_bound_location_clears_cached_master_branch(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
197
breezy.tests.per_branch.test_branch.TestBound.test_unbind_clears_cached_master_branch(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
198
breezy.tests.per_branch.test_branch.TestBound.test_unbind_clears_cached_master_branch(BzrBranchFormat4)
199
breezy.tests.per_branch.test_branch.TestBound.test_unbind_clears_cached_master_branch(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
200
breezy.tests.per_branch.test_branch.TestBound.test_unbind_clears_cached_master_branch(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
201
breezy.tests.per_branch.test_branch.TestBound.test_unbind_clears_cached_master_branch(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
202
breezy.tests.per_branch.test_branch.TestBound.test_unbind_clears_cached_master_branch(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
203
breezy.tests.per_branch.test_branch.TestBound.test_unbind_clears_cached_master_branch(RemoteBranchFormat-default)
204
breezy.tests.per_branch.test_branch.TestBound.test_unbind_clears_cached_master_branch(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
205
breezy.tests.per_branch.test_branch.TestBound.test_unbind_clears_cached_master_branch(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
206
breezy.tests.per_branch.test_branch.TestBranchControlComponent.test_urls(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
207
breezy.tests.per_branch.test_branch.TestBranchControlComponent.test_urls(BzrBranchFormat4)
208
breezy.tests.per_branch.test_branch.TestBranchControlComponent.test_urls(BzrBranchFormat5)
209
breezy.tests.per_branch.test_branch.TestBranchControlComponent.test_urls(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
210
breezy.tests.per_branch.test_branch.TestBranchControlComponent.test_urls(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
211
breezy.tests.per_branch.test_branch.TestBranchControlComponent.test_urls(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
212
breezy.tests.per_branch.test_branch.TestBranchControlComponent.test_urls(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
213
breezy.tests.per_branch.test_branch.TestBranchControlComponent.test_urls(RemoteBranchFormat-default)
214
breezy.tests.per_branch.test_branch.TestBranchControlComponent.test_urls(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
215
breezy.tests.per_branch.test_branch.TestBranchControlComponent.test_urls(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
216
breezy.tests.per_branch.test_branch.TestBranchFormat.test_branch_format_network_name(BranchReferenceFormat)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
217
breezy.tests.per_branch.test_branch.TestBranchFormat.test_branch_format_network_name(BzrBranchFormat4)
218
breezy.tests.per_branch.test_branch.TestBranchFormat.test_branch_format_network_name(BzrBranchFormat5)
219
breezy.tests.per_branch.test_branch.TestBranchFormat.test_branch_format_network_name(BzrBranchFormat6)
220
breezy.tests.per_branch.test_branch.TestBranchFormat.test_branch_format_network_name(BzrBranchFormat7)
221
breezy.tests.per_branch.test_branch.TestBranchFormat.test_branch_format_network_name(BzrBranchFormat8)
6973.6.1 by Jelmer Vernooij
More bees.
222
breezy.tests.per_branch.test_branch.TestBranchFormat.test_branch_format_network_name(RemoteBranchFormat-default)
223
breezy.tests.per_branch.test_branch.TestBranchFormat.test_branch_format_network_name(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
224
breezy.tests.per_branch.test_branch.TestBranchFormat.test_branch_format_network_name(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
225
breezy.tests.per_branch.test_branch.TestBranchFormat.test_get_config_calls(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
226
breezy.tests.per_branch.test_branch.TestBranchFormat.test_get_config_calls(BzrBranchFormat4)
227
breezy.tests.per_branch.test_branch.TestBranchFormat.test_get_config_calls(BzrBranchFormat5)
228
breezy.tests.per_branch.test_branch.TestBranchFormat.test_get_config_calls(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
229
breezy.tests.per_branch.test_branch.TestBranchFormat.test_get_config_calls(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
230
breezy.tests.per_branch.test_branch.TestBranchFormat.test_get_config_calls(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
231
breezy.tests.per_branch.test_branch.TestBranchFormat.test_get_config_calls(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
232
breezy.tests.per_branch.test_branch.TestBranchFormat.test_get_config_calls(RemoteBranchFormat-default)
233
breezy.tests.per_branch.test_branch.TestBranchFormat.test_get_config_calls(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
234
breezy.tests.per_branch.test_branch.TestBranchFormat.test_get_config_calls(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
235
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_get_push_location_exact(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
236
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_get_push_location_exact(BzrBranchFormat4)
237
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_get_push_location_exact(BzrBranchFormat5)
238
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_get_push_location_exact(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
239
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_get_push_location_exact(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
240
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_get_push_location_exact(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
241
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_get_push_location_exact(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
242
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_get_push_location_exact(RemoteBranchFormat-default)
243
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_get_push_location_exact(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
244
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_get_push_location_exact(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
245
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_get_push_location_unset(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
246
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_get_push_location_unset(BzrBranchFormat4)
247
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_get_push_location_unset(BzrBranchFormat5)
248
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_get_push_location_unset(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
249
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_get_push_location_unset(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
250
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_get_push_location_unset(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
251
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_get_push_location_unset(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
252
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_get_push_location_unset(RemoteBranchFormat-default)
253
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_get_push_location_unset(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
254
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_get_push_location_unset(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
255
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_set_push_location(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
256
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_set_push_location(BzrBranchFormat4)
257
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_set_push_location(BzrBranchFormat5)
258
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_set_push_location(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
259
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_set_push_location(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
260
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_set_push_location(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
261
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_set_push_location(LocalGitBranchFormat)
262
breezy.tests.per_branch.test_branch.TestBranchPushLocations.test_set_push_location(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
263
breezy.tests.per_branch.test_branch.TestBranch.test_bad_revision(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
264
breezy.tests.per_branch.test_branch.TestBranch.test_bad_revision(BzrBranchFormat4)
265
breezy.tests.per_branch.test_branch.TestBranch.test_bad_revision(BzrBranchFormat5)
266
breezy.tests.per_branch.test_branch.TestBranch.test_bad_revision(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
267
breezy.tests.per_branch.test_branch.TestBranch.test_bad_revision(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
268
breezy.tests.per_branch.test_branch.TestBranch.test_bad_revision(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
269
breezy.tests.per_branch.test_branch.TestBranch.test_bad_revision(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
270
breezy.tests.per_branch.test_branch.TestBranch.test_bad_revision(RemoteBranchFormat-default)
271
breezy.tests.per_branch.test_branch.TestBranch.test_bad_revision(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
272
breezy.tests.per_branch.test_branch.TestBranch.test_bad_revision(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
273
breezy.tests.per_branch.test_branch.TestBranch.test_clone_branch_nickname(BranchReferenceFormat)
274
breezy.tests.per_branch.test_branch.TestBranch.test_clone_branch_nickname(BzrBranchFormat4)
275
breezy.tests.per_branch.test_branch.TestBranch.test_clone_branch_nickname(BzrBranchFormat5)
276
breezy.tests.per_branch.test_branch.TestBranch.test_clone_branch_nickname(BzrBranchFormat6)
277
breezy.tests.per_branch.test_branch.TestBranch.test_clone_branch_nickname(BzrBranchFormat7)
278
breezy.tests.per_branch.test_branch.TestBranch.test_clone_branch_nickname(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
279
breezy.tests.per_branch.test_branch.TestBranch.test_clone_branch_nickname(LocalGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
280
breezy.tests.per_branch.test_branch.TestBranch.test_clone_branch_nickname(RemoteBranchFormat-default)
281
breezy.tests.per_branch.test_branch.TestBranch.test_clone_branch_nickname(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
282
breezy.tests.per_branch.test_branch.TestBranch.test_clone_branch_nickname(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
283
breezy.tests.per_branch.test_branch.TestBranch.test_clone_branch_parent(BranchReferenceFormat)
6973.6.2 by Jelmer Vernooij
Fix more tests.
284
breezy.tests.per_branch.test_branch.TestBranch.test_clone_branch_parent(BzrBranchFormat5)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
285
breezy.tests.per_branch.test_branch.TestBranch.test_clone_branch_parent(BzrBranchFormat6)
286
breezy.tests.per_branch.test_branch.TestBranch.test_clone_branch_parent(BzrBranchFormat7)
287
breezy.tests.per_branch.test_branch.TestBranch.test_clone_branch_parent(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
288
breezy.tests.per_branch.test_branch.TestBranch.test_clone_branch_parent(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
289
breezy.tests.per_branch.test_branch.TestBranch.test_clone_partial(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
290
breezy.tests.per_branch.test_branch.TestBranch.test_clone_partial(BzrBranchFormat5)
291
breezy.tests.per_branch.test_branch.TestBranch.test_clone_partial(BzrBranchFormat6)
292
breezy.tests.per_branch.test_branch.TestBranch.test_clone_partial(BzrBranchFormat7)
293
breezy.tests.per_branch.test_branch.TestBranch.test_clone_partial(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
294
breezy.tests.per_branch.test_branch.TestBranch.test_clone_partial(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
295
breezy.tests.per_branch.test_branch.TestBranch.test_commit_nicks(BranchReferenceFormat)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
296
breezy.tests.per_branch.test_branch.TestBranch.test_commit_nicks(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
297
breezy.tests.per_branch.test_branch.TestBranch.test_create_anonymous_heavyweight_checkout(BranchReferenceFormat)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
298
breezy.tests.per_branch.test_branch.TestBranch.test_create_anonymous_heavyweight_checkout(BzrBranchFormat6)
299
breezy.tests.per_branch.test_branch.TestBranch.test_create_anonymous_heavyweight_checkout(BzrBranchFormat7)
300
breezy.tests.per_branch.test_branch.TestBranch.test_create_anonymous_heavyweight_checkout(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
301
breezy.tests.per_branch.test_branch.TestBranch.test_create_anonymous_heavyweight_checkout(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
302
breezy.tests.per_branch.test_branch.TestBranch.test_create_anonymous_lightweight_checkout(BranchReferenceFormat)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
303
breezy.tests.per_branch.test_branch.TestBranch.test_create_anonymous_lightweight_checkout(BzrBranchFormat5)
304
breezy.tests.per_branch.test_branch.TestBranch.test_create_anonymous_lightweight_checkout(BzrBranchFormat6)
305
breezy.tests.per_branch.test_branch.TestBranch.test_create_anonymous_lightweight_checkout(BzrBranchFormat7)
306
breezy.tests.per_branch.test_branch.TestBranch.test_create_anonymous_lightweight_checkout(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
307
breezy.tests.per_branch.test_branch.TestBranch.test_create_anonymous_lightweight_checkout(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
308
breezy.tests.per_branch.test_branch.TestBranch.test_create_append_revisions_only(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
309
breezy.tests.per_branch.test_branch.TestBranch.test_create_append_revisions_only(BzrBranchFormat4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
310
breezy.tests.per_branch.test_branch.TestBranch.test_create_append_revisions_only(BzrBranchFormat5)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
311
breezy.tests.per_branch.test_branch.TestBranch.test_create_append_revisions_only(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
312
breezy.tests.per_branch.test_branch.TestBranch.test_create_append_revisions_only(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
313
breezy.tests.per_branch.test_branch.TestBranch.test_create_append_revisions_only(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
314
breezy.tests.per_branch.test_branch.TestBranch.test_create_append_revisions_only(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
315
breezy.tests.per_branch.test_branch.TestBranch.test_create_append_revisions_only(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
316
breezy.tests.per_branch.test_branch.TestBranch.test_create_append_revisions_only(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
317
breezy.tests.per_branch.test_branch.TestBranch.test_create_checkout(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
318
breezy.tests.per_branch.test_branch.TestBranch.test_create_checkout(BzrBranchFormat6)
319
breezy.tests.per_branch.test_branch.TestBranch.test_create_checkout(BzrBranchFormat7)
320
breezy.tests.per_branch.test_branch.TestBranch.test_create_checkout(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
321
breezy.tests.per_branch.test_branch.TestBranch.test_create_checkout(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
322
breezy.tests.per_branch.test_branch.TestBranch.test_create_colocated(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
323
breezy.tests.per_branch.test_branch.TestBranch.test_create_colocated(BzrBranchFormat4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
324
breezy.tests.per_branch.test_branch.TestBranch.test_create_colocated(BzrBranchFormat5)
325
breezy.tests.per_branch.test_branch.TestBranch.test_create_colocated(BzrBranchFormat6)
326
breezy.tests.per_branch.test_branch.TestBranch.test_create_colocated(BzrBranchFormat7)
327
breezy.tests.per_branch.test_branch.TestBranch.test_create_colocated(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
328
breezy.tests.per_branch.test_branch.TestBranch.test_create_colocated(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
329
breezy.tests.per_branch.test_branch.TestBranch.test_create_colocated(RemoteBranchFormat-default)
330
breezy.tests.per_branch.test_branch.TestBranch.test_create_colocated(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
331
breezy.tests.per_branch.test_branch.TestBranch.test_create_colocated(RemoteGitBranchFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
332
breezy.tests.per_branch.test_branch.TestBranch.test_create_memorytree(BranchReferenceFormat)
333
breezy.tests.per_branch.test_branch.TestBranch.test_create_memorytree(BzrBranchFormat4)
334
breezy.tests.per_branch.test_branch.TestBranch.test_create_memorytree(BzrBranchFormat5)
335
breezy.tests.per_branch.test_branch.TestBranch.test_create_memorytree(BzrBranchFormat6)
336
breezy.tests.per_branch.test_branch.TestBranch.test_create_memorytree(BzrBranchFormat7)
337
breezy.tests.per_branch.test_branch.TestBranch.test_create_memorytree(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
338
breezy.tests.per_branch.test_branch.TestBranch.test_create_memorytree(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
339
breezy.tests.per_branch.test_branch.TestBranch.test_create_memorytree(RemoteBranchFormat-default)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
340
breezy.tests.per_branch.test_branch.TestBranch.test_create_memorytree(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
341
breezy.tests.per_branch.test_branch.TestBranch.test_create_open_branch_uses_repository(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
342
breezy.tests.per_branch.test_branch.TestBranch.test_create_open_branch_uses_repository(BzrBranchFormat4)
343
breezy.tests.per_branch.test_branch.TestBranch.test_create_open_branch_uses_repository(BzrBranchFormat5)
344
breezy.tests.per_branch.test_branch.TestBranch.test_create_open_branch_uses_repository(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
345
breezy.tests.per_branch.test_branch.TestBranch.test_create_open_branch_uses_repository(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
346
breezy.tests.per_branch.test_branch.TestBranch.test_create_open_branch_uses_repository(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
347
breezy.tests.per_branch.test_branch.TestBranch.test_create_open_branch_uses_repository(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
348
breezy.tests.per_branch.test_branch.TestBranch.test_create_open_branch_uses_repository(RemoteBranchFormat-default)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
349
breezy.tests.per_branch.test_branch.TestBranch.test_create_open_branch_uses_repository(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
350
breezy.tests.per_branch.test_branch.TestBranch.test_create_tree_with_merge(BranchReferenceFormat)
6973.6.2 by Jelmer Vernooij
Fix more tests.
351
breezy.tests.per_branch.test_branch.TestBranch.test_create_tree_with_merge(BzrBranchFormat5)
352
breezy.tests.per_branch.test_branch.TestBranch.test_create_tree_with_merge(BzrBranchFormat6)
353
breezy.tests.per_branch.test_branch.TestBranch.test_create_tree_with_merge(BzrBranchFormat7)
354
breezy.tests.per_branch.test_branch.TestBranch.test_create_tree_with_merge(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
355
breezy.tests.per_branch.test_branch.TestBranch.test_create_tree_with_merge(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
356
breezy.tests.per_branch.test_branch.TestBranch.test_fetch_revisions(BranchReferenceFormat)
6973.6.1 by Jelmer Vernooij
More bees.
357
breezy.tests.per_branch.test_branch.TestBranch.test_fetch_revisions(BzrBranchFormat5)
358
breezy.tests.per_branch.test_branch.TestBranch.test_fetch_revisions(BzrBranchFormat6)
359
breezy.tests.per_branch.test_branch.TestBranch.test_fetch_revisions(BzrBranchFormat7)
360
breezy.tests.per_branch.test_branch.TestBranch.test_fetch_revisions(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
361
breezy.tests.per_branch.test_branch.TestBranch.test_fetch_revisions(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
362
breezy.tests.per_branch.test_branch.TestBranch.test_format_description(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
363
breezy.tests.per_branch.test_branch.TestBranch.test_format_description(BzrBranchFormat4)
364
breezy.tests.per_branch.test_branch.TestBranch.test_format_description(BzrBranchFormat5)
365
breezy.tests.per_branch.test_branch.TestBranch.test_format_description(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
366
breezy.tests.per_branch.test_branch.TestBranch.test_format_description(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
367
breezy.tests.per_branch.test_branch.TestBranch.test_format_description(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
368
breezy.tests.per_branch.test_branch.TestBranch.test_format_description(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
369
breezy.tests.per_branch.test_branch.TestBranch.test_format_description(RemoteBranchFormat-default)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
370
breezy.tests.per_branch.test_branch.TestBranch.test_format_description(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
371
breezy.tests.per_branch.test_branch.TestBranch.test_generate_revision_history(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
372
breezy.tests.per_branch.test_branch.TestBranch.test_generate_revision_history(BzrBranchFormat5)
373
breezy.tests.per_branch.test_branch.TestBranch.test_generate_revision_history(BzrBranchFormat6)
374
breezy.tests.per_branch.test_branch.TestBranch.test_generate_revision_history(BzrBranchFormat7)
375
breezy.tests.per_branch.test_branch.TestBranch.test_generate_revision_history(BzrBranchFormat8)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
376
breezy.tests.per_branch.test_branch.TestBranch.test_generate_revision_history_NULL_REVISION(BranchReferenceFormat)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
377
breezy.tests.per_branch.test_branch.TestBranch.test_generate_revision_history_NULL_REVISION(BzrBranchFormat5)
378
breezy.tests.per_branch.test_branch.TestBranch.test_generate_revision_history_NULL_REVISION(BzrBranchFormat6)
379
breezy.tests.per_branch.test_branch.TestBranch.test_generate_revision_history_NULL_REVISION(BzrBranchFormat7)
380
breezy.tests.per_branch.test_branch.TestBranch.test_generate_revision_history_NULL_REVISION(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
381
breezy.tests.per_branch.test_branch.TestBranch.test_generate_revision_history_NULL_REVISION(RemoteGitBranchFormat)
382
breezy.tests.per_branch.test_branch.TestBranch.test_generate_revision_history(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
383
breezy.tests.per_branch.test_branch.TestBranch.test_get_commit_builder(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
384
breezy.tests.per_branch.test_branch.TestBranch.test_get_commit_builder(BzrBranchFormat4)
385
breezy.tests.per_branch.test_branch.TestBranch.test_get_commit_builder(BzrBranchFormat5)
386
breezy.tests.per_branch.test_branch.TestBranch.test_get_commit_builder(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
387
breezy.tests.per_branch.test_branch.TestBranch.test_get_commit_builder(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
388
breezy.tests.per_branch.test_branch.TestBranch.test_get_commit_builder(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
389
breezy.tests.per_branch.test_branch.TestBranch.test_get_commit_builder(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
390
breezy.tests.per_branch.test_branch.TestBranch.test_get_set_append_revisions_only(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
391
breezy.tests.per_branch.test_branch.TestBranch.test_get_set_append_revisions_only(BzrBranchFormat4)
392
breezy.tests.per_branch.test_branch.TestBranch.test_get_set_append_revisions_only(BzrBranchFormat5)
393
breezy.tests.per_branch.test_branch.TestBranch.test_get_set_append_revisions_only(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
394
breezy.tests.per_branch.test_branch.TestBranch.test_get_set_append_revisions_only(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
395
breezy.tests.per_branch.test_branch.TestBranch.test_get_set_append_revisions_only(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
396
breezy.tests.per_branch.test_branch.TestBranch.test_get_set_append_revisions_only(LocalGitBranchFormat)
397
breezy.tests.per_branch.test_branch.TestBranch.test_get_set_append_revisions_only(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
398
breezy.tests.per_branch.test_branch.TestBranch.test_heads_to_fetch(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
399
breezy.tests.per_branch.test_branch.TestBranch.test_heads_to_fetch(BzrBranchFormat5)
400
breezy.tests.per_branch.test_branch.TestBranch.test_heads_to_fetch(BzrBranchFormat6)
401
breezy.tests.per_branch.test_branch.TestBranch.test_heads_to_fetch(BzrBranchFormat7)
402
breezy.tests.per_branch.test_branch.TestBranch.test_heads_to_fetch(BzrBranchFormat8)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
403
breezy.tests.per_branch.test_branch.TestBranch.test_heads_to_fetch_not_null_revision(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
404
breezy.tests.per_branch.test_branch.TestBranch.test_heads_to_fetch_not_null_revision(BzrBranchFormat4)
405
breezy.tests.per_branch.test_branch.TestBranch.test_heads_to_fetch_not_null_revision(BzrBranchFormat5)
406
breezy.tests.per_branch.test_branch.TestBranch.test_heads_to_fetch_not_null_revision(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
407
breezy.tests.per_branch.test_branch.TestBranch.test_heads_to_fetch_not_null_revision(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
408
breezy.tests.per_branch.test_branch.TestBranch.test_heads_to_fetch_not_null_revision(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
409
breezy.tests.per_branch.test_branch.TestBranch.test_heads_to_fetch_not_null_revision(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
410
breezy.tests.per_branch.test_branch.TestBranch.test_heads_to_fetch_not_null_revision(RemoteBranchFormat-default)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
411
breezy.tests.per_branch.test_branch.TestBranch.test_heads_to_fetch_not_null_revision(RemoteGitBranchFormat)
412
breezy.tests.per_branch.test_branch.TestBranch.test_heads_to_fetch(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
413
breezy.tests.per_branch.test_branch.TestBranch.test_nicks(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
414
breezy.tests.per_branch.test_branch.TestBranch.test_nicks(BzrBranchFormat4)
415
breezy.tests.per_branch.test_branch.TestBranch.test_nicks(BzrBranchFormat5)
416
breezy.tests.per_branch.test_branch.TestBranch.test_nicks(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
417
breezy.tests.per_branch.test_branch.TestBranch.test_nicks(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
418
breezy.tests.per_branch.test_branch.TestBranch.test_nicks(BzrBranchFormat8)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
419
breezy.tests.per_branch.test_branch.TestBranch.test_nicks_bzr(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
420
breezy.tests.per_branch.test_branch.TestBranch.test_nicks_bzr(BzrBranchFormat4)
421
breezy.tests.per_branch.test_branch.TestBranch.test_nicks_bzr(BzrBranchFormat5)
422
breezy.tests.per_branch.test_branch.TestBranch.test_nicks_bzr(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
423
breezy.tests.per_branch.test_branch.TestBranch.test_nicks_bzr(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
424
breezy.tests.per_branch.test_branch.TestBranch.test_nicks_bzr(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
425
breezy.tests.per_branch.test_branch.TestBranch.test_nicks_bzr(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
426
breezy.tests.per_branch.test_branch.TestBranch.test_nicks_bzr(RemoteBranchFormat-default)
427
breezy.tests.per_branch.test_branch.TestBranch.test_nicks_bzr(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
428
breezy.tests.per_branch.test_branch.TestBranch.test_nicks_bzr(RemoteGitBranchFormat)
429
breezy.tests.per_branch.test_branch.TestBranch.test_nicks(LocalGitBranchFormat)
430
breezy.tests.per_branch.test_branch.TestBranch.test_nicks(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
431
breezy.tests.per_branch.test_branch.TestBranch.test_public_branch(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
432
breezy.tests.per_branch.test_branch.TestBranch.test_public_branch(BzrBranchFormat4)
433
breezy.tests.per_branch.test_branch.TestBranch.test_public_branch(BzrBranchFormat5)
434
breezy.tests.per_branch.test_branch.TestBranch.test_public_branch(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
435
breezy.tests.per_branch.test_branch.TestBranch.test_public_branch(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
436
breezy.tests.per_branch.test_branch.TestBranch.test_public_branch(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
437
breezy.tests.per_branch.test_branch.TestBranch.test_public_branch(LocalGitBranchFormat)
438
breezy.tests.per_branch.test_branch.TestBranch.test_public_branch(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
439
breezy.tests.per_branch.test_branch.TestBranch.test_record_initial_ghost(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
440
breezy.tests.per_branch.test_branch.TestBranch.test_record_initial_ghost(BzrBranchFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
441
breezy.tests.per_branch.test_branch.TestBranch.test_record_initial_ghost(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
442
breezy.tests.per_branch.test_branch.TestBranch.test_record_initial_ghost(RemoteBranchFormat-default)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
443
breezy.tests.per_branch.test_branch.TestBranch.test_record_initial_ghost(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
444
breezy.tests.per_branch.test_branch.TestBranch.test_record_two_ghosts(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
445
breezy.tests.per_branch.test_branch.TestBranch.test_record_two_ghosts(BzrBranchFormat4)
6973.6.2 by Jelmer Vernooij
Fix more tests.
446
breezy.tests.per_branch.test_branch.TestBranch.test_record_two_ghosts(BzrBranchFormat5)
447
breezy.tests.per_branch.test_branch.TestBranch.test_record_two_ghosts(BzrBranchFormat6)
448
breezy.tests.per_branch.test_branch.TestBranch.test_record_two_ghosts(BzrBranchFormat7)
449
breezy.tests.per_branch.test_branch.TestBranch.test_record_two_ghosts(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
450
breezy.tests.per_branch.test_branch.TestBranch.test_record_two_ghosts(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
451
breezy.tests.per_branch.test_branch.TestBranch.test_record_two_ghosts(RemoteBranchFormat-default)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
452
breezy.tests.per_branch.test_branch.TestBranch.test_record_two_ghosts(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
453
breezy.tests.per_branch.test_branch.TestBranch.test_revision_ids_are_utf8(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
454
breezy.tests.per_branch.test_branch.TestBranch.test_revision_ids_are_utf8(BzrBranchFormat5)
455
breezy.tests.per_branch.test_branch.TestBranch.test_revision_ids_are_utf8(BzrBranchFormat6)
456
breezy.tests.per_branch.test_branch.TestBranch.test_revision_ids_are_utf8(BzrBranchFormat7)
457
breezy.tests.per_branch.test_branch.TestBranch.test_revision_ids_are_utf8(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
458
breezy.tests.per_branch.test_branch.TestBranch.test_revision_ids_are_utf8(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
459
breezy.tests.per_branch.test_branch.TestBranch.test_submit_branch(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
460
breezy.tests.per_branch.test_branch.TestBranch.test_submit_branch(BzrBranchFormat4)
461
breezy.tests.per_branch.test_branch.TestBranch.test_submit_branch(BzrBranchFormat5)
462
breezy.tests.per_branch.test_branch.TestBranch.test_submit_branch(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
463
breezy.tests.per_branch.test_branch.TestBranch.test_submit_branch(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
464
breezy.tests.per_branch.test_branch.TestBranch.test_submit_branch(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
465
breezy.tests.per_branch.test_branch.TestBranch.test_submit_branch(LocalGitBranchFormat)
466
breezy.tests.per_branch.test_branch.TestBranch.test_submit_branch(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
467
breezy.tests.per_branch.test_branch.TestChildSubmitFormats.test_get_child_submit_format(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
468
breezy.tests.per_branch.test_branch.TestChildSubmitFormats.test_get_child_submit_format(BzrBranchFormat4)
469
breezy.tests.per_branch.test_branch.TestChildSubmitFormats.test_get_child_submit_format(BzrBranchFormat5)
470
breezy.tests.per_branch.test_branch.TestChildSubmitFormats.test_get_child_submit_format(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
471
breezy.tests.per_branch.test_branch.TestChildSubmitFormats.test_get_child_submit_format(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
472
breezy.tests.per_branch.test_branch.TestChildSubmitFormats.test_get_child_submit_format(BzrBranchFormat8)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
473
breezy.tests.per_branch.test_branch.TestChildSubmitFormats.test_get_child_submit_format_default(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
474
breezy.tests.per_branch.test_branch.TestChildSubmitFormats.test_get_child_submit_format_default(BzrBranchFormat4)
475
breezy.tests.per_branch.test_branch.TestChildSubmitFormats.test_get_child_submit_format_default(BzrBranchFormat5)
476
breezy.tests.per_branch.test_branch.TestChildSubmitFormats.test_get_child_submit_format_default(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
477
breezy.tests.per_branch.test_branch.TestChildSubmitFormats.test_get_child_submit_format_default(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
478
breezy.tests.per_branch.test_branch.TestChildSubmitFormats.test_get_child_submit_format_default(BzrBranchFormat8)
6973.6.1 by Jelmer Vernooij
More bees.
479
breezy.tests.per_branch.test_branch.TestChildSubmitFormats.test_get_child_submit_format_default(RemoteBranchFormat-default)
480
breezy.tests.per_branch.test_branch.TestChildSubmitFormats.test_get_child_submit_format_default(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
481
breezy.tests.per_branch.test_branch.TestChildSubmitFormats.test_get_child_submit_format_default(RemoteGitBranchFormat)
482
breezy.tests.per_branch.test_branch.TestChildSubmitFormats.test_get_child_submit_format(LocalGitBranchFormat)
483
breezy.tests.per_branch.test_branch.TestChildSubmitFormats.test_get_child_submit_format(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
484
breezy.tests.per_branch.test_branch.TestFormat.test_format_initialize_find_open(BranchReferenceFormat)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
485
breezy.tests.per_branch.test_branch.TestFormat.test_format_initialize_find_open(BzrBranchFormat4)
486
breezy.tests.per_branch.test_branch.TestFormat.test_format_initialize_find_open(BzrBranchFormat5)
487
breezy.tests.per_branch.test_branch.TestFormat.test_format_initialize_find_open(BzrBranchFormat6)
488
breezy.tests.per_branch.test_branch.TestFormat.test_format_initialize_find_open(BzrBranchFormat7)
489
breezy.tests.per_branch.test_branch.TestFormat.test_format_initialize_find_open(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
490
breezy.tests.per_branch.test_branch.TestFormat.test_format_initialize_find_open(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
491
breezy.tests.per_branch.test_branch.TestFormat.test_format_initialize_find_open(RemoteBranchFormat-default)
492
breezy.tests.per_branch.test_branch.TestFormat.test_format_initialize_find_open(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
493
breezy.tests.per_branch.test_branch.TestFormat.test_format_initialize_find_open(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
494
breezy.tests.per_branch.test_branch.TestFormat.test_get_reference(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
495
breezy.tests.per_branch.test_branch.TestFormat.test_get_reference(BzrBranchFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
496
breezy.tests.per_branch.test_branch.TestFormat.test_get_reference(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
497
breezy.tests.per_branch.test_branch.TestFormat.test_get_reference(RemoteBranchFormat-default)
498
breezy.tests.per_branch.test_branch.TestFormat.test_get_reference(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
499
breezy.tests.per_branch.test_branch.TestFormat.test_get_reference(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
500
breezy.tests.per_branch.test_branch.TestFormat.test_set_reference(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
501
breezy.tests.per_branch.test_branch.TestFormat.test_set_reference(BzrBranchFormat4)
502
breezy.tests.per_branch.test_branch.TestFormat.test_set_reference(BzrBranchFormat5)
503
breezy.tests.per_branch.test_branch.TestFormat.test_set_reference(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
504
breezy.tests.per_branch.test_branch.TestFormat.test_set_reference(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
505
breezy.tests.per_branch.test_branch.TestFormat.test_set_reference(BzrBranchFormat8)
6973.6.1 by Jelmer Vernooij
More bees.
506
breezy.tests.per_branch.test_branch.TestFormat.test_set_reference(RemoteBranchFormat-default)
507
breezy.tests.per_branch.test_branch.TestFormat.test_set_reference(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
508
breezy.tests.per_branch.test_branch.TestFormat.test_set_reference(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
509
breezy.tests.per_branch.test_branch.TestIgnoreFallbacksParameter.test_fallbacks_are_opened(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
510
breezy.tests.per_branch.test_branch.TestIgnoreFallbacksParameter.test_fallbacks_are_opened(BzrBranchFormat4)
511
breezy.tests.per_branch.test_branch.TestIgnoreFallbacksParameter.test_fallbacks_are_opened(BzrBranchFormat5)
512
breezy.tests.per_branch.test_branch.TestIgnoreFallbacksParameter.test_fallbacks_are_opened(BzrBranchFormat6)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
513
breezy.tests.per_branch.test_branch.TestIgnoreFallbacksParameter.test_fallbacks_are_opened(BzrBranchFormat7)
514
breezy.tests.per_branch.test_branch.TestIgnoreFallbacksParameter.test_fallbacks_are_opened(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
515
breezy.tests.per_branch.test_branch.TestIgnoreFallbacksParameter.test_fallbacks_are_opened(LocalGitBranchFormat)
516
breezy.tests.per_branch.test_branch.TestIgnoreFallbacksParameter.test_fallbacks_are_opened(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
517
breezy.tests.per_branch.test_branch.TestIgnoreFallbacksParameter.test_fallbacks_not_opened(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
518
breezy.tests.per_branch.test_branch.TestIgnoreFallbacksParameter.test_fallbacks_not_opened(BzrBranchFormat4)
519
breezy.tests.per_branch.test_branch.TestIgnoreFallbacksParameter.test_fallbacks_not_opened(BzrBranchFormat5)
520
breezy.tests.per_branch.test_branch.TestIgnoreFallbacksParameter.test_fallbacks_not_opened(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
521
breezy.tests.per_branch.test_branch.TestIgnoreFallbacksParameter.test_fallbacks_not_opened(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
522
breezy.tests.per_branch.test_branch.TestIgnoreFallbacksParameter.test_fallbacks_not_opened(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
523
breezy.tests.per_branch.test_branch.TestIgnoreFallbacksParameter.test_fallbacks_not_opened(LocalGitBranchFormat)
524
breezy.tests.per_branch.test_branch.TestIgnoreFallbacksParameter.test_fallbacks_not_opened(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
525
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_branch_relative_reference_location(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
526
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_branch_relative_reference_location(BzrBranchFormat4)
527
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_branch_relative_reference_location(BzrBranchFormat5)
528
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_branch_relative_reference_location(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
529
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_branch_relative_reference_location(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
530
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_branch_relative_reference_location(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
531
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_branch_relative_reference_location(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
532
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_branch_relative_reference_location(RemoteBranchFormat-default)
533
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_branch_relative_reference_location(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
534
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_branch_relative_reference_location(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
535
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_clone_copies_reference_location(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
536
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_clone_copies_reference_location(BzrBranchFormat4)
537
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_clone_copies_reference_location(BzrBranchFormat5)
538
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_clone_copies_reference_location(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
539
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_clone_copies_reference_location(BzrBranchFormat7)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
540
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_clone_copies_reference_location(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
541
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_clone_copies_reference_location(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
542
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_clone_copies_reference_location(RemoteBranchFormat-default)
543
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_clone_copies_reference_location(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
544
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_clone_copies_reference_location(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
545
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_copied_locations_are_rebased(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
546
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_copied_locations_are_rebased(BzrBranchFormat4)
547
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_copied_locations_are_rebased(BzrBranchFormat5)
548
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_copied_locations_are_rebased(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
549
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_copied_locations_are_rebased(BzrBranchFormat7)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
550
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_copied_locations_are_rebased(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
551
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_copied_locations_are_rebased(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
552
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_copied_locations_are_rebased(RemoteBranchFormat-default)
553
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_copied_locations_are_rebased(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
554
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_copied_locations_are_rebased(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
555
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_get_reference_info(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
556
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_get_reference_info(BzrBranchFormat4)
557
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_get_reference_info(BzrBranchFormat5)
558
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_get_reference_info(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
559
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_get_reference_info(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
560
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_get_reference_info(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
561
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_get_reference_info(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
562
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_get_reference_info(RemoteBranchFormat-default)
563
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_get_reference_info(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
564
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_get_reference_info(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
565
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_merge_updates_references(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
566
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_merge_updates_references(BzrBranchFormat4)
567
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_merge_updates_references(BzrBranchFormat5)
568
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_merge_updates_references(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
569
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_merge_updates_references(BzrBranchFormat7)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
570
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_merge_updates_references(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
571
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_merge_updates_references(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
572
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_merge_updates_references(RemoteBranchFormat-default)
573
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_merge_updates_references(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
574
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_merge_updates_references(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
575
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_pull_updates_references(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
576
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_pull_updates_references(BzrBranchFormat4)
577
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_pull_updates_references(BzrBranchFormat5)
578
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_pull_updates_references(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
579
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_pull_updates_references(BzrBranchFormat7)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
580
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_pull_updates_references(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
581
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_pull_updates_references(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
582
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_pull_updates_references(RemoteBranchFormat-default)
583
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_pull_updates_references(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
584
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_pull_updates_references(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
585
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_push_updates_references(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
586
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_push_updates_references(BzrBranchFormat4)
587
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_push_updates_references(BzrBranchFormat5)
588
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_push_updates_references(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
589
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_push_updates_references(BzrBranchFormat7)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
590
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_push_updates_references(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
591
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_push_updates_references(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
592
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_push_updates_references(RemoteBranchFormat-default)
593
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_push_updates_references(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
594
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_push_updates_references(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
595
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent_accepts_possible_transports(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
596
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent_accepts_possible_transports(BzrBranchFormat5)
597
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent_accepts_possible_transports(BzrBranchFormat6)
598
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent_accepts_possible_transports(BzrBranchFormat7)
599
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent_accepts_possible_transports(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
600
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent_accepts_possible_transports(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
601
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
602
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent(BzrBranchFormat5)
603
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent(BzrBranchFormat6)
604
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent(BzrBranchFormat7)
605
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent(BzrBranchFormat8)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
606
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent_from_reference_info_(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
607
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent_from_reference_info_(BzrBranchFormat4)
608
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent_from_reference_info_(BzrBranchFormat5)
609
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent_from_reference_info_(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
610
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent_from_reference_info_(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
611
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent_from_reference_info_(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
612
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent_from_reference_info_(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
613
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent_from_reference_info_(RemoteBranchFormat-default)
614
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent_from_reference_info_(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
615
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent_from_reference_info_(RemoteGitBranchFormat)
616
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
617
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_get_reference_info(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
618
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_get_reference_info(BzrBranchFormat4)
619
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_get_reference_info(BzrBranchFormat5)
620
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_get_reference_info(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
621
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_get_reference_info(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
622
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_get_reference_info(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
623
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_get_reference_info(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
624
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_get_reference_info(RemoteBranchFormat-default)
625
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_get_reference_info(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
626
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_get_reference_info(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
627
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
628
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info(BzrBranchFormat4)
629
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info(BzrBranchFormat5)
630
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
631
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
632
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
633
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
634
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info(RemoteBranchFormat-default)
635
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
636
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
637
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info_when_null(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
638
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info_when_null(BzrBranchFormat4)
639
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info_when_null(BzrBranchFormat5)
640
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info_when_null(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
641
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info_when_null(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
642
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info_when_null(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
643
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info_when_null(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
644
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info_when_null(RemoteBranchFormat-default)
645
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info_when_null(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
646
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_reference_info_when_null(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
647
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_requires_two_nones(BranchReferenceFormat)
648
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_null_requires_two_nones(BzrBranchFormat7)
649
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_reference_info(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
650
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_reference_info(BzrBranchFormat4)
651
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_reference_info(BzrBranchFormat5)
652
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_reference_info(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
653
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_reference_info(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
654
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_reference_info(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
655
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_reference_info(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
656
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_reference_info(RemoteBranchFormat-default)
657
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_reference_info(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
658
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_reference_info(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
659
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_sprout_copies_reference_location(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
660
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_sprout_copies_reference_location(BzrBranchFormat4)
661
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_sprout_copies_reference_location(BzrBranchFormat5)
662
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_sprout_copies_reference_location(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
663
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_sprout_copies_reference_location(BzrBranchFormat7)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
664
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_sprout_copies_reference_location(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
665
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_sprout_copies_reference_location(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
666
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_sprout_copies_reference_location(RemoteBranchFormat-default)
667
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_sprout_copies_reference_location(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
668
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_sprout_copies_reference_location(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
669
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_retains_known_references(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
670
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_retains_known_references(BzrBranchFormat4)
671
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_retains_known_references(BzrBranchFormat5)
672
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_retains_known_references(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
673
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_retains_known_references(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
674
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_retains_known_references(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
675
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_retains_known_references(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
676
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_retains_known_references(RemoteBranchFormat-default)
677
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_retains_known_references(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
678
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_retains_known_references(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
679
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_retains_old_references(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
680
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_retains_old_references(BzrBranchFormat4)
681
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_retains_old_references(BzrBranchFormat5)
682
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_retains_old_references(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
683
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_retains_old_references(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
684
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_retains_old_references(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
685
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_retains_old_references(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
686
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_retains_old_references(RemoteBranchFormat-default)
687
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_retains_old_references(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
688
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_retains_old_references(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
689
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_skips_known_references(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
690
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_skips_known_references(BzrBranchFormat4)
691
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_skips_known_references(BzrBranchFormat5)
692
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_skips_known_references(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
693
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_skips_known_references(BzrBranchFormat7)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
694
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_skips_known_references(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
695
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_skips_known_references(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
696
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_skips_known_references(RemoteBranchFormat-default)
697
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_skips_known_references(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
698
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_update_references_skips_known_references(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
699
breezy.tests.per_branch.test_branch.TestStrict.test_strict_history(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
700
breezy.tests.per_branch.test_branch.TestStrict.test_strict_history(BzrBranchFormat4)
701
breezy.tests.per_branch.test_branch.TestStrict.test_strict_history(BzrBranchFormat5)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
702
breezy.tests.per_branch.test_branch.TestStrict.test_strict_history(BzrBranchFormat6)
703
breezy.tests.per_branch.test_branch.TestStrict.test_strict_history(BzrBranchFormat7)
704
breezy.tests.per_branch.test_branch.TestStrict.test_strict_history(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
705
breezy.tests.per_branch.test_branch.TestStrict.test_strict_history(LocalGitBranchFormat)
706
breezy.tests.per_branch.test_branch.TestStrict.test_strict_history(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
707
breezy.tests.per_branch.test_branch.TestTestCaseWithBranch.test_branch_format_matches_bzrdir_branch_format(BranchReferenceFormat)
708
breezy.tests.per_branch.test_branch.TestTestCaseWithBranch.test_branch_format_matches_bzrdir_branch_format(BzrBranchFormat4)
709
breezy.tests.per_branch.test_branch.TestTestCaseWithBranch.test_branch_format_matches_bzrdir_branch_format(BzrBranchFormat5)
710
breezy.tests.per_branch.test_branch.TestTestCaseWithBranch.test_branch_format_matches_bzrdir_branch_format(BzrBranchFormat6)
711
breezy.tests.per_branch.test_branch.TestTestCaseWithBranch.test_branch_format_matches_bzrdir_branch_format(BzrBranchFormat7)
712
breezy.tests.per_branch.test_branch.TestTestCaseWithBranch.test_branch_format_matches_bzrdir_branch_format(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
713
breezy.tests.per_branch.test_branch.TestTestCaseWithBranch.test_branch_format_matches_bzrdir_branch_format(LocalGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
714
breezy.tests.per_branch.test_branch.TestTestCaseWithBranch.test_branch_format_matches_bzrdir_branch_format(RemoteBranchFormat-default)
715
breezy.tests.per_branch.test_branch.TestTestCaseWithBranch.test_branch_format_matches_bzrdir_branch_format(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
716
breezy.tests.per_branch.test_branch.TestTestCaseWithBranch.test_branch_format_matches_bzrdir_branch_format(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
717
breezy.tests.per_branch.test_branch.TestTestCaseWithBranch.test_make_branch_gets_expected_format(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
718
breezy.tests.per_branch.test_branch.TestTestCaseWithBranch.test_make_branch_gets_expected_format(BzrBranchFormat4)
719
breezy.tests.per_branch.test_branch.TestTestCaseWithBranch.test_make_branch_gets_expected_format(BzrBranchFormat5)
720
breezy.tests.per_branch.test_branch.TestTestCaseWithBranch.test_make_branch_gets_expected_format(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
721
breezy.tests.per_branch.test_branch.TestTestCaseWithBranch.test_make_branch_gets_expected_format(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
722
breezy.tests.per_branch.test_branch.TestTestCaseWithBranch.test_make_branch_gets_expected_format(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
723
breezy.tests.per_branch.test_branch.TestTestCaseWithBranch.test_make_branch_gets_expected_format(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
724
breezy.tests.per_branch.test_branch.TestTestCaseWithBranch.test_make_branch_gets_expected_format(RemoteBranchFormat-default)
725
breezy.tests.per_branch.test_branch.TestTestCaseWithBranch.test_make_branch_gets_expected_format(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
726
breezy.tests.per_branch.test_branch.TestTestCaseWithBranch.test_make_branch_gets_expected_format(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
727
breezy.tests.per_branch.test_branch.TestUncommittedChanges.test_get_unshelver_bound(BranchReferenceFormat)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
728
breezy.tests.per_branch.test_branch.TestUncommittedChanges.test_get_unshelver_bound(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
729
breezy.tests.per_branch.test_branch.TestUncommittedChanges.test_get_unshelver(BranchReferenceFormat)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
730
breezy.tests.per_branch.test_branch.TestUncommittedChanges.test_get_unshelver(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
731
breezy.tests.per_branch.test_branch.TestUncommittedChanges.test_store_uncommitted_already_stored(BranchReferenceFormat)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
732
breezy.tests.per_branch.test_branch.TestUncommittedChanges.test_store_uncommitted_already_stored(LocalGitBranchFormat)
733
breezy.tests.per_branch.test_branch.TestUncommittedChanges.test_store_uncommitted_already_stored(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
734
breezy.tests.per_branch.test_branch.TestUncommittedChanges.test_store_uncommitted_bound(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
735
breezy.tests.per_branch.test_branch.TestUncommittedChanges.test_store_uncommitted_bound(BzrBranchFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
736
breezy.tests.per_branch.test_branch.TestUncommittedChanges.test_store_uncommitted_bound(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
737
breezy.tests.per_branch.test_branch.TestUncommittedChanges.test_store_uncommitted_bound(RemoteBranchFormat-default)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
738
breezy.tests.per_branch.test_branch.TestUncommittedChanges.test_store_uncommitted_bound(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
739
breezy.tests.per_branch.test_branch.TestUncommittedChanges.test_store_uncommitted(BranchReferenceFormat)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
740
breezy.tests.per_branch.test_branch.TestUncommittedChanges.test_store_uncommitted(LocalGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
741
breezy.tests.per_branch.test_branch.TestUncommittedChanges.test_store_uncommitted_none(BranchReferenceFormat)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
742
breezy.tests.per_branch.test_branch.TestUncommittedChanges.test_store_uncommitted_none(LocalGitBranchFormat)
743
breezy.tests.per_branch.test_branch.TestUncommittedChanges.test_store_uncommitted_none(RemoteGitBranchFormat)
744
breezy.tests.per_branch.test_branch.TestUncommittedChanges.test_store_uncommitted(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
745
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_locked(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
746
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_locked(BzrBranchFormat4)
747
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_locked(BzrBranchFormat5)
748
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_locked(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
749
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_locked(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
750
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_locked(BzrBranchFormat8)
6973.6.1 by Jelmer Vernooij
More bees.
751
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_locked(RemoteBranchFormat-default)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
752
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_locked(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
753
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocked(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
754
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocked(BzrBranchFormat4)
755
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocked(BzrBranchFormat5)
756
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocked(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
757
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocked(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
758
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocked(BzrBranchFormat8)
6973.6.1 by Jelmer Vernooij
More bees.
759
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocked(RemoteBranchFormat-default)
760
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocked(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
761
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocked(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
762
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocked_repo_locked(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
763
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocked_repo_locked(BzrBranchFormat4)
764
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocked_repo_locked(BzrBranchFormat5)
765
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocked_repo_locked(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
766
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocked_repo_locked(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
767
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocked_repo_locked(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
768
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocked_repo_locked(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
769
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocked_repo_locked(RemoteBranchFormat-default)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
770
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocked_repo_locked(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
771
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocks_master_branch(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
772
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocks_master_branch(BzrBranchFormat4)
773
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocks_master_branch(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
774
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocks_master_branch(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
775
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocks_master_branch(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
776
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocks_master_branch(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
777
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocks_master_branch(RemoteBranchFormat-default)
778
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocks_master_branch(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
779
breezy.tests.per_branch.test_break_lock.TestBreakLock.test_unlocks_master_branch(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
780
breezy.tests.per_branch.test_check.TestBranchCheck.test_check_branch_report_results(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
781
breezy.tests.per_branch.test_check.TestBranchCheck.test_check_branch_report_results(BzrBranchFormat4)
782
breezy.tests.per_branch.test_check.TestBranchCheck.test_check_branch_report_results(BzrBranchFormat5)
783
breezy.tests.per_branch.test_check.TestBranchCheck.test_check_branch_report_results(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
784
breezy.tests.per_branch.test_check.TestBranchCheck.test_check_branch_report_results(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
785
breezy.tests.per_branch.test_check.TestBranchCheck.test_check_branch_report_results(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
786
breezy.tests.per_branch.test_check.TestBranchCheck.test_check_branch_report_results(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
787
breezy.tests.per_branch.test_check.TestBranchCheck.test_check_branch_report_results(RemoteBranchFormat-default)
788
breezy.tests.per_branch.test_check.TestBranchCheck.test_check_branch_report_results(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
789
breezy.tests.per_branch.test_check.TestBranchCheck.test_check_branch_report_results(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
790
breezy.tests.per_branch.test_check.TestBranchCheck.test_check_detects_invalid_revhistory(BranchReferenceFormat)
6973.6.2 by Jelmer Vernooij
Fix more tests.
791
breezy.tests.per_branch.test_check.TestBranchCheck.test_check_detects_invalid_revhistory(BzrBranchFormat5)
792
breezy.tests.per_branch.test_check.TestBranchCheck.test_check_detects_invalid_revhistory(BzrBranchFormat6)
793
breezy.tests.per_branch.test_check.TestBranchCheck.test_check_detects_invalid_revhistory(BzrBranchFormat7)
794
breezy.tests.per_branch.test_check.TestBranchCheck.test_check_detects_invalid_revhistory(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
795
breezy.tests.per_branch.test_check.TestBranchCheck.test_check_detects_invalid_revhistory(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
796
breezy.tests.per_branch.test_check.TestBranchCheck.test__get_check_refs(BranchReferenceFormat)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
797
breezy.tests.per_branch.test_check.TestBranchCheck.test__get_check_refs(BzrBranchFormat5)
798
breezy.tests.per_branch.test_check.TestBranchCheck.test__get_check_refs(BzrBranchFormat6)
799
breezy.tests.per_branch.test_check.TestBranchCheck.test__get_check_refs(BzrBranchFormat7)
800
breezy.tests.per_branch.test_check.TestBranchCheck.test__get_check_refs(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
801
breezy.tests.per_branch.test_check.TestBranchCheck.test__get_check_refs(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
802
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_bound(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
803
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_bound(BzrBranchFormat4)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
804
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_bound(BzrBranchFormat6)
805
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_bound(BzrBranchFormat7)
806
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_bound(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
807
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_bound(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
808
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_bound(RemoteBranchFormat-default)
809
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_bound(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
810
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_bound(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
811
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_not_to_origin(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
812
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_not_to_origin(BzrBranchFormat5)
813
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_not_to_origin(BzrBranchFormat6)
814
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_not_to_origin(BzrBranchFormat7)
815
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_not_to_origin(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
816
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_not_to_origin(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
817
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_to_origin(BranchReferenceFormat)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
818
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_to_origin(BzrBranchFormat5)
819
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_to_origin(BzrBranchFormat6)
820
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_to_origin(BzrBranchFormat7)
821
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_to_origin(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
822
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_to_origin(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
823
breezy.tests.per_branch.test_commit.TestCommitHook.test_pre_commit_delta(BranchReferenceFormat)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
824
breezy.tests.per_branch.test_commit.TestCommitHook.test_pre_commit_delta(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
825
breezy.tests.per_branch.test_commit.TestCommitHook.test_pre_commit_fails(BranchReferenceFormat)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
826
breezy.tests.per_branch.test_commit.TestCommitHook.test_pre_commit_fails(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
827
breezy.tests.per_branch.test_commit.TestCommitHook.test_pre_commit_passes(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
828
breezy.tests.per_branch.test_commit.TestCommitHook.test_pre_commit_passes(BzrBranchFormat5)
829
breezy.tests.per_branch.test_commit.TestCommitHook.test_pre_commit_passes(BzrBranchFormat6)
830
breezy.tests.per_branch.test_commit.TestCommitHook.test_pre_commit_passes(BzrBranchFormat7)
831
breezy.tests.per_branch.test_commit.TestCommitHook.test_pre_commit_passes(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
832
breezy.tests.per_branch.test_commit.TestCommitHook.test_pre_commit_passes(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
833
breezy.tests.per_branch.test_commit.TestCommit.test_commit_nicks(BranchReferenceFormat)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
834
breezy.tests.per_branch.test_commit.TestCommit.test_commit_nicks(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
835
breezy.tests.per_branch.test_config.TestGetConfig.test_set_submit_branch(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
836
breezy.tests.per_branch.test_config.TestGetConfig.test_set_submit_branch(BzrBranchFormat4)
837
breezy.tests.per_branch.test_config.TestGetConfig.test_set_submit_branch(BzrBranchFormat5)
838
breezy.tests.per_branch.test_config.TestGetConfig.test_set_submit_branch(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
839
breezy.tests.per_branch.test_config.TestGetConfig.test_set_submit_branch(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
840
breezy.tests.per_branch.test_config.TestGetConfig.test_set_submit_branch(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
841
breezy.tests.per_branch.test_config.TestGetConfig.test_set_submit_branch(LocalGitBranchFormat)
842
breezy.tests.per_branch.test_config.TestGetConfig.test_set_submit_branch(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
843
breezy.tests.per_branch.test_config.TestGetConfig.test_set_user_option_with_dict(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
844
breezy.tests.per_branch.test_config.TestGetConfig.test_set_user_option_with_dict(BzrBranchFormat4)
845
breezy.tests.per_branch.test_config.TestGetConfig.test_set_user_option_with_dict(BzrBranchFormat5)
846
breezy.tests.per_branch.test_config.TestGetConfig.test_set_user_option_with_dict(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
847
breezy.tests.per_branch.test_config.TestGetConfig.test_set_user_option_with_dict(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
848
breezy.tests.per_branch.test_config.TestGetConfig.test_set_user_option_with_dict(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
849
breezy.tests.per_branch.test_config.TestGetConfig.test_set_user_option_with_dict(LocalGitBranchFormat)
850
breezy.tests.per_branch.test_config.TestGetConfig.test_set_user_option_with_dict(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
851
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_checkout_format_heavyweight(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
852
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_checkout_format_heavyweight(BzrBranchFormat4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
853
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_checkout_format_heavyweight(BzrBranchFormat6)
854
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_checkout_format_heavyweight(BzrBranchFormat7)
855
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_checkout_format_heavyweight(BzrBranchFormat8)
6973.6.1 by Jelmer Vernooij
More bees.
856
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_checkout_format_heavyweight(RemoteBranchFormat-default)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
857
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_checkout_format_heavyweight(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
858
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_checkout_format_lightweight(BranchReferenceFormat)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
859
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_checkout_format_lightweight(BzrBranchFormat4)
860
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_checkout_format_lightweight(BzrBranchFormat5)
861
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_checkout_format_lightweight(BzrBranchFormat6)
862
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_checkout_format_lightweight(BzrBranchFormat7)
863
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_checkout_format_lightweight(BzrBranchFormat8)
6973.6.1 by Jelmer Vernooij
More bees.
864
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_checkout_format_lightweight(RemoteBranchFormat-default)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
865
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_checkout_format_lightweight(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
866
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_create_checkout_exists(BranchReferenceFormat)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
867
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_create_checkout_exists(BzrBranchFormat4)
868
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_create_checkout_exists(BzrBranchFormat5)
869
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_create_checkout_exists(BzrBranchFormat6)
870
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_create_checkout_exists(BzrBranchFormat7)
871
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_create_checkout_exists(BzrBranchFormat8)
6973.6.1 by Jelmer Vernooij
More bees.
872
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_create_checkout_exists(RemoteBranchFormat-default)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
873
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_create_checkout_exists(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
874
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_create_lightweight_checkout(BranchReferenceFormat)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
875
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_create_lightweight_checkout(BzrBranchFormat4)
876
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_create_lightweight_checkout(BzrBranchFormat5)
877
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_create_lightweight_checkout(BzrBranchFormat6)
878
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_create_lightweight_checkout(BzrBranchFormat7)
879
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_create_lightweight_checkout(BzrBranchFormat8)
6973.6.1 by Jelmer Vernooij
More bees.
880
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_create_lightweight_checkout(RemoteBranchFormat-default)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
881
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_create_lightweight_checkout(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
882
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_create_revision_checkout(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
883
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_create_revision_checkout(BzrBranchFormat6)
884
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_create_revision_checkout(BzrBranchFormat7)
885
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_create_revision_checkout(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
886
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_create_revision_checkout(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
887
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_of_multiple_roots(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
888
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_of_multiple_roots(BzrBranchFormat5)
889
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_of_multiple_roots(BzrBranchFormat6)
890
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_of_multiple_roots(BzrBranchFormat7)
891
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_of_multiple_roots(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
892
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_of_multiple_roots(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
893
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_missing_parent_dir(BranchReferenceFormat)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
894
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_missing_parent_dir(BzrBranchFormat5)
895
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_missing_parent_dir(BzrBranchFormat6)
896
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_missing_parent_dir(BzrBranchFormat7)
897
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_missing_parent_dir(BzrBranchFormat8)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
898
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_missing_parent_dir_create(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
899
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_missing_parent_dir_create(BzrBranchFormat5)
900
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_missing_parent_dir_create(BzrBranchFormat6)
901
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_missing_parent_dir_create(BzrBranchFormat7)
902
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_missing_parent_dir_create(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
903
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_missing_parent_dir_create(RemoteGitBranchFormat)
904
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_missing_parent_dir(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
905
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_no_revision_id(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
906
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_no_revision_id(BzrBranchFormat5)
907
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_no_revision_id(BzrBranchFormat6)
908
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_no_revision_id(BzrBranchFormat7)
909
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_no_revision_id(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
910
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_no_revision_id(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
911
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_revision_id(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
912
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_revision_id(BzrBranchFormat5)
913
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_revision_id(BzrBranchFormat6)
914
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_revision_id(BzrBranchFormat7)
915
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_revision_id(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
916
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_revision_id(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
917
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_stacked(BranchReferenceFormat)
918
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_stacked_hooks_get_stacked_branch(BranchReferenceFormat)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
919
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_stacked_hooks_get_stacked_branch(RemoteGitBranchFormat)
920
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_stacked(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
921
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_use_existing_dir_false(BranchReferenceFormat)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
922
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_use_existing_dir_false(BzrBranchFormat5)
923
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_use_existing_dir_false(BzrBranchFormat6)
924
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_use_existing_dir_false(BzrBranchFormat7)
925
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_use_existing_dir_false(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
926
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_use_existing_dir_false(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
927
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_use_existing_dir_true(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
928
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_use_existing_dir_true(BzrBranchFormat5)
929
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_use_existing_dir_true(BzrBranchFormat6)
930
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_use_existing_dir_true(BzrBranchFormat7)
931
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_use_existing_dir_true(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
932
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_use_existing_dir_true(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
933
breezy.tests.per_branch.test_dotted_revno_to_revision_id.TestDottedRevnoToRevisionId.test_lookup_revision_id_by_dotted(BranchReferenceFormat)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
934
breezy.tests.per_branch.test_dotted_revno_to_revision_id.TestDottedRevnoToRevisionId.test_lookup_revision_id_by_dotted(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
935
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestCaching.test_locked(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
936
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestCaching.test_locked(BzrBranchFormat5)
937
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestCaching.test_locked(BzrBranchFormat6)
938
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestCaching.test_locked(BzrBranchFormat7)
939
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestCaching.test_locked(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
940
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestCaching.test_locked(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
941
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestCaching.test_set_last_revision_info_when_locked(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
942
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestCaching.test_set_last_revision_info_when_locked(BzrBranchFormat5)
943
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestCaching.test_set_last_revision_info_when_locked(BzrBranchFormat6)
944
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestCaching.test_set_last_revision_info_when_locked(BzrBranchFormat7)
945
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestCaching.test_set_last_revision_info_when_locked(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
946
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestCaching.test_set_last_revision_info_when_locked(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
947
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestCaching.test_unlocked(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
948
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestCaching.test_unlocked(BzrBranchFormat5)
949
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestCaching.test_unlocked(BzrBranchFormat6)
950
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestCaching.test_unlocked(BzrBranchFormat7)
951
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestCaching.test_unlocked(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
952
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestCaching.test_unlocked(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
953
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestRevisionIdToDottedRevno.test_simple_revno(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
954
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestRevisionIdToDottedRevno.test_simple_revno(BzrBranchFormat5)
955
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestRevisionIdToDottedRevno.test_simple_revno(BzrBranchFormat6)
956
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestRevisionIdToDottedRevno.test_simple_revno(BzrBranchFormat7)
957
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestRevisionIdToDottedRevno.test_simple_revno(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
958
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestRevisionIdToDottedRevno.test_simple_revno(RemoteGitBranchFormat)
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
959
breezy.tests.per_branch.test_hooks.TestAllMethodsThatChangeTipWillRunHooks.test_generate_revision_history(BranchReferenceFormat)
960
breezy.tests.per_branch.test_hooks.TestAllMethodsThatChangeTipWillRunHooks.test_generate_revision_history(BzrBranchFormat4)
961
breezy.tests.per_branch.test_hooks.TestAllMethodsThatChangeTipWillRunHooks.test_generate_revision_history(BzrBranchFormat5)
962
breezy.tests.per_branch.test_hooks.TestAllMethodsThatChangeTipWillRunHooks.test_generate_revision_history(BzrBranchFormat6)
963
breezy.tests.per_branch.test_hooks.TestAllMethodsThatChangeTipWillRunHooks.test_generate_revision_history(BzrBranchFormat7)
964
breezy.tests.per_branch.test_hooks.TestAllMethodsThatChangeTipWillRunHooks.test_generate_revision_history(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
965
breezy.tests.per_branch.test_hooks.TestAllMethodsThatChangeTipWillRunHooks.test_generate_revision_history(LocalGitBranchFormat)
966
breezy.tests.per_branch.test_hooks.TestAllMethodsThatChangeTipWillRunHooks.test_generate_revision_history(RemoteGitBranchFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
967
breezy.tests.per_branch.test_hooks.TestAllMethodsThatChangeTipWillRunHooks.test_pull(BranchReferenceFormat)
968
breezy.tests.per_branch.test_hooks.TestAllMethodsThatChangeTipWillRunHooks.test_pull(BzrBranchFormat4)
969
breezy.tests.per_branch.test_hooks.TestAllMethodsThatChangeTipWillRunHooks.test_pull(BzrBranchFormat5)
970
breezy.tests.per_branch.test_hooks.TestAllMethodsThatChangeTipWillRunHooks.test_pull(BzrBranchFormat6)
971
breezy.tests.per_branch.test_hooks.TestAllMethodsThatChangeTipWillRunHooks.test_pull(BzrBranchFormat7)
972
breezy.tests.per_branch.test_hooks.TestAllMethodsThatChangeTipWillRunHooks.test_pull(BzrBranchFormat8)
973
breezy.tests.per_branch.test_hooks.TestAllMethodsThatChangeTipWillRunHooks.test_pull(LocalGitBranchFormat)
974
breezy.tests.per_branch.test_hooks.TestAllMethodsThatChangeTipWillRunHooks.test_pull(RemoteGitBranchFormat)
975
breezy.tests.per_branch.test_hooks.TestAllMethodsThatChangeTipWillRunHooks.test_push(BranchReferenceFormat)
976
breezy.tests.per_branch.test_hooks.TestAllMethodsThatChangeTipWillRunHooks.test_push(BzrBranchFormat4)
977
breezy.tests.per_branch.test_hooks.TestAllMethodsThatChangeTipWillRunHooks.test_push(BzrBranchFormat5)
978
breezy.tests.per_branch.test_hooks.TestAllMethodsThatChangeTipWillRunHooks.test_push(BzrBranchFormat6)
979
breezy.tests.per_branch.test_hooks.TestAllMethodsThatChangeTipWillRunHooks.test_push(BzrBranchFormat7)
980
breezy.tests.per_branch.test_hooks.TestAllMethodsThatChangeTipWillRunHooks.test_push(BzrBranchFormat8)
981
breezy.tests.per_branch.test_hooks.TestAllMethodsThatChangeTipWillRunHooks.test_push(LocalGitBranchFormat)
982
breezy.tests.per_branch.test_hooks.TestAllMethodsThatChangeTipWillRunHooks.test_push(RemoteGitBranchFormat)
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
983
breezy.tests.per_branch.test_hooks.TestAllMethodsThatChangeTipWillRunHooks.test_set_last_revision_info(BranchReferenceFormat)
984
breezy.tests.per_branch.test_hooks.TestAllMethodsThatChangeTipWillRunHooks.test_set_last_revision_info(BzrBranchFormat4)
985
breezy.tests.per_branch.test_hooks.TestAllMethodsThatChangeTipWillRunHooks.test_set_last_revision_info(BzrBranchFormat5)
986
breezy.tests.per_branch.test_hooks.TestAllMethodsThatChangeTipWillRunHooks.test_set_last_revision_info(BzrBranchFormat6)
987
breezy.tests.per_branch.test_hooks.TestAllMethodsThatChangeTipWillRunHooks.test_set_last_revision_info(BzrBranchFormat7)
988
breezy.tests.per_branch.test_hooks.TestAllMethodsThatChangeTipWillRunHooks.test_set_last_revision_info(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
989
breezy.tests.per_branch.test_hooks.TestAllMethodsThatChangeTipWillRunHooks.test_set_last_revision_info(LocalGitBranchFormat)
990
breezy.tests.per_branch.test_hooks.TestAllMethodsThatChangeTipWillRunHooks.test_set_last_revision_info(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
991
breezy.tests.per_branch.test_hooks.TestOpen.test_create(BranchReferenceFormat)
992
breezy.tests.per_branch.test_hooks.TestOpen.test_create(BzrBranchFormat4)
993
breezy.tests.per_branch.test_hooks.TestOpen.test_create(BzrBranchFormat5)
994
breezy.tests.per_branch.test_hooks.TestOpen.test_create(BzrBranchFormat6)
995
breezy.tests.per_branch.test_hooks.TestOpen.test_create(BzrBranchFormat7)
996
breezy.tests.per_branch.test_hooks.TestOpen.test_create(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
997
breezy.tests.per_branch.test_hooks.TestOpen.test_create(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
998
breezy.tests.per_branch.test_hooks.TestOpen.test_create(RemoteBranchFormat-default)
999
breezy.tests.per_branch.test_hooks.TestOpen.test_create(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1000
breezy.tests.per_branch.test_hooks.TestOpen.test_create(RemoteGitBranchFormat)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
1001
breezy.tests.per_branch.test_hooks.TestOpen.test_open(BranchReferenceFormat)
1002
breezy.tests.per_branch.test_hooks.TestOpen.test_open(BzrBranchFormat4)
1003
breezy.tests.per_branch.test_hooks.TestOpen.test_open(BzrBranchFormat5)
1004
breezy.tests.per_branch.test_hooks.TestOpen.test_open(BzrBranchFormat6)
1005
breezy.tests.per_branch.test_hooks.TestOpen.test_open(BzrBranchFormat7)
1006
breezy.tests.per_branch.test_hooks.TestOpen.test_open(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1007
breezy.tests.per_branch.test_hooks.TestOpen.test_open(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1008
breezy.tests.per_branch.test_hooks.TestOpen.test_open(RemoteBranchFormat-default)
1009
breezy.tests.per_branch.test_hooks.TestOpen.test_open(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1010
breezy.tests.per_branch.test_hooks.TestOpen.test_open(RemoteGitBranchFormat)
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
1011
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_branch_is_locked(BranchReferenceFormat)
1012
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_branch_is_locked(BzrBranchFormat4)
1013
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_branch_is_locked(BzrBranchFormat5)
1014
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_branch_is_locked(BzrBranchFormat6)
1015
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_branch_is_locked(BzrBranchFormat7)
1016
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_branch_is_locked(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1017
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_branch_is_locked(LocalGitBranchFormat)
1018
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_branch_is_locked(RemoteGitBranchFormat)
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
1019
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_calls_all_hooks_no_errors(BranchReferenceFormat)
1020
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_calls_all_hooks_no_errors(BzrBranchFormat4)
1021
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_calls_all_hooks_no_errors(BzrBranchFormat5)
1022
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_calls_all_hooks_no_errors(BzrBranchFormat6)
1023
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_calls_all_hooks_no_errors(BzrBranchFormat7)
1024
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_calls_all_hooks_no_errors(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1025
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_calls_all_hooks_no_errors(LocalGitBranchFormat)
1026
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_calls_all_hooks_no_errors(RemoteGitBranchFormat)
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
1027
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_empty_history(BranchReferenceFormat)
1028
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_empty_history(BzrBranchFormat4)
1029
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_empty_history(BzrBranchFormat5)
1030
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_empty_history(BzrBranchFormat6)
1031
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_empty_history(BzrBranchFormat7)
1032
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_empty_history(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1033
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_empty_history(LocalGitBranchFormat)
1034
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_empty_history(RemoteGitBranchFormat)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
1035
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_hook_runs_after_change(BranchReferenceFormat)
1036
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_hook_runs_after_change(BzrBranchFormat4)
1037
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_hook_runs_after_change(BzrBranchFormat5)
1038
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_hook_runs_after_change(BzrBranchFormat6)
1039
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_hook_runs_after_change(BzrBranchFormat7)
1040
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_hook_runs_after_change(BzrBranchFormat8)
1041
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_hook_runs_after_change(LocalGitBranchFormat)
1042
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_hook_runs_after_change(RemoteGitBranchFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1043
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_nonempty_history(BranchReferenceFormat)
1044
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_nonempty_history(BzrBranchFormat4)
1045
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_nonempty_history(BzrBranchFormat5)
1046
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_nonempty_history(BzrBranchFormat6)
1047
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_nonempty_history(BzrBranchFormat7)
1048
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_nonempty_history(BzrBranchFormat8)
1049
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_nonempty_history(LocalGitBranchFormat)
1050
breezy.tests.per_branch.test_hooks.TestPostChangeBranchTip.test_nonempty_history(RemoteGitBranchFormat)
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
1051
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_branch_is_locked(BranchReferenceFormat)
1052
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_branch_is_locked(BzrBranchFormat4)
1053
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_branch_is_locked(BzrBranchFormat5)
1054
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_branch_is_locked(BzrBranchFormat6)
1055
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_branch_is_locked(BzrBranchFormat7)
1056
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_branch_is_locked(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1057
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_branch_is_locked(LocalGitBranchFormat)
1058
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_branch_is_locked(RemoteGitBranchFormat)
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
1059
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_calls_all_hooks_no_errors(BranchReferenceFormat)
1060
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_calls_all_hooks_no_errors(BzrBranchFormat4)
1061
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_calls_all_hooks_no_errors(BzrBranchFormat5)
1062
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_calls_all_hooks_no_errors(BzrBranchFormat6)
1063
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_calls_all_hooks_no_errors(BzrBranchFormat7)
1064
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_calls_all_hooks_no_errors(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1065
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_calls_all_hooks_no_errors(LocalGitBranchFormat)
1066
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_calls_all_hooks_no_errors(RemoteGitBranchFormat)
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
1067
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_empty_history(BranchReferenceFormat)
1068
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_empty_history(BzrBranchFormat4)
1069
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_empty_history(BzrBranchFormat5)
1070
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_empty_history(BzrBranchFormat6)
1071
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_empty_history(BzrBranchFormat7)
1072
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_empty_history(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1073
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_empty_history(LocalGitBranchFormat)
1074
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_empty_history(RemoteGitBranchFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1075
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_explicit_reject_by_hook(BranchReferenceFormat)
1076
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_explicit_reject_by_hook(BzrBranchFormat4)
1077
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_explicit_reject_by_hook(BzrBranchFormat5)
1078
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_explicit_reject_by_hook(BzrBranchFormat6)
1079
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_explicit_reject_by_hook(BzrBranchFormat7)
1080
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_explicit_reject_by_hook(BzrBranchFormat8)
1081
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_explicit_reject_by_hook(LocalGitBranchFormat)
1082
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_explicit_reject_by_hook(RemoteGitBranchFormat)
1083
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_hook_failure_prevents_change(BranchReferenceFormat)
1084
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_hook_failure_prevents_change(BzrBranchFormat4)
1085
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_hook_failure_prevents_change(BzrBranchFormat5)
1086
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_hook_failure_prevents_change(BzrBranchFormat6)
1087
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_hook_failure_prevents_change(BzrBranchFormat7)
1088
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_hook_failure_prevents_change(BzrBranchFormat8)
1089
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_hook_failure_prevents_change(LocalGitBranchFormat)
1090
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_hook_failure_prevents_change(RemoteGitBranchFormat)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
1091
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_hook_runs_before_change(BranchReferenceFormat)
1092
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_hook_runs_before_change(BzrBranchFormat4)
1093
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_hook_runs_before_change(BzrBranchFormat5)
1094
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_hook_runs_before_change(BzrBranchFormat6)
1095
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_hook_runs_before_change(BzrBranchFormat7)
1096
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_hook_runs_before_change(BzrBranchFormat8)
1097
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_hook_runs_before_change(LocalGitBranchFormat)
1098
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_hook_runs_before_change(RemoteGitBranchFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1099
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_nonempty_history(BranchReferenceFormat)
1100
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_nonempty_history(BzrBranchFormat4)
1101
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_nonempty_history(BzrBranchFormat5)
1102
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_nonempty_history(BzrBranchFormat6)
1103
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_nonempty_history(BzrBranchFormat7)
1104
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_nonempty_history(BzrBranchFormat8)
1105
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_nonempty_history(LocalGitBranchFormat)
1106
breezy.tests.per_branch.test_hooks.TestPreChangeBranchTip.test_nonempty_history(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1107
breezy.tests.per_branch.test_http.InaccessibleParentTests.test_clone_invalid_parent(BranchReferenceFormat)
6973.6.2 by Jelmer Vernooij
Fix more tests.
1108
breezy.tests.per_branch.test_http.InaccessibleParentTests.test_clone_invalid_parent(BzrBranchFormat4)
1109
breezy.tests.per_branch.test_http.InaccessibleParentTests.test_clone_invalid_parent(BzrBranchFormat5)
1110
breezy.tests.per_branch.test_http.InaccessibleParentTests.test_clone_invalid_parent(BzrBranchFormat6)
1111
breezy.tests.per_branch.test_http.InaccessibleParentTests.test_clone_invalid_parent(BzrBranchFormat7)
1112
breezy.tests.per_branch.test_http.InaccessibleParentTests.test_clone_invalid_parent(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1113
breezy.tests.per_branch.test_http.InaccessibleParentTests.test_clone_invalid_parent(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1114
breezy.tests.per_branch.test_http.InaccessibleParentTests.test_get_parent_invalid(BranchReferenceFormat)
6973.6.2 by Jelmer Vernooij
Fix more tests.
1115
breezy.tests.per_branch.test_http.InaccessibleParentTests.test_get_parent_invalid(BzrBranchFormat4)
1116
breezy.tests.per_branch.test_http.InaccessibleParentTests.test_get_parent_invalid(BzrBranchFormat5)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1117
breezy.tests.per_branch.test_http.InaccessibleParentTests.test_get_parent_invalid(BzrBranchFormat6)
1118
breezy.tests.per_branch.test_http.InaccessibleParentTests.test_get_parent_invalid(BzrBranchFormat7)
1119
breezy.tests.per_branch.test_http.InaccessibleParentTests.test_get_parent_invalid(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1120
breezy.tests.per_branch.test_http.InaccessibleParentTests.test_get_parent_invalid(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1121
breezy.tests.per_branch.test_http.InaccessibleParentTests.test_sprout_invalid_parent(BranchReferenceFormat)
6973.6.2 by Jelmer Vernooij
Fix more tests.
1122
breezy.tests.per_branch.test_http.InaccessibleParentTests.test_sprout_invalid_parent(BzrBranchFormat4)
1123
breezy.tests.per_branch.test_http.InaccessibleParentTests.test_sprout_invalid_parent(BzrBranchFormat5)
1124
breezy.tests.per_branch.test_http.InaccessibleParentTests.test_sprout_invalid_parent(BzrBranchFormat6)
1125
breezy.tests.per_branch.test_http.InaccessibleParentTests.test_sprout_invalid_parent(BzrBranchFormat7)
1126
breezy.tests.per_branch.test_http.InaccessibleParentTests.test_sprout_invalid_parent(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1127
breezy.tests.per_branch.test_http.InaccessibleParentTests.test_sprout_invalid_parent(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1128
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsBushyGraph.test_merge_sorted_exclude_ancestry(BranchReferenceFormat)
6973.6.2 by Jelmer Vernooij
Fix more tests.
1129
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsBushyGraph.test_merge_sorted_exclude_ancestry(BzrBranchFormat5)
1130
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsBushyGraph.test_merge_sorted_exclude_ancestry(BzrBranchFormat6)
1131
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsBushyGraph.test_merge_sorted_exclude_ancestry(BzrBranchFormat7)
1132
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsBushyGraph.test_merge_sorted_exclude_ancestry(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1133
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsBushyGraph.test_merge_sorted_exclude_ancestry(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1134
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsBushyGraph.test_merge_sorted_starting_at_embedded_merge(BranchReferenceFormat)
6973.6.2 by Jelmer Vernooij
Fix more tests.
1135
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsBushyGraph.test_merge_sorted_starting_at_embedded_merge(BzrBranchFormat5)
1136
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsBushyGraph.test_merge_sorted_starting_at_embedded_merge(BzrBranchFormat6)
1137
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsBushyGraph.test_merge_sorted_starting_at_embedded_merge(BzrBranchFormat7)
1138
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsBushyGraph.test_merge_sorted_starting_at_embedded_merge(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1139
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsBushyGraph.test_merge_sorted_starting_at_embedded_merge(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1140
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsBushyGraph.test_merge_sorted_with_different_depths_merge(BranchReferenceFormat)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1141
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsBushyGraph.test_merge_sorted_with_different_depths_merge(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1142
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1143
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted(BzrBranchFormat5)
1144
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted(BzrBranchFormat6)
1145
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted(BzrBranchFormat7)
1146
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted(BzrBranchFormat8)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1147
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_forward(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1148
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_forward(BzrBranchFormat5)
1149
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_forward(BzrBranchFormat6)
1150
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_forward(BzrBranchFormat7)
1151
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_forward(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1152
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_forward(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1153
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range(BranchReferenceFormat)
6973.6.2 by Jelmer Vernooij
Fix more tests.
1154
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range(BzrBranchFormat5)
1155
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range(BzrBranchFormat6)
1156
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range(BzrBranchFormat7)
1157
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range(BzrBranchFormat8)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1158
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_forward(BranchReferenceFormat)
6973.6.2 by Jelmer Vernooij
Fix more tests.
1159
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_forward(BzrBranchFormat5)
1160
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_forward(BzrBranchFormat6)
1161
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_forward(BzrBranchFormat7)
1162
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_forward(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1163
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_forward(RemoteGitBranchFormat)
1164
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1165
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_start_only(BranchReferenceFormat)
6973.6.2 by Jelmer Vernooij
Fix more tests.
1166
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_start_only(BzrBranchFormat5)
1167
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_start_only(BzrBranchFormat6)
1168
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_start_only(BzrBranchFormat7)
1169
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_start_only(BzrBranchFormat8)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1170
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_start_only_forward(BranchReferenceFormat)
6973.6.2 by Jelmer Vernooij
Fix more tests.
1171
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_start_only_forward(BzrBranchFormat5)
1172
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_start_only_forward(BzrBranchFormat6)
1173
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_start_only_forward(BzrBranchFormat7)
1174
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_start_only_forward(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1175
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_start_only_forward(RemoteGitBranchFormat)
1176
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_start_only(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1177
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_exclude(BranchReferenceFormat)
1178
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_exclude_forward(BranchReferenceFormat)
6973.6.2 by Jelmer Vernooij
Fix more tests.
1179
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_exclude_forward(BzrBranchFormat5)
1180
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_exclude_forward(BzrBranchFormat6)
1181
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_exclude_forward(BzrBranchFormat7)
1182
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_exclude_forward(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1183
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_exclude_forward(RemoteGitBranchFormat)
1184
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_exclude(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1185
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_include(BranchReferenceFormat)
6973.6.2 by Jelmer Vernooij
Fix more tests.
1186
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_include(BzrBranchFormat5)
1187
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_include(BzrBranchFormat6)
1188
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_include(BzrBranchFormat7)
1189
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_include(BzrBranchFormat8)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1190
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_include_forward(BranchReferenceFormat)
6973.6.2 by Jelmer Vernooij
Fix more tests.
1191
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_include_forward(BzrBranchFormat5)
1192
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_include_forward(BzrBranchFormat6)
1193
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_include_forward(BzrBranchFormat7)
1194
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_include_forward(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1195
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_include_forward(RemoteGitBranchFormat)
1196
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_include(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1197
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_with_merges(BranchReferenceFormat)
6973.6.2 by Jelmer Vernooij
Fix more tests.
1198
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_with_merges(BzrBranchFormat5)
1199
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_with_merges(BzrBranchFormat6)
1200
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_with_merges(BzrBranchFormat7)
1201
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_with_merges(BzrBranchFormat8)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1202
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_with_merges_can_show_non_parents(BranchReferenceFormat)
6973.6.2 by Jelmer Vernooij
Fix more tests.
1203
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_with_merges_can_show_non_parents(BzrBranchFormat5)
1204
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_with_merges_can_show_non_parents(BzrBranchFormat6)
1205
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_with_merges_can_show_non_parents(BzrBranchFormat7)
1206
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_with_merges_can_show_non_parents(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1207
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_with_merges_can_show_non_parents(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1208
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_with_merges_forward(BranchReferenceFormat)
6973.6.2 by Jelmer Vernooij
Fix more tests.
1209
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_with_merges_forward(BzrBranchFormat5)
1210
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_with_merges_forward(BzrBranchFormat6)
1211
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_with_merges_forward(BzrBranchFormat7)
1212
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_with_merges_forward(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1213
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_with_merges_forward(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1214
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_with_merges_ignore_non_parents(BranchReferenceFormat)
6973.6.2 by Jelmer Vernooij
Fix more tests.
1215
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_with_merges_ignore_non_parents(BzrBranchFormat5)
1216
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_with_merges_ignore_non_parents(BzrBranchFormat6)
1217
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_with_merges_ignore_non_parents(BzrBranchFormat7)
1218
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_with_merges_ignore_non_parents(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1219
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_with_merges_ignore_non_parents(RemoteGitBranchFormat)
1220
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_range_stop_with_merges(RemoteGitBranchFormat)
1221
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1222
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_single_stop_exclude(BranchReferenceFormat)
6973.6.2 by Jelmer Vernooij
Fix more tests.
1223
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_single_stop_exclude(BzrBranchFormat5)
1224
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_single_stop_exclude(BzrBranchFormat6)
1225
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_single_stop_exclude(BzrBranchFormat7)
1226
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_single_stop_exclude(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1227
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_single_stop_exclude(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1228
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_single_stop_include(BranchReferenceFormat)
6973.6.2 by Jelmer Vernooij
Fix more tests.
1229
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_single_stop_include(BzrBranchFormat5)
1230
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_single_stop_include(BzrBranchFormat6)
1231
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_single_stop_include(BzrBranchFormat7)
1232
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_single_stop_include(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1233
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_single_stop_include(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1234
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_single_stop_with_merges(BranchReferenceFormat)
6973.6.2 by Jelmer Vernooij
Fix more tests.
1235
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_single_stop_with_merges(BzrBranchFormat5)
1236
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_single_stop_with_merges(BzrBranchFormat6)
1237
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_single_stop_with_merges(BzrBranchFormat7)
1238
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_single_stop_with_merges(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1239
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_single_stop_with_merges(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1240
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_empty_branch(BranchReferenceFormat)
1241
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_empty_branch(BzrBranchFormat4)
1242
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_empty_branch(BzrBranchFormat5)
1243
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_empty_branch(BzrBranchFormat6)
1244
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_empty_branch(BzrBranchFormat7)
1245
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_empty_branch(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1246
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_empty_branch(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1247
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_empty_branch(RemoteBranchFormat-default)
1248
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_empty_branch(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1249
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_empty_branch(RemoteGitBranchFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1250
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_import(BranchReferenceFormat)
1251
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_import(BzrBranchFormat4)
1252
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_import(BzrBranchFormat5)
1253
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_import(BzrBranchFormat6)
1254
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_import(BzrBranchFormat7)
1255
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_import(BzrBranchFormat8)
1256
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_import(LocalGitBranchFormat)
1257
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_import(RemoteGitBranchFormat)
1258
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_non_empty_branch(BranchReferenceFormat)
1259
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_non_empty_branch(BzrBranchFormat4)
1260
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_non_empty_branch(BzrBranchFormat5)
1261
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_non_empty_branch(BzrBranchFormat6)
1262
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_non_empty_branch(BzrBranchFormat7)
1263
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_non_empty_branch(BzrBranchFormat8)
1264
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_non_empty_branch(LocalGitBranchFormat)
1265
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_non_empty_branch(RemoteGitBranchFormat)
1266
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_same_repo(BranchReferenceFormat)
1267
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_same_repo(BzrBranchFormat4)
1268
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_same_repo(BzrBranchFormat5)
1269
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_same_repo(BzrBranchFormat6)
1270
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_same_repo(BzrBranchFormat7)
1271
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_same_repo(BzrBranchFormat8)
1272
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_same_repo(LocalGitBranchFormat)
1273
breezy.tests.per_branch.test_last_revision_info.TestLastRevisionInfo.test_same_repo(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1274
breezy.tests.per_branch.test_locking.TestBranchLocking.test_01_lock_read(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1275
breezy.tests.per_branch.test_locking.TestBranchLocking.test_01_lock_read(BzrBranchFormat4)
1276
breezy.tests.per_branch.test_locking.TestBranchLocking.test_01_lock_read(BzrBranchFormat5)
1277
breezy.tests.per_branch.test_locking.TestBranchLocking.test_01_lock_read(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1278
breezy.tests.per_branch.test_locking.TestBranchLocking.test_01_lock_read(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1279
breezy.tests.per_branch.test_locking.TestBranchLocking.test_01_lock_read(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1280
breezy.tests.per_branch.test_locking.TestBranchLocking.test_01_lock_read(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1281
breezy.tests.per_branch.test_locking.TestBranchLocking.test_01_lock_read(RemoteBranchFormat-default)
1282
breezy.tests.per_branch.test_locking.TestBranchLocking.test_01_lock_read(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1283
breezy.tests.per_branch.test_locking.TestBranchLocking.test_01_lock_read(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1284
breezy.tests.per_branch.test_locking.TestBranchLocking.test_02_lock_write(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1285
breezy.tests.per_branch.test_locking.TestBranchLocking.test_02_lock_write(BzrBranchFormat4)
1286
breezy.tests.per_branch.test_locking.TestBranchLocking.test_02_lock_write(BzrBranchFormat5)
1287
breezy.tests.per_branch.test_locking.TestBranchLocking.test_02_lock_write(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1288
breezy.tests.per_branch.test_locking.TestBranchLocking.test_02_lock_write(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1289
breezy.tests.per_branch.test_locking.TestBranchLocking.test_02_lock_write(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1290
breezy.tests.per_branch.test_locking.TestBranchLocking.test_02_lock_write(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1291
breezy.tests.per_branch.test_locking.TestBranchLocking.test_02_lock_write(RemoteBranchFormat-default)
1292
breezy.tests.per_branch.test_locking.TestBranchLocking.test_02_lock_write(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1293
breezy.tests.per_branch.test_locking.TestBranchLocking.test_02_lock_write(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1294
breezy.tests.per_branch.test_locking.TestBranchLocking.test_03_lock_fail_unlock_repo(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1295
breezy.tests.per_branch.test_locking.TestBranchLocking.test_03_lock_fail_unlock_repo(BzrBranchFormat4)
1296
breezy.tests.per_branch.test_locking.TestBranchLocking.test_03_lock_fail_unlock_repo(BzrBranchFormat5)
1297
breezy.tests.per_branch.test_locking.TestBranchLocking.test_03_lock_fail_unlock_repo(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1298
breezy.tests.per_branch.test_locking.TestBranchLocking.test_03_lock_fail_unlock_repo(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1299
breezy.tests.per_branch.test_locking.TestBranchLocking.test_03_lock_fail_unlock_repo(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1300
breezy.tests.per_branch.test_locking.TestBranchLocking.test_03_lock_fail_unlock_repo(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1301
breezy.tests.per_branch.test_locking.TestBranchLocking.test_03_lock_fail_unlock_repo(RemoteBranchFormat-default)
1302
breezy.tests.per_branch.test_locking.TestBranchLocking.test_03_lock_fail_unlock_repo(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1303
breezy.tests.per_branch.test_locking.TestBranchLocking.test_03_lock_fail_unlock_repo(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1304
breezy.tests.per_branch.test_locking.TestBranchLocking.test_04_lock_fail_unlock_control(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1305
breezy.tests.per_branch.test_locking.TestBranchLocking.test_04_lock_fail_unlock_control(BzrBranchFormat4)
1306
breezy.tests.per_branch.test_locking.TestBranchLocking.test_04_lock_fail_unlock_control(BzrBranchFormat5)
1307
breezy.tests.per_branch.test_locking.TestBranchLocking.test_04_lock_fail_unlock_control(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1308
breezy.tests.per_branch.test_locking.TestBranchLocking.test_04_lock_fail_unlock_control(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1309
breezy.tests.per_branch.test_locking.TestBranchLocking.test_04_lock_fail_unlock_control(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1310
breezy.tests.per_branch.test_locking.TestBranchLocking.test_04_lock_fail_unlock_control(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1311
breezy.tests.per_branch.test_locking.TestBranchLocking.test_04_lock_fail_unlock_control(RemoteBranchFormat-default)
1312
breezy.tests.per_branch.test_locking.TestBranchLocking.test_04_lock_fail_unlock_control(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1313
breezy.tests.per_branch.test_locking.TestBranchLocking.test_04_lock_fail_unlock_control(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1314
breezy.tests.per_branch.test_locking.TestBranchLocking.test_05_lock_read_fail_repo(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1315
breezy.tests.per_branch.test_locking.TestBranchLocking.test_05_lock_read_fail_repo(BzrBranchFormat4)
1316
breezy.tests.per_branch.test_locking.TestBranchLocking.test_05_lock_read_fail_repo(BzrBranchFormat5)
1317
breezy.tests.per_branch.test_locking.TestBranchLocking.test_05_lock_read_fail_repo(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1318
breezy.tests.per_branch.test_locking.TestBranchLocking.test_05_lock_read_fail_repo(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1319
breezy.tests.per_branch.test_locking.TestBranchLocking.test_05_lock_read_fail_repo(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1320
breezy.tests.per_branch.test_locking.TestBranchLocking.test_05_lock_read_fail_repo(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1321
breezy.tests.per_branch.test_locking.TestBranchLocking.test_05_lock_read_fail_repo(RemoteBranchFormat-default)
1322
breezy.tests.per_branch.test_locking.TestBranchLocking.test_05_lock_read_fail_repo(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1323
breezy.tests.per_branch.test_locking.TestBranchLocking.test_05_lock_read_fail_repo(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1324
breezy.tests.per_branch.test_locking.TestBranchLocking.test_06_lock_write_fail_repo(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1325
breezy.tests.per_branch.test_locking.TestBranchLocking.test_06_lock_write_fail_repo(BzrBranchFormat4)
1326
breezy.tests.per_branch.test_locking.TestBranchLocking.test_06_lock_write_fail_repo(BzrBranchFormat5)
1327
breezy.tests.per_branch.test_locking.TestBranchLocking.test_06_lock_write_fail_repo(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1328
breezy.tests.per_branch.test_locking.TestBranchLocking.test_06_lock_write_fail_repo(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1329
breezy.tests.per_branch.test_locking.TestBranchLocking.test_06_lock_write_fail_repo(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1330
breezy.tests.per_branch.test_locking.TestBranchLocking.test_06_lock_write_fail_repo(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1331
breezy.tests.per_branch.test_locking.TestBranchLocking.test_06_lock_write_fail_repo(RemoteBranchFormat-default)
1332
breezy.tests.per_branch.test_locking.TestBranchLocking.test_06_lock_write_fail_repo(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1333
breezy.tests.per_branch.test_locking.TestBranchLocking.test_06_lock_write_fail_repo(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1334
breezy.tests.per_branch.test_locking.TestBranchLocking.test_07_lock_read_fail_control(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1335
breezy.tests.per_branch.test_locking.TestBranchLocking.test_07_lock_read_fail_control(BzrBranchFormat4)
1336
breezy.tests.per_branch.test_locking.TestBranchLocking.test_07_lock_read_fail_control(BzrBranchFormat5)
1337
breezy.tests.per_branch.test_locking.TestBranchLocking.test_07_lock_read_fail_control(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1338
breezy.tests.per_branch.test_locking.TestBranchLocking.test_07_lock_read_fail_control(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1339
breezy.tests.per_branch.test_locking.TestBranchLocking.test_07_lock_read_fail_control(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1340
breezy.tests.per_branch.test_locking.TestBranchLocking.test_07_lock_read_fail_control(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1341
breezy.tests.per_branch.test_locking.TestBranchLocking.test_07_lock_read_fail_control(RemoteBranchFormat-default)
1342
breezy.tests.per_branch.test_locking.TestBranchLocking.test_07_lock_read_fail_control(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1343
breezy.tests.per_branch.test_locking.TestBranchLocking.test_07_lock_read_fail_control(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1344
breezy.tests.per_branch.test_locking.TestBranchLocking.test_08_lock_write_fail_control(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1345
breezy.tests.per_branch.test_locking.TestBranchLocking.test_08_lock_write_fail_control(BzrBranchFormat4)
1346
breezy.tests.per_branch.test_locking.TestBranchLocking.test_08_lock_write_fail_control(BzrBranchFormat5)
1347
breezy.tests.per_branch.test_locking.TestBranchLocking.test_08_lock_write_fail_control(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1348
breezy.tests.per_branch.test_locking.TestBranchLocking.test_08_lock_write_fail_control(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1349
breezy.tests.per_branch.test_locking.TestBranchLocking.test_08_lock_write_fail_control(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1350
breezy.tests.per_branch.test_locking.TestBranchLocking.test_08_lock_write_fail_control(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1351
breezy.tests.per_branch.test_locking.TestBranchLocking.test_08_lock_write_fail_control(RemoteBranchFormat-default)
1352
breezy.tests.per_branch.test_locking.TestBranchLocking.test_08_lock_write_fail_control(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1353
breezy.tests.per_branch.test_locking.TestBranchLocking.test_08_lock_write_fail_control(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1354
breezy.tests.per_branch.test_locking.TestBranchLocking.test_dont_leave_lock_in_place(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1355
breezy.tests.per_branch.test_locking.TestBranchLocking.test_dont_leave_lock_in_place(BzrBranchFormat4)
1356
breezy.tests.per_branch.test_locking.TestBranchLocking.test_dont_leave_lock_in_place(BzrBranchFormat5)
1357
breezy.tests.per_branch.test_locking.TestBranchLocking.test_dont_leave_lock_in_place(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1358
breezy.tests.per_branch.test_locking.TestBranchLocking.test_dont_leave_lock_in_place(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1359
breezy.tests.per_branch.test_locking.TestBranchLocking.test_dont_leave_lock_in_place(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1360
breezy.tests.per_branch.test_locking.TestBranchLocking.test_dont_leave_lock_in_place(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1361
breezy.tests.per_branch.test_locking.TestBranchLocking.test_leave_lock_in_place(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1362
breezy.tests.per_branch.test_locking.TestBranchLocking.test_leave_lock_in_place(BzrBranchFormat4)
1363
breezy.tests.per_branch.test_locking.TestBranchLocking.test_leave_lock_in_place(BzrBranchFormat5)
1364
breezy.tests.per_branch.test_locking.TestBranchLocking.test_leave_lock_in_place(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1365
breezy.tests.per_branch.test_locking.TestBranchLocking.test_leave_lock_in_place(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1366
breezy.tests.per_branch.test_locking.TestBranchLocking.test_leave_lock_in_place(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1367
breezy.tests.per_branch.test_locking.TestBranchLocking.test_leave_lock_in_place(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1368
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_and_unlock_leaves_repo_unlocked(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1369
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_and_unlock_leaves_repo_unlocked(BzrBranchFormat4)
1370
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_and_unlock_leaves_repo_unlocked(BzrBranchFormat5)
1371
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_and_unlock_leaves_repo_unlocked(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1372
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_and_unlock_leaves_repo_unlocked(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1373
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_and_unlock_leaves_repo_unlocked(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1374
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_and_unlock_leaves_repo_unlocked(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1375
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_context_manager(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1376
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_context_manager(BzrBranchFormat4)
1377
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_context_manager(BzrBranchFormat5)
1378
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_context_manager(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1379
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_context_manager(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1380
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_context_manager(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1381
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_context_manager(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1382
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_context_manager(RemoteBranchFormat-default)
1383
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_context_manager(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1384
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_context_manager(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1385
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_returns_unlockable(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1386
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_returns_unlockable(BzrBranchFormat4)
1387
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_returns_unlockable(BzrBranchFormat5)
1388
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_returns_unlockable(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1389
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_returns_unlockable(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1390
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_returns_unlockable(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1391
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_returns_unlockable(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1392
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_returns_unlockable(RemoteBranchFormat-default)
1393
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_returns_unlockable(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1394
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_returns_unlockable(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1395
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_then_unlock(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1396
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_then_unlock(BzrBranchFormat4)
1397
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_then_unlock(BzrBranchFormat5)
1398
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_then_unlock(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1399
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_then_unlock(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1400
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_then_unlock(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1401
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_then_unlock(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1402
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_then_unlock(RemoteBranchFormat-default)
1403
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_then_unlock(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1404
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_read_then_unlock(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1405
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_locks_repo_too(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1406
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_locks_repo_too(BzrBranchFormat4)
1407
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_locks_repo_too(BzrBranchFormat5)
1408
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_locks_repo_too(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1409
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_locks_repo_too(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1410
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_locks_repo_too(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1411
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_locks_repo_too(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1412
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_raises_in_lock_read(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1413
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_raises_in_lock_read(BzrBranchFormat4)
1414
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_raises_in_lock_read(BzrBranchFormat5)
1415
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_raises_in_lock_read(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1416
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_raises_in_lock_read(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1417
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_raises_in_lock_read(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1418
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_raises_in_lock_read(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1419
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_raises_in_lock_read(RemoteBranchFormat-default)
1420
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_raises_in_lock_read(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1421
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_raises_in_lock_read(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1422
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_reenter_with_token(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1423
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_reenter_with_token(BzrBranchFormat4)
1424
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_reenter_with_token(BzrBranchFormat5)
1425
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_reenter_with_token(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1426
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_reenter_with_token(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1427
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_reenter_with_token(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1428
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_reenter_with_token(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1429
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_returns_None_refuses_token(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1430
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_returns_None_refuses_token(BzrBranchFormat4)
1431
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_returns_None_refuses_token(BzrBranchFormat5)
1432
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_returns_None_refuses_token(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1433
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_returns_None_refuses_token(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1434
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_returns_None_refuses_token(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1435
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_returns_None_refuses_token(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1436
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_returns_unlockable(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1437
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_returns_unlockable(BzrBranchFormat4)
1438
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_returns_unlockable(BzrBranchFormat5)
1439
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_returns_unlockable(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1440
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_returns_unlockable(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1441
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_returns_unlockable(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1442
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_returns_unlockable(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1443
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_with_matching_token(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1444
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_with_matching_token(BzrBranchFormat4)
1445
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_with_matching_token(BzrBranchFormat5)
1446
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_with_matching_token(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1447
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_with_matching_token(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1448
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_with_matching_token(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1449
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_with_matching_token(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1450
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_with_nonmatching_token(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1451
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_with_nonmatching_token(BzrBranchFormat4)
1452
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_with_nonmatching_token(BzrBranchFormat5)
1453
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_with_nonmatching_token(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1454
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_with_nonmatching_token(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1455
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_with_nonmatching_token(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1456
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_with_nonmatching_token(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1457
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_with_token_fails_when_unlocked(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1458
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_with_token_fails_when_unlocked(BzrBranchFormat4)
1459
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_with_token_fails_when_unlocked(BzrBranchFormat5)
1460
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_with_token_fails_when_unlocked(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1461
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_with_token_fails_when_unlocked(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1462
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_with_token_fails_when_unlocked(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1463
breezy.tests.per_branch.test_locking.TestBranchLocking.test_lock_write_with_token_fails_when_unlocked(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1464
breezy.tests.per_branch.test_locking.TestBranchLocking.test_reentering_lock_write_raises_on_token_mismatch(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1465
breezy.tests.per_branch.test_locking.TestBranchLocking.test_reentering_lock_write_raises_on_token_mismatch(BzrBranchFormat4)
1466
breezy.tests.per_branch.test_locking.TestBranchLocking.test_reentering_lock_write_raises_on_token_mismatch(BzrBranchFormat5)
1467
breezy.tests.per_branch.test_locking.TestBranchLocking.test_reentering_lock_write_raises_on_token_mismatch(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1468
breezy.tests.per_branch.test_locking.TestBranchLocking.test_reentering_lock_write_raises_on_token_mismatch(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1469
breezy.tests.per_branch.test_locking.TestBranchLocking.test_reentering_lock_write_raises_on_token_mismatch(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1470
breezy.tests.per_branch.test_locking.TestBranchLocking.test_reentering_lock_write_raises_on_token_mismatch(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1471
breezy.tests.per_branch.test_locking.TestBranchLocking.test_unlock_after_lock_write_with_token(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1472
breezy.tests.per_branch.test_locking.TestBranchLocking.test_unlock_after_lock_write_with_token(BzrBranchFormat4)
1473
breezy.tests.per_branch.test_locking.TestBranchLocking.test_unlock_after_lock_write_with_token(BzrBranchFormat5)
1474
breezy.tests.per_branch.test_locking.TestBranchLocking.test_unlock_after_lock_write_with_token(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1475
breezy.tests.per_branch.test_locking.TestBranchLocking.test_unlock_after_lock_write_with_token(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1476
breezy.tests.per_branch.test_locking.TestBranchLocking.test_unlock_after_lock_write_with_token(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1477
breezy.tests.per_branch.test_locking.TestBranchLocking.test_unlock_after_lock_write_with_token(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1478
breezy.tests.per_branch.test_parent.TestParent.test_get_invalid_parent(BranchReferenceFormat)
1479
breezy.tests.per_branch.test_parent.TestParent.test_get_invalid_parent(BzrBranchFormat4)
1480
breezy.tests.per_branch.test_parent.TestParent.test_get_invalid_parent(BzrBranchFormat5)
1481
breezy.tests.per_branch.test_parent.TestParent.test_get_invalid_parent(BzrBranchFormat6)
1482
breezy.tests.per_branch.test_parent.TestParent.test_get_invalid_parent(BzrBranchFormat7)
1483
breezy.tests.per_branch.test_parent.TestParent.test_get_invalid_parent(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1484
breezy.tests.per_branch.test_parent.TestParent.test_get_invalid_parent(LocalGitBranchFormat)
1485
breezy.tests.per_branch.test_parent.TestParent.test_get_invalid_parent(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1486
breezy.tests.per_branch.test_parent.TestParent.test_no_default_parent(BranchReferenceFormat)
1487
breezy.tests.per_branch.test_parent.TestParent.test_no_default_parent(BzrBranchFormat4)
1488
breezy.tests.per_branch.test_parent.TestParent.test_no_default_parent(BzrBranchFormat5)
1489
breezy.tests.per_branch.test_parent.TestParent.test_no_default_parent(BzrBranchFormat6)
1490
breezy.tests.per_branch.test_parent.TestParent.test_no_default_parent(BzrBranchFormat7)
1491
breezy.tests.per_branch.test_parent.TestParent.test_no_default_parent(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1492
breezy.tests.per_branch.test_parent.TestParent.test_no_default_parent(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1493
breezy.tests.per_branch.test_parent.TestParent.test_no_default_parent(RemoteBranchFormat-default)
1494
breezy.tests.per_branch.test_parent.TestParent.test_no_default_parent(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1495
breezy.tests.per_branch.test_parent.TestParent.test_no_default_parent(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1496
breezy.tests.per_branch.test_parent.TestParent.test_win32_set_parent_on_another_drive(BranchReferenceFormat)
1497
breezy.tests.per_branch.test_parent.TestParent.test_win32_set_parent_on_another_drive(BzrBranchFormat4)
1498
breezy.tests.per_branch.test_parent.TestParent.test_win32_set_parent_on_another_drive(BzrBranchFormat5)
1499
breezy.tests.per_branch.test_parent.TestParent.test_win32_set_parent_on_another_drive(BzrBranchFormat6)
1500
breezy.tests.per_branch.test_parent.TestParent.test_win32_set_parent_on_another_drive(BzrBranchFormat7)
1501
breezy.tests.per_branch.test_parent.TestParent.test_win32_set_parent_on_another_drive(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1502
breezy.tests.per_branch.test_parent.TestParent.test_win32_set_parent_on_another_drive(LocalGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1503
breezy.tests.per_branch.test_parent.TestParent.test_win32_set_parent_on_another_drive(RemoteBranchFormat-default)
1504
breezy.tests.per_branch.test_parent.TestParent.test_win32_set_parent_on_another_drive(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1505
breezy.tests.per_branch.test_parent.TestParent.test_win32_set_parent_on_another_drive(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1506
breezy.tests.per_branch.test_permissions.TestPermissions.test_mode_0(BranchReferenceFormat)
1507
breezy.tests.per_branch.test_permissions.TestPermissions.test_mode_0(BzrBranchFormat4)
1508
breezy.tests.per_branch.test_permissions.TestPermissions.test_mode_0(BzrBranchFormat5)
1509
breezy.tests.per_branch.test_permissions.TestPermissions.test_mode_0(BzrBranchFormat6)
1510
breezy.tests.per_branch.test_permissions.TestPermissions.test_mode_0(BzrBranchFormat7)
1511
breezy.tests.per_branch.test_permissions.TestPermissions.test_mode_0(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1512
breezy.tests.per_branch.test_permissions.TestPermissions.test_mode_0(LocalGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1513
breezy.tests.per_branch.test_permissions.TestPermissions.test_mode_0(RemoteBranchFormat-default)
1514
breezy.tests.per_branch.test_permissions.TestPermissions.test_mode_0(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1515
breezy.tests.per_branch.test_permissions.TestPermissions.test_mode_0(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1516
breezy.tests.per_branch.test_permissions.TestPermissions.test_new_branch(BranchReferenceFormat)
1517
breezy.tests.per_branch.test_permissions.TestPermissions.test_new_branch(BzrBranchFormat4)
1518
breezy.tests.per_branch.test_permissions.TestPermissions.test_new_branch(BzrBranchFormat5)
1519
breezy.tests.per_branch.test_permissions.TestPermissions.test_new_branch(BzrBranchFormat6)
1520
breezy.tests.per_branch.test_permissions.TestPermissions.test_new_branch(BzrBranchFormat7)
1521
breezy.tests.per_branch.test_permissions.TestPermissions.test_new_branch(BzrBranchFormat8)
1522
breezy.tests.per_branch.test_permissions.TestPermissions.test_new_branch_group_sticky_bit(BranchReferenceFormat)
1523
breezy.tests.per_branch.test_permissions.TestPermissions.test_new_branch_group_sticky_bit(BzrBranchFormat4)
1524
breezy.tests.per_branch.test_permissions.TestPermissions.test_new_branch_group_sticky_bit(BzrBranchFormat5)
1525
breezy.tests.per_branch.test_permissions.TestPermissions.test_new_branch_group_sticky_bit(BzrBranchFormat6)
1526
breezy.tests.per_branch.test_permissions.TestPermissions.test_new_branch_group_sticky_bit(BzrBranchFormat7)
1527
breezy.tests.per_branch.test_permissions.TestPermissions.test_new_branch_group_sticky_bit(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1528
breezy.tests.per_branch.test_permissions.TestPermissions.test_new_branch_group_sticky_bit(LocalGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1529
breezy.tests.per_branch.test_permissions.TestPermissions.test_new_branch_group_sticky_bit(RemoteBranchFormat-default)
1530
breezy.tests.per_branch.test_permissions.TestPermissions.test_new_branch_group_sticky_bit(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1531
breezy.tests.per_branch.test_permissions.TestPermissions.test_new_branch_group_sticky_bit(RemoteGitBranchFormat)
1532
breezy.tests.per_branch.test_permissions.TestPermissions.test_new_branch(LocalGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1533
breezy.tests.per_branch.test_permissions.TestPermissions.test_new_branch(RemoteBranchFormat-default)
1534
breezy.tests.per_branch.test_permissions.TestPermissions.test_new_branch(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1535
breezy.tests.per_branch.test_permissions.TestPermissions.test_new_branch(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1536
breezy.tests.per_branch.test_pull.TestPullHook.test_post_pull_bound_branch(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1537
breezy.tests.per_branch.test_pull.TestPullHook.test_post_pull_bound_branch(BzrBranchFormat4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
1538
breezy.tests.per_branch.test_pull.TestPullHook.test_post_pull_bound_branch(BzrBranchFormat6)
1539
breezy.tests.per_branch.test_pull.TestPullHook.test_post_pull_bound_branch(BzrBranchFormat7)
1540
breezy.tests.per_branch.test_pull.TestPullHook.test_post_pull_bound_branch(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1541
breezy.tests.per_branch.test_pull.TestPullHook.test_post_pull_bound_branch(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1542
breezy.tests.per_branch.test_pull.TestPullHook.test_post_pull_empty_history(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1543
breezy.tests.per_branch.test_pull.TestPullHook.test_post_pull_empty_history(BzrBranchFormat4)
1544
breezy.tests.per_branch.test_pull.TestPullHook.test_post_pull_empty_history(BzrBranchFormat5)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
1545
breezy.tests.per_branch.test_pull.TestPullHook.test_post_pull_empty_history(BzrBranchFormat6)
1546
breezy.tests.per_branch.test_pull.TestPullHook.test_post_pull_empty_history(BzrBranchFormat7)
1547
breezy.tests.per_branch.test_pull.TestPullHook.test_post_pull_empty_history(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1548
breezy.tests.per_branch.test_pull.TestPullHook.test_post_pull_empty_history(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1549
breezy.tests.per_branch.test_pull.TestPullHook.test_post_pull_nonempty_history(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1550
breezy.tests.per_branch.test_pull.TestPullHook.test_post_pull_nonempty_history(BzrBranchFormat5)
1551
breezy.tests.per_branch.test_pull.TestPullHook.test_post_pull_nonempty_history(BzrBranchFormat6)
1552
breezy.tests.per_branch.test_pull.TestPullHook.test_post_pull_nonempty_history(BzrBranchFormat7)
1553
breezy.tests.per_branch.test_pull.TestPullHook.test_post_pull_nonempty_history(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1554
breezy.tests.per_branch.test_pull.TestPullHook.test_post_pull_nonempty_history(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1555
breezy.tests.per_branch.test_pull.TestPull.test_pull_convergence_simple(BranchReferenceFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1556
breezy.tests.per_branch.test_pull.TestPull.test_pull_convergence_simple(BzrBranchFormat5)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1557
breezy.tests.per_branch.test_pull.TestPull.test_pull_convergence_simple(BzrBranchFormat6)
1558
breezy.tests.per_branch.test_pull.TestPull.test_pull_convergence_simple(BzrBranchFormat7)
1559
breezy.tests.per_branch.test_pull.TestPull.test_pull_convergence_simple(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1560
breezy.tests.per_branch.test_pull.TestPull.test_pull_convergence_simple(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1561
breezy.tests.per_branch.test_pull.TestPull.test_pull_local_raises_LocalRequiresBoundBranch_on_unbound(BranchReferenceFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1562
breezy.tests.per_branch.test_pull.TestPull.test_pull_local_raises_LocalRequiresBoundBranch_on_unbound(BzrBranchFormat5)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1563
breezy.tests.per_branch.test_pull.TestPull.test_pull_local_raises_LocalRequiresBoundBranch_on_unbound(BzrBranchFormat6)
1564
breezy.tests.per_branch.test_pull.TestPull.test_pull_local_raises_LocalRequiresBoundBranch_on_unbound(BzrBranchFormat7)
1565
breezy.tests.per_branch.test_pull.TestPull.test_pull_local_raises_LocalRequiresBoundBranch_on_unbound(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1566
breezy.tests.per_branch.test_pull.TestPull.test_pull_local_raises_LocalRequiresBoundBranch_on_unbound(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1567
breezy.tests.per_branch.test_pull.TestPull.test_pull_local_updates_checkout_only(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1568
breezy.tests.per_branch.test_pull.TestPull.test_pull_local_updates_checkout_only(BzrBranchFormat6)
1569
breezy.tests.per_branch.test_pull.TestPull.test_pull_local_updates_checkout_only(BzrBranchFormat7)
1570
breezy.tests.per_branch.test_pull.TestPull.test_pull_local_updates_checkout_only(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1571
breezy.tests.per_branch.test_pull.TestPull.test_pull_local_updates_checkout_only(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1572
breezy.tests.per_branch.test_pull.TestPull.test_pull_merged_indirect(BranchReferenceFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1573
breezy.tests.per_branch.test_pull.TestPull.test_pull_merged_indirect(BzrBranchFormat5)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1574
breezy.tests.per_branch.test_pull.TestPull.test_pull_merged_indirect(BzrBranchFormat6)
1575
breezy.tests.per_branch.test_pull.TestPull.test_pull_merged_indirect(BzrBranchFormat7)
1576
breezy.tests.per_branch.test_pull.TestPull.test_pull_merged_indirect(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1577
breezy.tests.per_branch.test_pull.TestPull.test_pull_merged_indirect(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1578
breezy.tests.per_branch.test_pull.TestPull.test_pull_merges_and_fetches_tags(BranchReferenceFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1579
breezy.tests.per_branch.test_pull.TestPull.test_pull_merges_and_fetches_tags(BzrBranchFormat5)
1580
breezy.tests.per_branch.test_pull.TestPull.test_pull_merges_and_fetches_tags(BzrBranchFormat6)
1581
breezy.tests.per_branch.test_pull.TestPull.test_pull_merges_and_fetches_tags(BzrBranchFormat7)
1582
breezy.tests.per_branch.test_pull.TestPull.test_pull_merges_and_fetches_tags(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1583
breezy.tests.per_branch.test_pull.TestPull.test_pull_merges_and_fetches_tags(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1584
breezy.tests.per_branch.test_pull.TestPull.test_pull_overwrite(BranchReferenceFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1585
breezy.tests.per_branch.test_pull.TestPull.test_pull_overwrite(BzrBranchFormat5)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1586
breezy.tests.per_branch.test_pull.TestPull.test_pull_overwrite(BzrBranchFormat6)
1587
breezy.tests.per_branch.test_pull.TestPull.test_pull_overwrite(BzrBranchFormat7)
1588
breezy.tests.per_branch.test_pull.TestPull.test_pull_overwrite(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1589
breezy.tests.per_branch.test_pull.TestPull.test_pull_overwrite(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1590
breezy.tests.per_branch.test_pull.TestPull.test_pull_returns_result(BranchReferenceFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1591
breezy.tests.per_branch.test_pull.TestPull.test_pull_returns_result(BzrBranchFormat5)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1592
breezy.tests.per_branch.test_pull.TestPull.test_pull_returns_result(BzrBranchFormat6)
1593
breezy.tests.per_branch.test_pull.TestPull.test_pull_returns_result(BzrBranchFormat7)
1594
breezy.tests.per_branch.test_pull.TestPull.test_pull_returns_result(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1595
breezy.tests.per_branch.test_pull.TestPull.test_pull_returns_result(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1596
breezy.tests.per_branch.test_pull.TestPull.test_pull_stop_revision_merges_and_fetches_tags(BranchReferenceFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1597
breezy.tests.per_branch.test_pull.TestPull.test_pull_stop_revision_merges_and_fetches_tags(BzrBranchFormat5)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1598
breezy.tests.per_branch.test_pull.TestPull.test_pull_stop_revision_merges_and_fetches_tags(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1599
breezy.tests.per_branch.test_pull.TestPull.test_pull_updates_checkout_and_master(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1600
breezy.tests.per_branch.test_pull.TestPull.test_pull_updates_checkout_and_master(BzrBranchFormat6)
1601
breezy.tests.per_branch.test_pull.TestPull.test_pull_updates_checkout_and_master(BzrBranchFormat7)
1602
breezy.tests.per_branch.test_pull.TestPull.test_pull_updates_checkout_and_master(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1603
breezy.tests.per_branch.test_pull.TestPull.test_pull_updates_checkout_and_master(RemoteGitBranchFormat)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
1604
breezy.tests.per_branch.test_push.EmptyPushSmartEffortTests.test_empty_branch_api(BranchReferenceFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1605
breezy.tests.per_branch.test_push.EmptyPushSmartEffortTests.test_empty_branch_api(BzrBranchFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1606
breezy.tests.per_branch.test_push.EmptyPushSmartEffortTests.test_empty_branch_api(LocalGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1607
breezy.tests.per_branch.test_push.EmptyPushSmartEffortTests.test_empty_branch_api(RemoteBranchFormat-default)
1608
breezy.tests.per_branch.test_push.EmptyPushSmartEffortTests.test_empty_branch_api(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1609
breezy.tests.per_branch.test_push.EmptyPushSmartEffortTests.test_empty_branch_api(RemoteGitBranchFormat)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
1610
breezy.tests.per_branch.test_push.EmptyPushSmartEffortTests.test_empty_branch_command(BranchReferenceFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1611
breezy.tests.per_branch.test_push.EmptyPushSmartEffortTests.test_empty_branch_command(BzrBranchFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1612
breezy.tests.per_branch.test_push.EmptyPushSmartEffortTests.test_empty_branch_command(LocalGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1613
breezy.tests.per_branch.test_push.EmptyPushSmartEffortTests.test_empty_branch_command(RemoteBranchFormat-default)
1614
breezy.tests.per_branch.test_push.EmptyPushSmartEffortTests.test_empty_branch_command(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1615
breezy.tests.per_branch.test_push.EmptyPushSmartEffortTests.test_empty_branch_command(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1616
breezy.tests.per_branch.test_push.TestLossyPush.test_lossy_push_raises_same_vcs(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1617
breezy.tests.per_branch.test_push.TestLossyPush.test_lossy_push_raises_same_vcs(BzrBranchFormat4)
1618
breezy.tests.per_branch.test_push.TestLossyPush.test_lossy_push_raises_same_vcs(BzrBranchFormat5)
1619
breezy.tests.per_branch.test_push.TestLossyPush.test_lossy_push_raises_same_vcs(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1620
breezy.tests.per_branch.test_push.TestLossyPush.test_lossy_push_raises_same_vcs(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1621
breezy.tests.per_branch.test_push.TestLossyPush.test_lossy_push_raises_same_vcs(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1622
breezy.tests.per_branch.test_push.TestLossyPush.test_lossy_push_raises_same_vcs(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1623
breezy.tests.per_branch.test_push.TestLossyPush.test_lossy_push_raises_same_vcs(RemoteBranchFormat-default)
1624
breezy.tests.per_branch.test_push.TestLossyPush.test_lossy_push_raises_same_vcs(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1625
breezy.tests.per_branch.test_push.TestLossyPush.test_lossy_push_raises_same_vcs(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1626
breezy.tests.per_branch.test_push.TestPushHook.test_post_push_bound_branch(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1627
breezy.tests.per_branch.test_push.TestPushHook.test_post_push_bound_branch(BzrBranchFormat4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
1628
breezy.tests.per_branch.test_push.TestPushHook.test_post_push_bound_branch(BzrBranchFormat6)
1629
breezy.tests.per_branch.test_push.TestPushHook.test_post_push_bound_branch(BzrBranchFormat7)
1630
breezy.tests.per_branch.test_push.TestPushHook.test_post_push_bound_branch(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1631
breezy.tests.per_branch.test_push.TestPushHook.test_post_push_bound_branch(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1632
breezy.tests.per_branch.test_push.TestPushHook.test_post_push_empty_history(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1633
breezy.tests.per_branch.test_push.TestPushHook.test_post_push_empty_history(BzrBranchFormat4)
1634
breezy.tests.per_branch.test_push.TestPushHook.test_post_push_empty_history(BzrBranchFormat5)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
1635
breezy.tests.per_branch.test_push.TestPushHook.test_post_push_empty_history(BzrBranchFormat6)
1636
breezy.tests.per_branch.test_push.TestPushHook.test_post_push_empty_history(BzrBranchFormat7)
1637
breezy.tests.per_branch.test_push.TestPushHook.test_post_push_empty_history(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1638
breezy.tests.per_branch.test_push.TestPushHook.test_post_push_empty_history(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1639
breezy.tests.per_branch.test_push.TestPushHook.test_post_push_nonempty_history(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1640
breezy.tests.per_branch.test_push.TestPushHook.test_post_push_nonempty_history(BzrBranchFormat5)
1641
breezy.tests.per_branch.test_push.TestPushHook.test_post_push_nonempty_history(BzrBranchFormat6)
1642
breezy.tests.per_branch.test_push.TestPushHook.test_post_push_nonempty_history(BzrBranchFormat7)
1643
breezy.tests.per_branch.test_push.TestPushHook.test_post_push_nonempty_history(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1644
breezy.tests.per_branch.test_push.TestPushHook.test_post_push_nonempty_history(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1645
breezy.tests.per_branch.test_push.TestPush.test_push_convergence_simple(BranchReferenceFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1646
breezy.tests.per_branch.test_push.TestPush.test_push_convergence_simple(BzrBranchFormat5)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1647
breezy.tests.per_branch.test_push.TestPush.test_push_convergence_simple(BzrBranchFormat6)
1648
breezy.tests.per_branch.test_push.TestPush.test_push_convergence_simple(BzrBranchFormat7)
1649
breezy.tests.per_branch.test_push.TestPush.test_push_convergence_simple(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1650
breezy.tests.per_branch.test_push.TestPush.test_push_convergence_simple(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1651
breezy.tests.per_branch.test_push.TestPush.test_push_merged_indirect(BranchReferenceFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1652
breezy.tests.per_branch.test_push.TestPush.test_push_merged_indirect(BzrBranchFormat5)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1653
breezy.tests.per_branch.test_push.TestPush.test_push_merged_indirect(BzrBranchFormat6)
1654
breezy.tests.per_branch.test_push.TestPush.test_push_merged_indirect(BzrBranchFormat7)
1655
breezy.tests.per_branch.test_push.TestPush.test_push_merged_indirect(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1656
breezy.tests.per_branch.test_push.TestPush.test_push_merged_indirect(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1657
breezy.tests.per_branch.test_push.TestPush.test_push_new_tag_to_bound_branch(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1658
breezy.tests.per_branch.test_push.TestPush.test_push_new_tag_to_bound_branch(BzrBranchFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1659
breezy.tests.per_branch.test_push.TestPush.test_push_new_tag_to_bound_branch(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1660
breezy.tests.per_branch.test_push.TestPush.test_push_new_tag_to_bound_branch(RemoteBranchFormat-default)
1661
breezy.tests.per_branch.test_push.TestPush.test_push_new_tag_to_bound_branch(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1662
breezy.tests.per_branch.test_push.TestPush.test_push_new_tag_to_bound_branch(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1663
breezy.tests.per_branch.test_push.TestPush.test_push_overwrite_of_non_tip_with_stop_revision(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1664
breezy.tests.per_branch.test_push.TestPush.test_push_overwrite_of_non_tip_with_stop_revision(BzrBranchFormat5)
1665
breezy.tests.per_branch.test_push.TestPush.test_push_overwrite_of_non_tip_with_stop_revision(BzrBranchFormat6)
1666
breezy.tests.per_branch.test_push.TestPush.test_push_overwrite_of_non_tip_with_stop_revision(BzrBranchFormat7)
1667
breezy.tests.per_branch.test_push.TestPush.test_push_overwrite_of_non_tip_with_stop_revision(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1668
breezy.tests.per_branch.test_push.TestPush.test_push_overwrite_of_non_tip_with_stop_revision(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1669
breezy.tests.per_branch.test_push.TestPush.test_push_overwrite_with_older_mainline_rev(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1670
breezy.tests.per_branch.test_push.TestPush.test_push_overwrite_with_older_mainline_rev(BzrBranchFormat5)
1671
breezy.tests.per_branch.test_push.TestPush.test_push_overwrite_with_older_mainline_rev(BzrBranchFormat6)
1672
breezy.tests.per_branch.test_push.TestPush.test_push_overwrite_with_older_mainline_rev(BzrBranchFormat7)
1673
breezy.tests.per_branch.test_push.TestPush.test_push_overwrite_with_older_mainline_rev(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1674
breezy.tests.per_branch.test_push.TestPush.test_push_overwrite_with_older_mainline_rev(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1675
breezy.tests.per_branch.test_push.TestPush.test_push_raises_specific_error_on_master_connection_error(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1676
breezy.tests.per_branch.test_push.TestPush.test_push_raises_specific_error_on_master_connection_error(BzrBranchFormat4)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1677
breezy.tests.per_branch.test_push.TestPush.test_push_raises_specific_error_on_master_connection_error(BzrBranchFormat6)
1678
breezy.tests.per_branch.test_push.TestPush.test_push_raises_specific_error_on_master_connection_error(BzrBranchFormat7)
1679
breezy.tests.per_branch.test_push.TestPush.test_push_raises_specific_error_on_master_connection_error(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1680
breezy.tests.per_branch.test_push.TestPush.test_push_raises_specific_error_on_master_connection_error(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1681
breezy.tests.per_branch.test_push.TestPush.test_push_raises_specific_error_on_master_connection_error(RemoteBranchFormat-default)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1682
breezy.tests.per_branch.test_push.TestPush.test_push_raises_specific_error_on_master_connection_error(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1683
breezy.tests.per_branch.test_push.TestPush.test_push_repository_no_branch_doesnt_fetch_all_revs(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1684
breezy.tests.per_branch.test_push.TestPush.test_push_repository_no_branch_doesnt_fetch_all_revs(BzrBranchFormat4)
6973.6.1 by Jelmer Vernooij
More bees.
1685
breezy.tests.per_branch.test_push.TestPush.test_push_repository_no_branch_doesnt_fetch_all_revs(BzrBranchFormat5)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1686
breezy.tests.per_branch.test_push.TestPush.test_push_repository_no_branch_doesnt_fetch_all_revs(BzrBranchFormat6)
1687
breezy.tests.per_branch.test_push.TestPush.test_push_repository_no_branch_doesnt_fetch_all_revs(BzrBranchFormat7)
1688
breezy.tests.per_branch.test_push.TestPush.test_push_repository_no_branch_doesnt_fetch_all_revs(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1689
breezy.tests.per_branch.test_push.TestPush.test_push_repository_no_branch_doesnt_fetch_all_revs(LocalGitBranchFormat)
1690
breezy.tests.per_branch.test_push.TestPush.test_push_repository_no_branch_doesnt_fetch_all_revs(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1691
breezy.tests.per_branch.test_push.TestPush.test_push_to_checkout_updates_master(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1692
breezy.tests.per_branch.test_push.TestPush.test_push_to_checkout_updates_master(BzrBranchFormat4)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1693
breezy.tests.per_branch.test_push.TestPush.test_push_to_checkout_updates_master(BzrBranchFormat6)
1694
breezy.tests.per_branch.test_push.TestPush.test_push_to_checkout_updates_master(BzrBranchFormat7)
1695
breezy.tests.per_branch.test_push.TestPush.test_push_to_checkout_updates_master(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1696
breezy.tests.per_branch.test_push.TestPush.test_push_to_checkout_updates_master(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1697
breezy.tests.per_branch.test_push.TestPush.test_push_to_checkout_updates_master(RemoteBranchFormat-default)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1698
breezy.tests.per_branch.test_push.TestPush.test_push_to_checkout_updates_master(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1699
breezy.tests.per_branch.test_push.TestPush.test_push_uses_read_lock(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1700
breezy.tests.per_branch.test_push.TestPush.test_push_uses_read_lock(BzrBranchFormat5)
1701
breezy.tests.per_branch.test_push.TestPush.test_push_uses_read_lock(BzrBranchFormat6)
1702
breezy.tests.per_branch.test_push.TestPush.test_push_uses_read_lock(BzrBranchFormat7)
1703
breezy.tests.per_branch.test_push.TestPush.test_push_uses_read_lock(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1704
breezy.tests.per_branch.test_push.TestPush.test_push_uses_read_lock(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1705
breezy.tests.per_branch.test_push.TestPush.test_push_with_default_stacking_does_not_create_broken_branch(BranchReferenceFormat)
1706
breezy.tests.per_branch.test_push.TestPush.test_push_with_default_stacking_does_not_create_broken_branch(BzrBranchFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1707
breezy.tests.per_branch.test_push.TestPush.test_push_with_default_stacking_does_not_create_broken_branch(LocalGitBranchFormat)
1708
breezy.tests.per_branch.test_push.TestPush.test_push_with_default_stacking_does_not_create_broken_branch(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1709
breezy.tests.per_branch.test_push.TestPush.test_push_within_repository(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1710
breezy.tests.per_branch.test_push.TestPush.test_push_within_repository(BzrBranchFormat4)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1711
breezy.tests.per_branch.test_push.TestPush.test_push_within_repository(BzrBranchFormat5)
1712
breezy.tests.per_branch.test_push.TestPush.test_push_within_repository(BzrBranchFormat6)
1713
breezy.tests.per_branch.test_push.TestPush.test_push_within_repository(BzrBranchFormat7)
1714
breezy.tests.per_branch.test_push.TestPush.test_push_within_repository(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1715
breezy.tests.per_branch.test_push.TestPush.test_push_within_repository(LocalGitBranchFormat)
1716
breezy.tests.per_branch.test_push.TestPush.test_push_within_repository(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1717
breezy.tests.per_branch.test_reconcile.TestBranchReconcile.test_reconcile_fixes_invalid_revhistory(BranchReferenceFormat)
1718
breezy.tests.per_branch.test_reconcile.TestBranchReconcile.test_reconcile_fixes_invalid_revhistory(BzrBranchFormat4)
1719
breezy.tests.per_branch.test_reconcile.TestBranchReconcile.test_reconcile_fixes_invalid_revhistory(BzrBranchFormat5)
1720
breezy.tests.per_branch.test_reconcile.TestBranchReconcile.test_reconcile_fixes_invalid_revhistory(BzrBranchFormat6)
1721
breezy.tests.per_branch.test_reconcile.TestBranchReconcile.test_reconcile_fixes_invalid_revhistory(BzrBranchFormat7)
1722
breezy.tests.per_branch.test_reconcile.TestBranchReconcile.test_reconcile_fixes_invalid_revhistory(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1723
breezy.tests.per_branch.test_reconcile.TestBranchReconcile.test_reconcile_fixes_invalid_revhistory(LocalGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1724
breezy.tests.per_branch.test_reconcile.TestBranchReconcile.test_reconcile_fixes_invalid_revhistory(RemoteBranchFormat-default)
1725
breezy.tests.per_branch.test_reconcile.TestBranchReconcile.test_reconcile_fixes_invalid_revhistory(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1726
breezy.tests.per_branch.test_reconcile.TestBranchReconcile.test_reconcile_fixes_invalid_revhistory(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1727
breezy.tests.per_branch.test_reconcile.TestBranchReconcile.test_reconcile_handles_ghosts_in_revhistory(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1728
breezy.tests.per_branch.test_reconcile.TestBranchReconcile.test_reconcile_handles_ghosts_in_revhistory(BzrBranchFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1729
breezy.tests.per_branch.test_reconcile.TestBranchReconcile.test_reconcile_handles_ghosts_in_revhistory(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1730
breezy.tests.per_branch.test_reconcile.TestBranchReconcile.test_reconcile_handles_ghosts_in_revhistory(RemoteBranchFormat-default)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1731
breezy.tests.per_branch.test_reconcile.TestBranchReconcile.test_reconcile_handles_ghosts_in_revhistory(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1732
breezy.tests.per_branch.test_reconcile.TestBranchReconcile.test_reconcile_returns_reconciler(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1733
breezy.tests.per_branch.test_reconcile.TestBranchReconcile.test_reconcile_returns_reconciler(BzrBranchFormat4)
1734
breezy.tests.per_branch.test_reconcile.TestBranchReconcile.test_reconcile_returns_reconciler(BzrBranchFormat5)
1735
breezy.tests.per_branch.test_reconcile.TestBranchReconcile.test_reconcile_returns_reconciler(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1736
breezy.tests.per_branch.test_reconcile.TestBranchReconcile.test_reconcile_returns_reconciler(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1737
breezy.tests.per_branch.test_reconcile.TestBranchReconcile.test_reconcile_returns_reconciler(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1738
breezy.tests.per_branch.test_reconcile.TestBranchReconcile.test_reconcile_returns_reconciler(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1739
breezy.tests.per_branch.test_reconcile.TestBranchReconcile.test_reconcile_supports_thorough(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1740
breezy.tests.per_branch.test_reconcile.TestBranchReconcile.test_reconcile_supports_thorough(BzrBranchFormat4)
1741
breezy.tests.per_branch.test_reconcile.TestBranchReconcile.test_reconcile_supports_thorough(BzrBranchFormat5)
1742
breezy.tests.per_branch.test_reconcile.TestBranchReconcile.test_reconcile_supports_thorough(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1743
breezy.tests.per_branch.test_reconcile.TestBranchReconcile.test_reconcile_supports_thorough(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1744
breezy.tests.per_branch.test_reconcile.TestBranchReconcile.test_reconcile_supports_thorough(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1745
breezy.tests.per_branch.test_reconcile.TestBranchReconcile.test_reconcile_supports_thorough(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1746
breezy.tests.per_branch.test_revision_id_to_dotted_revno.TestRevisionIdToDottedRevno.test_lookup_dotted_revno(BranchReferenceFormat)
6973.6.2 by Jelmer Vernooij
Fix more tests.
1747
breezy.tests.per_branch.test_revision_id_to_dotted_revno.TestRevisionIdToDottedRevno.test_lookup_dotted_revno(BzrBranchFormat5)
1748
breezy.tests.per_branch.test_revision_id_to_dotted_revno.TestRevisionIdToDottedRevno.test_lookup_dotted_revno(BzrBranchFormat6)
1749
breezy.tests.per_branch.test_revision_id_to_dotted_revno.TestRevisionIdToDottedRevno.test_lookup_dotted_revno(BzrBranchFormat7)
1750
breezy.tests.per_branch.test_revision_id_to_dotted_revno.TestRevisionIdToDottedRevno.test_lookup_dotted_revno(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1751
breezy.tests.per_branch.test_revision_id_to_dotted_revno.TestRevisionIdToDottedRevno.test_lookup_dotted_revno(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1752
breezy.tests.per_branch.test_revision_id_to_revno.TestRevisionIdToRevno.test_empty(BranchReferenceFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1753
breezy.tests.per_branch.test_revision_id_to_revno.TestRevisionIdToRevno.test_empty(RemoteBranchFormat-default)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1754
breezy.tests.per_branch.test_revision_id_to_revno.TestRevisionIdToRevno.test_empty(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1755
breezy.tests.per_branch.test_revision_id_to_revno.TestRevisionIdToRevno.test_mainline_ghost(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1756
breezy.tests.per_branch.test_revision_id_to_revno.TestRevisionIdToRevno.test_mainline_ghost(BzrBranchFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1757
breezy.tests.per_branch.test_revision_id_to_revno.TestRevisionIdToRevno.test_mainline_ghost(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1758
breezy.tests.per_branch.test_revision_id_to_revno.TestRevisionIdToRevno.test_mainline_ghost(RemoteBranchFormat-default)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1759
breezy.tests.per_branch.test_revision_id_to_revno.TestRevisionIdToRevno.test_mainline_ghost(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1760
breezy.tests.per_branch.test_revision_id_to_revno.TestRevisionIdToRevno.test_simple_revno(BranchReferenceFormat)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1761
breezy.tests.per_branch.test_revision_id_to_revno.TestRevisionIdToRevno.test_simple_revno(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1762
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_branch_nickname(BranchReferenceFormat)
1763
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_branch_nickname(BzrBranchFormat4)
1764
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_branch_nickname(BzrBranchFormat5)
1765
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_branch_nickname(BzrBranchFormat6)
1766
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_branch_nickname(BzrBranchFormat7)
1767
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_branch_nickname(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1768
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_branch_nickname(LocalGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1769
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_branch_nickname(RemoteBranchFormat-default)
1770
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_branch_nickname(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1771
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_branch_nickname(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1772
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_branch_parent(BranchReferenceFormat)
6973.6.2 by Jelmer Vernooij
Fix more tests.
1773
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_branch_parent(BzrBranchFormat4)
1774
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_branch_parent(BzrBranchFormat5)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1775
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_branch_parent(BzrBranchFormat6)
1776
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_branch_parent(BzrBranchFormat7)
1777
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_branch_parent(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1778
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_branch_parent(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1779
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_from_any_repo_revision(BranchReferenceFormat)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1780
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_from_any_repo_revision(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1781
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_partial(BranchReferenceFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1782
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_partial(BzrBranchFormat5)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1783
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_partial(BzrBranchFormat6)
1784
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_partial(BzrBranchFormat7)
1785
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_partial(BzrBranchFormat8)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1786
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_partial_not_in_revision_history(BranchReferenceFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1787
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_partial_not_in_revision_history(BzrBranchFormat5)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1788
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_partial_not_in_revision_history(BzrBranchFormat6)
1789
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_partial_not_in_revision_history(BzrBranchFormat7)
1790
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_partial_not_in_revision_history(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1791
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_partial_not_in_revision_history(RemoteGitBranchFormat)
1792
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_partial(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1793
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_preserves_tags(BranchReferenceFormat)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
1794
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_preserves_tags(BzrBranchFormat5)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1795
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_preserves_tags(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1796
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_stacked_hooks_get_stacked_branch(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1797
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_stacked_hooks_get_stacked_branch(BzrBranchFormat5)
1798
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_stacked_hooks_get_stacked_branch(BzrBranchFormat6)
1799
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_stacked_hooks_get_stacked_branch(BzrBranchFormat7)
1800
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_stacked_hooks_get_stacked_branch(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1801
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_stacked_hooks_get_stacked_branch(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1802
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_uses_bzrdir_branch_format(BranchReferenceFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1803
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_uses_bzrdir_branch_format(BzrBranchFormat4)
1804
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_uses_bzrdir_branch_format(BzrBranchFormat5)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1805
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_uses_bzrdir_branch_format(BzrBranchFormat6)
1806
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_uses_bzrdir_branch_format(BzrBranchFormat7)
1807
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_uses_bzrdir_branch_format(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1808
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_uses_bzrdir_branch_format(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1809
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_with_ghost_in_mainline(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1810
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_with_ghost_in_mainline(BzrBranchFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1811
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_with_ghost_in_mainline(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1812
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_with_ghost_in_mainline(RemoteBranchFormat-default)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1813
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_with_ghost_in_mainline(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1814
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_with_unicode_symlink(BranchReferenceFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1815
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_with_unicode_symlink(BzrBranchFormat5)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1816
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_with_unicode_symlink(BzrBranchFormat6)
1817
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_with_unicode_symlink(BzrBranchFormat7)
1818
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_with_unicode_symlink(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1819
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_with_unicode_symlink(RemoteGitBranchFormat)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
1820
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1821
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked(BzrBranchFormat4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
1822
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked(BzrBranchFormat5)
1823
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked(BzrBranchFormat6)
6973.6.1 by Jelmer Vernooij
More bees.
1824
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked(BzrBranchFormat7)
1825
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1826
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked(LocalGitBranchFormat)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
1827
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked_relative(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1828
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked_relative(BzrBranchFormat4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
1829
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked_relative(BzrBranchFormat5)
1830
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked_relative(BzrBranchFormat6)
6973.6.1 by Jelmer Vernooij
More bees.
1831
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked_relative(BzrBranchFormat7)
1832
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked_relative(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1833
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked_relative(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1834
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked_relative(RemoteBranchFormat-default)
1835
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked_relative(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1836
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked_relative(RemoteGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1837
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked(RemoteBranchFormat-default)
1838
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1839
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1840
breezy.tests.per_branch.test_stacking.TestStacking.test_autopack_when_stacked(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1841
breezy.tests.per_branch.test_stacking.TestStacking.test_autopack_when_stacked(BzrBranchFormat4)
1842
breezy.tests.per_branch.test_stacking.TestStacking.test_autopack_when_stacked(BzrBranchFormat5)
1843
breezy.tests.per_branch.test_stacking.TestStacking.test_autopack_when_stacked(BzrBranchFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1844
breezy.tests.per_branch.test_stacking.TestStacking.test_autopack_when_stacked(LocalGitBranchFormat)
1845
breezy.tests.per_branch.test_stacking.TestStacking.test_autopack_when_stacked(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1846
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_branch_stacked_on_relative_url_preserve_stacking(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1847
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_branch_stacked_on_relative_url_preserve_stacking(BzrBranchFormat5)
1848
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_branch_stacked_on_relative_url_preserve_stacking(BzrBranchFormat6)
1849
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_branch_stacked_on_relative_url_preserve_stacking(BzrBranchFormat7)
1850
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_branch_stacked_on_relative_url_preserve_stacking(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1851
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_branch_stacked_on_relative_url_preserve_stacking(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1852
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_stacked_branch_no_preserve_stacking(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1853
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_stacked_branch_no_preserve_stacking(BzrBranchFormat5)
1854
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_stacked_branch_no_preserve_stacking(BzrBranchFormat6)
1855
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_stacked_branch_no_preserve_stacking(BzrBranchFormat7)
1856
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_stacked_branch_no_preserve_stacking(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1857
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_stacked_branch_no_preserve_stacking(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1858
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_stacked_branch_preserve_stacking(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1859
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_stacked_branch_preserve_stacking(BzrBranchFormat5)
1860
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_stacked_branch_preserve_stacking(BzrBranchFormat6)
1861
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_stacked_branch_preserve_stacking(BzrBranchFormat7)
1862
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_stacked_branch_preserve_stacking(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1863
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_stacked_branch_preserve_stacking(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1864
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_stacking_policy_handling(BranchReferenceFormat)
1865
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_stacking_policy_handling(BzrBranchFormat4)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1866
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_stacking_policy_handling(BzrBranchFormat5)
1867
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_stacking_policy_handling(BzrBranchFormat6)
1868
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_stacking_policy_handling(BzrBranchFormat7)
1869
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_stacking_policy_handling(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1870
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_stacking_policy_handling(LocalGitBranchFormat)
1871
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_stacking_policy_handling(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1872
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on_and_stacked(BranchReferenceFormat)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1873
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on_and_stacked(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1874
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on(BranchReferenceFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1875
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on(BzrBranchFormat5)
1876
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on(BzrBranchFormat6)
1877
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on(BzrBranchFormat7)
1878
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1879
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1880
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_revisions_with_file_changes(BranchReferenceFormat)
6973.6.1 by Jelmer Vernooij
More bees.
1881
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_revisions_with_file_changes(BzrBranchFormat5)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1882
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_revisions_with_file_changes(BzrBranchFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1883
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_revisions_with_file_changes(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1884
breezy.tests.per_branch.test_stacking.TestStacking.test_get_graph_stacked(BranchReferenceFormat)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
1885
breezy.tests.per_branch.test_stacking.TestStacking.test_get_graph_stacked(BzrBranchFormat5)
1886
breezy.tests.per_branch.test_stacking.TestStacking.test_get_graph_stacked(BzrBranchFormat6)
1887
breezy.tests.per_branch.test_stacking.TestStacking.test_get_graph_stacked(BzrBranchFormat7)
1888
breezy.tests.per_branch.test_stacking.TestStacking.test_get_graph_stacked(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1889
breezy.tests.per_branch.test_stacking.TestStacking.test_get_graph_stacked(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1890
breezy.tests.per_branch.test_stacking.TestStacking.test_get_set_stacked_on_relative(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1891
breezy.tests.per_branch.test_stacking.TestStacking.test_get_set_stacked_on_relative(BzrBranchFormat4)
1892
breezy.tests.per_branch.test_stacking.TestStacking.test_get_set_stacked_on_relative(BzrBranchFormat5)
1893
breezy.tests.per_branch.test_stacking.TestStacking.test_get_set_stacked_on_relative(BzrBranchFormat6)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1894
breezy.tests.per_branch.test_stacking.TestStacking.test_get_set_stacked_on_relative(BzrBranchFormat7)
1895
breezy.tests.per_branch.test_stacking.TestStacking.test_get_set_stacked_on_relative(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1896
breezy.tests.per_branch.test_stacking.TestStacking.test_get_set_stacked_on_relative(LocalGitBranchFormat)
1897
breezy.tests.per_branch.test_stacking.TestStacking.test_get_set_stacked_on_relative(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1898
breezy.tests.per_branch.test_stacking.TestStacking.test_get_set_stacked_on_url(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1899
breezy.tests.per_branch.test_stacking.TestStacking.test_get_set_stacked_on_url(BzrBranchFormat4)
1900
breezy.tests.per_branch.test_stacking.TestStacking.test_get_set_stacked_on_url(BzrBranchFormat5)
1901
breezy.tests.per_branch.test_stacking.TestStacking.test_get_set_stacked_on_url(BzrBranchFormat6)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1902
breezy.tests.per_branch.test_stacking.TestStacking.test_get_set_stacked_on_url(BzrBranchFormat7)
1903
breezy.tests.per_branch.test_stacking.TestStacking.test_get_set_stacked_on_url(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1904
breezy.tests.per_branch.test_stacking.TestStacking.test_get_set_stacked_on_url(LocalGitBranchFormat)
1905
breezy.tests.per_branch.test_stacking.TestStacking.test_get_set_stacked_on_url(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1906
breezy.tests.per_branch.test_stacking.TestStacking.test_no_op_preserve_stacking(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1907
breezy.tests.per_branch.test_stacking.TestStacking.test_no_op_preserve_stacking(BzrBranchFormat4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
1908
breezy.tests.per_branch.test_stacking.TestStacking.test_no_op_preserve_stacking(BzrBranchFormat5)
1909
breezy.tests.per_branch.test_stacking.TestStacking.test_no_op_preserve_stacking(BzrBranchFormat6)
1910
breezy.tests.per_branch.test_stacking.TestStacking.test_no_op_preserve_stacking(BzrBranchFormat7)
1911
breezy.tests.per_branch.test_stacking.TestStacking.test_no_op_preserve_stacking(BzrBranchFormat8)
6973.6.1 by Jelmer Vernooij
More bees.
1912
breezy.tests.per_branch.test_stacking.TestStacking.test_no_op_preserve_stacking(RemoteBranchFormat-default)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1913
breezy.tests.per_branch.test_stacking.TestStacking.test_no_op_preserve_stacking(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1914
breezy.tests.per_branch.test_stacking.TestStacking.test_pull_delta_when_stacked(BranchReferenceFormat)
1915
breezy.tests.per_branch.test_stacking.TestStacking.test_pull_delta_when_stacked(BzrBranchFormat4)
1916
breezy.tests.per_branch.test_stacking.TestStacking.test_pull_delta_when_stacked(BzrBranchFormat5)
1917
breezy.tests.per_branch.test_stacking.TestStacking.test_pull_delta_when_stacked(BzrBranchFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1918
breezy.tests.per_branch.test_stacking.TestStacking.test_pull_delta_when_stacked(LocalGitBranchFormat)
1919
breezy.tests.per_branch.test_stacking.TestStacking.test_pull_delta_when_stacked(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1920
breezy.tests.per_branch.test_stacking.TestStacking.test_revision_history_of_stacked(BranchReferenceFormat)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1921
breezy.tests.per_branch.test_stacking.TestStacking.test_revision_history_of_stacked(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1922
breezy.tests.per_branch.test_stacking.TestStacking.test_set_stacked_on_same_branch_after_being_stacked_raises(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1923
breezy.tests.per_branch.test_stacking.TestStacking.test_set_stacked_on_same_branch_after_being_stacked_raises(BzrBranchFormat4)
1924
breezy.tests.per_branch.test_stacking.TestStacking.test_set_stacked_on_same_branch_after_being_stacked_raises(BzrBranchFormat5)
1925
breezy.tests.per_branch.test_stacking.TestStacking.test_set_stacked_on_same_branch_after_being_stacked_raises(BzrBranchFormat6)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1926
breezy.tests.per_branch.test_stacking.TestStacking.test_set_stacked_on_same_branch_after_being_stacked_raises(BzrBranchFormat7)
1927
breezy.tests.per_branch.test_stacking.TestStacking.test_set_stacked_on_same_branch_after_being_stacked_raises(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1928
breezy.tests.per_branch.test_stacking.TestStacking.test_set_stacked_on_same_branch_after_being_stacked_raises(LocalGitBranchFormat)
1929
breezy.tests.per_branch.test_stacking.TestStacking.test_set_stacked_on_same_branch_after_being_stacked_raises(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1930
breezy.tests.per_branch.test_stacking.TestStacking.test_set_stacked_on_same_branch_raises(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1931
breezy.tests.per_branch.test_stacking.TestStacking.test_set_stacked_on_same_branch_raises(BzrBranchFormat4)
1932
breezy.tests.per_branch.test_stacking.TestStacking.test_set_stacked_on_same_branch_raises(BzrBranchFormat5)
1933
breezy.tests.per_branch.test_stacking.TestStacking.test_set_stacked_on_same_branch_raises(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1934
breezy.tests.per_branch.test_stacking.TestStacking.test_set_stacked_on_same_branch_raises(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1935
breezy.tests.per_branch.test_stacking.TestStacking.test_set_stacked_on_same_branch_raises(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1936
breezy.tests.per_branch.test_stacking.TestStacking.test_set_stacked_on_same_branch_raises(LocalGitBranchFormat)
1937
breezy.tests.per_branch.test_stacking.TestStacking.test_set_stacked_on_same_branch_raises(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1938
breezy.tests.per_branch.test_stacking.TestStacking.test_sprout_stacked(BranchReferenceFormat)
1939
breezy.tests.per_branch.test_stacking.TestStacking.test_sprout_stacked_from_smart_server(BranchReferenceFormat)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1940
breezy.tests.per_branch.test_stacking.TestStacking.test_sprout_stacked_from_smart_server(RemoteGitBranchFormat)
1941
breezy.tests.per_branch.test_stacking.TestStacking.test_sprout_stacked(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1942
breezy.tests.per_branch.test_stacking.TestStacking.test_sprout_stacking_policy_handling(BranchReferenceFormat)
1943
breezy.tests.per_branch.test_stacking.TestStacking.test_sprout_stacking_policy_handling(BzrBranchFormat4)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1944
breezy.tests.per_branch.test_stacking.TestStacking.test_sprout_stacking_policy_handling(BzrBranchFormat5)
1945
breezy.tests.per_branch.test_stacking.TestStacking.test_sprout_stacking_policy_handling(BzrBranchFormat6)
1946
breezy.tests.per_branch.test_stacking.TestStacking.test_sprout_stacking_policy_handling(BzrBranchFormat7)
1947
breezy.tests.per_branch.test_stacking.TestStacking.test_sprout_stacking_policy_handling(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1948
breezy.tests.per_branch.test_stacking.TestStacking.test_sprout_stacking_policy_handling(LocalGitBranchFormat)
1949
breezy.tests.per_branch.test_stacking.TestStacking.test_sprout_stacking_policy_handling(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1950
breezy.tests.per_branch.test_stacking.TestStacking.test_sprout_to_smart_server_stacking_policy_handling(BranchReferenceFormat)
1951
breezy.tests.per_branch.test_stacking.TestStacking.test_sprout_to_smart_server_stacking_policy_handling(BzrBranchFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1952
breezy.tests.per_branch.test_stacking.TestStacking.test_sprout_to_smart_server_stacking_policy_handling(LocalGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1953
breezy.tests.per_branch.test_stacking.TestStacking.test_sprout_to_smart_server_stacking_policy_handling(RemoteBranchFormat-default)
1954
breezy.tests.per_branch.test_stacking.TestStacking.test_sprout_to_smart_server_stacking_policy_handling(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1955
breezy.tests.per_branch.test_stacking.TestStacking.test_sprout_to_smart_server_stacking_policy_handling(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1956
breezy.tests.per_branch.test_stacking.TestStacking.test_stack_on_repository_branch(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1957
breezy.tests.per_branch.test_stacking.TestStacking.test_stack_on_repository_branch(BzrBranchFormat4)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1958
breezy.tests.per_branch.test_stacking.TestStacking.test_stack_on_repository_branch(BzrBranchFormat5)
1959
breezy.tests.per_branch.test_stacking.TestStacking.test_stack_on_repository_branch(BzrBranchFormat6)
1960
breezy.tests.per_branch.test_stacking.TestStacking.test_stack_on_repository_branch(BzrBranchFormat7)
1961
breezy.tests.per_branch.test_stacking.TestStacking.test_stack_on_repository_branch(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1962
breezy.tests.per_branch.test_stacking.TestStacking.test_stack_on_repository_branch(LocalGitBranchFormat)
1963
breezy.tests.per_branch.test_stacking.TestStacking.test_stack_on_repository_branch(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1964
breezy.tests.per_branch.test_stacking.TestStacking.test_transform_fallback_location_hook(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
1965
breezy.tests.per_branch.test_stacking.TestStacking.test_transform_fallback_location_hook(BzrBranchFormat4)
1966
breezy.tests.per_branch.test_stacking.TestStacking.test_transform_fallback_location_hook(BzrBranchFormat5)
1967
breezy.tests.per_branch.test_stacking.TestStacking.test_transform_fallback_location_hook(BzrBranchFormat6)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1968
breezy.tests.per_branch.test_stacking.TestStacking.test_transform_fallback_location_hook(BzrBranchFormat7)
1969
breezy.tests.per_branch.test_stacking.TestStacking.test_transform_fallback_location_hook(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1970
breezy.tests.per_branch.test_stacking.TestStacking.test_transform_fallback_location_hook(LocalGitBranchFormat)
1971
breezy.tests.per_branch.test_stacking.TestStacking.test_transform_fallback_location_hook(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1972
breezy.tests.per_branch.test_stacking.TestStacking.test_unstack_already_locked(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1973
breezy.tests.per_branch.test_stacking.TestStacking.test_unstack_already_locked(BzrBranchFormat5)
1974
breezy.tests.per_branch.test_stacking.TestStacking.test_unstack_already_locked(BzrBranchFormat6)
1975
breezy.tests.per_branch.test_stacking.TestStacking.test_unstack_already_locked(BzrBranchFormat7)
1976
breezy.tests.per_branch.test_stacking.TestStacking.test_unstack_already_locked(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1977
breezy.tests.per_branch.test_stacking.TestStacking.test_unstack_already_locked(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1978
breezy.tests.per_branch.test_stacking.TestStacking.test_unstack_already_multiple_locked(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1979
breezy.tests.per_branch.test_stacking.TestStacking.test_unstack_already_multiple_locked(BzrBranchFormat5)
1980
breezy.tests.per_branch.test_stacking.TestStacking.test_unstack_already_multiple_locked(BzrBranchFormat6)
1981
breezy.tests.per_branch.test_stacking.TestStacking.test_unstack_already_multiple_locked(BzrBranchFormat7)
1982
breezy.tests.per_branch.test_stacking.TestStacking.test_unstack_already_multiple_locked(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1983
breezy.tests.per_branch.test_stacking.TestStacking.test_unstack_already_multiple_locked(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1984
breezy.tests.per_branch.test_stacking.TestStacking.test_unstack_fetches(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
1985
breezy.tests.per_branch.test_stacking.TestStacking.test_unstack_fetches(BzrBranchFormat5)
1986
breezy.tests.per_branch.test_stacking.TestStacking.test_unstack_fetches(BzrBranchFormat6)
1987
breezy.tests.per_branch.test_stacking.TestStacking.test_unstack_fetches(BzrBranchFormat7)
1988
breezy.tests.per_branch.test_stacking.TestStacking.test_unstack_fetches(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1989
breezy.tests.per_branch.test_stacking.TestStacking.test_unstack_fetches(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1990
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_ignores_none(BranchReferenceFormat)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
1991
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_ignores_none(BzrBranchFormat5)
1992
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_ignores_none(BzrBranchFormat6)
1993
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_ignores_none(BzrBranchFormat7)
1994
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_ignores_none(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
1995
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_ignores_none(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
1996
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_no_functions(BranchReferenceFormat)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
1997
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_no_functions(BzrBranchFormat5)
1998
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_no_functions(BzrBranchFormat6)
1999
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_no_functions(BzrBranchFormat7)
2000
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_no_functions(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2001
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_no_functions(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2002
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_returns_tag_name(BranchReferenceFormat)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
2003
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_returns_tag_name(BzrBranchFormat5)
2004
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_returns_tag_name(BzrBranchFormat6)
2005
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_returns_tag_name(BzrBranchFormat7)
2006
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_returns_tag_name(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2007
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_returns_tag_name(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2008
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_uses_first_return(BranchReferenceFormat)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
2009
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_uses_first_return(BzrBranchFormat5)
2010
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_uses_first_return(BzrBranchFormat6)
2011
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_uses_first_return(BzrBranchFormat7)
2012
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_uses_first_return(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2013
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_uses_first_return(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2014
breezy.tests.per_branch.test_tags.TestBranchTags.test_cached_tag_dict_not_accidentally_mutable(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2015
breezy.tests.per_branch.test_tags.TestBranchTags.test_cached_tag_dict_not_accidentally_mutable(BzrBranchFormat4)
2016
breezy.tests.per_branch.test_tags.TestBranchTags.test_cached_tag_dict_not_accidentally_mutable(BzrBranchFormat5)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2017
breezy.tests.per_branch.test_tags.TestBranchTags.test_cached_tag_dict_not_accidentally_mutable(BzrBranchFormat6)
2018
breezy.tests.per_branch.test_tags.TestBranchTags.test_cached_tag_dict_not_accidentally_mutable(BzrBranchFormat7)
2019
breezy.tests.per_branch.test_tags.TestBranchTags.test_cached_tag_dict_not_accidentally_mutable(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2020
breezy.tests.per_branch.test_tags.TestBranchTags.test_cached_tag_dict_not_accidentally_mutable(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2021
breezy.tests.per_branch.test_tags.TestBranchTags.test_delete_tag(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2022
breezy.tests.per_branch.test_tags.TestBranchTags.test_delete_tag(BzrBranchFormat4)
2023
breezy.tests.per_branch.test_tags.TestBranchTags.test_delete_tag(BzrBranchFormat5)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
2024
breezy.tests.per_branch.test_tags.TestBranchTags.test_delete_tag(BzrBranchFormat6)
2025
breezy.tests.per_branch.test_tags.TestBranchTags.test_delete_tag(BzrBranchFormat7)
2026
breezy.tests.per_branch.test_tags.TestBranchTags.test_delete_tag(BzrBranchFormat8)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2027
breezy.tests.per_branch.test_tags.TestBranchTags.test_delete_tag_invalides_cache(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2028
breezy.tests.per_branch.test_tags.TestBranchTags.test_delete_tag_invalides_cache(BzrBranchFormat4)
2029
breezy.tests.per_branch.test_tags.TestBranchTags.test_delete_tag_invalides_cache(BzrBranchFormat5)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2030
breezy.tests.per_branch.test_tags.TestBranchTags.test_delete_tag_invalides_cache(BzrBranchFormat6)
2031
breezy.tests.per_branch.test_tags.TestBranchTags.test_delete_tag_invalides_cache(BzrBranchFormat7)
2032
breezy.tests.per_branch.test_tags.TestBranchTags.test_delete_tag_invalides_cache(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2033
breezy.tests.per_branch.test_tags.TestBranchTags.test_delete_tag_invalides_cache(RemoteGitBranchFormat)
2034
breezy.tests.per_branch.test_tags.TestBranchTags.test_delete_tag(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2035
breezy.tests.per_branch.test_tags.TestBranchTags.test_ghost_tag(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2036
breezy.tests.per_branch.test_tags.TestBranchTags.test_ghost_tag(BzrBranchFormat4)
2037
breezy.tests.per_branch.test_tags.TestBranchTags.test_ghost_tag(BzrBranchFormat5)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2038
breezy.tests.per_branch.test_tags.TestBranchTags.test_ghost_tag(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2039
breezy.tests.per_branch.test_tags.TestBranchTags.test_make_and_lookup_tag(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2040
breezy.tests.per_branch.test_tags.TestBranchTags.test_make_and_lookup_tag(BzrBranchFormat4)
2041
breezy.tests.per_branch.test_tags.TestBranchTags.test_make_and_lookup_tag(BzrBranchFormat5)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2042
breezy.tests.per_branch.test_tags.TestBranchTags.test_make_and_lookup_tag(BzrBranchFormat6)
2043
breezy.tests.per_branch.test_tags.TestBranchTags.test_make_and_lookup_tag(BzrBranchFormat7)
2044
breezy.tests.per_branch.test_tags.TestBranchTags.test_make_and_lookup_tag(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2045
breezy.tests.per_branch.test_tags.TestBranchTags.test_make_and_lookup_tag(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2046
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_empty_tags(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2047
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_empty_tags(BzrBranchFormat4)
2048
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_empty_tags(BzrBranchFormat5)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
2049
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_empty_tags(BzrBranchFormat6)
2050
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_empty_tags(BzrBranchFormat7)
2051
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_empty_tags(BzrBranchFormat8)
6973.6.1 by Jelmer Vernooij
More bees.
2052
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_empty_tags(RemoteBranchFormat-default)
2053
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_empty_tags(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2054
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_empty_tags(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2055
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_tags(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2056
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_tags(BzrBranchFormat4)
2057
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_tags(BzrBranchFormat5)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2058
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_tags(BzrBranchFormat6)
2059
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_tags(BzrBranchFormat7)
2060
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_tags(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2061
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_tags(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2062
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_to_invalides_cache(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2063
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_to_invalides_cache(BzrBranchFormat4)
2064
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_to_invalides_cache(BzrBranchFormat5)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2065
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_to_invalides_cache(BzrBranchFormat6)
2066
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_to_invalides_cache(BzrBranchFormat7)
2067
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_to_invalides_cache(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2068
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_to_invalides_cache(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2069
breezy.tests.per_branch.test_tags.TestBranchTags.test_no_such_tag(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2070
breezy.tests.per_branch.test_tags.TestBranchTags.test_no_such_tag(BzrBranchFormat4)
2071
breezy.tests.per_branch.test_tags.TestBranchTags.test_no_such_tag(BzrBranchFormat5)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
2072
breezy.tests.per_branch.test_tags.TestBranchTags.test_no_such_tag(BzrBranchFormat6)
2073
breezy.tests.per_branch.test_tags.TestBranchTags.test_no_such_tag(BzrBranchFormat7)
2074
breezy.tests.per_branch.test_tags.TestBranchTags.test_no_such_tag(BzrBranchFormat8)
6973.6.1 by Jelmer Vernooij
More bees.
2075
breezy.tests.per_branch.test_tags.TestBranchTags.test_no_such_tag(RemoteBranchFormat-default)
2076
breezy.tests.per_branch.test_tags.TestBranchTags.test_no_such_tag(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2077
breezy.tests.per_branch.test_tags.TestBranchTags.test_no_such_tag(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2078
breezy.tests.per_branch.test_tags.TestBranchTags.test_read_lock_caches_tags(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2079
breezy.tests.per_branch.test_tags.TestBranchTags.test_read_lock_caches_tags(BzrBranchFormat4)
2080
breezy.tests.per_branch.test_tags.TestBranchTags.test_read_lock_caches_tags(BzrBranchFormat5)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2081
breezy.tests.per_branch.test_tags.TestBranchTags.test_read_lock_caches_tags(BzrBranchFormat6)
2082
breezy.tests.per_branch.test_tags.TestBranchTags.test_read_lock_caches_tags(BzrBranchFormat7)
2083
breezy.tests.per_branch.test_tags.TestBranchTags.test_read_lock_caches_tags(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2084
breezy.tests.per_branch.test_tags.TestBranchTags.test_read_lock_caches_tags(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2085
breezy.tests.per_branch.test_tags.TestBranchTags.test_rename_revisions_invalides_cache(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2086
breezy.tests.per_branch.test_tags.TestBranchTags.test_rename_revisions_invalides_cache(BzrBranchFormat4)
2087
breezy.tests.per_branch.test_tags.TestBranchTags.test_rename_revisions_invalides_cache(BzrBranchFormat5)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2088
breezy.tests.per_branch.test_tags.TestBranchTags.test_rename_revisions_invalides_cache(BzrBranchFormat6)
2089
breezy.tests.per_branch.test_tags.TestBranchTags.test_rename_revisions_invalides_cache(BzrBranchFormat7)
2090
breezy.tests.per_branch.test_tags.TestBranchTags.test_rename_revisions_invalides_cache(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2091
breezy.tests.per_branch.test_tags.TestBranchTags.test_rename_revisions_invalides_cache(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2092
breezy.tests.per_branch.test_tags.TestBranchTags.test_reverse_tag_dict(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2093
breezy.tests.per_branch.test_tags.TestBranchTags.test_reverse_tag_dict(BzrBranchFormat4)
2094
breezy.tests.per_branch.test_tags.TestBranchTags.test_reverse_tag_dict(BzrBranchFormat5)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2095
breezy.tests.per_branch.test_tags.TestBranchTags.test_reverse_tag_dict(BzrBranchFormat6)
2096
breezy.tests.per_branch.test_tags.TestBranchTags.test_reverse_tag_dict(BzrBranchFormat7)
2097
breezy.tests.per_branch.test_tags.TestBranchTags.test_reverse_tag_dict(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2098
breezy.tests.per_branch.test_tags.TestBranchTags.test_reverse_tag_dict(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2099
breezy.tests.per_branch.test_tags.TestBranchTags.test_set_tag_invalides_cache(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2100
breezy.tests.per_branch.test_tags.TestBranchTags.test_set_tag_invalides_cache(BzrBranchFormat4)
2101
breezy.tests.per_branch.test_tags.TestBranchTags.test_set_tag_invalides_cache(BzrBranchFormat5)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2102
breezy.tests.per_branch.test_tags.TestBranchTags.test_set_tag_invalides_cache(BzrBranchFormat6)
2103
breezy.tests.per_branch.test_tags.TestBranchTags.test_set_tag_invalides_cache(BzrBranchFormat7)
2104
breezy.tests.per_branch.test_tags.TestBranchTags.test_set_tag_invalides_cache(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2105
breezy.tests.per_branch.test_tags.TestBranchTags.test_set_tag_invalides_cache(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2106
breezy.tests.per_branch.test_tags.TestBranchTags.test_tags_initially_empty(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2107
breezy.tests.per_branch.test_tags.TestBranchTags.test_tags_initially_empty(BzrBranchFormat4)
2108
breezy.tests.per_branch.test_tags.TestBranchTags.test_tags_initially_empty(BzrBranchFormat5)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
2109
breezy.tests.per_branch.test_tags.TestBranchTags.test_tags_initially_empty(BzrBranchFormat6)
2110
breezy.tests.per_branch.test_tags.TestBranchTags.test_tags_initially_empty(BzrBranchFormat7)
2111
breezy.tests.per_branch.test_tags.TestBranchTags.test_tags_initially_empty(BzrBranchFormat8)
6973.6.1 by Jelmer Vernooij
More bees.
2112
breezy.tests.per_branch.test_tags.TestBranchTags.test_tags_initially_empty(RemoteBranchFormat-default)
2113
breezy.tests.per_branch.test_tags.TestBranchTags.test_tags_initially_empty(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2114
breezy.tests.per_branch.test_tags.TestBranchTags.test_tags_initially_empty(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2115
breezy.tests.per_branch.test_tags.TestBranchTags.test_unicode_tag(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2116
breezy.tests.per_branch.test_tags.TestBranchTags.test_unicode_tag(BzrBranchFormat4)
2117
breezy.tests.per_branch.test_tags.TestBranchTags.test_unicode_tag(BzrBranchFormat5)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
2118
breezy.tests.per_branch.test_tags.TestBranchTags.test_unicode_tag(BzrBranchFormat6)
2119
breezy.tests.per_branch.test_tags.TestBranchTags.test_unicode_tag(BzrBranchFormat7)
2120
breezy.tests.per_branch.test_tags.TestBranchTags.test_unicode_tag(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2121
breezy.tests.per_branch.test_tags.TestBranchTags.test_unicode_tag(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2122
breezy.tests.per_branch.test_tags.TestBranchTags.test_unlocked_does_not_cache_tags(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2123
breezy.tests.per_branch.test_tags.TestBranchTags.test_unlocked_does_not_cache_tags(BzrBranchFormat4)
2124
breezy.tests.per_branch.test_tags.TestBranchTags.test_unlocked_does_not_cache_tags(BzrBranchFormat5)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2125
breezy.tests.per_branch.test_tags.TestBranchTags.test_unlocked_does_not_cache_tags(BzrBranchFormat6)
2126
breezy.tests.per_branch.test_tags.TestBranchTags.test_unlocked_does_not_cache_tags(BzrBranchFormat7)
2127
breezy.tests.per_branch.test_tags.TestBranchTags.test_unlocked_does_not_cache_tags(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2128
breezy.tests.per_branch.test_tags.TestBranchTags.test_unlocked_does_not_cache_tags(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2129
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_ignore_master_disables_tag_propagation(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2130
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_ignore_master_disables_tag_propagation(BzrBranchFormat4)
2131
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_ignore_master_disables_tag_propagation(BzrBranchFormat5)
6963.2.6 by Jelmer Vernooij
Fix some more tests.
2132
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_ignore_master_disables_tag_propagation(BzrBranchFormat6)
2133
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_ignore_master_disables_tag_propagation(BzrBranchFormat7)
2134
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_ignore_master_disables_tag_propagation(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2135
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_ignore_master_disables_tag_propagation(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
2136
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_ignore_master_disables_tag_propagation(RemoteBranchFormat-default)
2137
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_ignore_master_disables_tag_propagation(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2138
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_ignore_master_disables_tag_propagation(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2139
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_child_only(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2140
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_child_only(BzrBranchFormat4)
2141
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_child_only(BzrBranchFormat5)
6963.2.6 by Jelmer Vernooij
Fix some more tests.
2142
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_child_only(BzrBranchFormat6)
2143
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_child_only(BzrBranchFormat7)
2144
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_child_only(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2145
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_child_only(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
2146
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_child_only(RemoteBranchFormat-default)
2147
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_child_only(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2148
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_child_only(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2149
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_master_only(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2150
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_master_only(BzrBranchFormat4)
2151
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_master_only(BzrBranchFormat5)
6963.2.6 by Jelmer Vernooij
Fix some more tests.
2152
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_master_only(BzrBranchFormat6)
2153
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_master_only(BzrBranchFormat7)
2154
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_master_only(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2155
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_master_only(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
2156
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_master_only(RemoteBranchFormat-default)
2157
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_master_only(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2158
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_master_only(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2159
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_different_conflict_in_master_and_child(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2160
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_different_conflict_in_master_and_child(BzrBranchFormat4)
2161
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_different_conflict_in_master_and_child(BzrBranchFormat5)
6963.2.6 by Jelmer Vernooij
Fix some more tests.
2162
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_different_conflict_in_master_and_child(BzrBranchFormat6)
2163
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_different_conflict_in_master_and_child(BzrBranchFormat7)
2164
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_different_conflict_in_master_and_child(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2165
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_different_conflict_in_master_and_child(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
2166
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_different_conflict_in_master_and_child(RemoteBranchFormat-default)
2167
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_different_conflict_in_master_and_child(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2168
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_different_conflict_in_master_and_child(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2169
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_child_and_master(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2170
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_child_and_master(BzrBranchFormat4)
2171
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_child_and_master(BzrBranchFormat5)
6963.2.6 by Jelmer Vernooij
Fix some more tests.
2172
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_child_and_master(BzrBranchFormat6)
2173
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_child_and_master(BzrBranchFormat7)
2174
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_child_and_master(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2175
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_child_and_master(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
2176
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_child_and_master(RemoteBranchFormat-default)
2177
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_child_and_master(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2178
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_child_and_master(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2179
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_master(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2180
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_master(BzrBranchFormat4)
2181
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_master(BzrBranchFormat5)
6963.2.6 by Jelmer Vernooij
Fix some more tests.
2182
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_master(BzrBranchFormat6)
2183
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_master(BzrBranchFormat7)
2184
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_master(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2185
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_master(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
2186
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_master(RemoteBranchFormat-default)
2187
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_master(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2188
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_master(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2189
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_propagates_tags(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2190
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_propagates_tags(BzrBranchFormat4)
2191
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_propagates_tags(BzrBranchFormat5)
6963.2.6 by Jelmer Vernooij
Fix some more tests.
2192
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_propagates_tags(BzrBranchFormat6)
2193
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_propagates_tags(BzrBranchFormat7)
2194
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_propagates_tags(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2195
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_propagates_tags(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
2196
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_propagates_tags(RemoteBranchFormat-default)
2197
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_propagates_tags(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2198
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_propagates_tags(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2199
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_same_conflict_in_master_and_child(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2200
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_same_conflict_in_master_and_child(BzrBranchFormat4)
2201
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_same_conflict_in_master_and_child(BzrBranchFormat5)
6963.2.6 by Jelmer Vernooij
Fix some more tests.
2202
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_same_conflict_in_master_and_child(BzrBranchFormat6)
2203
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_same_conflict_in_master_and_child(BzrBranchFormat7)
2204
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_same_conflict_in_master_and_child(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2205
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_same_conflict_in_master_and_child(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
2206
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_same_conflict_in_master_and_child(RemoteBranchFormat-default)
2207
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_same_conflict_in_master_and_child(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2208
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_same_conflict_in_master_and_child(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2209
breezy.tests.per_branch.test_tags.TestUnsupportedTags.test_merge_empty_tags(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2210
breezy.tests.per_branch.test_tags.TestUnsupportedTags.test_merge_empty_tags(BzrBranchFormat4)
2211
breezy.tests.per_branch.test_tags.TestUnsupportedTags.test_merge_empty_tags(BzrBranchFormat5)
2212
breezy.tests.per_branch.test_tags.TestUnsupportedTags.test_merge_empty_tags(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2213
breezy.tests.per_branch.test_tags.TestUnsupportedTags.test_merge_empty_tags(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2214
breezy.tests.per_branch.test_tags.TestUnsupportedTags.test_merge_empty_tags(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2215
breezy.tests.per_branch.test_tags.TestUnsupportedTags.test_merge_empty_tags(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
2216
breezy.tests.per_branch.test_tags.TestUnsupportedTags.test_merge_empty_tags(RemoteBranchFormat-default)
2217
breezy.tests.per_branch.test_tags.TestUnsupportedTags.test_merge_empty_tags(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2218
breezy.tests.per_branch.test_tags.TestUnsupportedTags.test_merge_empty_tags(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2219
breezy.tests.per_branch.test_tags.TestUnsupportedTags.test_tag_methods_raise(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2220
breezy.tests.per_branch.test_tags.TestUnsupportedTags.test_tag_methods_raise(BzrBranchFormat4)
2221
breezy.tests.per_branch.test_tags.TestUnsupportedTags.test_tag_methods_raise(BzrBranchFormat5)
2222
breezy.tests.per_branch.test_tags.TestUnsupportedTags.test_tag_methods_raise(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2223
breezy.tests.per_branch.test_tags.TestUnsupportedTags.test_tag_methods_raise(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2224
breezy.tests.per_branch.test_tags.TestUnsupportedTags.test_tag_methods_raise(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2225
breezy.tests.per_branch.test_tags.TestUnsupportedTags.test_tag_methods_raise(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
2226
breezy.tests.per_branch.test_tags.TestUnsupportedTags.test_tag_methods_raise(RemoteBranchFormat-default)
2227
breezy.tests.per_branch.test_tags.TestUnsupportedTags.test_tag_methods_raise(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2228
breezy.tests.per_branch.test_tags.TestUnsupportedTags.test_tag_methods_raise(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2229
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_bound(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2230
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_bound(BzrBranchFormat4)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
2231
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_bound(BzrBranchFormat6)
2232
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_bound(BzrBranchFormat7)
2233
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_bound(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2234
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_bound(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
2235
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_bound(RemoteBranchFormat-default)
2236
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_bound(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2237
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_bound(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2238
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_not_to_origin(BranchReferenceFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2239
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_not_to_origin(BzrBranchFormat5)
2240
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_not_to_origin(BzrBranchFormat6)
2241
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_not_to_origin(BzrBranchFormat7)
2242
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_not_to_origin(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2243
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_not_to_origin(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2244
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_to_origin(BranchReferenceFormat)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
2245
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_to_origin(BzrBranchFormat5)
2246
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_to_origin(BzrBranchFormat6)
2247
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_to_origin(BzrBranchFormat7)
2248
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_to_origin(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2249
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_to_origin(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2250
breezy.tests.per_branch.test_update.TestUpdate.test_update_in_checkout_of_readonly(BranchReferenceFormat)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
2251
breezy.tests.per_branch.test_update.TestUpdate.test_update_in_checkout_of_readonly(BzrBranchFormat5)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2252
breezy.tests.per_branch.test_update.TestUpdate.test_update_in_checkout_of_readonly(BzrBranchFormat6)
2253
breezy.tests.per_branch.test_update.TestUpdate.test_update_in_checkout_of_readonly(BzrBranchFormat7)
2254
breezy.tests.per_branch.test_update.TestUpdate.test_update_in_checkout_of_readonly(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2255
breezy.tests.per_branch.test_update.TestUpdate.test_update_in_checkout_of_readonly(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2256
breezy.tests.per_branch.test_update.TestUpdate.test_update_local_commits_returns_old_tip(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2257
breezy.tests.per_branch.test_update.TestUpdate.test_update_local_commits_returns_old_tip(BzrBranchFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2258
breezy.tests.per_branch.test_update.TestUpdate.test_update_local_commits_returns_old_tip(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
2259
breezy.tests.per_branch.test_update.TestUpdate.test_update_local_commits_returns_old_tip(RemoteBranchFormat-default)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2260
breezy.tests.per_branch.test_update.TestUpdate.test_update_local_commits_returns_old_tip(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2261
breezy.tests.per_branch.test_update.TestUpdate.test_update_prefix_returns_none(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2262
breezy.tests.per_branch.test_update.TestUpdate.test_update_prefix_returns_none(BzrBranchFormat4)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2263
breezy.tests.per_branch.test_update.TestUpdate.test_update_prefix_returns_none(BzrBranchFormat6)
2264
breezy.tests.per_branch.test_update.TestUpdate.test_update_prefix_returns_none(BzrBranchFormat7)
2265
breezy.tests.per_branch.test_update.TestUpdate.test_update_prefix_returns_none(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2266
breezy.tests.per_branch.test_update.TestUpdate.test_update_prefix_returns_none(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
2267
breezy.tests.per_branch.test_update.TestUpdate.test_update_prefix_returns_none(RemoteBranchFormat-default)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2268
breezy.tests.per_branch.test_update.TestUpdate.test_update_prefix_returns_none(RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2269
breezy.tests.per_branch.test_update.TestUpdate.test_update_unbound_works(BranchReferenceFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2270
breezy.tests.per_branch.test_update.TestUpdate.test_update_unbound_works(BzrBranchFormat4)
2271
breezy.tests.per_branch.test_update.TestUpdate.test_update_unbound_works(BzrBranchFormat5)
2272
breezy.tests.per_branch.test_update.TestUpdate.test_update_unbound_works(BzrBranchFormat6)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2273
breezy.tests.per_branch.test_update.TestUpdate.test_update_unbound_works(BzrBranchFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2274
breezy.tests.per_branch.test_update.TestUpdate.test_update_unbound_works(BzrBranchFormat8)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2275
breezy.tests.per_branch.test_update.TestUpdate.test_update_unbound_works(LocalGitBranchFormat)
6973.6.1 by Jelmer Vernooij
More bees.
2276
breezy.tests.per_branch.test_update.TestUpdate.test_update_unbound_works(RemoteBranchFormat-default)
2277
breezy.tests.per_branch.test_update.TestUpdate.test_update_unbound_works(RemoteBranchFormat-v2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2278
breezy.tests.per_branch.test_update.TestUpdate.test_update_unbound_works(RemoteGitBranchFormat)
2279
breezy.tests.per_foreign_vcs.test_branch.ForeignBranchFormatTests.test_get_format_description_type(ForeignGit)
2280
breezy.tests.per_foreign_vcs.test_branch.ForeignBranchFormatTests.test_initialize(ForeignGit)
2281
breezy.tests.per_foreign_vcs.test_branch.ForeignBranchFormatTests.test_network_name(ForeignGit)
2282
breezy.tests.per_foreign_vcs.test_branch.ForeignBranchTests.test_attributes(ForeignGit)
2283
breezy.tests.per_foreign_vcs.test_branch.ForeignBranchTests.test__get_nick(ForeignGit)
2284
breezy.tests.per_foreign_vcs.test_branch.ForeignBranchTests.test_get_parent(ForeignGit)
2285
breezy.tests.per_foreign_vcs.test_branch.ForeignBranchTests.test_get_physical_lock_status(ForeignGit)
2286
breezy.tests.per_foreign_vcs.test_branch.ForeignBranchTests.test_get_push_location(ForeignGit)
2287
breezy.tests.per_foreign_vcs.test_branch.ForeignBranchTests.test_get_stacked_on_url(ForeignGit)
2288
breezy.tests.per_foreign_vcs.test_branch.ForeignBranchTests.test_last_revision_empty_branch(ForeignGit)
2289
breezy.tests.per_foreign_vcs.test_branch.ForeignBranchTests.test_null_revid_revno(ForeignGit)
2290
breezy.tests.per_foreign_vcs.test_branch.ForeignBranchTests.test_repr_type(ForeignGit)
2291
breezy.tests.per_foreign_vcs.test_branch.ForeignBranchTests.test_set_parent(ForeignGit)
2292
breezy.tests.per_foreign_vcs.test_branch.ForeignBranchTests.test_set_push_location(ForeignGit)
2293
breezy.tests.per_foreign_vcs.test_repository.ForeignRepositoryTests.test_gather_stats(ForeignGit)
2294
breezy.tests.per_foreign_vcs.test_repository.ForeignRepositoryTests.test_get_physical_lock_status(ForeignGit)
2295
breezy.tests.per_foreign_vcs.test_repository.ForeignRepositoryTests.test_is_shared(ForeignGit)
2296
breezy.tests.per_foreign_vcs.test_repository.ForeignRepositoryTests.test_make_working_trees(ForeignGit)
2297
breezy.tests.per_foreign_vcs.test_repository.TestRepositoryFormat.test_format_description(ForeignGit)
2298
breezy.tests.per_foreign_vcs.test_repository.TestRepositoryFormat.test_format_string(ForeignGit)
2299
breezy.tests.per_foreign_vcs.test_repository.TestRepositoryFormat.test_network_name(ForeignGit)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
2300
breezy.tests.per_interbranch.test_copy_content_into.TestCopyContentInto.test_contract_convenience_method(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2301
breezy.tests.per_interbranch.test_copy_content_into.TestCopyContentInto.test_contract_convenience_method(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
2302
breezy.tests.per_interbranch.test_copy_content_into.TestCopyContentInto.test_contract_convenience_method(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
2303
breezy.tests.per_interbranch.test_copy_content_into.TestCopyContentInto.test_contract_convenience_method(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2304
breezy.tests.per_interbranch.test_copy_content_into.TestCopyContentInto.test_inter_is_used(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2305
breezy.tests.per_interbranch.test_copy_content_into.TestCopyContentInto.test_inter_is_used(InterFromGitBranch,LocalGitBranchFormat,BzrBranchFormat7)
2306
breezy.tests.per_interbranch.test_copy_content_into.TestCopyContentInto.test_inter_is_used(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
2307
breezy.tests.per_interbranch.test_copy_content_into.TestCopyContentInto.test_inter_is_used(InterGitLocalGitBranch,LocalGitBranchFormat,LocalGitBranchFormat)
2308
breezy.tests.per_interbranch.test_copy_content_into.TestCopyContentInto.test_inter_is_used(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
2309
breezy.tests.per_interbranch.test_copy_content_into.TestCopyContentInto.test_inter_is_used(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
2310
breezy.tests.per_interbranch.test_copy_content_into.TestCopyContentInto.test_inter_is_used(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
2311
breezy.tests.per_interbranch.test_copy_content_into.TestCopyContentInto.test_inter_is_used(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
2312
breezy.tests.per_interbranch.test_fetch.TestInterBranchFetch.test_fetch_revisions(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
2313
breezy.tests.per_interbranch.test_fetch.TestInterBranchFetch.test_fetch_revisions(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2314
breezy.tests.per_interbranch.test_fetch.TestInterBranchFetch.test_fetch_revisions(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
2315
breezy.tests.per_interbranch.test_fetch.TestInterBranchFetch.test_fetch_revisions_limit(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2316
breezy.tests.per_interbranch.test_fetch.TestInterBranchFetch.test_fetch_revisions_limit_incremental(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
2317
breezy.tests.per_interbranch.test_fetch.TestInterBranchFetch.test_fetch_revisions_limit_incremental(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2318
breezy.tests.per_interbranch.test_fetch.TestInterBranchFetch.test_fetch_revisions_limit_incremental(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2319
breezy.tests.per_interbranch.test_fetch.TestInterBranchFetch.test_fetch_revisions_limit(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
2320
breezy.tests.per_interbranch.test_fetch.TestInterBranchFetch.test_fetch_revisions_limit(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2321
breezy.tests.per_interbranch.test_fetch.TestInterBranchFetch.test_fetch_revisions_limit(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2322
breezy.tests.per_interbranch.test_get.TestInterBranchGet.test_gets_right_inter(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2323
breezy.tests.per_interbranch.test_get.TestInterBranchGet.test_gets_right_inter(InterFromGitBranch,LocalGitBranchFormat,BzrBranchFormat7)
2324
breezy.tests.per_interbranch.test_get.TestInterBranchGet.test_gets_right_inter(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
2325
breezy.tests.per_interbranch.test_get.TestInterBranchGet.test_gets_right_inter(InterGitLocalGitBranch,LocalGitBranchFormat,LocalGitBranchFormat)
2326
breezy.tests.per_interbranch.test_get.TestInterBranchGet.test_gets_right_inter(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
2327
breezy.tests.per_interbranch.test_get.TestInterBranchGet.test_gets_right_inter(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
2328
breezy.tests.per_interbranch.test_get.TestInterBranchGet.test_gets_right_inter(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
2329
breezy.tests.per_interbranch.test_get.TestInterBranchGet.test_gets_right_inter(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
2330
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_bound_branch(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2331
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_bound_branch(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
2332
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_bound_branch(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
2333
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_bound_branch(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
2334
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_bound_branch(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
2335
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_empty_history(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2336
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_empty_history(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
2337
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_empty_history(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
2338
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_empty_history(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
2339
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_empty_history(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2340
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_nonempty_history(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
2341
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_nonempty_history(InterFromGitBranch,LocalGitBranchFormat,BzrBranchFormat7)
2342
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_nonempty_history(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2343
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_nonempty_history(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
2344
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_nonempty_history(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2345
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_convergence_simple(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2346
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_convergence_simple(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
2347
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_convergence_simple(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
2348
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_convergence_simple(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2349
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_merged_indirect(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2350
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_merged_indirect(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
2351
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_merged_indirect(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
2352
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_merged_indirect(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2353
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_overwrite(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2354
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_overwrite(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
2355
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_overwrite(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
2356
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_overwrite(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
2357
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_raises_specific_error_on_master_connection_error(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2358
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_raises_specific_error_on_master_connection_error(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
2359
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_raises_specific_error_on_master_connection_error(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
2360
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_raises_specific_error_on_master_connection_error(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2361
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_returns_result(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2362
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_returns_result(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
2363
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_returns_result(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
2364
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_returns_result(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2365
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_updates_checkout_and_master(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2366
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_updates_checkout_and_master(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
2367
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_updates_checkout_and_master(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
2368
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_updates_checkout_and_master(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
2369
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_bound_branch(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2370
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_bound_branch(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
2371
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_bound_branch(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
2372
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_bound_branch(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
2373
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_bound_branch(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
2374
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_empty_history(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2375
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_empty_history(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
2376
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_empty_history(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
2377
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_empty_history(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
2378
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_empty_history(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2379
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_nonempty_history(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
2380
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_nonempty_history(InterFromGitBranch,LocalGitBranchFormat,BzrBranchFormat7)
2381
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_nonempty_history(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2382
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_nonempty_history(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
2383
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_nonempty_history(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
2384
breezy.tests.per_interbranch.test_push.TestPush.test_no_get_parent_map_after_insert_stream(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
2385
breezy.tests.per_interbranch.test_push.TestPush.test_no_get_parent_map_after_insert_stream(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2386
breezy.tests.per_interbranch.test_push.TestPush.test_push_convergence_simple(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2387
breezy.tests.per_interbranch.test_push.TestPush.test_push_convergence_simple(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
2388
breezy.tests.per_interbranch.test_push.TestPush.test_push_convergence_simple(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
2389
breezy.tests.per_interbranch.test_push.TestPush.test_push_convergence_simple(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2390
breezy.tests.per_interbranch.test_push.TestPush.test_push_merged_indirect(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2391
breezy.tests.per_interbranch.test_push.TestPush.test_push_merged_indirect(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
2392
breezy.tests.per_interbranch.test_push.TestPush.test_push_merged_indirect(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
2393
breezy.tests.per_interbranch.test_push.TestPush.test_push_merged_indirect(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2394
breezy.tests.per_interbranch.test_push.TestPush.test_push_overwrite_of_non_tip_with_stop_revision(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2395
breezy.tests.per_interbranch.test_push.TestPush.test_push_overwrite_of_non_tip_with_stop_revision(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
2396
breezy.tests.per_interbranch.test_push.TestPush.test_push_overwrite_of_non_tip_with_stop_revision(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
2397
breezy.tests.per_interbranch.test_push.TestPush.test_push_overwrite_of_non_tip_with_stop_revision(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
2398
breezy.tests.per_interbranch.test_push.TestPush.test_push_overwrite_of_non_tip_with_stop_revision(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
2399
breezy.tests.per_interbranch.test_push.TestPush.test_push_raises_specific_error_on_master_connection_error(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2400
breezy.tests.per_interbranch.test_push.TestPush.test_push_raises_specific_error_on_master_connection_error(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
2401
breezy.tests.per_interbranch.test_push.TestPush.test_push_raises_specific_error_on_master_connection_error(InterGitLocalGitBranch,LocalGitBranchFormat,LocalGitBranchFormat)
2402
breezy.tests.per_interbranch.test_push.TestPush.test_push_raises_specific_error_on_master_connection_error(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
2403
breezy.tests.per_interbranch.test_push.TestPush.test_push_raises_specific_error_on_master_connection_error(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
2404
breezy.tests.per_interbranch.test_push.TestPush.test_push_raises_specific_error_on_master_connection_error(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
2405
breezy.tests.per_interbranch.test_push.TestPush.test_push_raises_specific_error_on_master_connection_error(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2406
breezy.tests.per_interbranch.test_push.TestPush.test_push_to_checkout_updates_master(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
2407
breezy.tests.per_interbranch.test_push.TestPush.test_push_to_checkout_updates_master(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2408
breezy.tests.per_interbranch.test_push.TestPush.test_push_to_checkout_updates_master(InterGitLocalGitBranch,LocalGitBranchFormat,LocalGitBranchFormat)
2409
breezy.tests.per_interbranch.test_push.TestPush.test_push_to_checkout_updates_master(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
2410
breezy.tests.per_interbranch.test_push.TestPush.test_push_to_checkout_updates_master(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
2411
breezy.tests.per_interbranch.test_push.TestPush.test_push_to_checkout_updates_master(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
2412
breezy.tests.per_interbranch.test_push.TestPush.test_push_to_checkout_updates_master(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2413
breezy.tests.per_interbranch.test_push.TestPush.test_push_uses_read_lock(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2414
breezy.tests.per_interbranch.test_push.TestPush.test_push_uses_read_lock(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
2415
breezy.tests.per_interbranch.test_push.TestPush.test_push_uses_read_lock(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
2416
breezy.tests.per_interbranch.test_push.TestPush.test_push_uses_read_lock(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
2417
breezy.tests.per_interbranch.test_push.TestPush.test_push_uses_read_lock(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2418
breezy.tests.per_interbranch.test_push.TestPush.test_push_uses_read_lock_lossy(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2419
breezy.tests.per_interbranch.test_push.TestPush.test_push_uses_read_lock_lossy(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
2420
breezy.tests.per_interbranch.test_push.TestPush.test_push_uses_read_lock_lossy(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
2421
breezy.tests.per_interbranch.test_push.TestPush.test_push_uses_read_lock_lossy(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
2422
breezy.tests.per_interbranch.test_push.TestPush.test_push_uses_read_lock_lossy(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
2423
breezy.tests.per_interbranch.test_push.TestPush.test_push_with_default_stacking_does_not_create_broken_branch(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
2424
breezy.tests.per_interbranch.test_push.TestPush.test_push_with_default_stacking_does_not_create_broken_branch(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2425
breezy.tests.per_interbranch.test_push.TestPush.test_push_within_repository(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2426
breezy.tests.per_interbranch.test_push.TestPush.test_push_within_repository(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
2427
breezy.tests.per_interbranch.test_push.TestPush.test_push_within_repository(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2428
breezy.tests.per_interbranch.test_push.TestPush.test_push_within_repository(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
2429
breezy.tests.per_interrepository.test_fetch.TestFetchDependentData.test_reference(InterDifferingSerializer+get_known_graph_ancestry,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2430
breezy.tests.per_interrepository.test_fetch.TestFetchDependentData.test_reference(InterDifferingSerializer,RepositoryFormat2a,RepositoryFormatKnitPack6RichRoot)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
2431
breezy.tests.per_interrepository.test_fetch.TestFetchDependentData.test_reference(InterDifferingSerializer,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2432
breezy.tests.per_interrepository.test_fetch.TestFetchDependentData.test_reference(InterDifferingSerializer,RepositoryFormatKnitPack6RichRoot,RepositoryFormat2a)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2433
breezy.tests.per_interrepository.test_fetch.TestFetchDependentData.test_reference(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnit1)
2434
breezy.tests.per_interrepository.test_fetch.TestFetchDependentData.test_reference(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnitPack1)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
2435
breezy.tests.per_interrepository.test_fetch.TestFetchDependentData.test_reference(InterKnitRepo,RepositoryFormatKnitPack1,RepositoryFormatKnit1)
2436
breezy.tests.per_interrepository.test_fetch.TestFetchDependentData.test_reference(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnitPack4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2437
breezy.tests.per_interrepository.test_fetch.TestFetchDependentData.test_reference(InterRepository,RepositoryFormat5,RepositoryFormatKnit3)
2438
breezy.tests.per_interrepository.test_fetch.TestFetchDependentData.test_reference(InterRepository,RepositoryFormatKnit1,RepositoryFormatKnit3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2439
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_across_stacking_boundary_ignores_ghost(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnit1)
2440
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_across_stacking_boundary_ignores_ghost(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnitPack1)
2441
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_across_stacking_boundary_ignores_ghost(InterKnitRepo,RepositoryFormatKnit3,RepositoryFormatKnitPack3)
2442
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_across_stacking_boundary_ignores_ghost(InterKnitRepo,RepositoryFormatKnitPack1,RepositoryFormatKnit1)
2443
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_across_stacking_boundary_ignores_ghost(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnit3)
2444
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_across_stacking_boundary_ignores_ghost(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnitPack4)
2445
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_across_stacking_boundary_ignores_ghost(InterRepository,RepositoryFormat5,RepositoryFormatKnit3)
2446
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_across_stacking_boundary_ignores_ghost(InterRepository,RepositoryFormatKnit1,RepositoryFormatKnit3)
2447
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_across_stacking_boundary_ignores_ghost(InterSameDataRepository,RepositoryFormatKnit3,RepositoryFormatKnit3)
2448
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked(InterDifferingSerializer+get_known_graph_ancestry,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
2449
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked(InterDifferingSerializer,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
2450
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnit1)
2451
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnitPack1)
2452
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked(InterKnitRepo,RepositoryFormatKnit3,RepositoryFormatKnitPack3)
2453
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked(InterKnitRepo,RepositoryFormatKnitPack1,RepositoryFormatKnit1)
2454
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnit3)
2455
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnitPack4)
2456
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked(InterRepository,RepositoryFormat5,RepositoryFormatKnit3)
2457
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked(InterRepository,RepositoryFormatKnit1,RepositoryFormatKnit3)
2458
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked(InterSameDataRepository,RepositoryFormatKnit3,RepositoryFormatKnit3)
2459
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart(InterDifferingSerializer+get_known_graph_ancestry,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
2460
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart(InterDifferingSerializer,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
2461
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnit1)
2462
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnitPack1)
2463
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart(InterKnitRepo,RepositoryFormatKnit3,RepositoryFormatKnitPack3)
2464
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart(InterKnitRepo,RepositoryFormatKnitPack1,RepositoryFormatKnit1)
2465
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnit3)
2466
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnitPack4)
2467
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart(InterRepository,RepositoryFormat5,RepositoryFormatKnit3)
2468
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart(InterRepository,RepositoryFormatKnit1,RepositoryFormatKnit3)
2469
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart(InterSameDataRepository,RepositoryFormatKnit3,RepositoryFormatKnit3)
2470
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart_old(InterDifferingSerializer+get_known_graph_ancestry,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
2471
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart_old(InterDifferingSerializer,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
2472
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart_old(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnit1)
2473
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart_old(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnitPack1)
2474
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart_old(InterKnitRepo,RepositoryFormatKnit3,RepositoryFormatKnitPack3)
2475
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart_old(InterKnitRepo,RepositoryFormatKnitPack1,RepositoryFormatKnit1)
2476
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart_old(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnit3)
2477
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart_old(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnitPack4)
2478
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart_old(InterRepository,RepositoryFormat5,RepositoryFormatKnit3)
2479
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart_old(InterRepository,RepositoryFormatKnit1,RepositoryFormatKnit3)
2480
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart_old(InterSameDataRepository,RepositoryFormatKnit3,RepositoryFormatKnit3)
2481
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_to_stacked_copies_parent_inventories(InterDifferingSerializer+get_known_graph_ancestry,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
2482
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_to_stacked_copies_parent_inventories(InterDifferingSerializer,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
2483
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_to_stacked_copies_parent_inventories(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnit1)
2484
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_to_stacked_copies_parent_inventories(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnitPack1)
2485
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_to_stacked_copies_parent_inventories(InterKnitRepo,RepositoryFormatKnit3,RepositoryFormatKnitPack3)
2486
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_to_stacked_copies_parent_inventories(InterKnitRepo,RepositoryFormatKnitPack1,RepositoryFormatKnit1)
2487
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_to_stacked_copies_parent_inventories(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnit3)
2488
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_to_stacked_copies_parent_inventories(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnitPack4)
2489
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_to_stacked_copies_parent_inventories(InterRepository,RepositoryFormat5,RepositoryFormatKnit3)
2490
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_to_stacked_copies_parent_inventories(InterRepository,RepositoryFormatKnit1,RepositoryFormatKnit3)
2491
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_to_stacked_copies_parent_inventories(InterSameDataRepository,RepositoryFormatKnit3,RepositoryFormatKnit3)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
2492
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_missing_revision_same_location_fails(InterDifferingSerializer+get_known_graph_ancestry,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2493
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_missing_revision_same_location_fails(InterDifferingSerializer,RepositoryFormat2a,RepositoryFormatKnitPack6RichRoot)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
2494
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_missing_revision_same_location_fails(InterDifferingSerializer,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2495
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_missing_revision_same_location_fails(InterDifferingSerializer,RepositoryFormatKnitPack6RichRoot,RepositoryFormat2a)
2496
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_missing_revision_same_location_fails(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnit1)
2497
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_missing_revision_same_location_fails(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnitPack1)
2498
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_missing_revision_same_location_fails(InterKnitRepo,RepositoryFormatKnit3,RepositoryFormatKnitPack3)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
2499
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_missing_revision_same_location_fails(InterKnitRepo,RepositoryFormatKnitPack1,RepositoryFormatKnit1)
2500
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_missing_revision_same_location_fails(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnit3)
2501
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_missing_revision_same_location_fails(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnitPack4)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
2502
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_missing_revision_same_location_fails(InterRepository,RepositoryFormat5,RepositoryFormatKnit3)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2503
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_missing_revision_same_location_fails(InterRepository,RepositoryFormatKnit1,RepositoryFormatKnit3)
2504
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_missing_revision_same_location_fails(InterSameDataRepository,RepositoryFormatKnit3,RepositoryFormatKnit3)
6973.6.1 by Jelmer Vernooij
More bees.
2505
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_missing_text_other_location_fails(InterDifferingSerializer,RepositoryFormat2a,RepositoryFormatKnitPack6RichRoot)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2506
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnit1)
2507
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnitPack1)
2508
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary(InterKnitRepo,RepositoryFormatKnit3,RepositoryFormatKnitPack3)
2509
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary(InterKnitRepo,RepositoryFormatKnitPack1,RepositoryFormatKnit1)
2510
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnit3)
2511
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnitPack4)
2512
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary(InterRepository,RepositoryFormat5,RepositoryFormatKnit3)
2513
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary(InterRepository,RepositoryFormatKnit1,RepositoryFormatKnit3)
2514
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary(InterSameDataRepository,RepositoryFormatKnit3,RepositoryFormatKnit3)
2515
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnit1)
2516
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnitPack1)
2517
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart(InterKnitRepo,RepositoryFormatKnit3,RepositoryFormatKnitPack3)
2518
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart(InterKnitRepo,RepositoryFormatKnitPack1,RepositoryFormatKnit1)
2519
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnit3)
2520
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnitPack4)
2521
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart(InterRepository,RepositoryFormat5,RepositoryFormatKnit3)
2522
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart(InterRepository,RepositoryFormatKnit1,RepositoryFormatKnit3)
2523
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart(InterSameDataRepository,RepositoryFormatKnit3,RepositoryFormatKnit3)
2524
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart_old(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnit1)
2525
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart_old(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnitPack1)
2526
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart_old(InterKnitRepo,RepositoryFormatKnit3,RepositoryFormatKnitPack3)
2527
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart_old(InterKnitRepo,RepositoryFormatKnitPack1,RepositoryFormatKnit1)
2528
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart_old(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnit3)
2529
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart_old(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnitPack4)
2530
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart_old(InterRepository,RepositoryFormat5,RepositoryFormatKnit3)
2531
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart_old(InterRepository,RepositoryFormatKnit1,RepositoryFormatKnit3)
2532
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart_old(InterSameDataRepository,RepositoryFormatKnit3,RepositoryFormatKnit3)
2533
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_same_location_trivial_works(InterDifferingSerializer+get_known_graph_ancestry,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
2534
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_same_location_trivial_works(InterDifferingSerializer,RepositoryFormat2a,RepositoryFormatKnitPack6RichRoot)
2535
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_same_location_trivial_works(InterDifferingSerializer,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
2536
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_same_location_trivial_works(InterDifferingSerializer,RepositoryFormatKnitPack6RichRoot,RepositoryFormat2a)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2537
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_same_location_trivial_works(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnit1)
2538
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_same_location_trivial_works(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnitPack1)
2539
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_same_location_trivial_works(InterKnitRepo,RepositoryFormatKnit3,RepositoryFormatKnitPack3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2540
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_same_location_trivial_works(InterKnitRepo,RepositoryFormatKnitPack1,RepositoryFormatKnit1)
2541
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_same_location_trivial_works(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnit3)
2542
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_same_location_trivial_works(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnitPack4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2543
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_same_location_trivial_works(InterRepository,RepositoryFormat5,RepositoryFormatKnit3)
2544
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_same_location_trivial_works(InterRepository,RepositoryFormatKnit1,RepositoryFormatKnit3)
2545
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_same_location_trivial_works(InterSameDataRepository,RepositoryFormatKnit3,RepositoryFormatKnit3)
6973.6.1 by Jelmer Vernooij
More bees.
2546
breezy.tests.per_interrepository.test_interrepository.TestCaseWithGhosts.test_fetch_all_fixes_up_ghost(InterDifferingSerializer,RepositoryFormat2a,RepositoryFormatKnitPack6RichRoot)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2547
breezy.tests.per_interrepository.test_interrepository.TestCaseWithGhosts.test_fetch_all_fixes_up_ghost(InterRepository,RepositoryFormat5,RepositoryFormatKnit3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2548
breezy.tests.per_interrepository.test_interrepository.TestInterRepository.test_interrepository_get_returns_correct_optimiser(InterDifferingSerializer+get_known_graph_ancestry,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
2549
breezy.tests.per_interrepository.test_interrepository.TestInterRepository.test_interrepository_get_returns_correct_optimiser(InterDifferingSerializer,RepositoryFormat2a,RepositoryFormatKnitPack6RichRoot)
2550
breezy.tests.per_interrepository.test_interrepository.TestInterRepository.test_interrepository_get_returns_correct_optimiser(InterDifferingSerializer,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
2551
breezy.tests.per_interrepository.test_interrepository.TestInterRepository.test_interrepository_get_returns_correct_optimiser(InterDifferingSerializer,RepositoryFormatKnitPack6RichRoot,RepositoryFormat2a)
2552
breezy.tests.per_interrepository.test_interrepository.TestInterRepository.test_interrepository_get_returns_correct_optimiser(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnit1)
2553
breezy.tests.per_interrepository.test_interrepository.TestInterRepository.test_interrepository_get_returns_correct_optimiser(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnitPack1)
2554
breezy.tests.per_interrepository.test_interrepository.TestInterRepository.test_interrepository_get_returns_correct_optimiser(InterKnitRepo,RepositoryFormatKnit3,RepositoryFormatKnitPack3)
2555
breezy.tests.per_interrepository.test_interrepository.TestInterRepository.test_interrepository_get_returns_correct_optimiser(InterKnitRepo,RepositoryFormatKnitPack1,RepositoryFormatKnit1)
2556
breezy.tests.per_interrepository.test_interrepository.TestInterRepository.test_interrepository_get_returns_correct_optimiser(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnit3)
2557
breezy.tests.per_interrepository.test_interrepository.TestInterRepository.test_interrepository_get_returns_correct_optimiser(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnitPack4)
2558
breezy.tests.per_interrepository.test_interrepository.TestInterRepository.test_interrepository_get_returns_correct_optimiser(InterRepository,RepositoryFormat5,RepositoryFormatKnit3)
2559
breezy.tests.per_interrepository.test_interrepository.TestInterRepository.test_interrepository_get_returns_correct_optimiser(InterRepository,RepositoryFormatKnit1,RepositoryFormatKnit3)
2560
breezy.tests.per_interrepository.test_interrepository.TestInterRepository.test_interrepository_get_returns_correct_optimiser(InterSameDataRepository,RepositoryFormatKnit3,RepositoryFormatKnit3)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2561
breezy.tests.per_intertree.test_compare.TestCompare.test_abc_content_to_empty(InterDirStateTree(C))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2562
breezy.tests.per_intertree.test_compare.TestCompare.test_abc_content_to_empty(InterTree)
6973.6.2 by Jelmer Vernooij
Fix more tests.
2563
breezy.tests.per_intertree.test_compare.TestCompare.test_abc_content_to_empty(InterTree(PreviewTree))
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2564
breezy.tests.per_intertree.test_compare.TestCompare.test_compare_empty_trees(InterDirStateTree(C))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2565
breezy.tests.per_intertree.test_compare.TestCompare.test_compare_empty_trees(InterDirStateTree(PY))
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2566
breezy.tests.per_intertree.test_compare.TestCompare.test_compare_empty_trees(InterTree)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
2567
breezy.tests.per_intertree.test_compare.TestCompare.test_compare_empty_trees(InterTree(CHKInventory))
6973.6.2 by Jelmer Vernooij
Fix more tests.
2568
breezy.tests.per_intertree.test_compare.TestCompare.test_compare_empty_trees(InterTree(PreviewTree))
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2569
breezy.tests.per_intertree.test_compare.TestCompare.test_dangling(InterDirStateTree(C))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2570
breezy.tests.per_intertree.test_compare.TestCompare.test_dangling(InterDirStateTree(PY))
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
2571
breezy.tests.per_intertree.test_compare.TestCompare.test_dangling(InterTree(CHKInventory))
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2572
breezy.tests.per_intertree.test_compare.TestCompare.test_default_ignores_unversioned_files(InterDirStateTree(C))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2573
breezy.tests.per_intertree.test_compare.TestCompare.test_default_ignores_unversioned_files(InterDirStateTree(PY))
2574
breezy.tests.per_intertree.test_compare.TestCompare.test_default_ignores_unversioned_files(InterTree)
2575
breezy.tests.per_intertree.test_compare.TestCompare.test_default_ignores_unversioned_files(InterTree(CHKInventory))
6973.6.2 by Jelmer Vernooij
Fix more tests.
2576
breezy.tests.per_intertree.test_compare.TestCompare.test_default_ignores_unversioned_files(InterTree(PreviewTree))
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2577
breezy.tests.per_intertree.test_compare.TestCompare.test_empty_to_abc_content_a_and_c_only(InterDirStateTree(C))
2578
breezy.tests.per_intertree.test_compare.TestCompare.test_empty_to_abc_content_a_only(InterDirStateTree(C))
2579
breezy.tests.per_intertree.test_compare.TestCompare.test_empty_to_abc_content_b_only(InterDirStateTree(C))
2580
breezy.tests.per_intertree.test_compare.TestCompare.test_empty_to_abc_content_c_only(InterDirStateTree(C))
2581
breezy.tests.per_intertree.test_compare.TestCompare.test_empty_to_abc_content(InterDirStateTree(C))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2582
breezy.tests.per_intertree.test_compare.TestCompare.test_empty_to_abc_content(InterTree)
6973.6.2 by Jelmer Vernooij
Fix more tests.
2583
breezy.tests.per_intertree.test_compare.TestCompare.test_empty_to_abc_content(InterTree(PreviewTree))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2584
breezy.tests.per_intertree.test_compare.TestCompare.test_extra_trees_finds_ids(InterDirStateTree(C))
2585
breezy.tests.per_intertree.test_compare.TestCompare.test_file_rename_and_meta_modification(InterDirStateTree(C))
2586
breezy.tests.per_intertree.test_compare.TestCompare.test_file_rename_and_meta_modification(InterTree)
6973.6.2 by Jelmer Vernooij
Fix more tests.
2587
breezy.tests.per_intertree.test_compare.TestCompare.test_file_rename_and_meta_modification(InterTree(PreviewTree))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2588
breezy.tests.per_intertree.test_compare.TestCompare.test_file_rename(InterTree)
6973.6.2 by Jelmer Vernooij
Fix more tests.
2589
breezy.tests.per_intertree.test_compare.TestCompare.test_file_rename(InterTree(PreviewTree))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2590
breezy.tests.per_intertree.test_compare.TestCompare.test_meta_modification(InterDirStateTree(C))
2591
breezy.tests.per_intertree.test_compare.TestCompare.test_meta_modification(InterTree)
6973.6.2 by Jelmer Vernooij
Fix more tests.
2592
breezy.tests.per_intertree.test_compare.TestCompare.test_meta_modification(InterTree(PreviewTree))
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2593
breezy.tests.per_intertree.test_compare.TestCompare.test_require_versioned(InterDirStateTree(C))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2594
breezy.tests.per_intertree.test_compare.TestCompare.test_require_versioned(InterDirStateTree(PY))
2595
breezy.tests.per_intertree.test_compare.TestCompare.test_require_versioned(InterTree)
2596
breezy.tests.per_intertree.test_compare.TestCompare.test_require_versioned(InterTree(PreviewTree))
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2597
breezy.tests.per_intertree.test_compare.TestCompare.test_unversioned_paths_in_tree(InterDirStateTree(C))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2598
breezy.tests.per_intertree.test_compare.TestCompare.test_unversioned_paths_in_tree(InterDirStateTree(PY))
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2599
breezy.tests.per_intertree.test_compare.TestCompare.test_unversioned_paths_in_tree(InterTree)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
2600
breezy.tests.per_intertree.test_compare.TestCompare.test_unversioned_paths_in_tree(InterTree(CHKInventory))
6973.6.2 by Jelmer Vernooij
Fix more tests.
2601
breezy.tests.per_intertree.test_compare.TestCompare.test_unversioned_paths_in_tree(InterTree(PreviewTree))
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2602
breezy.tests.per_intertree.test_compare.TestIterChanges.test_abc_content_to_empty_a_only(InterDirStateTree(C))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2603
breezy.tests.per_intertree.test_compare.TestIterChanges.test_abc_content_to_empty_a_only(InterTree)
6973.6.2 by Jelmer Vernooij
Fix more tests.
2604
breezy.tests.per_intertree.test_compare.TestIterChanges.test_abc_content_to_empty_a_only(InterTree(PreviewTree))
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2605
breezy.tests.per_intertree.test_compare.TestIterChanges.test_abc_content_to_empty_b_only(InterDirStateTree(C))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2606
breezy.tests.per_intertree.test_compare.TestIterChanges.test_abc_content_to_empty_b_only(InterTree)
6973.6.2 by Jelmer Vernooij
Fix more tests.
2607
breezy.tests.per_intertree.test_compare.TestIterChanges.test_abc_content_to_empty_b_only(InterTree(PreviewTree))
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2608
breezy.tests.per_intertree.test_compare.TestIterChanges.test_abc_content_to_empty(InterDirStateTree(C))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2609
breezy.tests.per_intertree.test_compare.TestIterChanges.test_abc_content_to_empty(InterTree)
6973.6.2 by Jelmer Vernooij
Fix more tests.
2610
breezy.tests.per_intertree.test_compare.TestIterChanges.test_abc_content_to_empty(InterTree(PreviewTree))
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2611
breezy.tests.per_intertree.test_compare.TestIterChanges.test_compare_empty_trees(InterDirStateTree(C))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2612
breezy.tests.per_intertree.test_compare.TestIterChanges.test_compare_empty_trees(InterDirStateTree(PY))
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2613
breezy.tests.per_intertree.test_compare.TestIterChanges.test_compare_empty_trees(InterTree)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
2614
breezy.tests.per_intertree.test_compare.TestIterChanges.test_compare_empty_trees(InterTree(CHKInventory))
6973.6.2 by Jelmer Vernooij
Fix more tests.
2615
breezy.tests.per_intertree.test_compare.TestIterChanges.test_compare_empty_trees(InterTree(PreviewTree))
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2616
breezy.tests.per_intertree.test_compare.TestIterChanges.test_compare_subtrees(InterDirStateTree(C))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2617
breezy.tests.per_intertree.test_compare.TestIterChanges.test_compare_subtrees(InterDirStateTree(PY))
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2618
breezy.tests.per_intertree.test_compare.TestIterChanges.test_compare_subtrees(InterTree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2619
breezy.tests.per_intertree.test_compare.TestIterChanges.test_compare_subtrees(InterTree(CHKInventory))
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2620
breezy.tests.per_intertree.test_compare.TestIterChanges.test_compare_subtrees(InterTree(PreviewTree))
2621
breezy.tests.per_intertree.test_compare.TestIterChanges.test_default_ignores_unversioned_files(InterDirStateTree(C))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2622
breezy.tests.per_intertree.test_compare.TestIterChanges.test_default_ignores_unversioned_files(InterTree)
2623
breezy.tests.per_intertree.test_compare.TestIterChanges.test_default_ignores_unversioned_files(InterTree(CHKInventory))
6973.6.2 by Jelmer Vernooij
Fix more tests.
2624
breezy.tests.per_intertree.test_compare.TestIterChanges.test_default_ignores_unversioned_files(InterTree(PreviewTree))
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2625
breezy.tests.per_intertree.test_compare.TestIterChanges.test_deleted_and_unknown(InterDirStateTree(C))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2626
breezy.tests.per_intertree.test_compare.TestIterChanges.test_deleted_and_unknown(InterTree(CHKInventory))
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2627
breezy.tests.per_intertree.test_compare.TestIterChanges.test_disk_in_subtrees_skipped(InterDirStateTree(C))
2628
breezy.tests.per_intertree.test_compare.TestIterChanges.test_disk_in_subtrees_skipped(InterTree)
2629
breezy.tests.per_intertree.test_compare.TestIterChanges.test_disk_in_subtrees_skipped(InterTree(CHKInventory))
2630
breezy.tests.per_intertree.test_compare.TestIterChanges.test_disk_in_subtrees_skipped(InterTree(PreviewTree))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2631
breezy.tests.per_intertree.test_compare.TestIterChanges.test_empty_dir(InterTree)
6973.6.2 by Jelmer Vernooij
Fix more tests.
2632
breezy.tests.per_intertree.test_compare.TestIterChanges.test_empty_dir(InterTree(PreviewTree))
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2633
breezy.tests.per_intertree.test_compare.TestIterChanges.test_empty_specific_files(InterDirStateTree(C))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2634
breezy.tests.per_intertree.test_compare.TestIterChanges.test_empty_specific_files(InterDirStateTree(PY))
2635
breezy.tests.per_intertree.test_compare.TestIterChanges.test_empty_specific_files(InterTree)
6973.6.2 by Jelmer Vernooij
Fix more tests.
2636
breezy.tests.per_intertree.test_compare.TestIterChanges.test_empty_specific_files(InterTree(PreviewTree))
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2637
breezy.tests.per_intertree.test_compare.TestIterChanges.test_empty_to_abc_content_a_and_c_only(InterDirStateTree(C))
2638
breezy.tests.per_intertree.test_compare.TestIterChanges.test_empty_to_abc_content_a_only(InterDirStateTree(C))
2639
breezy.tests.per_intertree.test_compare.TestIterChanges.test_empty_to_abc_content(InterDirStateTree(C))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2640
breezy.tests.per_intertree.test_compare.TestIterChanges.test_empty_to_abc_content(InterTree)
6973.6.2 by Jelmer Vernooij
Fix more tests.
2641
breezy.tests.per_intertree.test_compare.TestIterChanges.test_empty_to_abc_content(InterTree(PreviewTree))
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2642
breezy.tests.per_intertree.test_compare.TestIterChanges.test_file_becomes_unversionable_bug_438569(InterDirStateTree(C))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2643
breezy.tests.per_intertree.test_compare.TestIterChanges.test_file_becomes_unversionable_bug_438569(InterDirStateTree(PY))
2644
breezy.tests.per_intertree.test_compare.TestIterChanges.test_file_becomes_unversionable_bug_438569(InterTree)
2645
breezy.tests.per_intertree.test_compare.TestIterChanges.test_file_becomes_unversionable_bug_438569(InterTree(CHKInventory))
6973.6.2 by Jelmer Vernooij
Fix more tests.
2646
breezy.tests.per_intertree.test_compare.TestIterChanges.test_file_becomes_unversionable_bug_438569(InterTree(PreviewTree))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2647
breezy.tests.per_intertree.test_compare.TestIterChanges.test_file_rename_and_meta_modification(InterDirStateTree(C))
2648
breezy.tests.per_intertree.test_compare.TestIterChanges.test_file_rename_and_meta_modification(InterTree)
6973.6.2 by Jelmer Vernooij
Fix more tests.
2649
breezy.tests.per_intertree.test_compare.TestIterChanges.test_file_rename_and_meta_modification(InterTree(PreviewTree))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2650
breezy.tests.per_intertree.test_compare.TestIterChanges.test_file_rename(InterTree)
6973.6.2 by Jelmer Vernooij
Fix more tests.
2651
breezy.tests.per_intertree.test_compare.TestIterChanges.test_file_rename(InterTree(PreviewTree))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2652
breezy.tests.per_intertree.test_compare.TestIterChanges.test_meta_modification(InterDirStateTree(C))
2653
breezy.tests.per_intertree.test_compare.TestIterChanges.test_meta_modification(InterTree)
6973.6.2 by Jelmer Vernooij
Fix more tests.
2654
breezy.tests.per_intertree.test_compare.TestIterChanges.test_meta_modification(InterTree(PreviewTree))
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2655
breezy.tests.per_intertree.test_compare.TestIterChanges.test_missing_and_renamed(InterDirStateTree(C))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2656
breezy.tests.per_intertree.test_compare.TestIterChanges.test_missing_and_renamed(InterTree(CHKInventory))
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2657
breezy.tests.per_intertree.test_compare.TestIterChanges.test_missing_in_target(InterDirStateTree(C))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2658
breezy.tests.per_intertree.test_compare.TestIterChanges.test_missing_in_target(InterTree)
6973.6.2 by Jelmer Vernooij
Fix more tests.
2659
breezy.tests.per_intertree.test_compare.TestIterChanges.test_missing_in_target(InterTree(PreviewTree))
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2660
breezy.tests.per_intertree.test_compare.TestIterChanges.test_no_specific_files(InterDirStateTree(C))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2661
breezy.tests.per_intertree.test_compare.TestIterChanges.test_no_specific_files(InterTree)
6973.6.2 by Jelmer Vernooij
Fix more tests.
2662
breezy.tests.per_intertree.test_compare.TestIterChanges.test_no_specific_files(InterTree(PreviewTree))
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2663
breezy.tests.per_intertree.test_compare.TestIterChanges.test_only_in_source_and_missing(InterDirStateTree(C))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2664
breezy.tests.per_intertree.test_compare.TestIterChanges.test_only_in_source_and_missing(InterDirStateTree(PY))
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
2665
breezy.tests.per_intertree.test_compare.TestIterChanges.test_only_in_source_and_missing(InterTree(CHKInventory))
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2666
breezy.tests.per_intertree.test_compare.TestIterChanges.test_only_in_target_and_missing(InterDirStateTree(C))
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
2667
breezy.tests.per_intertree.test_compare.TestIterChanges.test_only_in_target_and_missing(InterTree(CHKInventory))
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2668
breezy.tests.per_intertree.test_compare.TestIterChanges.test_only_in_target_missing_subtree_specific_bug_367632(InterDirStateTree(C))
2669
breezy.tests.per_intertree.test_compare.TestIterChanges.test_renamed_and_added(InterDirStateTree(C))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2670
breezy.tests.per_intertree.test_compare.TestIterChanges.test_renamed_and_added(InterTree)
2671
breezy.tests.per_intertree.test_compare.TestIterChanges.test_renamed_and_added(InterTree(CHKInventory))
6973.6.2 by Jelmer Vernooij
Fix more tests.
2672
breezy.tests.per_intertree.test_compare.TestIterChanges.test_renamed_and_added(InterTree(PreviewTree))
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2673
breezy.tests.per_intertree.test_compare.TestIterChanges.test_renamed_and_unknown(InterDirStateTree(C))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2674
breezy.tests.per_intertree.test_compare.TestIterChanges.test_renamed_and_unknown(InterTree(CHKInventory))
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2675
breezy.tests.per_intertree.test_compare.TestIterChanges.test_rename_over_deleted(InterDirStateTree(C))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2676
breezy.tests.per_intertree.test_compare.TestIterChanges.test_rename_over_deleted(InterTree)
2677
breezy.tests.per_intertree.test_compare.TestIterChanges.test_rename_over_deleted(InterTree(CHKInventory))
6973.6.2 by Jelmer Vernooij
Fix more tests.
2678
breezy.tests.per_intertree.test_compare.TestIterChanges.test_rename_over_deleted(InterTree(PreviewTree))
6973.6.3 by Jelmer Vernooij
More fixes.
2679
breezy.tests.per_intertree.test_compare.TestIterChanges.test_specific_content_modification_grabs_parents(InterDirStateTree(C))
2680
breezy.tests.per_intertree.test_compare.TestIterChanges.test_specific_content_modification_grabs_parents_root_changes(InterDirStateTree(C))
2681
breezy.tests.per_intertree.test_compare.TestIterChanges.test_specific_old_parent_becomes_file(InterDirStateTree(C))
6963.1.2 by Jelmer Vernooij
Fix some more tests.
2682
breezy.tests.per_intertree.test_compare.TestIterChanges.test_specific_old_parent_child_collides_with_unselected_new(InterDirStateTree(C))
2683
breezy.tests.per_intertree.test_compare.TestIterChanges.test_specific_old_parent_child_dir_stops_being_dir(InterDirStateTree(C))
6973.6.3 by Jelmer Vernooij
More fixes.
2684
breezy.tests.per_intertree.test_compare.TestIterChanges.test_specific_old_parent_same_path_new_parent(InterDirStateTree(C))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2685
breezy.tests.per_intertree.test_compare.TestIterChanges.test_specific_with_rename_under_new_dir_reports_new_dir(InterDirStateTree(C))
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2686
breezy.tests.per_intertree.test_compare.TestIterChanges.test_trees_with_deleted_dir(InterDirStateTree(C))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2687
breezy.tests.per_intertree.test_compare.TestIterChanges.test_trees_with_deleted_dir(InterTree)
6973.6.2 by Jelmer Vernooij
Fix more tests.
2688
breezy.tests.per_intertree.test_compare.TestIterChanges.test_trees_with_deleted_dir(InterTree(PreviewTree))
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2689
breezy.tests.per_intertree.test_compare.TestIterChanges.test_trees_with_special_names(InterDirStateTree(C))
2690
breezy.tests.per_intertree.test_compare.TestIterChanges.test_unknown_empty_dir(InterDirStateTree(C))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2691
breezy.tests.per_intertree.test_compare.TestIterChanges.test_unknown_empty_dir(InterTree)
6973.6.2 by Jelmer Vernooij
Fix more tests.
2692
breezy.tests.per_intertree.test_compare.TestIterChanges.test_unknown_empty_dir(InterTree(PreviewTree))
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2693
breezy.tests.per_intertree.test_compare.TestIterChanges.test_unversioned_paths_in_target_matching_source_old_names(InterDirStateTree(C))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2694
breezy.tests.per_intertree.test_compare.TestIterChanges.test_unversioned_paths_in_target_matching_source_old_names(InterTree(CHKInventory))
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2695
breezy.tests.per_intertree.test_compare.TestIterChanges.test_unversioned_paths_in_tree(InterDirStateTree(C))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2696
breezy.tests.per_intertree.test_compare.TestIterChanges.test_unversioned_paths_in_tree(InterDirStateTree(PY))
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2697
breezy.tests.per_intertree.test_compare.TestIterChanges.test_unversioned_paths_in_tree(InterTree)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
2698
breezy.tests.per_intertree.test_compare.TestIterChanges.test_unversioned_paths_in_tree(InterTree(CHKInventory))
6973.6.2 by Jelmer Vernooij
Fix more tests.
2699
breezy.tests.per_intertree.test_compare.TestIterChanges.test_unversioned_paths_in_tree(InterTree(PreviewTree))
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2700
breezy.tests.per_intertree.test_compare.TestIterChanges.test_unversioned_paths_in_tree_specific_files(InterDirStateTree(C))
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2701
breezy.tests.per_intertree.test_compare.TestIterChanges.test_unversioned_paths_in_tree_specific_files(InterTree)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
2702
breezy.tests.per_intertree.test_compare.TestIterChanges.test_unversioned_paths_in_tree_specific_files(InterTree(CHKInventory))
6973.6.2 by Jelmer Vernooij
Fix more tests.
2703
breezy.tests.per_intertree.test_compare.TestIterChanges.test_unversioned_paths_in_tree_specific_files(InterTree(PreviewTree))
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2704
breezy.tests.per_intertree.test_compare.TestIterChanges.test_unversioned_subtree_only_emits_root(InterDirStateTree(C))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2705
breezy.tests.per_intertree.test_compare.TestIterChanges.test_unversioned_subtree_only_emits_root(InterDirStateTree(PY))
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2706
breezy.tests.per_intertree.test_compare.TestIterChanges.test_unversioned_subtree_only_emits_root(InterTree)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
2707
breezy.tests.per_intertree.test_compare.TestIterChanges.test_unversioned_subtree_only_emits_root(InterTree(CHKInventory))
6973.6.2 by Jelmer Vernooij
Fix more tests.
2708
breezy.tests.per_intertree.test_compare.TestIterChanges.test_unversioned_subtree_only_emits_root(InterTree(PreviewTree))
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2709
breezy.tests.per_intertree.test_file_content_matches.TestFileContentMatches.test_different_contents_and_same_verifier(InterDirStateTree(C))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2710
breezy.tests.per_intertree.test_file_content_matches.TestFileContentMatches.test_different_contents_and_same_verifier(InterDirStateTree(PY))
2711
breezy.tests.per_intertree.test_file_content_matches.TestFileContentMatches.test_different_contents_and_same_verifier(InterTree)
2712
breezy.tests.per_intertree.test_file_content_matches.TestFileContentMatches.test_different_contents_and_same_verifier(InterTree(CHKInventory))
2713
breezy.tests.per_intertree.test_file_content_matches.TestFileContentMatches.test_different_contents_and_same_verifier(InterTree(PreviewTree))
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2714
breezy.tests.per_intertree.test_file_content_matches.TestFileContentMatches.test_same_contents_and_verifier(InterDirStateTree(C))
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2715
breezy.tests.per_intertree.test_file_content_matches.TestFileContentMatches.test_same_contents_and_verifier(InterDirStateTree(PY))
2716
breezy.tests.per_intertree.test_file_content_matches.TestFileContentMatches.test_same_contents_and_verifier(InterTree)
2717
breezy.tests.per_intertree.test_file_content_matches.TestFileContentMatches.test_same_contents_and_verifier(InterTree(CHKInventory))
2718
breezy.tests.per_intertree.test_file_content_matches.TestFileContentMatches.test_same_contents_and_verifier(InterTree(PreviewTree))
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2719
breezy.tests.per_inventory.basics.TestInventoryFiltering.test_inv_filter_dirs(Inventory)
2720
breezy.tests.per_inventory.basics.TestInventoryFiltering.test_inv_filter_empty(Inventory)
2721
breezy.tests.per_inventory.basics.TestInventoryFiltering.test_inv_filter_entry_not_present(Inventory)
2722
breezy.tests.per_inventory.basics.TestInventoryFiltering.test_inv_filter_files_and_dirs(Inventory)
2723
breezy.tests.per_inventory.basics.TestInventoryFiltering.test_inv_filter_files(Inventory)
6973.6.1 by Jelmer Vernooij
More bees.
2724
breezy.tests.per_inventory.basics.TestInventoryReads.test_ids(Inventory)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2725
breezy.tests.per_inventory.basics.TestInventoryReads.test_iter_entries_by_dir(Inventory)
2726
breezy.tests.per_inventory.basics.TestInventoryReads.test_iter_entries(Inventory)
2727
breezy.tests.per_inventory.basics.TestInventoryReads.test_iter_just_entries(Inventory)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2728
breezy.tests.per_lock.test_lock.TestLock.test_multiple_read_locks(fcntl)
2729
breezy.tests.per_lock.test_lock.TestLock.test_multiple_write_locks_exclude(fcntl)
2730
breezy.tests.per_lock.test_lock.TestLock.test_readonly_file(fcntl)
2731
breezy.tests.per_lock.test_lock.TestLock.test_read_unlock_write(fcntl)
2732
breezy.tests.per_lock.test_temporary_write_lock.TestTemporaryWriteLock.test_fails_when_locked(fcntl)
2733
breezy.tests.per_lock.test_temporary_write_lock.TestTemporaryWriteLock.test_is_write_locked(fcntl)
2734
breezy.tests.per_merger.TestMergeImplementation.test_merge_with_existing_limbo_empty(diff3)
2735
breezy.tests.per_merger.TestMergeImplementation.test_merge_with_existing_limbo_empty(lca)
2736
breezy.tests.per_merger.TestMergeImplementation.test_merge_with_existing_limbo_empty(merge3)
2737
breezy.tests.per_merger.TestMergeImplementation.test_merge_with_existing_limbo_empty(weave)
2738
breezy.tests.per_merger.TestMergeImplementation.test_merge_with_existing_limbo_non_empty(diff3)
2739
breezy.tests.per_merger.TestMergeImplementation.test_merge_with_existing_limbo_non_empty(lca)
2740
breezy.tests.per_merger.TestMergeImplementation.test_merge_with_existing_limbo_non_empty(merge3)
2741
breezy.tests.per_merger.TestMergeImplementation.test_merge_with_existing_limbo_non_empty(weave)
2742
breezy.tests.per_merger.TestMergeImplementation.test_merge_with_pending_deletion_empty(diff3)
2743
breezy.tests.per_merger.TestMergeImplementation.test_merge_with_pending_deletion_empty(lca)
2744
breezy.tests.per_merger.TestMergeImplementation.test_merge_with_pending_deletion_empty(merge3)
2745
breezy.tests.per_merger.TestMergeImplementation.test_merge_with_pending_deletion_empty(weave)
2746
breezy.tests.per_merger.TestMergeImplementation.test_merge_with_pending_deletion_non_empty(diff3)
2747
breezy.tests.per_merger.TestMergeImplementation.test_merge_with_pending_deletion_non_empty(lca)
2748
breezy.tests.per_merger.TestMergeImplementation.test_merge_with_pending_deletion_non_empty(merge3)
2749
breezy.tests.per_merger.TestMergeImplementation.test_merge_with_pending_deletion_non_empty(weave)
2750
breezy.tests.permute_tests_for_extension.<locals>.FailWithoutFeature.test_fail
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
2751
breezy.tests.per_pack_repository.TestPackRepositoryStacking.test_adding_pack_does_not_record_pack_names_from_other_repositories(2a)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2752
breezy.tests.per_pack_repository.TestPackRepositoryStacking.test_adding_pack_does_not_record_pack_names_from_other_repositories(pack-0.92)
2753
breezy.tests.per_pack_repository.TestPackRepositoryStacking.test_adding_pack_does_not_record_pack_names_from_other_repositories(pack-0.92-subtree)
2754
breezy.tests.per_pack_repository.TestPackRepositoryStacking.test_autopack_only_considers_main_repo_packs(pack-0.92)
2755
breezy.tests.per_pack_repository.TestPackRepositoryStacking.test_autopack_only_considers_main_repo_packs(pack-0.92-subtree)
2756
breezy.tests.per_pack_repository.TestPackRepositoryStacking.test_stack_checks_rich_root_compatibility(1.6)
2757
breezy.tests.per_pack_repository.TestPackRepositoryStacking.test_stack_checks_rich_root_compatibility(1.6.1-rich-root)
2758
breezy.tests.per_pack_repository.TestPackRepositoryStacking.test_stack_checks_rich_root_compatibility(1.9)
2759
breezy.tests.per_pack_repository.TestPackRepositoryStacking.test_stack_checks_rich_root_compatibility(1.9-rich-root)
2760
breezy.tests.per_pack_repository.TestPackRepositoryStacking.test_stack_checks_rich_root_compatibility(2a)
2761
breezy.tests.per_pack_repository.TestPackRepositoryStacking.test_stack_checks_rich_root_compatibility(pack-0.92)
2762
breezy.tests.per_pack_repository.TestPackRepositoryStacking.test_stack_checks_rich_root_compatibility(pack-0.92-subtree)
2763
breezy.tests.per_pack_repository.TestPackRepositoryStacking.test_stack_checks_serializers_compatibility(1.6)
2764
breezy.tests.per_pack_repository.TestPackRepositoryStacking.test_stack_checks_serializers_compatibility(1.6.1-rich-root)
2765
breezy.tests.per_pack_repository.TestPackRepositoryStacking.test_stack_checks_serializers_compatibility(1.9)
2766
breezy.tests.per_pack_repository.TestPackRepositoryStacking.test_stack_checks_serializers_compatibility(1.9-rich-root)
2767
breezy.tests.per_pack_repository.TestPackRepositoryStacking.test_stack_checks_serializers_compatibility(2a)
2768
breezy.tests.per_pack_repository.TestPackRepositoryStacking.test_stack_checks_serializers_compatibility(pack-0.92)
2769
breezy.tests.per_pack_repository.TestPackRepositoryStacking.test_stack_checks_serializers_compatibility(pack-0.92-subtree)
2770
breezy.tests.per_pack_repository.TestPackRepository.test_attribute__fetch_order(1.6)
2771
breezy.tests.per_pack_repository.TestPackRepository.test_attribute__fetch_order(1.6.1-rich-root)
2772
breezy.tests.per_pack_repository.TestPackRepository.test_attribute__fetch_order(1.9)
2773
breezy.tests.per_pack_repository.TestPackRepository.test_attribute__fetch_order(1.9-rich-root)
2774
breezy.tests.per_pack_repository.TestPackRepository.test_attribute__fetch_order(2a)
2775
breezy.tests.per_pack_repository.TestPackRepository.test_attribute__fetch_order(pack-0.92)
2776
breezy.tests.per_pack_repository.TestPackRepository.test_attribute__fetch_order(pack-0.92-subtree)
2777
breezy.tests.per_pack_repository.TestPackRepository.test_attribute__fetch_uses_deltas(1.6)
2778
breezy.tests.per_pack_repository.TestPackRepository.test_attribute__fetch_uses_deltas(1.6.1-rich-root)
2779
breezy.tests.per_pack_repository.TestPackRepository.test_attribute__fetch_uses_deltas(1.9)
2780
breezy.tests.per_pack_repository.TestPackRepository.test_attribute__fetch_uses_deltas(1.9-rich-root)
2781
breezy.tests.per_pack_repository.TestPackRepository.test_attribute__fetch_uses_deltas(2a)
2782
breezy.tests.per_pack_repository.TestPackRepository.test_attribute__fetch_uses_deltas(pack-0.92)
2783
breezy.tests.per_pack_repository.TestPackRepository.test_attribute__fetch_uses_deltas(pack-0.92-subtree)
2784
breezy.tests.per_pack_repository.TestPackRepository.test_break_lock_breaks_physical_lock(1.6)
2785
breezy.tests.per_pack_repository.TestPackRepository.test_break_lock_breaks_physical_lock(1.6.1-rich-root)
2786
breezy.tests.per_pack_repository.TestPackRepository.test_break_lock_breaks_physical_lock(1.9)
2787
breezy.tests.per_pack_repository.TestPackRepository.test_break_lock_breaks_physical_lock(1.9-rich-root)
2788
breezy.tests.per_pack_repository.TestPackRepository.test_break_lock_breaks_physical_lock(2a)
2789
breezy.tests.per_pack_repository.TestPackRepository.test_break_lock_breaks_physical_lock(pack-0.92)
2790
breezy.tests.per_pack_repository.TestPackRepository.test_break_lock_breaks_physical_lock(pack-0.92-subtree)
2791
breezy.tests.per_pack_repository.TestPackRepository.test_broken_physical_locks_error_on__unlock_names_lock(1.6)
2792
breezy.tests.per_pack_repository.TestPackRepository.test_broken_physical_locks_error_on__unlock_names_lock(1.6.1-rich-root)
2793
breezy.tests.per_pack_repository.TestPackRepository.test_broken_physical_locks_error_on__unlock_names_lock(1.9)
2794
breezy.tests.per_pack_repository.TestPackRepository.test_broken_physical_locks_error_on__unlock_names_lock(1.9-rich-root)
2795
breezy.tests.per_pack_repository.TestPackRepository.test_broken_physical_locks_error_on__unlock_names_lock(2a)
2796
breezy.tests.per_pack_repository.TestPackRepository.test_broken_physical_locks_error_on__unlock_names_lock(pack-0.92)
2797
breezy.tests.per_pack_repository.TestPackRepository.test_broken_physical_locks_error_on__unlock_names_lock(pack-0.92-subtree)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2798
breezy.tests.per_pack_repository.TestPackRepository.test_concurrent_pack_during_get_record_reloads(1.6)
2799
breezy.tests.per_pack_repository.TestPackRepository.test_concurrent_pack_during_get_record_reloads(1.6.1-rich-root)
2800
breezy.tests.per_pack_repository.TestPackRepository.test_concurrent_pack_during_get_record_reloads(1.9)
2801
breezy.tests.per_pack_repository.TestPackRepository.test_concurrent_pack_during_get_record_reloads(1.9-rich-root)
2802
breezy.tests.per_pack_repository.TestPackRepository.test_concurrent_pack_during_get_record_reloads(2a)
2803
breezy.tests.per_pack_repository.TestPackRepository.test_concurrent_pack_during_get_record_reloads(pack-0.92)
2804
breezy.tests.per_pack_repository.TestPackRepository.test_concurrent_pack_during_get_record_reloads(pack-0.92-subtree)
6973.6.2 by Jelmer Vernooij
Fix more tests.
2805
breezy.tests.per_pack_repository.TestPackRepository.test_fail_obsolete_deletion(1.6)
2806
breezy.tests.per_pack_repository.TestPackRepository.test_fail_obsolete_deletion(1.6.1-rich-root)
2807
breezy.tests.per_pack_repository.TestPackRepository.test_fail_obsolete_deletion(1.9)
2808
breezy.tests.per_pack_repository.TestPackRepository.test_fail_obsolete_deletion(1.9-rich-root)
2809
breezy.tests.per_pack_repository.TestPackRepository.test_fail_obsolete_deletion(2a)
2810
breezy.tests.per_pack_repository.TestPackRepository.test_fail_obsolete_deletion(pack-0.92)
2811
breezy.tests.per_pack_repository.TestPackRepository.test_fail_obsolete_deletion(pack-0.92-subtree)
6973.6.1 by Jelmer Vernooij
More bees.
2812
breezy.tests.per_pack_repository.TestPackRepository.test_fetch_without_find_ghosts_ignores_ghosts(2a)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
2813
breezy.tests.per_pack_repository.TestPackRepository.test_lock_write_does_not_physically_lock(1.6)
2814
breezy.tests.per_pack_repository.TestPackRepository.test_lock_write_does_not_physically_lock(1.6.1-rich-root)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2815
breezy.tests.per_pack_repository.TestPackRepository.test_lock_write_does_not_physically_lock(1.9)
2816
breezy.tests.per_pack_repository.TestPackRepository.test_lock_write_does_not_physically_lock(1.9-rich-root)
2817
breezy.tests.per_pack_repository.TestPackRepository.test_lock_write_does_not_physically_lock(2a)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
2818
breezy.tests.per_pack_repository.TestPackRepository.test_lock_write_does_not_physically_lock(pack-0.92)
2819
breezy.tests.per_pack_repository.TestPackRepository.test_lock_write_does_not_physically_lock(pack-0.92-subtree)
2820
breezy.tests.per_pack_repository.TestPackRepository.test_missing_inventories_compression_parent_prevents_commit(1.6)
2821
breezy.tests.per_pack_repository.TestPackRepository.test_missing_inventories_compression_parent_prevents_commit(1.6.1-rich-root)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2822
breezy.tests.per_pack_repository.TestPackRepository.test_missing_inventories_compression_parent_prevents_commit(1.9)
2823
breezy.tests.per_pack_repository.TestPackRepository.test_missing_inventories_compression_parent_prevents_commit(1.9-rich-root)
2824
breezy.tests.per_pack_repository.TestPackRepository.test_missing_inventories_compression_parent_prevents_commit(2a)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
2825
breezy.tests.per_pack_repository.TestPackRepository.test_missing_inventories_compression_parent_prevents_commit(pack-0.92)
2826
breezy.tests.per_pack_repository.TestPackRepository.test_missing_inventories_compression_parent_prevents_commit(pack-0.92-subtree)
2827
breezy.tests.per_pack_repository.TestPackRepository.test_missing_revisions_compression_parent_prevents_commit(1.6)
2828
breezy.tests.per_pack_repository.TestPackRepository.test_missing_revisions_compression_parent_prevents_commit(1.6.1-rich-root)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2829
breezy.tests.per_pack_repository.TestPackRepository.test_missing_revisions_compression_parent_prevents_commit(1.9)
2830
breezy.tests.per_pack_repository.TestPackRepository.test_missing_revisions_compression_parent_prevents_commit(1.9-rich-root)
2831
breezy.tests.per_pack_repository.TestPackRepository.test_missing_revisions_compression_parent_prevents_commit(2a)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
2832
breezy.tests.per_pack_repository.TestPackRepository.test_missing_revisions_compression_parent_prevents_commit(pack-0.92)
2833
breezy.tests.per_pack_repository.TestPackRepository.test_missing_revisions_compression_parent_prevents_commit(pack-0.92-subtree)
2834
breezy.tests.per_pack_repository.TestPackRepository.test_missing_signatures_compression_parent_prevents_commit(1.6)
2835
breezy.tests.per_pack_repository.TestPackRepository.test_missing_signatures_compression_parent_prevents_commit(1.6.1-rich-root)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2836
breezy.tests.per_pack_repository.TestPackRepository.test_missing_signatures_compression_parent_prevents_commit(1.9)
2837
breezy.tests.per_pack_repository.TestPackRepository.test_missing_signatures_compression_parent_prevents_commit(1.9-rich-root)
2838
breezy.tests.per_pack_repository.TestPackRepository.test_missing_signatures_compression_parent_prevents_commit(2a)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
2839
breezy.tests.per_pack_repository.TestPackRepository.test_missing_signatures_compression_parent_prevents_commit(pack-0.92)
2840
breezy.tests.per_pack_repository.TestPackRepository.test_missing_signatures_compression_parent_prevents_commit(pack-0.92-subtree)
2841
breezy.tests.per_pack_repository.TestPackRepository.test_missing_text_compression_parent_prevents_commit(1.6)
2842
breezy.tests.per_pack_repository.TestPackRepository.test_missing_text_compression_parent_prevents_commit(1.6.1-rich-root)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2843
breezy.tests.per_pack_repository.TestPackRepository.test_missing_text_compression_parent_prevents_commit(1.9)
2844
breezy.tests.per_pack_repository.TestPackRepository.test_missing_text_compression_parent_prevents_commit(1.9-rich-root)
2845
breezy.tests.per_pack_repository.TestPackRepository.test_missing_text_compression_parent_prevents_commit(2a)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
2846
breezy.tests.per_pack_repository.TestPackRepository.test_missing_text_compression_parent_prevents_commit(pack-0.92)
2847
breezy.tests.per_pack_repository.TestPackRepository.test_missing_text_compression_parent_prevents_commit(pack-0.92-subtree)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2848
breezy.tests.per_pack_repository.TestPackRepository.test_pack_after_two_commits_packs_everything(2a)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2849
breezy.tests.per_pack_repository.TestPackRepository.test_pack_collection_sets_sibling_indices(1.6)
2850
breezy.tests.per_pack_repository.TestPackRepository.test_pack_collection_sets_sibling_indices(1.6.1-rich-root)
2851
breezy.tests.per_pack_repository.TestPackRepository.test_pack_collection_sets_sibling_indices(1.9)
2852
breezy.tests.per_pack_repository.TestPackRepository.test_pack_collection_sets_sibling_indices(1.9-rich-root)
2853
breezy.tests.per_pack_repository.TestPackRepository.test_pack_collection_sets_sibling_indices(2a)
2854
breezy.tests.per_pack_repository.TestPackRepository.test_pack_collection_sets_sibling_indices(pack-0.92)
2855
breezy.tests.per_pack_repository.TestPackRepository.test_pack_collection_sets_sibling_indices(pack-0.92-subtree)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2856
breezy.tests.per_pack_repository.TestPackRepository.test_pack_preserves_all_inventories(2a)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
2857
breezy.tests.per_pack_repository.TestPackRepository.test_pack_repositories_support_multiple_write_locks(1.6)
2858
breezy.tests.per_pack_repository.TestPackRepository.test_pack_repositories_support_multiple_write_locks(1.6.1-rich-root)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2859
breezy.tests.per_pack_repository.TestPackRepository.test_pack_repositories_support_multiple_write_locks(1.9)
2860
breezy.tests.per_pack_repository.TestPackRepository.test_pack_repositories_support_multiple_write_locks(1.9-rich-root)
2861
breezy.tests.per_pack_repository.TestPackRepository.test_pack_repositories_support_multiple_write_locks(2a)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
2862
breezy.tests.per_pack_repository.TestPackRepository.test_pack_repositories_support_multiple_write_locks(pack-0.92)
2863
breezy.tests.per_pack_repository.TestPackRepository.test_pack_repositories_support_multiple_write_locks(pack-0.92-subtree)
2864
breezy.tests.per_pack_repository.TestPackRepository.test_pulling_nothing_leads_to_no_new_names(1.6)
2865
breezy.tests.per_pack_repository.TestPackRepository.test_pulling_nothing_leads_to_no_new_names(1.6.1-rich-root)
2866
breezy.tests.per_pack_repository.TestPackRepository.test_pulling_nothing_leads_to_no_new_names(1.9)
2867
breezy.tests.per_pack_repository.TestPackRepository.test_pulling_nothing_leads_to_no_new_names(1.9-rich-root)
2868
breezy.tests.per_pack_repository.TestPackRepository.test_pulling_nothing_leads_to_no_new_names(2a)
2869
breezy.tests.per_pack_repository.TestPackRepository.test_pulling_nothing_leads_to_no_new_names(pack-0.92)
2870
breezy.tests.per_pack_repository.TestPackRepository.test_pulling_nothing_leads_to_no_new_names(pack-0.92-subtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2871
breezy.tests.per_pack_repository.TestPackRepository.test_resume_chk_bytes(1.6)
2872
breezy.tests.per_pack_repository.TestPackRepository.test_resume_chk_bytes(1.6.1-rich-root)
2873
breezy.tests.per_pack_repository.TestPackRepository.test_resume_chk_bytes(1.9)
2874
breezy.tests.per_pack_repository.TestPackRepository.test_resume_chk_bytes(1.9-rich-root)
2875
breezy.tests.per_pack_repository.TestPackRepository.test_resume_chk_bytes(pack-0.92)
2876
breezy.tests.per_pack_repository.TestPackRepository.test_resume_chk_bytes(pack-0.92-subtree)
2877
breezy.tests.per_pack_repository.TestPackRepository.test_supports_external_lookups(1.6)
2878
breezy.tests.per_pack_repository.TestPackRepository.test_supports_external_lookups(1.6.1-rich-root)
2879
breezy.tests.per_pack_repository.TestPackRepository.test_supports_external_lookups(1.9)
2880
breezy.tests.per_pack_repository.TestPackRepository.test_supports_external_lookups(1.9-rich-root)
2881
breezy.tests.per_pack_repository.TestPackRepository.test_supports_external_lookups(2a)
2882
breezy.tests.per_pack_repository.TestPackRepository.test_supports_external_lookups(pack-0.92)
2883
breezy.tests.per_pack_repository.TestPackRepository.test_supports_external_lookups(pack-0.92-subtree)
2884
breezy.tests.per_repository_chk.test_supported.TestCHKSupport.test_chk_bytes_attribute_is_VersionedFiles(RepositoryFormat2a)
2885
breezy.tests.per_repository_chk.test_supported.TestCHKSupport.test_chk_bytes_attribute_is_VersionedFiles(RepositoryFormat2aSubtree)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2886
breezy.tests.per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_chk_root_for_parent_inventory(RepositoryFormat2a)
2887
breezy.tests.per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_chk_root_for_parent_inventory(RepositoryFormat2aSubtree)
2888
breezy.tests.per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_chk_root_for_unchanged_inventory(RepositoryFormat2a)
2889
breezy.tests.per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_chk_root_for_unchanged_inventory(RepositoryFormat2aSubtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
2890
breezy.tests.per_repository_chk.test_unsupported.TestNoCHKSupport.test_chk_bytes_attribute_is_None(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2891
breezy.tests.per_repository_chk.test_unsupported.TestNoCHKSupport.test_chk_bytes_attribute_is_None(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
2892
breezy.tests.per_repository_chk.test_unsupported.TestNoCHKSupport.test_chk_bytes_attribute_is_None(RepositoryFormat5)
2893
breezy.tests.per_repository_chk.test_unsupported.TestNoCHKSupport.test_chk_bytes_attribute_is_None(RepositoryFormat6)
2894
breezy.tests.per_repository_chk.test_unsupported.TestNoCHKSupport.test_chk_bytes_attribute_is_None(RepositoryFormat7)
2895
breezy.tests.per_repository_chk.test_unsupported.TestNoCHKSupport.test_chk_bytes_attribute_is_None(RepositoryFormatKnit1)
2896
breezy.tests.per_repository_chk.test_unsupported.TestNoCHKSupport.test_chk_bytes_attribute_is_None(RepositoryFormatKnit3)
2897
breezy.tests.per_repository_chk.test_unsupported.TestNoCHKSupport.test_chk_bytes_attribute_is_None(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2898
breezy.tests.per_repository_chk.test_unsupported.TestNoCHKSupport.test_chk_bytes_attribute_is_None(RepositoryFormatKnitPack1)
2899
breezy.tests.per_repository_chk.test_unsupported.TestNoCHKSupport.test_chk_bytes_attribute_is_None(RepositoryFormatKnitPack3)
2900
breezy.tests.per_repository_chk.test_unsupported.TestNoCHKSupport.test_chk_bytes_attribute_is_None(RepositoryFormatKnitPack4)
2901
breezy.tests.per_repository_chk.test_unsupported.TestNoCHKSupport.test_chk_bytes_attribute_is_None(RepositoryFormatKnitPack5)
2902
breezy.tests.per_repository_chk.test_unsupported.TestNoCHKSupport.test_chk_bytes_attribute_is_None(RepositoryFormatKnitPack5RichRoot)
2903
breezy.tests.per_repository_chk.test_unsupported.TestNoCHKSupport.test_chk_bytes_attribute_is_None(RepositoryFormatKnitPack5RichRootBroken)
2904
breezy.tests.per_repository_chk.test_unsupported.TestNoCHKSupport.test_chk_bytes_attribute_is_None(RepositoryFormatKnitPack6)
2905
breezy.tests.per_repository_chk.test_unsupported.TestNoCHKSupport.test_chk_bytes_attribute_is_None(RepositoryFormatKnitPack6RichRoot)
2906
breezy.tests.per_repository_chk.test_unsupported.TestNoCHKSupport.test_chk_bytes_attribute_is_None(RepositoryFormatPackDevelopment2Subtree)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
2907
breezy.tests.per_repository_reference.test_add_inventory.TestAddInventory.test_add_inventory_goes_to_repo(RepositoryFormat2a)
2908
breezy.tests.per_repository_reference.test_add_inventory.TestAddInventory.test_add_inventory_goes_to_repo(RepositoryFormat2aSubtree)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
2909
breezy.tests.per_repository_reference.test_all_revision_ids.TestAllRevisionIds.test_all_revision_ids_empty(RepositoryFormat2a)
2910
breezy.tests.per_repository_reference.test_all_revision_ids.TestAllRevisionIds.test_all_revision_ids_empty(RepositoryFormat2aSubtree)
2911
breezy.tests.per_repository_reference.test_all_revision_ids.TestAllRevisionIds.test_all_revision_ids_empty(RepositoryFormatKnitPack5)
2912
breezy.tests.per_repository_reference.test_all_revision_ids.TestAllRevisionIds.test_all_revision_ids_empty(RepositoryFormatKnitPack5RichRoot)
2913
breezy.tests.per_repository_reference.test_all_revision_ids.TestAllRevisionIds.test_all_revision_ids_empty(RepositoryFormatKnitPack5RichRootBroken)
2914
breezy.tests.per_repository_reference.test_all_revision_ids.TestAllRevisionIds.test_all_revision_ids_empty(RepositoryFormatKnitPack6)
2915
breezy.tests.per_repository_reference.test_all_revision_ids.TestAllRevisionIds.test_all_revision_ids_empty(RepositoryFormatKnitPack6RichRoot)
2916
breezy.tests.per_repository_reference.test_all_revision_ids.TestAllRevisionIds.test_all_revision_ids_empty(RepositoryFormatPackDevelopment2Subtree)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
2917
breezy.tests.per_repository_reference.test_all_revision_ids.TestAllRevisionIds.test_all_revision_ids_from_base(RepositoryFormat2a)
2918
breezy.tests.per_repository_reference.test_all_revision_ids.TestAllRevisionIds.test_all_revision_ids_from_base(RepositoryFormat2aSubtree)
2919
breezy.tests.per_repository_reference.test_all_revision_ids.TestAllRevisionIds.test_all_revision_ids_from_both(RepositoryFormat2a)
2920
breezy.tests.per_repository_reference.test_all_revision_ids.TestAllRevisionIds.test_all_revision_ids_from_both(RepositoryFormat2aSubtree)
2921
breezy.tests.per_repository_reference.test_all_revision_ids.TestAllRevisionIds.test_all_revision_ids_from_repo(RepositoryFormat2a)
2922
breezy.tests.per_repository_reference.test_all_revision_ids.TestAllRevisionIds.test_all_revision_ids_from_repo(RepositoryFormat2aSubtree)
2923
breezy.tests.per_repository_reference.test_all_revision_ids.TestAllRevisionIds.test_duplicate_ids_do_not_affect_length(RepositoryFormat2a)
2924
breezy.tests.per_repository_reference.test_all_revision_ids.TestAllRevisionIds.test_duplicate_ids_do_not_affect_length(RepositoryFormat2aSubtree)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
2925
breezy.tests.per_repository_reference.test_break_lock.TestBreakLock.test_break_lock(RepositoryFormat2a)
2926
breezy.tests.per_repository_reference.test_break_lock.TestBreakLock.test_break_lock(RepositoryFormat2aSubtree)
2927
breezy.tests.per_repository_reference.test_break_lock.TestBreakLock.test_break_lock(RepositoryFormatKnitPack5)
2928
breezy.tests.per_repository_reference.test_break_lock.TestBreakLock.test_break_lock(RepositoryFormatKnitPack5RichRoot)
2929
breezy.tests.per_repository_reference.test_break_lock.TestBreakLock.test_break_lock(RepositoryFormatKnitPack5RichRootBroken)
2930
breezy.tests.per_repository_reference.test_break_lock.TestBreakLock.test_break_lock(RepositoryFormatKnitPack6)
2931
breezy.tests.per_repository_reference.test_break_lock.TestBreakLock.test_break_lock(RepositoryFormatKnitPack6RichRoot)
2932
breezy.tests.per_repository_reference.test_break_lock.TestBreakLock.test_break_lock(RepositoryFormatPackDevelopment2Subtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2933
breezy.tests.per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_commit_with_ghost_in_ancestry(RepositoryFormatKnitPack5)
2934
breezy.tests.per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_commit_with_ghost_in_ancestry(RepositoryFormatKnitPack5RichRoot)
2935
breezy.tests.per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_commit_with_ghost_in_ancestry(RepositoryFormatKnitPack5RichRootBroken)
2936
breezy.tests.per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_commit_with_ghost_in_ancestry(RepositoryFormatKnitPack6)
2937
breezy.tests.per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_commit_with_ghost_in_ancestry(RepositoryFormatKnitPack6RichRoot)
2938
breezy.tests.per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_commit_with_ghost_in_ancestry(RepositoryFormatPackDevelopment2Subtree)
2939
breezy.tests.per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_commit_with_ghosts_fails(RepositoryFormatKnitPack5)
2940
breezy.tests.per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_commit_with_ghosts_fails(RepositoryFormatKnitPack5RichRoot)
2941
breezy.tests.per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_commit_with_ghosts_fails(RepositoryFormatKnitPack5RichRootBroken)
2942
breezy.tests.per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_commit_with_ghosts_fails(RepositoryFormatKnitPack6)
2943
breezy.tests.per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_commit_with_ghosts_fails(RepositoryFormatKnitPack6RichRoot)
2944
breezy.tests.per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_commit_with_ghosts_fails(RepositoryFormatPackDevelopment2Subtree)
2945
breezy.tests.per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_merge_commit(RepositoryFormatKnitPack5)
2946
breezy.tests.per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_merge_commit(RepositoryFormatKnitPack5RichRoot)
2947
breezy.tests.per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_merge_commit(RepositoryFormatKnitPack5RichRootBroken)
2948
breezy.tests.per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_merge_commit(RepositoryFormatKnitPack6)
2949
breezy.tests.per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_merge_commit(RepositoryFormatKnitPack6RichRoot)
2950
breezy.tests.per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_merge_commit(RepositoryFormatPackDevelopment2Subtree)
2951
breezy.tests.per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_merge_from_master(RepositoryFormatKnitPack5)
2952
breezy.tests.per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_merge_from_master(RepositoryFormatKnitPack5RichRoot)
2953
breezy.tests.per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_merge_from_master(RepositoryFormatKnitPack5RichRootBroken)
2954
breezy.tests.per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_merge_from_master(RepositoryFormatKnitPack6)
2955
breezy.tests.per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_merge_from_master(RepositoryFormatKnitPack6RichRoot)
2956
breezy.tests.per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_merge_from_master(RepositoryFormatPackDevelopment2Subtree)
2957
breezy.tests.per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_multi_stack(RepositoryFormatKnitPack5)
2958
breezy.tests.per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_multi_stack(RepositoryFormatKnitPack5RichRoot)
2959
breezy.tests.per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_multi_stack(RepositoryFormatKnitPack5RichRootBroken)
2960
breezy.tests.per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_multi_stack(RepositoryFormatKnitPack6)
2961
breezy.tests.per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_multi_stack(RepositoryFormatKnitPack6RichRoot)
2962
breezy.tests.per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_multi_stack(RepositoryFormatPackDevelopment2Subtree)
2963
breezy.tests.per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_simple_commit(RepositoryFormatKnitPack5)
2964
breezy.tests.per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_simple_commit(RepositoryFormatKnitPack5RichRoot)
2965
breezy.tests.per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_simple_commit(RepositoryFormatKnitPack5RichRootBroken)
2966
breezy.tests.per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_simple_commit(RepositoryFormatKnitPack6)
2967
breezy.tests.per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_simple_commit(RepositoryFormatKnitPack6RichRoot)
2968
breezy.tests.per_repository_reference.test_commit_with_stacking.TestCommitWithStacking.test_simple_commit(RepositoryFormatPackDevelopment2Subtree)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
2969
breezy.tests.per_repository_reference.TestCorrectFormat.test_repository_format(RepositoryFormat2a)
2970
breezy.tests.per_repository_reference.TestCorrectFormat.test_repository_format(RepositoryFormat2aSubtree)
2971
breezy.tests.per_repository_reference.TestCorrectFormat.test_repository_format(RepositoryFormatKnitPack5)
2972
breezy.tests.per_repository_reference.TestCorrectFormat.test_repository_format(RepositoryFormatKnitPack5RichRoot)
2973
breezy.tests.per_repository_reference.TestCorrectFormat.test_repository_format(RepositoryFormatKnitPack5RichRootBroken)
2974
breezy.tests.per_repository_reference.TestCorrectFormat.test_repository_format(RepositoryFormatKnitPack6)
2975
breezy.tests.per_repository_reference.TestCorrectFormat.test_repository_format(RepositoryFormatKnitPack6RichRoot)
2976
breezy.tests.per_repository_reference.TestCorrectFormat.test_repository_format(RepositoryFormatPackDevelopment2Subtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2977
breezy.tests.per_repository_reference.test_graph.TestGraph.test_doesnt_call_get_parent_map_on_all_fallback_revs(RepositoryFormat2a)
2978
breezy.tests.per_repository_reference.test_graph.TestGraph.test_doesnt_call_get_parent_map_on_all_fallback_revs(RepositoryFormat2aSubtree)
2979
breezy.tests.per_repository_reference.test_graph.TestGraph.test_doesnt_call_get_parent_map_on_all_fallback_revs(RepositoryFormatKnitPack5)
2980
breezy.tests.per_repository_reference.test_graph.TestGraph.test_doesnt_call_get_parent_map_on_all_fallback_revs(RepositoryFormatKnitPack5RichRoot)
2981
breezy.tests.per_repository_reference.test_graph.TestGraph.test_doesnt_call_get_parent_map_on_all_fallback_revs(RepositoryFormatKnitPack5RichRootBroken)
2982
breezy.tests.per_repository_reference.test_graph.TestGraph.test_doesnt_call_get_parent_map_on_all_fallback_revs(RepositoryFormatKnitPack6)
2983
breezy.tests.per_repository_reference.test_graph.TestGraph.test_doesnt_call_get_parent_map_on_all_fallback_revs(RepositoryFormatKnitPack6RichRoot)
2984
breezy.tests.per_repository_reference.test_graph.TestGraph.test_doesnt_call_get_parent_map_on_all_fallback_revs(RepositoryFormatPackDevelopment2Subtree)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
2985
breezy.tests.per_repository_reference.test_graph.TestGraph.test_get_known_graph_ancestry_stacked(RepositoryFormat2a)
2986
breezy.tests.per_repository_reference.test_graph.TestGraph.test_get_known_graph_ancestry_stacked(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2987
breezy.tests.per_repository_reference.TestIncompatibleStacking.test_add_fallback_doesnt_leave_fallback_locked(RepositoryFormat2a)
2988
breezy.tests.per_repository_reference.TestIncompatibleStacking.test_add_fallback_doesnt_leave_fallback_locked(RepositoryFormat2aSubtree)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
2989
breezy.tests.per_repository_reference.TestIncompatibleStacking.test_add_fallback_doesnt_leave_fallback_locked(RepositoryFormatKnitPack5)
2990
breezy.tests.per_repository_reference.TestIncompatibleStacking.test_add_fallback_doesnt_leave_fallback_locked(RepositoryFormatKnitPack5RichRoot)
2991
breezy.tests.per_repository_reference.TestIncompatibleStacking.test_add_fallback_doesnt_leave_fallback_locked(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
2992
breezy.tests.per_repository_reference.TestIncompatibleStacking.test_add_fallback_doesnt_leave_fallback_locked(RepositoryFormatKnitPack6)
2993
breezy.tests.per_repository_reference.TestIncompatibleStacking.test_add_fallback_doesnt_leave_fallback_locked(RepositoryFormatKnitPack6RichRoot)
2994
breezy.tests.per_repository_reference.TestIncompatibleStacking.test_add_fallback_doesnt_leave_fallback_locked(RepositoryFormatPackDevelopment2Subtree)
2995
breezy.tests.per_repository_reference.TestIncompatibleStacking.test_add_fallback_repository_rejects_incompatible(RepositoryFormat2a)
2996
breezy.tests.per_repository_reference.TestIncompatibleStacking.test_add_fallback_repository_rejects_incompatible(RepositoryFormat2aSubtree)
2997
breezy.tests.per_repository_reference.TestIncompatibleStacking.test_add_fallback_repository_rejects_incompatible(RepositoryFormatKnitPack5)
2998
breezy.tests.per_repository_reference.TestIncompatibleStacking.test_add_fallback_repository_rejects_incompatible(RepositoryFormatKnitPack5RichRoot)
2999
breezy.tests.per_repository_reference.TestIncompatibleStacking.test_add_fallback_repository_rejects_incompatible(RepositoryFormatKnitPack5RichRootBroken)
3000
breezy.tests.per_repository_reference.TestIncompatibleStacking.test_add_fallback_repository_rejects_incompatible(RepositoryFormatKnitPack6)
3001
breezy.tests.per_repository_reference.TestIncompatibleStacking.test_add_fallback_repository_rejects_incompatible(RepositoryFormatKnitPack6RichRoot)
3002
breezy.tests.per_repository_reference.TestIncompatibleStacking.test_add_fallback_repository_rejects_incompatible(RepositoryFormatPackDevelopment2Subtree)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3003
breezy.tests.per_repository_reference.test_initialize.TestInitialize.test_initialize_on_transport_ex(RepositoryFormat2a)
3004
breezy.tests.per_repository_reference.test_initialize.TestInitialize.test_initialize_on_transport_ex(RepositoryFormat2aSubtree)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
3005
breezy.tests.per_repository_reference.test_initialize.TestInitialize.test_initialize_on_transport_ex(RepositoryFormatKnitPack5)
3006
breezy.tests.per_repository_reference.test_initialize.TestInitialize.test_initialize_on_transport_ex(RepositoryFormatKnitPack5RichRoot)
3007
breezy.tests.per_repository_reference.test_initialize.TestInitialize.test_initialize_on_transport_ex(RepositoryFormatKnitPack5RichRootBroken)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3008
breezy.tests.per_repository_reference.test_initialize.TestInitialize.test_initialize_on_transport_ex(RepositoryFormatKnitPack6)
3009
breezy.tests.per_repository_reference.test_initialize.TestInitialize.test_initialize_on_transport_ex(RepositoryFormatKnitPack6RichRoot)
3010
breezy.tests.per_repository_reference.test_initialize.TestInitialize.test_initialize_on_transport_ex(RepositoryFormatPackDevelopment2Subtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3011
breezy.tests.per_repository_reference.test_unlock.TestUnlock.test_unlock_unlocks_fallback(RepositoryFormat2a)
3012
breezy.tests.per_repository_reference.test_unlock.TestUnlock.test_unlock_unlocks_fallback(RepositoryFormat2aSubtree)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
3013
breezy.tests.per_repository_reference.test_unlock.TestUnlock.test_unlock_unlocks_fallback(RepositoryFormatKnitPack5)
3014
breezy.tests.per_repository_reference.test_unlock.TestUnlock.test_unlock_unlocks_fallback(RepositoryFormatKnitPack5RichRoot)
3015
breezy.tests.per_repository_reference.test_unlock.TestUnlock.test_unlock_unlocks_fallback(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3016
breezy.tests.per_repository_reference.test_unlock.TestUnlock.test_unlock_unlocks_fallback(RepositoryFormatKnitPack6)
3017
breezy.tests.per_repository_reference.test_unlock.TestUnlock.test_unlock_unlocks_fallback(RepositoryFormatKnitPack6RichRoot)
3018
breezy.tests.per_repository_reference.test_unlock.TestUnlock.test_unlock_unlocks_fallback(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3019
breezy.tests.per_repository.test_add_fallback_repository.TestAddFallbackRepository.test_add_fallback_repository(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
3020
breezy.tests.per_repository.test_add_fallback_repository.TestAddFallbackRepository.test_add_fallback_repository(RemoteRepositoryFormat-default)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
3021
breezy.tests.per_repository.test_add_fallback_repository.TestAddFallbackRepository.test_add_fallback_repository(RepositoryFormat2a)
3022
breezy.tests.per_repository.test_add_fallback_repository.TestAddFallbackRepository.test_add_fallback_repository(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3023
breezy.tests.per_repository.test_add_fallback_repository.TestAddFallbackRepository.test_add_fallback_repository(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3024
breezy.tests.per_repository.test_add_fallback_repository.TestAddFallbackRepository.test_add_fallback_repository(RepositoryFormat5)
3025
breezy.tests.per_repository.test_add_fallback_repository.TestAddFallbackRepository.test_add_fallback_repository(RepositoryFormat6)
3026
breezy.tests.per_repository.test_add_fallback_repository.TestAddFallbackRepository.test_add_fallback_repository(RepositoryFormat7)
3027
breezy.tests.per_repository.test_add_fallback_repository.TestAddFallbackRepository.test_add_fallback_repository(RepositoryFormatKnit1)
3028
breezy.tests.per_repository.test_add_fallback_repository.TestAddFallbackRepository.test_add_fallback_repository(RepositoryFormatKnit3)
3029
breezy.tests.per_repository.test_add_fallback_repository.TestAddFallbackRepository.test_add_fallback_repository(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
3030
breezy.tests.per_repository.test_add_fallback_repository.TestAddFallbackRepository.test_add_fallback_repository(RepositoryFormatKnitPack1)
3031
breezy.tests.per_repository.test_add_fallback_repository.TestAddFallbackRepository.test_add_fallback_repository(RepositoryFormatKnitPack3)
3032
breezy.tests.per_repository.test_add_fallback_repository.TestAddFallbackRepository.test_add_fallback_repository(RepositoryFormatKnitPack4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3033
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_locked(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
3034
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_locked(RemoteRepositoryFormat-default)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3035
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_locked(RepositoryFormat2a)
3036
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_locked(RepositoryFormat2aSubtree)
3037
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_locked(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3038
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_locked(RepositoryFormat5)
3039
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_locked(RepositoryFormat6)
3040
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_locked(RepositoryFormat7)
3041
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_locked(RepositoryFormatKnit1)
3042
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_locked(RepositoryFormatKnit3)
3043
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_locked(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
3044
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_locked(RepositoryFormatKnitPack1)
3045
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_locked(RepositoryFormatKnitPack3)
3046
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_locked(RepositoryFormatKnitPack4)
3047
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_locked(RepositoryFormatKnitPack5)
3048
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_locked(RepositoryFormatKnitPack5RichRoot)
3049
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_locked(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3050
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_locked(RepositoryFormatKnitPack6)
3051
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_locked(RepositoryFormatKnitPack6RichRoot)
3052
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_locked(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3053
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_unlocked(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
3054
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_unlocked(RemoteRepositoryFormat-default)
3055
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_unlocked(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3056
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_unlocked(RepositoryFormat2a)
3057
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_unlocked(RepositoryFormat2aSubtree)
3058
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_unlocked(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3059
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_unlocked(RepositoryFormat5)
3060
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_unlocked(RepositoryFormat6)
3061
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_unlocked(RepositoryFormat7)
3062
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_unlocked(RepositoryFormatKnit1)
3063
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_unlocked(RepositoryFormatKnit3)
3064
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_unlocked(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3065
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_unlocked(RepositoryFormatKnitPack1)
3066
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_unlocked(RepositoryFormatKnitPack3)
3067
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_unlocked(RepositoryFormatKnitPack4)
3068
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_unlocked(RepositoryFormatKnitPack5)
3069
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_unlocked(RepositoryFormatKnitPack5RichRoot)
3070
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_unlocked(RepositoryFormatKnitPack5RichRootBroken)
3071
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_unlocked(RepositoryFormatKnitPack6)
3072
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_unlocked(RepositoryFormatKnitPack6RichRoot)
3073
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_unlocked(RepositoryFormatPackDevelopment2Subtree)
3074
breezy.tests.per_repository.test_check.TestCleanRepository.test_new_repo(RepositoryFormat4)
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
3075
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_abort_record_iter_changes(RepositoryFormat2a)
3076
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_abort_record_iter_changes(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3077
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_abort_record_iter_changes(RepositoryFormat4)
6963.2.6 by Jelmer Vernooij
Fix some more tests.
3078
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_abort_record_iter_changes(RepositoryFormat5)
3079
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_abort_record_iter_changes(RepositoryFormat6)
3080
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_abort_record_iter_changes(RepositoryFormat7)
6963.2.3 by Jelmer Vernooij
Fix some more tests.
3081
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_abort_record_iter_changes(RepositoryFormatKnit1)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
3082
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_abort_record_iter_changes(RepositoryFormatKnit3)
3083
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_abort_record_iter_changes(RepositoryFormatKnit4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3084
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_builder_commit_with_invalid_message(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
3085
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_builder_commit_with_invalid_message(RemoteRepositoryFormat-default)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3086
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_builder_commit_with_invalid_message(RepositoryFormat2a)
3087
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_builder_commit_with_invalid_message(RepositoryFormat2aSubtree)
3088
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_builder_commit_with_invalid_message(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3089
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_builder_commit_with_invalid_message(RepositoryFormat5)
3090
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_builder_commit_with_invalid_message(RepositoryFormat6)
3091
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_builder_commit_with_invalid_message(RepositoryFormat7)
3092
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_builder_commit_with_invalid_message(RepositoryFormatKnit1)
3093
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_builder_commit_with_invalid_message(RepositoryFormatKnit3)
3094
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_builder_commit_with_invalid_message(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
3095
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_builder_commit_with_invalid_message(RepositoryFormatKnitPack1)
3096
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_builder_commit_with_invalid_message(RepositoryFormatKnitPack3)
3097
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_builder_commit_with_invalid_message(RepositoryFormatKnitPack4)
3098
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_builder_commit_with_invalid_message(RepositoryFormatKnitPack5)
3099
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_builder_commit_with_invalid_message(RepositoryFormatKnitPack5RichRoot)
3100
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_builder_commit_with_invalid_message(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3101
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_builder_commit_with_invalid_message(RepositoryFormatKnitPack6)
3102
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_builder_commit_with_invalid_message(RepositoryFormatKnitPack6RichRoot)
3103
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_builder_commit_with_invalid_message(RepositoryFormatPackDevelopment2Subtree)
6973.6.1 by Jelmer Vernooij
More bees.
3104
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_lossy(RepositoryFormat2a)
3105
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_lossy(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3106
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_lossy(RepositoryFormat4)
6973.6.1 by Jelmer Vernooij
More bees.
3107
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_message(RepositoryFormat2a)
3108
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_message(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3109
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_message(RepositoryFormat4)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
3110
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_committer_no_username(RepositoryFormat2a)
3111
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_committer_no_username(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3112
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_committer_no_username(RepositoryFormat4)
6963.2.6 by Jelmer Vernooij
Fix some more tests.
3113
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_committer_no_username(RepositoryFormat5)
3114
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_committer_no_username(RepositoryFormat6)
3115
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_committer_no_username(RepositoryFormat7)
6963.2.3 by Jelmer Vernooij
Fix some more tests.
3116
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_committer_no_username(RepositoryFormatKnit1)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
3117
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_committer_no_username(RepositoryFormatKnit3)
3118
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_committer_no_username(RepositoryFormatKnit4)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
3119
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_unchanged_root_record_iter_changes(RepositoryFormat2a)
3120
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_unchanged_root_record_iter_changes(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3121
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_unchanged_root_record_iter_changes(RepositoryFormat4)
3122
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_without_root_errors(RepositoryFormat2a)
3123
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_without_root_errors(RepositoryFormat2aSubtree)
3124
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_without_root_errors(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3125
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_without_root_errors(RepositoryFormat5)
3126
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_without_root_errors(RepositoryFormat6)
3127
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_without_root_errors(RepositoryFormat7)
3128
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_without_root_errors(RepositoryFormatKnit1)
3129
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_without_root_errors(RepositoryFormatKnit3)
3130
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_without_root_errors(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
3131
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_without_root_errors(RepositoryFormatKnitPack1)
3132
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_without_root_errors(RepositoryFormatKnitPack3)
3133
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_without_root_errors(RepositoryFormatKnitPack4)
3134
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_without_root_errors(RepositoryFormatKnitPack5)
3135
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_without_root_errors(RepositoryFormatKnitPack5RichRoot)
3136
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_without_root_errors(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3137
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_without_root_errors(RepositoryFormatKnitPack6)
3138
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_without_root_errors(RepositoryFormatKnitPack6RichRoot)
3139
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_without_root_errors(RepositoryFormatPackDevelopment2Subtree)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
3140
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_with_revision_id_record_iter_changes(RepositoryFormat2a)
3141
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_with_revision_id_record_iter_changes(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3142
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_with_revision_id_record_iter_changes(RepositoryFormat4)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
3143
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_finish_inventory_record_iter_changes(RepositoryFormat2a)
3144
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_finish_inventory_record_iter_changes(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3145
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_finish_inventory_record_iter_changes(RepositoryFormat4)
6963.2.6 by Jelmer Vernooij
Fix some more tests.
3146
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_finish_inventory_record_iter_changes(RepositoryFormat5)
3147
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_finish_inventory_record_iter_changes(RepositoryFormat6)
3148
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_finish_inventory_record_iter_changes(RepositoryFormat7)
6963.2.3 by Jelmer Vernooij
Fix some more tests.
3149
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_finish_inventory_record_iter_changes(RepositoryFormatKnit1)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
3150
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_finish_inventory_record_iter_changes(RepositoryFormatKnit3)
3151
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_finish_inventory_record_iter_changes(RepositoryFormatKnit4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3152
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
3153
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder(RemoteRepositoryFormat-default)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3154
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder(RepositoryFormat2a)
3155
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder(RepositoryFormat2aSubtree)
3156
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3157
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder(RepositoryFormat5)
3158
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder(RepositoryFormat6)
3159
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder(RepositoryFormat7)
3160
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder(RepositoryFormatKnit1)
3161
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder(RepositoryFormatKnit3)
3162
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
3163
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder(RepositoryFormatKnitPack1)
3164
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder(RepositoryFormatKnitPack3)
3165
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder(RepositoryFormatKnitPack4)
3166
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder(RepositoryFormatKnitPack5)
3167
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder(RepositoryFormatKnitPack5RichRoot)
3168
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3169
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder(RepositoryFormatKnitPack6)
3170
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder(RepositoryFormatKnitPack6RichRoot)
3171
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3172
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder_with_invalid_revprops(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
3173
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder_with_invalid_revprops(RemoteRepositoryFormat-default)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3174
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder_with_invalid_revprops(RepositoryFormat2a)
3175
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder_with_invalid_revprops(RepositoryFormat2aSubtree)
3176
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder_with_invalid_revprops(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3177
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder_with_invalid_revprops(RepositoryFormat5)
3178
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder_with_invalid_revprops(RepositoryFormat6)
3179
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder_with_invalid_revprops(RepositoryFormat7)
3180
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder_with_invalid_revprops(RepositoryFormatKnit1)
3181
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder_with_invalid_revprops(RepositoryFormatKnit3)
3182
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder_with_invalid_revprops(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
3183
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder_with_invalid_revprops(RepositoryFormatKnitPack1)
3184
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder_with_invalid_revprops(RepositoryFormatKnitPack3)
3185
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder_with_invalid_revprops(RepositoryFormatKnitPack4)
3186
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder_with_invalid_revprops(RepositoryFormatKnitPack5)
3187
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder_with_invalid_revprops(RepositoryFormatKnitPack5RichRoot)
3188
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder_with_invalid_revprops(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3189
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder_with_invalid_revprops(RepositoryFormatKnitPack6)
3190
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder_with_invalid_revprops(RepositoryFormatKnitPack6RichRoot)
3191
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder_with_invalid_revprops(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3192
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_dir_file(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3193
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_dir_file(RepositoryFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3194
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_dir_link(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3195
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_dir_link(RepositoryFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3196
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_file_dir(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3197
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_file_dir(RepositoryFormat4)
3198
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_file_link(RepositoryFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3199
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_link_dir(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3200
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_link_dir(RepositoryFormat4)
3201
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_link_file(RepositoryFormat4)
3202
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_rev_after_content_link_changes(RepositoryFormat4)
3203
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_rev_after_content_unicode_link_changes(RepositoryFormat4)
3204
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_dir_contents_unchanged(RepositoryFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3205
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_dir_unchanged(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3206
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_dir_unchanged(RepositoryFormat4)
3207
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_file_unchanged(RepositoryFormat4)
3208
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_link_unchanged(RepositoryFormat4)
6973.6.1 by Jelmer Vernooij
More bees.
3209
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_reference_unchanged(RemoteRepositoryFormat-default)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3210
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_reference_unchanged(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3211
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_reference_unchanged(RepositoryFormat5)
3212
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_reference_unchanged(RepositoryFormat6)
3213
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_reference_unchanged(RepositoryFormat7)
3214
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_reference_unchanged(RepositoryFormatKnit1)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
3215
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_reference_unchanged(RepositoryFormatKnitPack1)
3216
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_reference_unchanged(RepositoryFormatKnitPack5)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3217
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_reference_unchanged(RepositoryFormatKnitPack6)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
3218
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_root_unchanged(RepositoryFormat2a)
3219
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_root_unchanged(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3220
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_commit_root_unchanged(RepositoryFormat4)
3221
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_content_file_changes(RepositoryFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3222
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_converged_merge_dir_unchanged(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3223
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_converged_merge_dir_unchanged(RepositoryFormat4)
3224
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_converged_merge_file_unchanged(RepositoryFormat4)
3225
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_converged_merge_link_unchanged(RepositoryFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3226
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_dir_changes(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3227
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_dir_changes(RepositoryFormat4)
3228
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_file_changes(RepositoryFormat4)
3229
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_link_changes(RepositoryFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3230
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_new_dir_unchanged(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3231
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_new_dir_unchanged(RepositoryFormat4)
3232
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_new_file_unchanged(RepositoryFormat4)
3233
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_merge_new_link_unchanged(RepositoryFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3234
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_rename_dir_changes(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3235
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_rename_dir_changes(RepositoryFormat4)
3236
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_rename_file_changes(RepositoryFormat4)
3237
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_rename_link_changes(RepositoryFormat4)
6973.6.1 by Jelmer Vernooij
More bees.
3238
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_rename_ref_changes(RemoteRepositoryFormat-default)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3239
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_rename_ref_changes(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3240
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_rename_ref_changes(RepositoryFormat5)
3241
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_rename_ref_changes(RepositoryFormat6)
3242
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_rename_ref_changes(RepositoryFormat7)
3243
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_rename_ref_changes(RepositoryFormatKnit1)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
3244
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_rename_ref_changes(RepositoryFormatKnitPack1)
3245
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_rename_ref_changes(RepositoryFormatKnitPack5)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3246
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_rename_ref_changes(RepositoryFormatKnitPack6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3247
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_reparent_dir_changes(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3248
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_reparent_dir_changes(RepositoryFormat4)
3249
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_reparent_file_changes(RepositoryFormat4)
3250
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_reparent_link_changes(RepositoryFormat4)
3251
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_non_ascii_str_committer_rejected(RepositoryFormat4)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
3252
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_record_delete_record_iter_changes(RepositoryFormat2a)
3253
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_record_delete_record_iter_changes(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3254
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_record_delete_record_iter_changes(RepositoryFormat4)
6973.6.1 by Jelmer Vernooij
More bees.
3255
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_revision_tree_record_iter_changes(RepositoryFormat2a)
3256
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_revision_tree_record_iter_changes(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3257
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_revision_tree_record_iter_changes(RepositoryFormat4)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
3258
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_root_entry_has_revision(RepositoryFormat2a)
3259
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_root_entry_has_revision(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3260
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_root_entry_has_revision(RepositoryFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3261
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
3262
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RemoteRepositoryFormat-default)
3263
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3264
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RepositoryFormat2a)
3265
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RepositoryFormat2aSubtree)
3266
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3267
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RepositoryFormat5)
3268
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RepositoryFormat6)
3269
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RepositoryFormat7)
3270
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RepositoryFormatKnit1)
3271
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RepositoryFormatKnit3)
3272
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RepositoryFormatKnit4)
3273
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RepositoryFormatKnitPack1)
3274
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RepositoryFormatKnitPack3)
3275
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RepositoryFormatKnitPack4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
3276
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RepositoryFormatKnitPack5)
3277
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RepositoryFormatKnitPack5RichRoot)
3278
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3279
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RepositoryFormatKnitPack6)
3280
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RepositoryFormatKnitPack6RichRoot)
3281
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RepositoryFormatPackDevelopment2Subtree)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
3282
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_updates_branch(RepositoryFormat2a)
3283
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_updates_branch(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3284
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_updates_branch(RepositoryFormat4)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
3285
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_all_from_self(RepositoryFormat2a)
3286
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_all_from_self(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3287
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_all_from_self(RepositoryFormat4)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
3288
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_all_same_revisions_twice(RepositoryFormat2a)
3289
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_all_same_revisions_twice(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3290
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_all_same_revisions_twice(RepositoryFormat4)
3291
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_copies_signatures(RepositoryFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3292
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_fails_in_write_group(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
3293
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_fails_in_write_group(RemoteRepositoryFormat-default)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3294
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_fails_in_write_group(RepositoryFormat2a)
3295
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_fails_in_write_group(RepositoryFormat2aSubtree)
3296
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_fails_in_write_group(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3297
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_fails_in_write_group(RepositoryFormat5)
3298
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_fails_in_write_group(RepositoryFormat6)
3299
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_fails_in_write_group(RepositoryFormat7)
3300
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_fails_in_write_group(RepositoryFormatKnit1)
3301
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_fails_in_write_group(RepositoryFormatKnit3)
3302
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_fails_in_write_group(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
3303
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_fails_in_write_group(RepositoryFormatKnitPack1)
3304
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_fails_in_write_group(RepositoryFormatKnitPack3)
3305
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_fails_in_write_group(RepositoryFormatKnitPack4)
3306
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_fails_in_write_group(RepositoryFormatKnitPack5)
3307
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_fails_in_write_group(RepositoryFormatKnitPack5RichRoot)
3308
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_fails_in_write_group(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3309
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_fails_in_write_group(RepositoryFormatKnitPack6)
3310
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_fails_in_write_group(RepositoryFormatKnitPack6RichRoot)
3311
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_fails_in_write_group(RepositoryFormatPackDevelopment2Subtree)
6973.6.1 by Jelmer Vernooij
More bees.
3312
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_from_self(RepositoryFormat2a)
3313
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_from_self(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3314
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_from_self(RepositoryFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3315
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_from_smart_with_ghost(GitRepositoryFormat)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
3316
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_from_smart_with_ghost(RemoteRepositoryFormat-default)
3317
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_from_smart_with_ghost(RemoteRepositoryFormat-v2)
3318
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_from_smart_with_ghost(RepositoryFormat4)
3319
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_from_smart_with_ghost(RepositoryFormat5)
3320
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_from_smart_with_ghost(RepositoryFormat6)
3321
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_from_smart_with_ghost(RepositoryFormat7)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3322
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_into_smart_with_ghost(GitRepositoryFormat)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
3323
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_into_smart_with_ghost(RemoteRepositoryFormat-default)
3324
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_into_smart_with_ghost(RemoteRepositoryFormat-v2)
3325
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_into_smart_with_ghost(RepositoryFormat4)
3326
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_into_smart_with_ghost(RepositoryFormat5)
3327
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_into_smart_with_ghost(RepositoryFormat6)
3328
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_into_smart_with_ghost(RepositoryFormat7)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3329
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_missing_from_self(RepositoryFormat4)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
3330
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch(RepositoryFormat2a)
3331
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3332
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch(RepositoryFormat4)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
3333
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_revision_already_exists(RepositoryFormat2a)
3334
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_revision_already_exists(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3335
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_revision_already_exists(RepositoryFormat4)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
3336
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_knit3(RepositoryFormat2a)
3337
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_knit3(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3338
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_knit3(RepositoryFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3339
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_ghost_parent(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3340
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_ghost_parent(RemoteRepositoryFormat-default)
3341
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_ghost_parent(RemoteRepositoryFormat-v2)
3342
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_ghost_parent(RepositoryFormat4)
3343
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_ghost_parent(RepositoryFormat5)
3344
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_ghost_parent(RepositoryFormat6)
3345
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_ghost_parent(RepositoryFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3346
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_ghost_parent(RepositoryFormatKnit1)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3347
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_ghost_parent(RepositoryFormatKnitPack1)
3348
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_ghost_parent(RepositoryFormatKnitPack5)
3349
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_ghost_parent(RepositoryFormatKnitPack6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3350
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_parent_different_id_gone(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3351
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_parent_different_id_gone(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3352
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_parent_different_id_gone(RepositoryFormat5)
3353
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_parent_different_id_gone(RepositoryFormat6)
3354
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_parent_different_id_gone(RepositoryFormat7)
3355
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_parent_different_id_gone(RepositoryFormatKnit1)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3356
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_parent_different_id_gone(RepositoryFormatKnitPack1)
3357
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_parent_different_id_gone(RepositoryFormatKnitPack5)
3358
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_parent_different_id_gone(RepositoryFormatKnitPack6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3359
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_parent_different_id_moved(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3360
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_parent_different_id_moved(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3361
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_parent_different_id_moved(RepositoryFormat5)
3362
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_parent_different_id_moved(RepositoryFormat6)
3363
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_parent_different_id_moved(RepositoryFormat7)
3364
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_parent_different_id_moved(RepositoryFormatKnit1)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3365
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_parent_different_id_moved(RepositoryFormatKnitPack1)
3366
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_parent_different_id_moved(RepositoryFormatKnitPack5)
3367
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_parent_different_id_moved(RepositoryFormatKnitPack6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3368
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_parent(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3369
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_parent(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3370
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_parent(RepositoryFormat5)
3371
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_parent(RepositoryFormat6)
3372
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_parent(RepositoryFormat7)
3373
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_parent(RepositoryFormatKnit1)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3374
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_parent(RepositoryFormatKnitPack1)
3375
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_parent(RepositoryFormatKnitPack5)
3376
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_1_parent(RepositoryFormatKnitPack6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3377
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_head_parents(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3378
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_head_parents(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3379
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_head_parents(RepositoryFormat5)
3380
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_head_parents(RepositoryFormat6)
3381
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_head_parents(RepositoryFormat7)
3382
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_head_parents(RepositoryFormatKnit1)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3383
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_head_parents(RepositoryFormatKnitPack1)
3384
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_head_parents(RepositoryFormatKnitPack5)
3385
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_head_parents(RepositoryFormatKnitPack6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3386
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_parent_1_different_id_gone(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3387
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_parent_1_different_id_gone(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3388
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_parent_1_different_id_gone(RepositoryFormat5)
3389
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_parent_1_different_id_gone(RepositoryFormat6)
3390
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_parent_1_different_id_gone(RepositoryFormat7)
3391
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_parent_1_different_id_gone(RepositoryFormatKnit1)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3392
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_parent_1_different_id_gone(RepositoryFormatKnitPack1)
3393
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_parent_1_different_id_gone(RepositoryFormatKnitPack5)
3394
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_parent_1_different_id_gone(RepositoryFormatKnitPack6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3395
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_parent_2_different_id_moved(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3396
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_parent_2_different_id_moved(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3397
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_parent_2_different_id_moved(RepositoryFormat5)
3398
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_parent_2_different_id_moved(RepositoryFormat6)
3399
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_parent_2_different_id_moved(RepositoryFormat7)
3400
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_parent_2_different_id_moved(RepositoryFormatKnit1)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3401
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_parent_2_different_id_moved(RepositoryFormatKnitPack1)
3402
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_parent_2_different_id_moved(RepositoryFormatKnitPack5)
3403
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_parent_2_different_id_moved(RepositoryFormatKnitPack6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3404
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_parents_1_head(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3405
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_parents_1_head(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3406
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_parents_1_head(RepositoryFormat5)
3407
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_parents_1_head(RepositoryFormat6)
3408
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_parents_1_head(RepositoryFormat7)
3409
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_parents_1_head(RepositoryFormatKnit1)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3410
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_parents_1_head(RepositoryFormatKnitPack1)
3411
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_parents_1_head(RepositoryFormatKnitPack5)
3412
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_2_parents_1_head(RepositoryFormatKnitPack6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3413
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_no_parents(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3414
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_no_parents(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3415
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_no_parents(RepositoryFormat5)
3416
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_no_parents(RepositoryFormat6)
3417
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_no_parents(RepositoryFormat7)
3418
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_no_parents(RepositoryFormatKnit1)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3419
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_no_parents(RepositoryFormatKnitPack1)
3420
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_no_parents(RepositoryFormatKnitPack5)
3421
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_to_rich_root_set_parent_no_parents(RepositoryFormatKnitPack6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3422
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_with_ghost(GitRepositoryFormat)
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
3423
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_with_ghost(RemoteRepositoryFormat-default)
3424
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_with_ghost(RemoteRepositoryFormat-v2)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
3425
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_with_ghost(RepositoryFormat2a)
3426
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_with_ghost(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3427
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_with_ghost(RepositoryFormat4)
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
3428
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_with_ghost(RepositoryFormat5)
3429
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_with_ghost(RepositoryFormat6)
3430
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_with_ghost(RepositoryFormat7)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
3431
breezy.tests.per_repository.test_file_graph.TestPerFileGraph.test_file_graph(RepositoryFormat2a)
3432
breezy.tests.per_repository.test_file_graph.TestPerFileGraph.test_file_graph(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3433
breezy.tests.per_repository.test_file_graph.TestPerFileGraph.test_file_graph(RepositoryFormat4)
6973.6.1 by Jelmer Vernooij
More bees.
3434
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_missing_revision(RemoteRepositoryFormat-default)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3435
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_missing_revision(RepositoryFormat2a)
3436
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_missing_revision(RepositoryFormat2aSubtree)
3437
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_missing_revision(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3438
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_missing_revision(RepositoryFormat5)
6973.5.12 by Jelmer Vernooij
Merge trunk.
3439
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_missing_revision(RepositoryFormat6)
3440
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_missing_revision(RepositoryFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3441
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_missing_revision(RepositoryFormatKnit1)
3442
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_missing_revision(RepositoryFormatKnit3)
3443
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_missing_revision(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
3444
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_missing_revision(RepositoryFormatKnitPack1)
3445
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_missing_revision(RepositoryFormatKnitPack3)
3446
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_missing_revision(RepositoryFormatKnitPack4)
3447
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_missing_revision(RepositoryFormatKnitPack5)
3448
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_missing_revision(RepositoryFormatKnitPack5RichRoot)
3449
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_missing_revision(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3450
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_missing_revision(RepositoryFormatKnitPack6)
3451
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_missing_revision(RepositoryFormatKnitPack6RichRoot)
3452
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_missing_revision(RepositoryFormatPackDevelopment2Subtree)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
3453
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_multiple_parents(RepositoryFormat2a)
3454
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_multiple_parents(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3455
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_multiple_parents(RepositoryFormat4)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
3456
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_none(RepositoryFormat2a)
3457
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_none(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3458
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_none(RepositoryFormat4)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
3459
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_no_parents(RepositoryFormat2a)
3460
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_no_parents(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3461
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_no_parents(RepositoryFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3462
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_null_revision(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
3463
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_null_revision(RemoteRepositoryFormat-default)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3464
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_null_revision(RepositoryFormat2a)
3465
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_null_revision(RepositoryFormat2aSubtree)
3466
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_null_revision(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3467
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_null_revision(RepositoryFormat5)
3468
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_null_revision(RepositoryFormat6)
3469
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_null_revision(RepositoryFormat7)
3470
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_null_revision(RepositoryFormatKnit1)
3471
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_null_revision(RepositoryFormatKnit3)
3472
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_null_revision(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
3473
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_null_revision(RepositoryFormatKnitPack1)
3474
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_null_revision(RepositoryFormatKnitPack3)
3475
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_null_revision(RepositoryFormatKnitPack4)
3476
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_null_revision(RepositoryFormatKnitPack5)
3477
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_null_revision(RepositoryFormatKnitPack5RichRoot)
3478
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_null_revision(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3479
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_null_revision(RepositoryFormatKnitPack6)
3480
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_null_revision(RepositoryFormatKnitPack6RichRoot)
3481
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_null_revision(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3482
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_empty_list(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
3483
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_empty_list(RemoteRepositoryFormat-default)
3484
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_empty_list(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3485
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_empty_list(RepositoryFormat2a)
3486
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_empty_list(RepositoryFormat2aSubtree)
3487
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_empty_list(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3488
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_empty_list(RepositoryFormat5)
3489
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_empty_list(RepositoryFormat6)
3490
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_empty_list(RepositoryFormat7)
3491
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_empty_list(RepositoryFormatKnit1)
3492
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_empty_list(RepositoryFormatKnit3)
3493
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_empty_list(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
3494
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_empty_list(RepositoryFormatKnitPack1)
3495
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_empty_list(RepositoryFormatKnitPack3)
3496
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_empty_list(RepositoryFormatKnitPack4)
3497
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_empty_list(RepositoryFormatKnitPack5)
3498
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_empty_list(RepositoryFormatKnitPack5RichRoot)
3499
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_empty_list(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3500
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_empty_list(RepositoryFormatKnitPack6)
3501
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_empty_list(RepositoryFormatKnitPack6RichRoot)
3502
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_empty_list(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3503
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_NULL(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
3504
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_NULL(RemoteRepositoryFormat-default)
3505
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_NULL(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3506
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_NULL(RepositoryFormat2a)
3507
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_NULL(RepositoryFormat2aSubtree)
3508
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_NULL(RepositoryFormat4)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
3509
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_NULL(RepositoryFormat5)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3510
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_NULL(RepositoryFormat6)
3511
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_NULL(RepositoryFormat7)
3512
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_NULL(RepositoryFormatKnit1)
3513
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_NULL(RepositoryFormatKnit3)
3514
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_NULL(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
3515
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_NULL(RepositoryFormatKnitPack1)
3516
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_NULL(RepositoryFormatKnitPack3)
3517
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_NULL(RepositoryFormatKnitPack4)
3518
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_NULL(RepositoryFormatKnitPack5)
3519
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_NULL(RepositoryFormatKnitPack5RichRoot)
3520
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_NULL(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3521
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_NULL(RepositoryFormatKnitPack6)
3522
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_NULL(RepositoryFormatKnitPack6RichRoot)
3523
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_NULL(RepositoryFormatPackDevelopment2Subtree)
3524
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_superset(RepositoryFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3525
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_format_not_equal(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
3526
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_format_not_equal(RemoteRepositoryFormat-default)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3527
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_format_not_equal(RepositoryFormat2a)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3528
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_format_not_equal(RepositoryFormat2aSubtree)
3529
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_format_not_equal(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3530
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_format_not_equal(RepositoryFormat5)
3531
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_format_not_equal(RepositoryFormat6)
3532
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_format_not_equal(RepositoryFormat7)
3533
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_format_not_equal(RepositoryFormatKnit1)
3534
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_format_not_equal(RepositoryFormatKnit3)
3535
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_format_not_equal(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3536
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_format_not_equal(RepositoryFormatKnitPack1)
3537
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_format_not_equal(RepositoryFormatKnitPack3)
3538
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_format_not_equal(RepositoryFormatKnitPack4)
3539
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_format_not_equal(RepositoryFormatKnitPack5)
3540
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_format_not_equal(RepositoryFormatKnitPack5RichRoot)
3541
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_format_not_equal(RepositoryFormatKnitPack5RichRootBroken)
3542
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_format_not_equal(RepositoryFormatKnitPack6)
3543
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_format_not_equal(RepositoryFormatKnitPack6RichRoot)
3544
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_format_not_equal(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3545
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_repos_not_equal(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
3546
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_repos_not_equal(RemoteRepositoryFormat-default)
3547
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_repos_not_equal(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3548
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_repos_not_equal(RepositoryFormat2a)
3549
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_repos_not_equal(RepositoryFormat2aSubtree)
3550
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_repos_not_equal(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3551
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_repos_not_equal(RepositoryFormat5)
3552
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_repos_not_equal(RepositoryFormat6)
3553
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_repos_not_equal(RepositoryFormat7)
3554
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_repos_not_equal(RepositoryFormatKnit1)
3555
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_repos_not_equal(RepositoryFormatKnit3)
3556
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_repos_not_equal(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3557
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_repos_not_equal(RepositoryFormatKnitPack1)
3558
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_repos_not_equal(RepositoryFormatKnitPack3)
3559
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_repos_not_equal(RepositoryFormatKnitPack4)
3560
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_repos_not_equal(RepositoryFormatKnitPack5)
3561
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_repos_not_equal(RepositoryFormatKnitPack5RichRoot)
3562
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_repos_not_equal(RepositoryFormatKnitPack5RichRootBroken)
3563
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_repos_not_equal(RepositoryFormatKnitPack6)
3564
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_repos_not_equal(RepositoryFormatKnitPack6RichRoot)
3565
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_different_repos_not_equal(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3566
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_bzrdir_different_control_files_not_equal(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3567
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_bzrdir_different_control_files_not_equal(RepositoryFormat2a)
3568
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_bzrdir_different_control_files_not_equal(RepositoryFormat2aSubtree)
3569
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_bzrdir_different_control_files_not_equal(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3570
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_bzrdir_different_control_files_not_equal(RepositoryFormat5)
3571
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_bzrdir_different_control_files_not_equal(RepositoryFormat6)
3572
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_bzrdir_different_control_files_not_equal(RepositoryFormat7)
3573
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_bzrdir_different_control_files_not_equal(RepositoryFormatKnit1)
3574
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_bzrdir_different_control_files_not_equal(RepositoryFormatKnit3)
3575
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_bzrdir_different_control_files_not_equal(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3576
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_bzrdir_different_control_files_not_equal(RepositoryFormatKnitPack1)
3577
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_bzrdir_different_control_files_not_equal(RepositoryFormatKnitPack3)
3578
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_bzrdir_different_control_files_not_equal(RepositoryFormatKnitPack4)
3579
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_bzrdir_different_control_files_not_equal(RepositoryFormatKnitPack5)
3580
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_bzrdir_different_control_files_not_equal(RepositoryFormatKnitPack5RichRoot)
3581
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_bzrdir_different_control_files_not_equal(RepositoryFormatKnitPack5RichRootBroken)
3582
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_bzrdir_different_control_files_not_equal(RepositoryFormatKnitPack6)
3583
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_bzrdir_different_control_files_not_equal(RepositoryFormatKnitPack6RichRoot)
3584
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_bzrdir_different_control_files_not_equal(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3585
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_instance(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
3586
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_instance(RemoteRepositoryFormat-default)
3587
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_instance(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3588
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_instance(RepositoryFormat2a)
3589
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_instance(RepositoryFormat2aSubtree)
3590
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_instance(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3591
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_instance(RepositoryFormat5)
3592
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_instance(RepositoryFormat6)
3593
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_instance(RepositoryFormat7)
3594
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_instance(RepositoryFormatKnit1)
3595
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_instance(RepositoryFormatKnit3)
3596
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_instance(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3597
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_instance(RepositoryFormatKnitPack1)
3598
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_instance(RepositoryFormatKnitPack3)
3599
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_instance(RepositoryFormatKnitPack4)
3600
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_instance(RepositoryFormatKnitPack5)
3601
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_instance(RepositoryFormatKnitPack5RichRoot)
3602
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_instance(RepositoryFormatKnitPack5RichRootBroken)
3603
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_instance(RepositoryFormatKnitPack6)
3604
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_instance(RepositoryFormatKnitPack6RichRoot)
3605
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_instance(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3606
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_location(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
3607
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_location(RemoteRepositoryFormat-default)
3608
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_location(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3609
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_location(RepositoryFormat2a)
3610
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_location(RepositoryFormat2aSubtree)
3611
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_location(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3612
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_location(RepositoryFormat5)
3613
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_location(RepositoryFormat6)
3614
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_location(RepositoryFormat7)
3615
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_location(RepositoryFormatKnit1)
3616
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_location(RepositoryFormatKnit3)
3617
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_location(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3618
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_location(RepositoryFormatKnitPack1)
3619
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_location(RepositoryFormatKnitPack3)
3620
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_location(RepositoryFormatKnitPack4)
3621
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_location(RepositoryFormatKnitPack5)
3622
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_location(RepositoryFormatKnitPack5RichRoot)
3623
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_location(RepositoryFormatKnitPack5RichRootBroken)
3624
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_location(RepositoryFormatKnitPack6)
3625
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_location(RepositoryFormatKnitPack6RichRoot)
3626
breezy.tests.per_repository.test_has_same_location.TestHasSameLocation.test_same_repo_location(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3627
breezy.tests.per_repository.test_locking.TestIsLocked.test_not_locked(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
3628
breezy.tests.per_repository.test_locking.TestIsLocked.test_not_locked(RemoteRepositoryFormat-default)
3629
breezy.tests.per_repository.test_locking.TestIsLocked.test_not_locked(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3630
breezy.tests.per_repository.test_locking.TestIsLocked.test_not_locked(RepositoryFormat2a)
3631
breezy.tests.per_repository.test_locking.TestIsLocked.test_not_locked(RepositoryFormat2aSubtree)
3632
breezy.tests.per_repository.test_locking.TestIsLocked.test_not_locked(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3633
breezy.tests.per_repository.test_locking.TestIsLocked.test_not_locked(RepositoryFormat5)
3634
breezy.tests.per_repository.test_locking.TestIsLocked.test_not_locked(RepositoryFormat6)
3635
breezy.tests.per_repository.test_locking.TestIsLocked.test_not_locked(RepositoryFormat7)
3636
breezy.tests.per_repository.test_locking.TestIsLocked.test_not_locked(RepositoryFormatKnit1)
3637
breezy.tests.per_repository.test_locking.TestIsLocked.test_not_locked(RepositoryFormatKnit3)
3638
breezy.tests.per_repository.test_locking.TestIsLocked.test_not_locked(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3639
breezy.tests.per_repository.test_locking.TestIsLocked.test_not_locked(RepositoryFormatKnitPack1)
3640
breezy.tests.per_repository.test_locking.TestIsLocked.test_not_locked(RepositoryFormatKnitPack3)
3641
breezy.tests.per_repository.test_locking.TestIsLocked.test_not_locked(RepositoryFormatKnitPack4)
3642
breezy.tests.per_repository.test_locking.TestIsLocked.test_not_locked(RepositoryFormatKnitPack5)
3643
breezy.tests.per_repository.test_locking.TestIsLocked.test_not_locked(RepositoryFormatKnitPack5RichRoot)
3644
breezy.tests.per_repository.test_locking.TestIsLocked.test_not_locked(RepositoryFormatKnitPack5RichRootBroken)
3645
breezy.tests.per_repository.test_locking.TestIsLocked.test_not_locked(RepositoryFormatKnitPack6)
3646
breezy.tests.per_repository.test_locking.TestIsLocked.test_not_locked(RepositoryFormatKnitPack6RichRoot)
3647
breezy.tests.per_repository.test_locking.TestIsLocked.test_not_locked(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3648
breezy.tests.per_repository.test_locking.TestIsLocked.test_read_locked(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
3649
breezy.tests.per_repository.test_locking.TestIsLocked.test_read_locked(RemoteRepositoryFormat-default)
3650
breezy.tests.per_repository.test_locking.TestIsLocked.test_read_locked(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3651
breezy.tests.per_repository.test_locking.TestIsLocked.test_read_locked(RepositoryFormat2a)
3652
breezy.tests.per_repository.test_locking.TestIsLocked.test_read_locked(RepositoryFormat2aSubtree)
3653
breezy.tests.per_repository.test_locking.TestIsLocked.test_read_locked(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3654
breezy.tests.per_repository.test_locking.TestIsLocked.test_read_locked(RepositoryFormat5)
3655
breezy.tests.per_repository.test_locking.TestIsLocked.test_read_locked(RepositoryFormat6)
3656
breezy.tests.per_repository.test_locking.TestIsLocked.test_read_locked(RepositoryFormat7)
3657
breezy.tests.per_repository.test_locking.TestIsLocked.test_read_locked(RepositoryFormatKnit1)
3658
breezy.tests.per_repository.test_locking.TestIsLocked.test_read_locked(RepositoryFormatKnit3)
3659
breezy.tests.per_repository.test_locking.TestIsLocked.test_read_locked(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
3660
breezy.tests.per_repository.test_locking.TestIsLocked.test_read_locked(RepositoryFormatKnitPack1)
3661
breezy.tests.per_repository.test_locking.TestIsLocked.test_read_locked(RepositoryFormatKnitPack3)
3662
breezy.tests.per_repository.test_locking.TestIsLocked.test_read_locked(RepositoryFormatKnitPack4)
3663
breezy.tests.per_repository.test_locking.TestIsLocked.test_read_locked(RepositoryFormatKnitPack5)
3664
breezy.tests.per_repository.test_locking.TestIsLocked.test_read_locked(RepositoryFormatKnitPack5RichRoot)
3665
breezy.tests.per_repository.test_locking.TestIsLocked.test_read_locked(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3666
breezy.tests.per_repository.test_locking.TestIsLocked.test_read_locked(RepositoryFormatKnitPack6)
3667
breezy.tests.per_repository.test_locking.TestIsLocked.test_read_locked(RepositoryFormatKnitPack6RichRoot)
3668
breezy.tests.per_repository.test_locking.TestIsLocked.test_read_locked(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3669
breezy.tests.per_repository.test_locking.TestIsLocked.test_write_locked(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
3670
breezy.tests.per_repository.test_locking.TestIsLocked.test_write_locked(RemoteRepositoryFormat-default)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3671
breezy.tests.per_repository.test_locking.TestIsLocked.test_write_locked(RepositoryFormat2a)
3672
breezy.tests.per_repository.test_locking.TestIsLocked.test_write_locked(RepositoryFormat2aSubtree)
3673
breezy.tests.per_repository.test_locking.TestIsLocked.test_write_locked(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3674
breezy.tests.per_repository.test_locking.TestIsLocked.test_write_locked(RepositoryFormat5)
3675
breezy.tests.per_repository.test_locking.TestIsLocked.test_write_locked(RepositoryFormat6)
3676
breezy.tests.per_repository.test_locking.TestIsLocked.test_write_locked(RepositoryFormat7)
3677
breezy.tests.per_repository.test_locking.TestIsLocked.test_write_locked(RepositoryFormatKnit1)
3678
breezy.tests.per_repository.test_locking.TestIsLocked.test_write_locked(RepositoryFormatKnit3)
3679
breezy.tests.per_repository.test_locking.TestIsLocked.test_write_locked(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
3680
breezy.tests.per_repository.test_locking.TestIsLocked.test_write_locked(RepositoryFormatKnitPack1)
3681
breezy.tests.per_repository.test_locking.TestIsLocked.test_write_locked(RepositoryFormatKnitPack3)
3682
breezy.tests.per_repository.test_locking.TestIsLocked.test_write_locked(RepositoryFormatKnitPack4)
3683
breezy.tests.per_repository.test_locking.TestIsLocked.test_write_locked(RepositoryFormatKnitPack5)
3684
breezy.tests.per_repository.test_locking.TestIsLocked.test_write_locked(RepositoryFormatKnitPack5RichRoot)
3685
breezy.tests.per_repository.test_locking.TestIsLocked.test_write_locked(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3686
breezy.tests.per_repository.test_locking.TestIsLocked.test_write_locked(RepositoryFormatKnitPack6)
3687
breezy.tests.per_repository.test_locking.TestIsLocked.test_write_locked(RepositoryFormatKnitPack6RichRoot)
3688
breezy.tests.per_repository.test_locking.TestIsLocked.test_write_locked(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3689
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_not_locked(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
3690
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_not_locked(RemoteRepositoryFormat-default)
3691
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_not_locked(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3692
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_not_locked(RepositoryFormat2a)
3693
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_not_locked(RepositoryFormat2aSubtree)
3694
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_not_locked(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3695
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_not_locked(RepositoryFormat5)
3696
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_not_locked(RepositoryFormat6)
3697
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_not_locked(RepositoryFormat7)
3698
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_not_locked(RepositoryFormatKnit1)
3699
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_not_locked(RepositoryFormatKnit3)
3700
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_not_locked(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3701
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_not_locked(RepositoryFormatKnitPack1)
3702
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_not_locked(RepositoryFormatKnitPack3)
3703
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_not_locked(RepositoryFormatKnitPack4)
3704
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_not_locked(RepositoryFormatKnitPack5)
3705
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_not_locked(RepositoryFormatKnitPack5RichRoot)
3706
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_not_locked(RepositoryFormatKnitPack5RichRootBroken)
3707
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_not_locked(RepositoryFormatKnitPack6)
3708
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_not_locked(RepositoryFormatKnitPack6RichRoot)
3709
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_not_locked(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3710
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_read_locked(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
3711
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_read_locked(RemoteRepositoryFormat-default)
3712
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_read_locked(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3713
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_read_locked(RepositoryFormat2a)
3714
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_read_locked(RepositoryFormat2aSubtree)
3715
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_read_locked(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3716
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_read_locked(RepositoryFormat5)
3717
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_read_locked(RepositoryFormat6)
3718
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_read_locked(RepositoryFormat7)
3719
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_read_locked(RepositoryFormatKnit1)
3720
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_read_locked(RepositoryFormatKnit3)
3721
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_read_locked(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
3722
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_read_locked(RepositoryFormatKnitPack1)
3723
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_read_locked(RepositoryFormatKnitPack3)
3724
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_read_locked(RepositoryFormatKnitPack4)
3725
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_read_locked(RepositoryFormatKnitPack5)
3726
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_read_locked(RepositoryFormatKnitPack5RichRoot)
3727
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_read_locked(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3728
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_read_locked(RepositoryFormatKnitPack6)
3729
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_read_locked(RepositoryFormatKnitPack6RichRoot)
3730
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_read_locked(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3731
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_write_locked(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
3732
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_write_locked(RemoteRepositoryFormat-default)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3733
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_write_locked(RepositoryFormat2a)
3734
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_write_locked(RepositoryFormat2aSubtree)
3735
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_write_locked(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3736
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_write_locked(RepositoryFormat5)
3737
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_write_locked(RepositoryFormat6)
3738
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_write_locked(RepositoryFormat7)
3739
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_write_locked(RepositoryFormatKnit1)
3740
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_write_locked(RepositoryFormatKnit3)
3741
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_write_locked(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
3742
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_write_locked(RepositoryFormatKnitPack1)
3743
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_write_locked(RepositoryFormatKnitPack3)
3744
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_write_locked(RepositoryFormatKnitPack4)
3745
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_write_locked(RepositoryFormatKnitPack5)
3746
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_write_locked(RepositoryFormatKnitPack5RichRoot)
3747
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_write_locked(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3748
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_write_locked(RepositoryFormatKnitPack6)
3749
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_write_locked(RepositoryFormatKnitPack6RichRoot)
3750
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_write_locked(RepositoryFormatPackDevelopment2Subtree)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
3751
breezy.tests.per_repository.test_pack.TestPack.test_pack_accepts_opaque_hint(RepositoryFormat2a)
3752
breezy.tests.per_repository.test_pack.TestPack.test_pack_accepts_opaque_hint(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3753
breezy.tests.per_repository.test_pack.TestPack.test_pack_accepts_opaque_hint(RepositoryFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3754
breezy.tests.per_repository.test_pack.TestPack.test_pack_empty_does_not_error(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
3755
breezy.tests.per_repository.test_pack.TestPack.test_pack_empty_does_not_error(RemoteRepositoryFormat-default)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
3756
breezy.tests.per_repository.test_pack.TestPack.test_pack_empty_does_not_error(RepositoryFormat2a)
3757
breezy.tests.per_repository.test_pack.TestPack.test_pack_empty_does_not_error(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3758
breezy.tests.per_repository.test_pack.TestPack.test_pack_empty_does_not_error(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3759
breezy.tests.per_repository.test_pack.TestPack.test_pack_empty_does_not_error(RepositoryFormat5)
3760
breezy.tests.per_repository.test_pack.TestPack.test_pack_empty_does_not_error(RepositoryFormat6)
3761
breezy.tests.per_repository.test_pack.TestPack.test_pack_empty_does_not_error(RepositoryFormat7)
3762
breezy.tests.per_repository.test_pack.TestPack.test_pack_empty_does_not_error(RepositoryFormatKnit1)
3763
breezy.tests.per_repository.test_pack.TestPack.test_pack_empty_does_not_error(RepositoryFormatKnit3)
3764
breezy.tests.per_repository.test_pack.TestPack.test_pack_empty_does_not_error(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
3765
breezy.tests.per_repository.test_pack.TestPack.test_pack_empty_does_not_error(RepositoryFormatKnitPack1)
3766
breezy.tests.per_repository.test_pack.TestPack.test_pack_empty_does_not_error(RepositoryFormatKnitPack3)
3767
breezy.tests.per_repository.test_pack.TestPack.test_pack_empty_does_not_error(RepositoryFormatKnitPack4)
3768
breezy.tests.per_repository.test_pack.TestPack.test_pack_empty_does_not_error(RepositoryFormatKnitPack5)
3769
breezy.tests.per_repository.test_pack.TestPack.test_pack_empty_does_not_error(RepositoryFormatKnitPack5RichRoot)
3770
breezy.tests.per_repository.test_pack.TestPack.test_pack_empty_does_not_error(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3771
breezy.tests.per_repository.test_pack.TestPack.test_pack_empty_does_not_error(RepositoryFormatKnitPack6)
3772
breezy.tests.per_repository.test_pack.TestPack.test_pack_empty_does_not_error(RepositoryFormatKnitPack6RichRoot)
3773
breezy.tests.per_repository.test_pack.TestPack.test_pack_empty_does_not_error(RepositoryFormatPackDevelopment2Subtree)
3774
breezy.tests.per_repository.test_reconcile.TestRepeatedReconcile.test_trivial_two_reconciles_no_error(RepositoryFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3775
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_in_write_group(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
3776
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_in_write_group(RemoteRepositoryFormat-default)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3777
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_in_write_group(RepositoryFormat2a)
3778
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_in_write_group(RepositoryFormat2aSubtree)
3779
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_in_write_group(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3780
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_in_write_group(RepositoryFormat5)
3781
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_in_write_group(RepositoryFormat6)
3782
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_in_write_group(RepositoryFormat7)
3783
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_in_write_group(RepositoryFormatKnit1)
3784
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_in_write_group(RepositoryFormatKnit3)
3785
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_in_write_group(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
3786
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_in_write_group(RepositoryFormatKnitPack1)
3787
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_in_write_group(RepositoryFormatKnitPack3)
3788
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_in_write_group(RepositoryFormatKnitPack4)
3789
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_in_write_group(RepositoryFormatKnitPack5)
3790
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_in_write_group(RepositoryFormatKnitPack5RichRoot)
3791
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_in_write_group(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3792
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_in_write_group(RepositoryFormatKnitPack6)
3793
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_in_write_group(RepositoryFormatKnitPack6RichRoot)
3794
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_in_write_group(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3795
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_read_locked(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
3796
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_read_locked(RemoteRepositoryFormat-default)
3797
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_read_locked(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3798
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_read_locked(RepositoryFormat2a)
3799
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_read_locked(RepositoryFormat2aSubtree)
3800
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_read_locked(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3801
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_read_locked(RepositoryFormat5)
3802
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_read_locked(RepositoryFormat6)
3803
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_read_locked(RepositoryFormat7)
3804
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_read_locked(RepositoryFormatKnit1)
3805
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_read_locked(RepositoryFormatKnit3)
3806
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_read_locked(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
3807
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_read_locked(RepositoryFormatKnitPack1)
3808
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_read_locked(RepositoryFormatKnitPack3)
3809
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_read_locked(RepositoryFormatKnitPack4)
3810
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_read_locked(RepositoryFormatKnitPack5)
3811
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_read_locked(RepositoryFormatKnitPack5RichRoot)
3812
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_read_locked(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3813
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_read_locked(RepositoryFormatKnitPack6)
3814
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_read_locked(RepositoryFormatKnitPack6RichRoot)
3815
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_read_locked(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3816
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_unlocked(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
3817
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_unlocked(RemoteRepositoryFormat-default)
3818
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_unlocked(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3819
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_unlocked(RepositoryFormat2a)
3820
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_unlocked(RepositoryFormat2aSubtree)
3821
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_unlocked(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3822
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_unlocked(RepositoryFormat5)
3823
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_unlocked(RepositoryFormat6)
3824
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_unlocked(RepositoryFormat7)
3825
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_unlocked(RepositoryFormatKnit1)
3826
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_unlocked(RepositoryFormatKnit3)
3827
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_unlocked(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3828
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_unlocked(RepositoryFormatKnitPack1)
3829
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_unlocked(RepositoryFormatKnitPack3)
3830
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_unlocked(RepositoryFormatKnitPack4)
3831
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_unlocked(RepositoryFormatKnitPack5)
3832
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_unlocked(RepositoryFormatKnitPack5RichRoot)
3833
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_unlocked(RepositoryFormatKnitPack5RichRootBroken)
3834
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_unlocked(RepositoryFormatKnitPack6)
3835
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_unlocked(RepositoryFormatKnitPack6RichRoot)
3836
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_unlocked(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3837
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_write_locked(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
3838
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_write_locked(RemoteRepositoryFormat-default)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3839
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_write_locked(RepositoryFormat2a)
3840
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_write_locked(RepositoryFormat2aSubtree)
3841
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_write_locked(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3842
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_write_locked(RepositoryFormat5)
3843
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_write_locked(RepositoryFormat6)
3844
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_write_locked(RepositoryFormat7)
3845
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_write_locked(RepositoryFormatKnit1)
3846
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_write_locked(RepositoryFormatKnit3)
3847
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_write_locked(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
3848
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_write_locked(RepositoryFormatKnitPack1)
3849
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_write_locked(RepositoryFormatKnitPack3)
3850
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_write_locked(RepositoryFormatKnitPack4)
3851
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_write_locked(RepositoryFormatKnitPack5)
3852
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_write_locked(RepositoryFormatKnitPack5RichRoot)
3853
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_write_locked(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3854
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_write_locked(RepositoryFormatKnitPack6)
3855
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_write_locked(RepositoryFormatKnitPack6RichRoot)
3856
breezy.tests.per_repository.test_refresh_data.TestRefreshData.test_refresh_data_write_locked(RepositoryFormatPackDevelopment2Subtree)
3857
breezy.tests.per_repository.test_repository.TestDeltaRevisionFiltered.test_directory(RepositoryFormat4)
3858
breezy.tests.per_repository.test_repository.TestDeltaRevisionFiltered.test_file_in_directory(RepositoryFormat4)
3859
breezy.tests.per_repository.test_repository.TestDeltaRevisionFiltered.test_file_in_unchanged_directory(RepositoryFormat4)
3860
breezy.tests.per_repository.test_repository.TestDeltaRevisionFiltered.test_multiple_files(RepositoryFormat4)
3861
breezy.tests.per_repository.test_repository.TestDeltaRevisionFiltered.test_unrelated(RepositoryFormat4)
6973.6.1 by Jelmer Vernooij
More bees.
3862
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3863
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RemoteRepositoryFormat-default)
3864
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RemoteRepositoryFormat-v2)
6973.6.1 by Jelmer Vernooij
More bees.
3865
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormat2a)
3866
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormat2aSubtree)
3867
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormat4)
3868
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormat5)
3869
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormat6)
3870
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormat7)
3871
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormatKnit1)
3872
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormatKnit3)
3873
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormatKnit4)
3874
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormatKnitPack1)
3875
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormatKnitPack3)
3876
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormatKnitPack4)
3877
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormatKnitPack5)
3878
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormatKnitPack5RichRoot)
3879
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormatKnitPack5RichRootBroken)
3880
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormatKnitPack6)
3881
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormatKnitPack6RichRoot)
3882
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3883
breezy.tests.per_repository.test_repository.TestRepositoryControlComponent.test_urls(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
3884
breezy.tests.per_repository.test_repository.TestRepositoryControlComponent.test_urls(RemoteRepositoryFormat-default)
3885
breezy.tests.per_repository.test_repository.TestRepositoryControlComponent.test_urls(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3886
breezy.tests.per_repository.test_repository.TestRepositoryControlComponent.test_urls(RepositoryFormat2a)
3887
breezy.tests.per_repository.test_repository.TestRepositoryControlComponent.test_urls(RepositoryFormat2aSubtree)
3888
breezy.tests.per_repository.test_repository.TestRepositoryControlComponent.test_urls(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3889
breezy.tests.per_repository.test_repository.TestRepositoryControlComponent.test_urls(RepositoryFormat5)
3890
breezy.tests.per_repository.test_repository.TestRepositoryControlComponent.test_urls(RepositoryFormat6)
3891
breezy.tests.per_repository.test_repository.TestRepositoryControlComponent.test_urls(RepositoryFormat7)
3892
breezy.tests.per_repository.test_repository.TestRepositoryControlComponent.test_urls(RepositoryFormatKnit1)
3893
breezy.tests.per_repository.test_repository.TestRepositoryControlComponent.test_urls(RepositoryFormatKnit3)
3894
breezy.tests.per_repository.test_repository.TestRepositoryControlComponent.test_urls(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3895
breezy.tests.per_repository.test_repository.TestRepositoryControlComponent.test_urls(RepositoryFormatKnitPack1)
3896
breezy.tests.per_repository.test_repository.TestRepositoryControlComponent.test_urls(RepositoryFormatKnitPack3)
3897
breezy.tests.per_repository.test_repository.TestRepositoryControlComponent.test_urls(RepositoryFormatKnitPack4)
3898
breezy.tests.per_repository.test_repository.TestRepositoryControlComponent.test_urls(RepositoryFormatKnitPack5)
3899
breezy.tests.per_repository.test_repository.TestRepositoryControlComponent.test_urls(RepositoryFormatKnitPack5RichRoot)
3900
breezy.tests.per_repository.test_repository.TestRepositoryControlComponent.test_urls(RepositoryFormatKnitPack5RichRootBroken)
3901
breezy.tests.per_repository.test_repository.TestRepositoryControlComponent.test_urls(RepositoryFormatKnitPack6)
3902
breezy.tests.per_repository.test_repository.TestRepositoryControlComponent.test_urls(RepositoryFormatKnitPack6RichRoot)
3903
breezy.tests.per_repository.test_repository.TestRepositoryControlComponent.test_urls(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3904
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_dont_leave_lock_in_place(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
3905
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_dont_leave_lock_in_place(RemoteRepositoryFormat-default)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3906
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_dont_leave_lock_in_place(RepositoryFormat2a)
3907
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_dont_leave_lock_in_place(RepositoryFormat2aSubtree)
3908
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_dont_leave_lock_in_place(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3909
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_dont_leave_lock_in_place(RepositoryFormat5)
3910
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_dont_leave_lock_in_place(RepositoryFormat6)
3911
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_dont_leave_lock_in_place(RepositoryFormat7)
3912
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_dont_leave_lock_in_place(RepositoryFormatKnit1)
3913
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_dont_leave_lock_in_place(RepositoryFormatKnit3)
3914
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_dont_leave_lock_in_place(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
3915
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_dont_leave_lock_in_place(RepositoryFormatKnitPack1)
3916
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_dont_leave_lock_in_place(RepositoryFormatKnitPack3)
3917
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_dont_leave_lock_in_place(RepositoryFormatKnitPack4)
3918
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_dont_leave_lock_in_place(RepositoryFormatKnitPack5)
3919
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_dont_leave_lock_in_place(RepositoryFormatKnitPack5RichRoot)
3920
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_dont_leave_lock_in_place(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3921
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_dont_leave_lock_in_place(RepositoryFormatKnitPack6)
3922
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_dont_leave_lock_in_place(RepositoryFormatKnitPack6RichRoot)
3923
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_dont_leave_lock_in_place(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3924
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_leave_lock_in_place(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
3925
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_leave_lock_in_place(RemoteRepositoryFormat-default)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3926
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_leave_lock_in_place(RepositoryFormat2a)
3927
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_leave_lock_in_place(RepositoryFormat2aSubtree)
3928
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_leave_lock_in_place(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3929
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_leave_lock_in_place(RepositoryFormat5)
3930
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_leave_lock_in_place(RepositoryFormat6)
3931
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_leave_lock_in_place(RepositoryFormat7)
3932
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_leave_lock_in_place(RepositoryFormatKnit1)
3933
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_leave_lock_in_place(RepositoryFormatKnit3)
3934
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_leave_lock_in_place(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
3935
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_leave_lock_in_place(RepositoryFormatKnitPack1)
3936
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_leave_lock_in_place(RepositoryFormatKnitPack3)
3937
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_leave_lock_in_place(RepositoryFormatKnitPack4)
3938
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_leave_lock_in_place(RepositoryFormatKnitPack5)
3939
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_leave_lock_in_place(RepositoryFormatKnitPack5RichRoot)
3940
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_leave_lock_in_place(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3941
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_leave_lock_in_place(RepositoryFormatKnitPack6)
3942
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_leave_lock_in_place(RepositoryFormatKnitPack6RichRoot)
3943
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_leave_lock_in_place(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3944
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_returns_unlockable(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
3945
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_returns_unlockable(RemoteRepositoryFormat-default)
3946
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_returns_unlockable(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3947
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_returns_unlockable(RepositoryFormat2a)
3948
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_returns_unlockable(RepositoryFormat2aSubtree)
3949
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_returns_unlockable(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3950
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_returns_unlockable(RepositoryFormat5)
3951
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_returns_unlockable(RepositoryFormat6)
3952
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_returns_unlockable(RepositoryFormat7)
3953
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_returns_unlockable(RepositoryFormatKnit1)
3954
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_returns_unlockable(RepositoryFormatKnit3)
3955
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_returns_unlockable(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
3956
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_returns_unlockable(RepositoryFormatKnitPack1)
3957
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_returns_unlockable(RepositoryFormatKnitPack3)
3958
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_returns_unlockable(RepositoryFormatKnitPack4)
3959
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_returns_unlockable(RepositoryFormatKnitPack5)
3960
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_returns_unlockable(RepositoryFormatKnitPack5RichRoot)
3961
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_returns_unlockable(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3962
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_returns_unlockable(RepositoryFormatKnitPack6)
3963
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_returns_unlockable(RepositoryFormatKnitPack6RichRoot)
3964
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_returns_unlockable(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3965
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_then_unlock(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
3966
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_then_unlock(RemoteRepositoryFormat-default)
3967
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_then_unlock(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3968
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_then_unlock(RepositoryFormat2a)
3969
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_then_unlock(RepositoryFormat2aSubtree)
3970
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_then_unlock(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3971
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_then_unlock(RepositoryFormat5)
3972
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_then_unlock(RepositoryFormat6)
3973
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_then_unlock(RepositoryFormat7)
3974
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_then_unlock(RepositoryFormatKnit1)
3975
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_then_unlock(RepositoryFormatKnit3)
3976
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_then_unlock(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
3977
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_then_unlock(RepositoryFormatKnitPack1)
3978
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_then_unlock(RepositoryFormatKnitPack3)
3979
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_then_unlock(RepositoryFormatKnitPack4)
3980
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_then_unlock(RepositoryFormatKnitPack5)
3981
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_then_unlock(RepositoryFormatKnitPack5RichRoot)
3982
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_then_unlock(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3983
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_then_unlock(RepositoryFormatKnitPack6)
3984
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_then_unlock(RepositoryFormatKnitPack6RichRoot)
3985
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_read_then_unlock(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
3986
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_write_returns_unlockable(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
3987
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_write_returns_unlockable(RemoteRepositoryFormat-default)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
3988
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_write_returns_unlockable(RepositoryFormat2a)
3989
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_write_returns_unlockable(RepositoryFormat2aSubtree)
3990
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_write_returns_unlockable(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
3991
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_write_returns_unlockable(RepositoryFormat5)
3992
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_write_returns_unlockable(RepositoryFormat6)
3993
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_write_returns_unlockable(RepositoryFormat7)
3994
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_write_returns_unlockable(RepositoryFormatKnit1)
3995
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_write_returns_unlockable(RepositoryFormatKnit3)
3996
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_write_returns_unlockable(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
3997
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_write_returns_unlockable(RepositoryFormatKnitPack1)
3998
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_write_returns_unlockable(RepositoryFormatKnitPack3)
3999
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_write_returns_unlockable(RepositoryFormatKnitPack4)
4000
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_write_returns_unlockable(RepositoryFormatKnitPack5)
4001
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_write_returns_unlockable(RepositoryFormatKnitPack5RichRoot)
4002
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_write_returns_unlockable(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4003
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_write_returns_unlockable(RepositoryFormatKnitPack6)
4004
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_write_returns_unlockable(RepositoryFormatKnitPack6RichRoot)
4005
breezy.tests.per_repository.test_repository.TestRepositoryLocking.test_lock_write_returns_unlockable(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4006
breezy.tests.per_repository.test_repository.TestRepositoryMakeBranchAndTree.test_repository_format(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
4007
breezy.tests.per_repository.test_repository.TestRepositoryMakeBranchAndTree.test_repository_format(RemoteRepositoryFormat-default)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4008
breezy.tests.per_repository.test_repository.TestRepositoryMakeBranchAndTree.test_repository_format(RepositoryFormat2a)
4009
breezy.tests.per_repository.test_repository.TestRepositoryMakeBranchAndTree.test_repository_format(RepositoryFormat2aSubtree)
4010
breezy.tests.per_repository.test_repository.TestRepositoryMakeBranchAndTree.test_repository_format(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4011
breezy.tests.per_repository.test_repository.TestRepositoryMakeBranchAndTree.test_repository_format(RepositoryFormat5)
4012
breezy.tests.per_repository.test_repository.TestRepositoryMakeBranchAndTree.test_repository_format(RepositoryFormat6)
4013
breezy.tests.per_repository.test_repository.TestRepositoryMakeBranchAndTree.test_repository_format(RepositoryFormat7)
4014
breezy.tests.per_repository.test_repository.TestRepositoryMakeBranchAndTree.test_repository_format(RepositoryFormatKnit1)
4015
breezy.tests.per_repository.test_repository.TestRepositoryMakeBranchAndTree.test_repository_format(RepositoryFormatKnit3)
4016
breezy.tests.per_repository.test_repository.TestRepositoryMakeBranchAndTree.test_repository_format(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
4017
breezy.tests.per_repository.test_repository.TestRepositoryMakeBranchAndTree.test_repository_format(RepositoryFormatKnitPack1)
4018
breezy.tests.per_repository.test_repository.TestRepositoryMakeBranchAndTree.test_repository_format(RepositoryFormatKnitPack3)
4019
breezy.tests.per_repository.test_repository.TestRepositoryMakeBranchAndTree.test_repository_format(RepositoryFormatKnitPack4)
4020
breezy.tests.per_repository.test_repository.TestRepositoryMakeBranchAndTree.test_repository_format(RepositoryFormatKnitPack5)
4021
breezy.tests.per_repository.test_repository.TestRepositoryMakeBranchAndTree.test_repository_format(RepositoryFormatKnitPack5RichRoot)
4022
breezy.tests.per_repository.test_repository.TestRepositoryMakeBranchAndTree.test_repository_format(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4023
breezy.tests.per_repository.test_repository.TestRepositoryMakeBranchAndTree.test_repository_format(RepositoryFormatKnitPack6)
4024
breezy.tests.per_repository.test_repository.TestRepositoryMakeBranchAndTree.test_repository_format(RepositoryFormatKnitPack6RichRoot)
4025
breezy.tests.per_repository.test_repository.TestRepositoryMakeBranchAndTree.test_repository_format(RepositoryFormatPackDevelopment2Subtree)
4026
breezy.tests.per_repository.test_repository.TestRepository.test_add_signature_text(RepositoryFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4027
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_fast_deltas(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
4028
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_fast_deltas(RemoteRepositoryFormat-default)
4029
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_fast_deltas(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4030
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_fast_deltas(RepositoryFormat2a)
4031
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_fast_deltas(RepositoryFormat2aSubtree)
4032
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_fast_deltas(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4033
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_fast_deltas(RepositoryFormat5)
4034
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_fast_deltas(RepositoryFormat6)
4035
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_fast_deltas(RepositoryFormat7)
4036
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_fast_deltas(RepositoryFormatKnit1)
4037
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_fast_deltas(RepositoryFormatKnit3)
4038
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_fast_deltas(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4039
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_fast_deltas(RepositoryFormatKnitPack1)
4040
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_fast_deltas(RepositoryFormatKnitPack3)
4041
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_fast_deltas(RepositoryFormatKnitPack4)
4042
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_fast_deltas(RepositoryFormatKnitPack5)
4043
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_fast_deltas(RepositoryFormatKnitPack5RichRoot)
4044
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_fast_deltas(RepositoryFormatKnitPack5RichRootBroken)
4045
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_fast_deltas(RepositoryFormatKnitPack6)
4046
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_fast_deltas(RepositoryFormatKnitPack6RichRoot)
4047
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_fast_deltas(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4048
breezy.tests.per_repository.test_repository.TestRepository.test_attribute__fetch_reconcile(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
4049
breezy.tests.per_repository.test_repository.TestRepository.test_attribute__fetch_reconcile(RemoteRepositoryFormat-default)
4050
breezy.tests.per_repository.test_repository.TestRepository.test_attribute__fetch_reconcile(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4051
breezy.tests.per_repository.test_repository.TestRepository.test_attribute__fetch_reconcile(RepositoryFormat2a)
4052
breezy.tests.per_repository.test_repository.TestRepository.test_attribute__fetch_reconcile(RepositoryFormat2aSubtree)
4053
breezy.tests.per_repository.test_repository.TestRepository.test_attribute__fetch_reconcile(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4054
breezy.tests.per_repository.test_repository.TestRepository.test_attribute__fetch_reconcile(RepositoryFormat5)
4055
breezy.tests.per_repository.test_repository.TestRepository.test_attribute__fetch_reconcile(RepositoryFormat6)
4056
breezy.tests.per_repository.test_repository.TestRepository.test_attribute__fetch_reconcile(RepositoryFormat7)
4057
breezy.tests.per_repository.test_repository.TestRepository.test_attribute__fetch_reconcile(RepositoryFormatKnit1)
4058
breezy.tests.per_repository.test_repository.TestRepository.test_attribute__fetch_reconcile(RepositoryFormatKnit3)
4059
breezy.tests.per_repository.test_repository.TestRepository.test_attribute__fetch_reconcile(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4060
breezy.tests.per_repository.test_repository.TestRepository.test_attribute__fetch_reconcile(RepositoryFormatKnitPack1)
4061
breezy.tests.per_repository.test_repository.TestRepository.test_attribute__fetch_reconcile(RepositoryFormatKnitPack3)
4062
breezy.tests.per_repository.test_repository.TestRepository.test_attribute__fetch_reconcile(RepositoryFormatKnitPack4)
4063
breezy.tests.per_repository.test_repository.TestRepository.test_attribute__fetch_reconcile(RepositoryFormatKnitPack5)
4064
breezy.tests.per_repository.test_repository.TestRepository.test_attribute__fetch_reconcile(RepositoryFormatKnitPack5RichRoot)
4065
breezy.tests.per_repository.test_repository.TestRepository.test_attribute__fetch_reconcile(RepositoryFormatKnitPack5RichRootBroken)
4066
breezy.tests.per_repository.test_repository.TestRepository.test_attribute__fetch_reconcile(RepositoryFormatKnitPack6)
4067
breezy.tests.per_repository.test_repository.TestRepository.test_attribute__fetch_reconcile(RepositoryFormatKnitPack6RichRoot)
4068
breezy.tests.per_repository.test_repository.TestRepository.test_attribute__fetch_reconcile(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4069
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_experimental(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
4070
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_experimental(RemoteRepositoryFormat-default)
4071
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_experimental(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4072
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_experimental(RepositoryFormat2a)
4073
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_experimental(RepositoryFormat2aSubtree)
4074
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_experimental(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4075
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_experimental(RepositoryFormat5)
4076
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_experimental(RepositoryFormat6)
4077
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_experimental(RepositoryFormat7)
4078
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_experimental(RepositoryFormatKnit1)
4079
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_experimental(RepositoryFormatKnit3)
4080
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_experimental(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4081
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_experimental(RepositoryFormatKnitPack1)
4082
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_experimental(RepositoryFormatKnitPack3)
4083
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_experimental(RepositoryFormatKnitPack4)
4084
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_experimental(RepositoryFormatKnitPack5)
4085
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_experimental(RepositoryFormatKnitPack5RichRoot)
4086
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_experimental(RepositoryFormatKnitPack5RichRootBroken)
4087
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_experimental(RepositoryFormatKnitPack6)
4088
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_experimental(RepositoryFormatKnitPack6RichRoot)
4089
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_experimental(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4090
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_pack_compresses(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
4091
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_pack_compresses(RemoteRepositoryFormat-default)
4092
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_pack_compresses(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4093
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_pack_compresses(RepositoryFormat2a)
4094
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_pack_compresses(RepositoryFormat2aSubtree)
4095
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_pack_compresses(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4096
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_pack_compresses(RepositoryFormat5)
4097
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_pack_compresses(RepositoryFormat6)
4098
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_pack_compresses(RepositoryFormat7)
4099
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_pack_compresses(RepositoryFormatKnit1)
4100
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_pack_compresses(RepositoryFormatKnit3)
4101
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_pack_compresses(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4102
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_pack_compresses(RepositoryFormatKnitPack1)
4103
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_pack_compresses(RepositoryFormatKnitPack3)
4104
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_pack_compresses(RepositoryFormatKnitPack4)
4105
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_pack_compresses(RepositoryFormatKnitPack5)
4106
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_pack_compresses(RepositoryFormatKnitPack5RichRoot)
4107
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_pack_compresses(RepositoryFormatKnitPack5RichRootBroken)
4108
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_pack_compresses(RepositoryFormatKnitPack6)
4109
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_pack_compresses(RepositoryFormatKnitPack6RichRoot)
4110
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_pack_compresses(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4111
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_records_per_file_revision(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
4112
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_records_per_file_revision(RemoteRepositoryFormat-default)
4113
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_records_per_file_revision(RemoteRepositoryFormat-v2)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4114
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_records_per_file_revision(RepositoryFormat2a)
4115
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_records_per_file_revision(RepositoryFormat2aSubtree)
4116
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_records_per_file_revision(RepositoryFormat4)
4117
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_records_per_file_revision(RepositoryFormat5)
4118
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_records_per_file_revision(RepositoryFormat6)
4119
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_records_per_file_revision(RepositoryFormat7)
4120
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_records_per_file_revision(RepositoryFormatKnit1)
4121
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_records_per_file_revision(RepositoryFormatKnit3)
4122
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_records_per_file_revision(RepositoryFormatKnit4)
4123
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_records_per_file_revision(RepositoryFormatKnitPack1)
4124
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_records_per_file_revision(RepositoryFormatKnitPack3)
4125
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_records_per_file_revision(RepositoryFormatKnitPack4)
4126
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_records_per_file_revision(RepositoryFormatKnitPack5)
4127
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_records_per_file_revision(RepositoryFormatKnitPack5RichRoot)
4128
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_records_per_file_revision(RepositoryFormatKnitPack5RichRootBroken)
4129
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_records_per_file_revision(RepositoryFormatKnitPack6)
4130
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_records_per_file_revision(RepositoryFormatKnitPack6RichRoot)
4131
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_records_per_file_revision(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4132
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_revision_graph_can_have_wrong_parents(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
4133
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_revision_graph_can_have_wrong_parents(RemoteRepositoryFormat-default)
4134
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_revision_graph_can_have_wrong_parents(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4135
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_revision_graph_can_have_wrong_parents(RepositoryFormat2a)
4136
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_revision_graph_can_have_wrong_parents(RepositoryFormat2aSubtree)
4137
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_revision_graph_can_have_wrong_parents(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4138
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_revision_graph_can_have_wrong_parents(RepositoryFormat5)
4139
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_revision_graph_can_have_wrong_parents(RepositoryFormat6)
4140
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_revision_graph_can_have_wrong_parents(RepositoryFormat7)
4141
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_revision_graph_can_have_wrong_parents(RepositoryFormatKnit1)
4142
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_revision_graph_can_have_wrong_parents(RepositoryFormatKnit3)
4143
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_revision_graph_can_have_wrong_parents(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4144
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_revision_graph_can_have_wrong_parents(RepositoryFormatKnitPack1)
4145
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_revision_graph_can_have_wrong_parents(RepositoryFormatKnitPack3)
4146
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_revision_graph_can_have_wrong_parents(RepositoryFormatKnitPack4)
4147
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_revision_graph_can_have_wrong_parents(RepositoryFormatKnitPack5)
4148
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_revision_graph_can_have_wrong_parents(RepositoryFormatKnitPack5RichRoot)
4149
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_revision_graph_can_have_wrong_parents(RepositoryFormatKnitPack5RichRootBroken)
4150
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_revision_graph_can_have_wrong_parents(RepositoryFormatKnitPack6)
4151
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_revision_graph_can_have_wrong_parents(RepositoryFormatKnitPack6RichRoot)
4152
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_revision_graph_can_have_wrong_parents(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4153
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_custom_revision_properties(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
4154
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_custom_revision_properties(RemoteRepositoryFormat-default)
4155
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_custom_revision_properties(RemoteRepositoryFormat-v2)
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
4156
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_custom_revision_properties(RepositoryFormat2a)
4157
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_custom_revision_properties(RepositoryFormat2aSubtree)
4158
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_custom_revision_properties(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4159
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_custom_revision_properties(RepositoryFormat5)
4160
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_custom_revision_properties(RepositoryFormat6)
4161
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_custom_revision_properties(RepositoryFormat7)
4162
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_custom_revision_properties(RepositoryFormatKnit1)
4163
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_custom_revision_properties(RepositoryFormatKnit3)
4164
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_custom_revision_properties(RepositoryFormatKnit4)
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
4165
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_custom_revision_properties(RepositoryFormatKnitPack1)
4166
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_custom_revision_properties(RepositoryFormatKnitPack3)
4167
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_custom_revision_properties(RepositoryFormatKnitPack4)
4168
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_custom_revision_properties(RepositoryFormatKnitPack5)
4169
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_custom_revision_properties(RepositoryFormatKnitPack5RichRoot)
4170
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_custom_revision_properties(RepositoryFormatKnitPack5RichRootBroken)
4171
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_custom_revision_properties(RepositoryFormatKnitPack6)
4172
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_custom_revision_properties(RepositoryFormatKnitPack6RichRoot)
4173
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_custom_revision_properties(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4174
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_full_versioned_files(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
4175
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_full_versioned_files(RemoteRepositoryFormat-default)
4176
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_full_versioned_files(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4177
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_full_versioned_files(RepositoryFormat2a)
4178
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_full_versioned_files(RepositoryFormat2aSubtree)
4179
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_full_versioned_files(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4180
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_full_versioned_files(RepositoryFormat5)
4181
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_full_versioned_files(RepositoryFormat6)
4182
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_full_versioned_files(RepositoryFormat7)
4183
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_full_versioned_files(RepositoryFormatKnit1)
4184
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_full_versioned_files(RepositoryFormatKnit3)
4185
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_full_versioned_files(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4186
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_full_versioned_files(RepositoryFormatKnitPack1)
4187
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_full_versioned_files(RepositoryFormatKnitPack3)
4188
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_full_versioned_files(RepositoryFormatKnitPack4)
4189
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_full_versioned_files(RepositoryFormatKnitPack5)
4190
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_full_versioned_files(RepositoryFormatKnitPack5RichRoot)
4191
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_full_versioned_files(RepositoryFormatKnitPack5RichRootBroken)
4192
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_full_versioned_files(RepositoryFormatKnitPack6)
4193
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_full_versioned_files(RepositoryFormatKnitPack6RichRoot)
4194
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_full_versioned_files(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4195
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_funky_characters(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
4196
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_funky_characters(RemoteRepositoryFormat-default)
4197
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_funky_characters(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4198
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_funky_characters(RepositoryFormat2a)
4199
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_funky_characters(RepositoryFormat2aSubtree)
4200
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_funky_characters(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4201
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_funky_characters(RepositoryFormat5)
4202
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_funky_characters(RepositoryFormat6)
4203
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_funky_characters(RepositoryFormat7)
4204
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_funky_characters(RepositoryFormatKnit1)
4205
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_funky_characters(RepositoryFormatKnit3)
4206
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_funky_characters(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4207
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_funky_characters(RepositoryFormatKnitPack1)
4208
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_funky_characters(RepositoryFormatKnitPack3)
4209
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_funky_characters(RepositoryFormatKnitPack4)
4210
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_funky_characters(RepositoryFormatKnitPack5)
4211
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_funky_characters(RepositoryFormatKnitPack5RichRoot)
4212
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_funky_characters(RepositoryFormatKnitPack5RichRootBroken)
4213
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_funky_characters(RepositoryFormatKnitPack6)
4214
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_funky_characters(RepositoryFormatKnitPack6RichRoot)
4215
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_funky_characters(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4216
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_leaving_lock(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
4217
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_leaving_lock(RemoteRepositoryFormat-default)
4218
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_leaving_lock(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4219
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_leaving_lock(RepositoryFormat2a)
4220
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_leaving_lock(RepositoryFormat2aSubtree)
4221
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_leaving_lock(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4222
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_leaving_lock(RepositoryFormat5)
4223
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_leaving_lock(RepositoryFormat6)
4224
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_leaving_lock(RepositoryFormat7)
4225
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_leaving_lock(RepositoryFormatKnit1)
4226
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_leaving_lock(RepositoryFormatKnit3)
4227
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_leaving_lock(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4228
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_leaving_lock(RepositoryFormatKnitPack1)
4229
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_leaving_lock(RepositoryFormatKnitPack3)
4230
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_leaving_lock(RepositoryFormatKnitPack4)
4231
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_leaving_lock(RepositoryFormatKnitPack5)
4232
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_leaving_lock(RepositoryFormatKnitPack5RichRoot)
4233
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_leaving_lock(RepositoryFormatKnitPack5RichRootBroken)
4234
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_leaving_lock(RepositoryFormatKnitPack6)
4235
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_leaving_lock(RepositoryFormatKnitPack6RichRoot)
4236
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_leaving_lock(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4237
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_overriding_transport(GitRepositoryFormat)
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
4238
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_overriding_transport(RepositoryFormat2a)
4239
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_overriding_transport(RepositoryFormat2aSubtree)
4240
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_overriding_transport(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4241
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_overriding_transport(RepositoryFormat5)
4242
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_overriding_transport(RepositoryFormat6)
4243
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_overriding_transport(RepositoryFormat7)
4244
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_overriding_transport(RepositoryFormatKnit1)
4245
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_overriding_transport(RepositoryFormatKnit3)
4246
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_overriding_transport(RepositoryFormatKnit4)
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
4247
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_overriding_transport(RepositoryFormatKnitPack1)
4248
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_overriding_transport(RepositoryFormatKnitPack3)
4249
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_overriding_transport(RepositoryFormatKnitPack4)
4250
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_overriding_transport(RepositoryFormatKnitPack5)
4251
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_overriding_transport(RepositoryFormatKnitPack5RichRoot)
4252
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_overriding_transport(RepositoryFormatKnitPack5RichRootBroken)
4253
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_overriding_transport(RepositoryFormatKnitPack6)
4254
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_overriding_transport(RepositoryFormatKnitPack6RichRoot)
4255
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_overriding_transport(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4256
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_setting_revision_ids(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
4257
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_setting_revision_ids(RemoteRepositoryFormat-default)
4258
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_setting_revision_ids(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4259
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_setting_revision_ids(RepositoryFormat2a)
4260
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_setting_revision_ids(RepositoryFormat2aSubtree)
4261
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_setting_revision_ids(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4262
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_setting_revision_ids(RepositoryFormat5)
4263
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_setting_revision_ids(RepositoryFormat6)
4264
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_setting_revision_ids(RepositoryFormat7)
4265
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_setting_revision_ids(RepositoryFormatKnit1)
4266
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_setting_revision_ids(RepositoryFormatKnit3)
4267
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_setting_revision_ids(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4268
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_setting_revision_ids(RepositoryFormatKnitPack1)
4269
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_setting_revision_ids(RepositoryFormatKnitPack3)
4270
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_setting_revision_ids(RepositoryFormatKnitPack4)
4271
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_setting_revision_ids(RepositoryFormatKnitPack5)
4272
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_setting_revision_ids(RepositoryFormatKnitPack5RichRoot)
4273
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_setting_revision_ids(RepositoryFormatKnitPack5RichRootBroken)
4274
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_setting_revision_ids(RepositoryFormatKnitPack6)
4275
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_setting_revision_ids(RepositoryFormatKnitPack6RichRoot)
4276
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_setting_revision_ids(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4277
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_storing_branch_nick(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
4278
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_storing_branch_nick(RemoteRepositoryFormat-default)
4279
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_storing_branch_nick(RemoteRepositoryFormat-v2)
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
4280
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_storing_branch_nick(RepositoryFormat2a)
4281
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_storing_branch_nick(RepositoryFormat2aSubtree)
4282
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_storing_branch_nick(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4283
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_storing_branch_nick(RepositoryFormat5)
4284
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_storing_branch_nick(RepositoryFormat6)
4285
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_storing_branch_nick(RepositoryFormat7)
4286
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_storing_branch_nick(RepositoryFormatKnit1)
4287
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_storing_branch_nick(RepositoryFormatKnit3)
4288
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_storing_branch_nick(RepositoryFormatKnit4)
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
4289
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_storing_branch_nick(RepositoryFormatKnitPack1)
4290
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_storing_branch_nick(RepositoryFormatKnitPack3)
4291
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_storing_branch_nick(RepositoryFormatKnitPack4)
4292
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_storing_branch_nick(RepositoryFormatKnitPack5)
4293
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_storing_branch_nick(RepositoryFormatKnitPack5RichRoot)
4294
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_storing_branch_nick(RepositoryFormatKnitPack5RichRootBroken)
4295
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_storing_branch_nick(RepositoryFormatKnitPack6)
4296
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_storing_branch_nick(RepositoryFormatKnitPack6RichRoot)
4297
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_supports_storing_branch_nick(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4298
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_versioned_directories(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
4299
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_versioned_directories(RemoteRepositoryFormat-default)
4300
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_versioned_directories(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4301
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_versioned_directories(RepositoryFormat2a)
4302
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_versioned_directories(RepositoryFormat2aSubtree)
4303
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_versioned_directories(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4304
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_versioned_directories(RepositoryFormat5)
4305
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_versioned_directories(RepositoryFormat6)
4306
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_versioned_directories(RepositoryFormat7)
4307
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_versioned_directories(RepositoryFormatKnit1)
4308
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_versioned_directories(RepositoryFormatKnit3)
4309
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_versioned_directories(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4310
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_versioned_directories(RepositoryFormatKnitPack1)
4311
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_versioned_directories(RepositoryFormatKnitPack3)
4312
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_versioned_directories(RepositoryFormatKnitPack4)
4313
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_versioned_directories(RepositoryFormatKnitPack5)
4314
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_versioned_directories(RepositoryFormatKnitPack5RichRoot)
4315
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_versioned_directories(RepositoryFormatKnitPack5RichRootBroken)
4316
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_versioned_directories(RepositoryFormatKnitPack6)
4317
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_versioned_directories(RepositoryFormatKnitPack6RichRoot)
4318
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_format_versioned_directories(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4319
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_nesting_repositories(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
4320
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_nesting_repositories(RemoteRepositoryFormat-default)
4321
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_nesting_repositories(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4322
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_nesting_repositories(RepositoryFormat2a)
4323
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_nesting_repositories(RepositoryFormat2aSubtree)
4324
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_nesting_repositories(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4325
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_nesting_repositories(RepositoryFormat5)
4326
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_nesting_repositories(RepositoryFormat6)
4327
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_nesting_repositories(RepositoryFormat7)
4328
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_nesting_repositories(RepositoryFormatKnit1)
4329
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_nesting_repositories(RepositoryFormatKnit3)
4330
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_nesting_repositories(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4331
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_nesting_repositories(RepositoryFormatKnitPack1)
4332
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_nesting_repositories(RepositoryFormatKnitPack3)
4333
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_nesting_repositories(RepositoryFormatKnitPack4)
4334
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_nesting_repositories(RepositoryFormatKnitPack5)
4335
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_nesting_repositories(RepositoryFormatKnitPack5RichRoot)
4336
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_nesting_repositories(RepositoryFormatKnitPack5RichRootBroken)
4337
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_nesting_repositories(RepositoryFormatKnitPack6)
4338
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_nesting_repositories(RepositoryFormatKnitPack6RichRoot)
4339
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_nesting_repositories(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4340
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_unreferenced_revisions(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
4341
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_unreferenced_revisions(RemoteRepositoryFormat-default)
4342
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_unreferenced_revisions(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4343
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_unreferenced_revisions(RepositoryFormat2a)
4344
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_unreferenced_revisions(RepositoryFormat2aSubtree)
4345
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_unreferenced_revisions(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4346
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_unreferenced_revisions(RepositoryFormat5)
4347
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_unreferenced_revisions(RepositoryFormat6)
4348
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_unreferenced_revisions(RepositoryFormat7)
4349
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_unreferenced_revisions(RepositoryFormatKnit1)
4350
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_unreferenced_revisions(RepositoryFormatKnit3)
4351
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_unreferenced_revisions(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4352
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_unreferenced_revisions(RepositoryFormatKnitPack1)
4353
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_unreferenced_revisions(RepositoryFormatKnitPack3)
4354
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_unreferenced_revisions(RepositoryFormatKnitPack4)
4355
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_unreferenced_revisions(RepositoryFormatKnitPack5)
4356
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_unreferenced_revisions(RepositoryFormatKnitPack5RichRoot)
4357
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_unreferenced_revisions(RepositoryFormatKnitPack5RichRootBroken)
4358
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_unreferenced_revisions(RepositoryFormatKnitPack6)
4359
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_unreferenced_revisions(RepositoryFormatKnitPack6RichRoot)
4360
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_unreferenced_revisions(RepositoryFormatPackDevelopment2Subtree)
4361
breezy.tests.per_repository.test_repository.TestRepository.test_check_repository(RepositoryFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4362
breezy.tests.per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4363
breezy.tests.per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RemoteRepositoryFormat-default)
4364
breezy.tests.per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RemoteRepositoryFormat-v2)
4365
breezy.tests.per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RepositoryFormat2a)
4366
breezy.tests.per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RepositoryFormat2aSubtree)
4367
breezy.tests.per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RepositoryFormat4)
4368
breezy.tests.per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RepositoryFormat5)
4369
breezy.tests.per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RepositoryFormat6)
4370
breezy.tests.per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RepositoryFormat7)
4371
breezy.tests.per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RepositoryFormatKnit1)
4372
breezy.tests.per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RepositoryFormatKnit3)
4373
breezy.tests.per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RepositoryFormatKnit4)
4374
breezy.tests.per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RepositoryFormatKnitPack1)
4375
breezy.tests.per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RepositoryFormatKnitPack3)
4376
breezy.tests.per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RepositoryFormatKnitPack4)
4377
breezy.tests.per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RepositoryFormatKnitPack5)
4378
breezy.tests.per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RepositoryFormatKnitPack5RichRoot)
4379
breezy.tests.per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RepositoryFormatKnitPack5RichRootBroken)
4380
breezy.tests.per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RepositoryFormatKnitPack6)
4381
breezy.tests.per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RepositoryFormatKnitPack6RichRoot)
4382
breezy.tests.per_repository.test_repository.TestRepository.test_clone_bzrdir_repository_revision(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4383
breezy.tests.per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4384
breezy.tests.per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RemoteRepositoryFormat-default)
4385
breezy.tests.per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RemoteRepositoryFormat-v2)
4386
breezy.tests.per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RepositoryFormat2a)
4387
breezy.tests.per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RepositoryFormat2aSubtree)
4388
breezy.tests.per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RepositoryFormat4)
4389
breezy.tests.per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RepositoryFormat5)
4390
breezy.tests.per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RepositoryFormat6)
4391
breezy.tests.per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RepositoryFormat7)
4392
breezy.tests.per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RepositoryFormatKnit1)
4393
breezy.tests.per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RepositoryFormatKnit3)
4394
breezy.tests.per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RepositoryFormatKnit4)
4395
breezy.tests.per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RepositoryFormatKnitPack1)
4396
breezy.tests.per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RepositoryFormatKnitPack3)
4397
breezy.tests.per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RepositoryFormatKnitPack4)
4398
breezy.tests.per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RepositoryFormatKnitPack5)
4399
breezy.tests.per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RepositoryFormatKnitPack5RichRoot)
4400
breezy.tests.per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RepositoryFormatKnitPack5RichRootBroken)
4401
breezy.tests.per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RepositoryFormatKnitPack6)
4402
breezy.tests.per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RepositoryFormatKnitPack6RichRoot)
4403
breezy.tests.per_repository.test_repository.TestRepository.test_clone_repository_basis_revision(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4404
breezy.tests.per_repository.test_repository.TestRepository.test_clone_shared_no_tree(GitRepositoryFormat)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
4405
breezy.tests.per_repository.test_repository.TestRepository.test_clone_shared_no_tree(RepositoryFormat2a)
4406
breezy.tests.per_repository.test_repository.TestRepository.test_clone_shared_no_tree(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4407
breezy.tests.per_repository.test_repository.TestRepository.test_clone_shared_no_tree(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4408
breezy.tests.per_repository.test_repository.TestRepository.test_clone_shared_no_tree(RepositoryFormat5)
4409
breezy.tests.per_repository.test_repository.TestRepository.test_clone_shared_no_tree(RepositoryFormat6)
6973.5.2 by Jelmer Vernooij
Add more bees.
4410
breezy.tests.per_repository.test_repository.TestRepository.test_clone_shared_no_tree(RepositoryFormat7)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
4411
breezy.tests.per_repository.test_repository.TestRepository.test_clone_shared_no_tree(RepositoryFormatKnit1)
4412
breezy.tests.per_repository.test_repository.TestRepository.test_clone_shared_no_tree(RepositoryFormatKnit3)
4413
breezy.tests.per_repository.test_repository.TestRepository.test_clone_shared_no_tree(RepositoryFormatKnit4)
4414
breezy.tests.per_repository.test_repository.TestRepository.test_clone_shared_no_tree(RepositoryFormatKnitPack1)
4415
breezy.tests.per_repository.test_repository.TestRepository.test_clone_shared_no_tree(RepositoryFormatKnitPack3)
4416
breezy.tests.per_repository.test_repository.TestRepository.test_clone_shared_no_tree(RepositoryFormatKnitPack4)
4417
breezy.tests.per_repository.test_repository.TestRepository.test_clone_shared_no_tree(RepositoryFormatKnitPack5)
4418
breezy.tests.per_repository.test_repository.TestRepository.test_clone_shared_no_tree(RepositoryFormatKnitPack5RichRoot)
4419
breezy.tests.per_repository.test_repository.TestRepository.test_clone_shared_no_tree(RepositoryFormatKnitPack5RichRootBroken)
4420
breezy.tests.per_repository.test_repository.TestRepository.test_clone_shared_no_tree(RepositoryFormatKnitPack6)
4421
breezy.tests.per_repository.test_repository.TestRepository.test_clone_shared_no_tree(RepositoryFormatKnitPack6RichRoot)
4422
breezy.tests.per_repository.test_repository.TestRepository.test_clone_shared_no_tree(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4423
breezy.tests.per_repository.test_repository.TestRepository.test_clone_specific_format(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4424
breezy.tests.per_repository.test_repository.TestRepository.test_clone_specific_format(RemoteRepositoryFormat-default)
4425
breezy.tests.per_repository.test_repository.TestRepository.test_clone_specific_format(RemoteRepositoryFormat-v2)
4426
breezy.tests.per_repository.test_repository.TestRepository.test_clone_specific_format(RepositoryFormat2a)
4427
breezy.tests.per_repository.test_repository.TestRepository.test_clone_specific_format(RepositoryFormat2aSubtree)
4428
breezy.tests.per_repository.test_repository.TestRepository.test_clone_specific_format(RepositoryFormat4)
4429
breezy.tests.per_repository.test_repository.TestRepository.test_clone_specific_format(RepositoryFormat5)
4430
breezy.tests.per_repository.test_repository.TestRepository.test_clone_specific_format(RepositoryFormat6)
4431
breezy.tests.per_repository.test_repository.TestRepository.test_clone_specific_format(RepositoryFormat7)
4432
breezy.tests.per_repository.test_repository.TestRepository.test_clone_specific_format(RepositoryFormatKnit1)
4433
breezy.tests.per_repository.test_repository.TestRepository.test_clone_specific_format(RepositoryFormatKnit3)
4434
breezy.tests.per_repository.test_repository.TestRepository.test_clone_specific_format(RepositoryFormatKnit4)
4435
breezy.tests.per_repository.test_repository.TestRepository.test_clone_specific_format(RepositoryFormatKnitPack1)
4436
breezy.tests.per_repository.test_repository.TestRepository.test_clone_specific_format(RepositoryFormatKnitPack3)
4437
breezy.tests.per_repository.test_repository.TestRepository.test_clone_specific_format(RepositoryFormatKnitPack4)
4438
breezy.tests.per_repository.test_repository.TestRepository.test_clone_specific_format(RepositoryFormatKnitPack5)
4439
breezy.tests.per_repository.test_repository.TestRepository.test_clone_specific_format(RepositoryFormatKnitPack5RichRoot)
4440
breezy.tests.per_repository.test_repository.TestRepository.test_clone_specific_format(RepositoryFormatKnitPack5RichRootBroken)
4441
breezy.tests.per_repository.test_repository.TestRepository.test_clone_specific_format(RepositoryFormatKnitPack6)
4442
breezy.tests.per_repository.test_repository.TestRepository.test_clone_specific_format(RepositoryFormatKnitPack6RichRoot)
4443
breezy.tests.per_repository.test_repository.TestRepository.test_clone_specific_format(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4444
breezy.tests.per_repository.test_repository.TestRepository.test_clone_stacking_policy_upgrades(GitRepositoryFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
4445
breezy.tests.per_repository.test_repository.TestRepository.test_clone_stacking_policy_upgrades(RepositoryFormat2a)
4446
breezy.tests.per_repository.test_repository.TestRepository.test_clone_stacking_policy_upgrades(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4447
breezy.tests.per_repository.test_repository.TestRepository.test_clone_stacking_policy_upgrades(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4448
breezy.tests.per_repository.test_repository.TestRepository.test_clone_stacking_policy_upgrades(RepositoryFormat5)
4449
breezy.tests.per_repository.test_repository.TestRepository.test_clone_stacking_policy_upgrades(RepositoryFormat6)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
4450
breezy.tests.per_repository.test_repository.TestRepository.test_clone_stacking_policy_upgrades(RepositoryFormat7)
4451
breezy.tests.per_repository.test_repository.TestRepository.test_clone_stacking_policy_upgrades(RepositoryFormatKnit1)
4452
breezy.tests.per_repository.test_repository.TestRepository.test_clone_stacking_policy_upgrades(RepositoryFormatKnit3)
4453
breezy.tests.per_repository.test_repository.TestRepository.test_clone_stacking_policy_upgrades(RepositoryFormatKnit4)
4454
breezy.tests.per_repository.test_repository.TestRepository.test_clone_stacking_policy_upgrades(RepositoryFormatKnitPack1)
4455
breezy.tests.per_repository.test_repository.TestRepository.test_clone_stacking_policy_upgrades(RepositoryFormatKnitPack3)
4456
breezy.tests.per_repository.test_repository.TestRepository.test_clone_stacking_policy_upgrades(RepositoryFormatKnitPack4)
4457
breezy.tests.per_repository.test_repository.TestRepository.test_clone_stacking_policy_upgrades(RepositoryFormatKnitPack5)
4458
breezy.tests.per_repository.test_repository.TestRepository.test_clone_stacking_policy_upgrades(RepositoryFormatKnitPack5RichRoot)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4459
breezy.tests.per_repository.test_repository.TestRepository.test_clone_stacking_policy_upgrades(RepositoryFormatKnitPack5RichRootBroken)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
4460
breezy.tests.per_repository.test_repository.TestRepository.test_clone_stacking_policy_upgrades(RepositoryFormatKnitPack6)
4461
breezy.tests.per_repository.test_repository.TestRepository.test_clone_stacking_policy_upgrades(RepositoryFormatKnitPack6RichRoot)
4462
breezy.tests.per_repository.test_repository.TestRepository.test_clone_stacking_policy_upgrades(RepositoryFormatPackDevelopment2Subtree)
6973.6.1 by Jelmer Vernooij
More bees.
4463
breezy.tests.per_repository.test_repository.TestRepository.test_clone_to_default_format(RepositoryFormat2a)
4464
breezy.tests.per_repository.test_repository.TestRepository.test_clone_to_default_format(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4465
breezy.tests.per_repository.test_repository.TestRepository.test_clone_to_default_format(RepositoryFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4466
breezy.tests.per_repository.test_repository.TestRepository.test_clone_to_hpss(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4467
breezy.tests.per_repository.test_repository.TestRepository.test_clone_to_hpss(RepositoryFormat4)
4468
breezy.tests.per_repository.test_repository.TestRepository.test_clone_to_hpss(RepositoryFormat5)
4469
breezy.tests.per_repository.test_repository.TestRepository.test_clone_to_hpss(RepositoryFormat6)
6973.6.2 by Jelmer Vernooij
Fix more tests.
4470
breezy.tests.per_repository.test_repository.TestRepository.test_commit_unicode_message(RepositoryFormat2a)
4471
breezy.tests.per_repository.test_repository.TestRepository.test_commit_unicode_message(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4472
breezy.tests.per_repository.test_repository.TestRepository.test_commit_unicode_message(RepositoryFormat4)
6973.6.1 by Jelmer Vernooij
More bees.
4473
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository(RemoteRepositoryFormat-default)
4474
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4475
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository(RepositoryFormat2a)
4476
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository(RepositoryFormat2aSubtree)
4477
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4478
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository(RepositoryFormat5)
6973.5.2 by Jelmer Vernooij
Add more bees.
4479
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository(RepositoryFormat6)
4480
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository(RepositoryFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4481
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository(RepositoryFormatKnit1)
4482
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository(RepositoryFormatKnit3)
4483
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
4484
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository(RepositoryFormatKnitPack1)
4485
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository(RepositoryFormatKnitPack3)
4486
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository(RepositoryFormatKnitPack4)
4487
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository(RepositoryFormatKnitPack5)
4488
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository(RepositoryFormatKnitPack5RichRoot)
4489
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4490
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository(RepositoryFormatKnitPack6)
4491
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository(RepositoryFormatKnitPack6RichRoot)
4492
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4493
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository_shared(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
4494
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository_shared(RemoteRepositoryFormat-default)
4495
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository_shared(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4496
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository_shared(RepositoryFormat2a)
4497
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository_shared(RepositoryFormat2aSubtree)
4498
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository_shared(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4499
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository_shared(RepositoryFormat5)
4500
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository_shared(RepositoryFormat6)
6973.5.2 by Jelmer Vernooij
Add more bees.
4501
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository_shared(RepositoryFormat7)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4502
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository_shared(RepositoryFormatKnit1)
4503
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository_shared(RepositoryFormatKnit3)
4504
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository_shared(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
4505
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository_shared(RepositoryFormatKnitPack1)
4506
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository_shared(RepositoryFormatKnitPack3)
4507
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository_shared(RepositoryFormatKnitPack4)
4508
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository_shared(RepositoryFormatKnitPack5)
4509
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository_shared(RepositoryFormatKnitPack5RichRoot)
4510
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository_shared(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4511
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository_shared(RepositoryFormatKnitPack6)
4512
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository_shared(RepositoryFormatKnitPack6RichRoot)
4513
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository_shared(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4514
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4515
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches(RepositoryFormat2a)
4516
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches(RepositoryFormat2aSubtree)
4517
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4518
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches(RepositoryFormat5)
4519
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches(RepositoryFormat6)
4520
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches(RepositoryFormat7)
4521
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches(RepositoryFormatKnit1)
4522
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches(RepositoryFormatKnit3)
4523
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches(RepositoryFormatKnit4)
4524
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches(RepositoryFormatKnitPack1)
4525
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches(RepositoryFormatKnitPack3)
4526
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches(RepositoryFormatKnitPack4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4527
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches(RepositoryFormatKnitPack5)
4528
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches(RepositoryFormatKnitPack5RichRoot)
4529
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches(RepositoryFormatKnitPack5RichRootBroken)
4530
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches(RepositoryFormatKnitPack6)
4531
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches(RepositoryFormatKnitPack6RichRoot)
4532
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches(RepositoryFormatPackDevelopment2Subtree)
4533
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_empty_standalone_repo(RepositoryFormat2a)
4534
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_empty_standalone_repo(RepositoryFormat2aSubtree)
4535
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_empty_standalone_repo(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4536
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_empty_standalone_repo(RepositoryFormat5)
4537
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_empty_standalone_repo(RepositoryFormat6)
4538
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_empty_standalone_repo(RepositoryFormat7)
4539
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_empty_standalone_repo(RepositoryFormatKnit1)
4540
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_empty_standalone_repo(RepositoryFormatKnit3)
4541
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_empty_standalone_repo(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4542
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_empty_standalone_repo(RepositoryFormatKnitPack1)
4543
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_empty_standalone_repo(RepositoryFormatKnitPack3)
4544
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_empty_standalone_repo(RepositoryFormatKnitPack4)
4545
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_empty_standalone_repo(RepositoryFormatKnitPack5)
4546
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_empty_standalone_repo(RepositoryFormatKnitPack5RichRoot)
4547
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_empty_standalone_repo(RepositoryFormatKnitPack5RichRootBroken)
4548
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_empty_standalone_repo(RepositoryFormatKnitPack6)
4549
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_empty_standalone_repo(RepositoryFormatKnitPack6RichRoot)
4550
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_empty_standalone_repo(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4551
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4552
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using(RepositoryFormat2a)
4553
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using(RepositoryFormat2aSubtree)
4554
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4555
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using(RepositoryFormat5)
4556
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using(RepositoryFormat6)
4557
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using(RepositoryFormat7)
4558
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using(RepositoryFormatKnit1)
4559
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using(RepositoryFormatKnit3)
4560
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
4561
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using(RepositoryFormatKnitPack1)
4562
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using(RepositoryFormatKnitPack3)
4563
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using(RepositoryFormatKnitPack4)
4564
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using(RepositoryFormatKnitPack5)
4565
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using(RepositoryFormatKnitPack5RichRoot)
4566
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4567
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using(RepositoryFormatKnitPack6)
4568
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using(RepositoryFormatKnitPack6RichRoot)
4569
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4570
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_standalone(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4571
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_standalone(RepositoryFormat2a)
4572
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_standalone(RepositoryFormat2aSubtree)
4573
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_standalone(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4574
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_standalone(RepositoryFormat5)
4575
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_standalone(RepositoryFormat6)
4576
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_standalone(RepositoryFormat7)
4577
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_standalone(RepositoryFormatKnit1)
4578
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_standalone(RepositoryFormatKnit3)
4579
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_standalone(RepositoryFormatKnit4)
4580
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_standalone(RepositoryFormatKnitPack1)
4581
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_standalone(RepositoryFormatKnitPack3)
4582
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_standalone(RepositoryFormatKnitPack4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4583
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_standalone(RepositoryFormatKnitPack5)
4584
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_standalone(RepositoryFormatKnitPack5RichRoot)
4585
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_standalone(RepositoryFormatKnitPack5RichRootBroken)
4586
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_standalone(RepositoryFormatKnitPack6)
4587
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_standalone(RepositoryFormatKnitPack6RichRoot)
4588
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_standalone(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4589
breezy.tests.per_repository.test_repository.TestRepository.test_format_attributes(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
4590
breezy.tests.per_repository.test_repository.TestRepository.test_format_attributes(RemoteRepositoryFormat-default)
4591
breezy.tests.per_repository.test_repository.TestRepository.test_format_attributes(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4592
breezy.tests.per_repository.test_repository.TestRepository.test_format_attributes(RepositoryFormat2a)
4593
breezy.tests.per_repository.test_repository.TestRepository.test_format_attributes(RepositoryFormat2aSubtree)
4594
breezy.tests.per_repository.test_repository.TestRepository.test_format_attributes(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4595
breezy.tests.per_repository.test_repository.TestRepository.test_format_attributes(RepositoryFormat5)
4596
breezy.tests.per_repository.test_repository.TestRepository.test_format_attributes(RepositoryFormat6)
4597
breezy.tests.per_repository.test_repository.TestRepository.test_format_attributes(RepositoryFormat7)
4598
breezy.tests.per_repository.test_repository.TestRepository.test_format_attributes(RepositoryFormatKnit1)
4599
breezy.tests.per_repository.test_repository.TestRepository.test_format_attributes(RepositoryFormatKnit3)
4600
breezy.tests.per_repository.test_repository.TestRepository.test_format_attributes(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4601
breezy.tests.per_repository.test_repository.TestRepository.test_format_attributes(RepositoryFormatKnitPack1)
4602
breezy.tests.per_repository.test_repository.TestRepository.test_format_attributes(RepositoryFormatKnitPack3)
4603
breezy.tests.per_repository.test_repository.TestRepository.test_format_attributes(RepositoryFormatKnitPack4)
4604
breezy.tests.per_repository.test_repository.TestRepository.test_format_attributes(RepositoryFormatKnitPack5)
4605
breezy.tests.per_repository.test_repository.TestRepository.test_format_attributes(RepositoryFormatKnitPack5RichRoot)
4606
breezy.tests.per_repository.test_repository.TestRepository.test_format_attributes(RepositoryFormatKnitPack5RichRootBroken)
4607
breezy.tests.per_repository.test_repository.TestRepository.test_format_attributes(RepositoryFormatKnitPack6)
4608
breezy.tests.per_repository.test_repository.TestRepository.test_format_attributes(RepositoryFormatKnitPack6RichRoot)
4609
breezy.tests.per_repository.test_repository.TestRepository.test_format_attributes(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4610
breezy.tests.per_repository.test_repository.TestRepository.test_format_description(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
4611
breezy.tests.per_repository.test_repository.TestRepository.test_format_description(RemoteRepositoryFormat-default)
4612
breezy.tests.per_repository.test_repository.TestRepository.test_format_description(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4613
breezy.tests.per_repository.test_repository.TestRepository.test_format_description(RepositoryFormat2a)
4614
breezy.tests.per_repository.test_repository.TestRepository.test_format_description(RepositoryFormat2aSubtree)
4615
breezy.tests.per_repository.test_repository.TestRepository.test_format_description(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4616
breezy.tests.per_repository.test_repository.TestRepository.test_format_description(RepositoryFormat5)
4617
breezy.tests.per_repository.test_repository.TestRepository.test_format_description(RepositoryFormat6)
4618
breezy.tests.per_repository.test_repository.TestRepository.test_format_description(RepositoryFormat7)
4619
breezy.tests.per_repository.test_repository.TestRepository.test_format_description(RepositoryFormatKnit1)
4620
breezy.tests.per_repository.test_repository.TestRepository.test_format_description(RepositoryFormatKnit3)
4621
breezy.tests.per_repository.test_repository.TestRepository.test_format_description(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4622
breezy.tests.per_repository.test_repository.TestRepository.test_format_description(RepositoryFormatKnitPack1)
4623
breezy.tests.per_repository.test_repository.TestRepository.test_format_description(RepositoryFormatKnitPack3)
4624
breezy.tests.per_repository.test_repository.TestRepository.test_format_description(RepositoryFormatKnitPack4)
4625
breezy.tests.per_repository.test_repository.TestRepository.test_format_description(RepositoryFormatKnitPack5)
4626
breezy.tests.per_repository.test_repository.TestRepository.test_format_description(RepositoryFormatKnitPack5RichRoot)
4627
breezy.tests.per_repository.test_repository.TestRepository.test_format_description(RepositoryFormatKnitPack5RichRootBroken)
4628
breezy.tests.per_repository.test_repository.TestRepository.test_format_description(RepositoryFormatKnitPack6)
4629
breezy.tests.per_repository.test_repository.TestRepository.test_format_description(RepositoryFormatKnitPack6RichRoot)
4630
breezy.tests.per_repository.test_repository.TestRepository.test_format_description(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4631
breezy.tests.per_repository.test_repository.TestRepository.test_format_initialize_find_open(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
4632
breezy.tests.per_repository.test_repository.TestRepository.test_format_initialize_find_open(RemoteRepositoryFormat-default)
4633
breezy.tests.per_repository.test_repository.TestRepository.test_format_initialize_find_open(RemoteRepositoryFormat-v2)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
4634
breezy.tests.per_repository.test_repository.TestRepository.test_format_initialize_find_open(RepositoryFormat2a)
4635
breezy.tests.per_repository.test_repository.TestRepository.test_format_initialize_find_open(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4636
breezy.tests.per_repository.test_repository.TestRepository.test_format_initialize_find_open(RepositoryFormat4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
4637
breezy.tests.per_repository.test_repository.TestRepository.test_format_initialize_find_open(RepositoryFormat5)
4638
breezy.tests.per_repository.test_repository.TestRepository.test_format_initialize_find_open(RepositoryFormat6)
4639
breezy.tests.per_repository.test_repository.TestRepository.test_format_initialize_find_open(RepositoryFormat7)
4640
breezy.tests.per_repository.test_repository.TestRepository.test_format_initialize_find_open(RepositoryFormatKnit1)
4641
breezy.tests.per_repository.test_repository.TestRepository.test_format_initialize_find_open(RepositoryFormatKnit3)
4642
breezy.tests.per_repository.test_repository.TestRepository.test_format_initialize_find_open(RepositoryFormatKnit4)
4643
breezy.tests.per_repository.test_repository.TestRepository.test_format_initialize_find_open(RepositoryFormatKnitPack1)
4644
breezy.tests.per_repository.test_repository.TestRepository.test_format_initialize_find_open(RepositoryFormatKnitPack3)
4645
breezy.tests.per_repository.test_repository.TestRepository.test_format_initialize_find_open(RepositoryFormatKnitPack4)
4646
breezy.tests.per_repository.test_repository.TestRepository.test_format_initialize_find_open(RepositoryFormatKnitPack5)
4647
breezy.tests.per_repository.test_repository.TestRepository.test_format_initialize_find_open(RepositoryFormatKnitPack5RichRoot)
4648
breezy.tests.per_repository.test_repository.TestRepository.test_format_initialize_find_open(RepositoryFormatKnitPack5RichRootBroken)
4649
breezy.tests.per_repository.test_repository.TestRepository.test_format_initialize_find_open(RepositoryFormatKnitPack6)
4650
breezy.tests.per_repository.test_repository.TestRepository.test_format_initialize_find_open(RepositoryFormatKnitPack6RichRoot)
4651
breezy.tests.per_repository.test_repository.TestRepository.test_format_initialize_find_open(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4652
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_deprecated(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
4653
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_deprecated(RemoteRepositoryFormat-default)
4654
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_deprecated(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4655
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_deprecated(RepositoryFormat2a)
4656
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_deprecated(RepositoryFormat2aSubtree)
4657
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_deprecated(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4658
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_deprecated(RepositoryFormat5)
4659
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_deprecated(RepositoryFormat6)
4660
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_deprecated(RepositoryFormat7)
4661
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_deprecated(RepositoryFormatKnit1)
4662
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_deprecated(RepositoryFormatKnit3)
4663
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_deprecated(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4664
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_deprecated(RepositoryFormatKnitPack1)
4665
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_deprecated(RepositoryFormatKnitPack3)
4666
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_deprecated(RepositoryFormatKnitPack4)
4667
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_deprecated(RepositoryFormatKnitPack5)
4668
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_deprecated(RepositoryFormatKnitPack5RichRoot)
4669
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_deprecated(RepositoryFormatKnitPack5RichRootBroken)
4670
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_deprecated(RepositoryFormatKnitPack6)
4671
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_deprecated(RepositoryFormatKnitPack6RichRoot)
4672
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_deprecated(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4673
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_supported(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
4674
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_supported(RemoteRepositoryFormat-default)
4675
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_supported(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4676
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_supported(RepositoryFormat2a)
4677
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_supported(RepositoryFormat2aSubtree)
4678
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_supported(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4679
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_supported(RepositoryFormat5)
4680
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_supported(RepositoryFormat6)
4681
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_supported(RepositoryFormat7)
4682
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_supported(RepositoryFormatKnit1)
4683
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_supported(RepositoryFormatKnit3)
4684
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_supported(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4685
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_supported(RepositoryFormatKnitPack1)
4686
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_supported(RepositoryFormatKnitPack3)
4687
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_supported(RepositoryFormatKnitPack4)
4688
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_supported(RepositoryFormatKnitPack5)
4689
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_supported(RepositoryFormatKnitPack5RichRoot)
4690
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_supported(RepositoryFormatKnitPack5RichRootBroken)
4691
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_supported(RepositoryFormatKnitPack6)
4692
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_supported(RepositoryFormatKnitPack6RichRoot)
4693
breezy.tests.per_repository.test_repository.TestRepository.test_format_is_supported(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4694
breezy.tests.per_repository.test_repository.TestRepository.test_format_matchingcontroldir(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4695
breezy.tests.per_repository.test_repository.TestRepository.test_format_matchingcontroldir(RemoteRepositoryFormat-default)
4696
breezy.tests.per_repository.test_repository.TestRepository.test_format_matchingcontroldir(RemoteRepositoryFormat-v2)
4697
breezy.tests.per_repository.test_repository.TestRepository.test_format_matchingcontroldir(RepositoryFormat2a)
4698
breezy.tests.per_repository.test_repository.TestRepository.test_format_matchingcontroldir(RepositoryFormat2aSubtree)
4699
breezy.tests.per_repository.test_repository.TestRepository.test_format_matchingcontroldir(RepositoryFormat4)
4700
breezy.tests.per_repository.test_repository.TestRepository.test_format_matchingcontroldir(RepositoryFormat5)
4701
breezy.tests.per_repository.test_repository.TestRepository.test_format_matchingcontroldir(RepositoryFormat6)
4702
breezy.tests.per_repository.test_repository.TestRepository.test_format_matchingcontroldir(RepositoryFormat7)
4703
breezy.tests.per_repository.test_repository.TestRepository.test_format_matchingcontroldir(RepositoryFormatKnit1)
4704
breezy.tests.per_repository.test_repository.TestRepository.test_format_matchingcontroldir(RepositoryFormatKnit3)
4705
breezy.tests.per_repository.test_repository.TestRepository.test_format_matchingcontroldir(RepositoryFormatKnit4)
4706
breezy.tests.per_repository.test_repository.TestRepository.test_format_matchingcontroldir(RepositoryFormatKnitPack1)
4707
breezy.tests.per_repository.test_repository.TestRepository.test_format_matchingcontroldir(RepositoryFormatKnitPack3)
4708
breezy.tests.per_repository.test_repository.TestRepository.test_format_matchingcontroldir(RepositoryFormatKnitPack4)
4709
breezy.tests.per_repository.test_repository.TestRepository.test_format_matchingcontroldir(RepositoryFormatKnitPack5)
4710
breezy.tests.per_repository.test_repository.TestRepository.test_format_matchingcontroldir(RepositoryFormatKnitPack5RichRoot)
4711
breezy.tests.per_repository.test_repository.TestRepository.test_format_matchingcontroldir(RepositoryFormatKnitPack5RichRootBroken)
4712
breezy.tests.per_repository.test_repository.TestRepository.test_format_matchingcontroldir(RepositoryFormatKnitPack6)
4713
breezy.tests.per_repository.test_repository.TestRepository.test_format_matchingcontroldir(RepositoryFormatKnitPack6RichRoot)
4714
breezy.tests.per_repository.test_repository.TestRepository.test_format_matchingcontroldir(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4715
breezy.tests.per_repository.test_repository.TestRepository.test_format_network_name(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4716
breezy.tests.per_repository.test_repository.TestRepository.test_format_network_name(RepositoryFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4717
breezy.tests.per_repository.test_repository.TestRepository.test_format_supports_external_lookups(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
4718
breezy.tests.per_repository.test_repository.TestRepository.test_format_supports_external_lookups(RemoteRepositoryFormat-default)
4719
breezy.tests.per_repository.test_repository.TestRepository.test_format_supports_external_lookups(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4720
breezy.tests.per_repository.test_repository.TestRepository.test_format_supports_external_lookups(RepositoryFormat2a)
4721
breezy.tests.per_repository.test_repository.TestRepository.test_format_supports_external_lookups(RepositoryFormat2aSubtree)
4722
breezy.tests.per_repository.test_repository.TestRepository.test_format_supports_external_lookups(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4723
breezy.tests.per_repository.test_repository.TestRepository.test_format_supports_external_lookups(RepositoryFormat5)
4724
breezy.tests.per_repository.test_repository.TestRepository.test_format_supports_external_lookups(RepositoryFormat6)
4725
breezy.tests.per_repository.test_repository.TestRepository.test_format_supports_external_lookups(RepositoryFormat7)
4726
breezy.tests.per_repository.test_repository.TestRepository.test_format_supports_external_lookups(RepositoryFormatKnit1)
4727
breezy.tests.per_repository.test_repository.TestRepository.test_format_supports_external_lookups(RepositoryFormatKnit3)
4728
breezy.tests.per_repository.test_repository.TestRepository.test_format_supports_external_lookups(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4729
breezy.tests.per_repository.test_repository.TestRepository.test_format_supports_external_lookups(RepositoryFormatKnitPack1)
4730
breezy.tests.per_repository.test_repository.TestRepository.test_format_supports_external_lookups(RepositoryFormatKnitPack3)
4731
breezy.tests.per_repository.test_repository.TestRepository.test_format_supports_external_lookups(RepositoryFormatKnitPack4)
4732
breezy.tests.per_repository.test_repository.TestRepository.test_format_supports_external_lookups(RepositoryFormatKnitPack5)
4733
breezy.tests.per_repository.test_repository.TestRepository.test_format_supports_external_lookups(RepositoryFormatKnitPack5RichRoot)
4734
breezy.tests.per_repository.test_repository.TestRepository.test_format_supports_external_lookups(RepositoryFormatKnitPack5RichRootBroken)
4735
breezy.tests.per_repository.test_repository.TestRepository.test_format_supports_external_lookups(RepositoryFormatKnitPack6)
4736
breezy.tests.per_repository.test_repository.TestRepository.test_format_supports_external_lookups(RepositoryFormatKnitPack6RichRoot)
4737
breezy.tests.per_repository.test_repository.TestRepository.test_format_supports_external_lookups(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4738
breezy.tests.per_repository.test_repository.TestRepository.test_get_graph(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
4739
breezy.tests.per_repository.test_repository.TestRepository.test_get_graph(RemoteRepositoryFormat-default)
4740
breezy.tests.per_repository.test_repository.TestRepository.test_get_graph(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4741
breezy.tests.per_repository.test_repository.TestRepository.test_get_graph(RepositoryFormat2a)
4742
breezy.tests.per_repository.test_repository.TestRepository.test_get_graph(RepositoryFormat2aSubtree)
4743
breezy.tests.per_repository.test_repository.TestRepository.test_get_graph(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4744
breezy.tests.per_repository.test_repository.TestRepository.test_get_graph(RepositoryFormat5)
4745
breezy.tests.per_repository.test_repository.TestRepository.test_get_graph(RepositoryFormat6)
4746
breezy.tests.per_repository.test_repository.TestRepository.test_get_graph(RepositoryFormat7)
4747
breezy.tests.per_repository.test_repository.TestRepository.test_get_graph(RepositoryFormatKnit1)
4748
breezy.tests.per_repository.test_repository.TestRepository.test_get_graph(RepositoryFormatKnit3)
4749
breezy.tests.per_repository.test_repository.TestRepository.test_get_graph(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
4750
breezy.tests.per_repository.test_repository.TestRepository.test_get_graph(RepositoryFormatKnitPack1)
4751
breezy.tests.per_repository.test_repository.TestRepository.test_get_graph(RepositoryFormatKnitPack3)
4752
breezy.tests.per_repository.test_repository.TestRepository.test_get_graph(RepositoryFormatKnitPack4)
4753
breezy.tests.per_repository.test_repository.TestRepository.test_get_graph(RepositoryFormatKnitPack5)
4754
breezy.tests.per_repository.test_repository.TestRepository.test_get_graph(RepositoryFormatKnitPack5RichRoot)
4755
breezy.tests.per_repository.test_repository.TestRepository.test_get_graph(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4756
breezy.tests.per_repository.test_repository.TestRepository.test_get_graph(RepositoryFormatKnitPack6)
4757
breezy.tests.per_repository.test_repository.TestRepository.test_get_graph(RepositoryFormatKnitPack6RichRoot)
4758
breezy.tests.per_repository.test_repository.TestRepository.test_get_graph(RepositoryFormatPackDevelopment2Subtree)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
4759
breezy.tests.per_repository.test_repository.TestRepository.test_get_known_graph_ancestry(RepositoryFormat2a)
4760
breezy.tests.per_repository.test_repository.TestRepository.test_get_known_graph_ancestry(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4761
breezy.tests.per_repository.test_repository.TestRepository.test_get_known_graph_ancestry(RepositoryFormat4)
6973.6.1 by Jelmer Vernooij
More bees.
4762
breezy.tests.per_repository.test_repository.TestRepository.test_get_revision_delta(RepositoryFormat2a)
4763
breezy.tests.per_repository.test_repository.TestRepository.test_get_revision_delta(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4764
breezy.tests.per_repository.test_repository.TestRepository.test_get_revision_delta(RepositoryFormat4)
6973.6.1 by Jelmer Vernooij
More bees.
4765
breezy.tests.per_repository.test_repository.TestRepository.test_get_revisions(RepositoryFormat2a)
4766
breezy.tests.per_repository.test_repository.TestRepository.test_get_revisions(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4767
breezy.tests.per_repository.test_repository.TestRepository.test_get_revisions(RepositoryFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4768
breezy.tests.per_repository.test_repository.TestRepository.test_graph_ghost_handling(GitRepositoryFormat)
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
4769
breezy.tests.per_repository.test_repository.TestRepository.test_graph_ghost_handling(RemoteRepositoryFormat-default)
4770
breezy.tests.per_repository.test_repository.TestRepository.test_graph_ghost_handling(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4771
breezy.tests.per_repository.test_repository.TestRepository.test_graph_ghost_handling(RepositoryFormat4)
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
4772
breezy.tests.per_repository.test_repository.TestRepository.test_graph_ghost_handling(RepositoryFormat5)
4773
breezy.tests.per_repository.test_repository.TestRepository.test_graph_ghost_handling(RepositoryFormat6)
4774
breezy.tests.per_repository.test_repository.TestRepository.test_graph_ghost_handling(RepositoryFormat7)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4775
breezy.tests.per_repository.test_repository.TestRepository.test_implements_revision_graph_can_have_wrong_parents(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
4776
breezy.tests.per_repository.test_repository.TestRepository.test_implements_revision_graph_can_have_wrong_parents(RemoteRepositoryFormat-default)
4777
breezy.tests.per_repository.test_repository.TestRepository.test_implements_revision_graph_can_have_wrong_parents(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4778
breezy.tests.per_repository.test_repository.TestRepository.test_implements_revision_graph_can_have_wrong_parents(RepositoryFormat2a)
4779
breezy.tests.per_repository.test_repository.TestRepository.test_implements_revision_graph_can_have_wrong_parents(RepositoryFormat2aSubtree)
4780
breezy.tests.per_repository.test_repository.TestRepository.test_implements_revision_graph_can_have_wrong_parents(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4781
breezy.tests.per_repository.test_repository.TestRepository.test_implements_revision_graph_can_have_wrong_parents(RepositoryFormat5)
4782
breezy.tests.per_repository.test_repository.TestRepository.test_implements_revision_graph_can_have_wrong_parents(RepositoryFormat6)
4783
breezy.tests.per_repository.test_repository.TestRepository.test_implements_revision_graph_can_have_wrong_parents(RepositoryFormat7)
4784
breezy.tests.per_repository.test_repository.TestRepository.test_implements_revision_graph_can_have_wrong_parents(RepositoryFormatKnit1)
4785
breezy.tests.per_repository.test_repository.TestRepository.test_implements_revision_graph_can_have_wrong_parents(RepositoryFormatKnit3)
4786
breezy.tests.per_repository.test_repository.TestRepository.test_implements_revision_graph_can_have_wrong_parents(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
4787
breezy.tests.per_repository.test_repository.TestRepository.test_implements_revision_graph_can_have_wrong_parents(RepositoryFormatKnitPack1)
4788
breezy.tests.per_repository.test_repository.TestRepository.test_implements_revision_graph_can_have_wrong_parents(RepositoryFormatKnitPack3)
4789
breezy.tests.per_repository.test_repository.TestRepository.test_implements_revision_graph_can_have_wrong_parents(RepositoryFormatKnitPack4)
4790
breezy.tests.per_repository.test_repository.TestRepository.test_implements_revision_graph_can_have_wrong_parents(RepositoryFormatKnitPack5)
4791
breezy.tests.per_repository.test_repository.TestRepository.test_implements_revision_graph_can_have_wrong_parents(RepositoryFormatKnitPack5RichRoot)
4792
breezy.tests.per_repository.test_repository.TestRepository.test_implements_revision_graph_can_have_wrong_parents(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4793
breezy.tests.per_repository.test_repository.TestRepository.test_implements_revision_graph_can_have_wrong_parents(RepositoryFormatKnitPack6)
4794
breezy.tests.per_repository.test_repository.TestRepository.test_implements_revision_graph_can_have_wrong_parents(RepositoryFormatKnitPack6RichRoot)
4795
breezy.tests.per_repository.test_repository.TestRepository.test_implements_revision_graph_can_have_wrong_parents(RepositoryFormatPackDevelopment2Subtree)
4796
breezy.tests.per_repository.test_repository.TestRepository.test_iter_files_bytes(RepositoryFormat4)
4797
breezy.tests.per_repository.test_repository.TestRepository.test_iter_revisions(RepositoryFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4798
breezy.tests.per_repository.test_repository.TestRepository.test__make_parents_provider(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
4799
breezy.tests.per_repository.test_repository.TestRepository.test__make_parents_provider(RemoteRepositoryFormat-default)
4800
breezy.tests.per_repository.test_repository.TestRepository.test__make_parents_provider(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4801
breezy.tests.per_repository.test_repository.TestRepository.test__make_parents_provider(RepositoryFormat2a)
4802
breezy.tests.per_repository.test_repository.TestRepository.test__make_parents_provider(RepositoryFormat2aSubtree)
4803
breezy.tests.per_repository.test_repository.TestRepository.test__make_parents_provider(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4804
breezy.tests.per_repository.test_repository.TestRepository.test__make_parents_provider(RepositoryFormat5)
4805
breezy.tests.per_repository.test_repository.TestRepository.test__make_parents_provider(RepositoryFormat6)
4806
breezy.tests.per_repository.test_repository.TestRepository.test__make_parents_provider(RepositoryFormat7)
4807
breezy.tests.per_repository.test_repository.TestRepository.test__make_parents_provider(RepositoryFormatKnit1)
4808
breezy.tests.per_repository.test_repository.TestRepository.test__make_parents_provider(RepositoryFormatKnit3)
4809
breezy.tests.per_repository.test_repository.TestRepository.test__make_parents_provider(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4810
breezy.tests.per_repository.test_repository.TestRepository.test__make_parents_provider(RepositoryFormatKnitPack1)
4811
breezy.tests.per_repository.test_repository.TestRepository.test__make_parents_provider(RepositoryFormatKnitPack3)
4812
breezy.tests.per_repository.test_repository.TestRepository.test__make_parents_provider(RepositoryFormatKnitPack4)
4813
breezy.tests.per_repository.test_repository.TestRepository.test__make_parents_provider(RepositoryFormatKnitPack5)
4814
breezy.tests.per_repository.test_repository.TestRepository.test__make_parents_provider(RepositoryFormatKnitPack5RichRoot)
4815
breezy.tests.per_repository.test_repository.TestRepository.test__make_parents_provider(RepositoryFormatKnitPack5RichRootBroken)
4816
breezy.tests.per_repository.test_repository.TestRepository.test__make_parents_provider(RepositoryFormatKnitPack6)
4817
breezy.tests.per_repository.test_repository.TestRepository.test__make_parents_provider(RepositoryFormatKnitPack6RichRoot)
4818
breezy.tests.per_repository.test_repository.TestRepository.test__make_parents_provider(RepositoryFormatPackDevelopment2Subtree)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
4819
breezy.tests.per_repository.test_repository.TestRepository.test_parent_map_type(RepositoryFormat2a)
4820
breezy.tests.per_repository.test_repository.TestRepository.test_parent_map_type(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4821
breezy.tests.per_repository.test_repository.TestRepository.test_parent_map_type(RepositoryFormat4)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
4822
breezy.tests.per_repository.test_repository.TestRepository.test_pointless_commit(RepositoryFormat2a)
4823
breezy.tests.per_repository.test_repository.TestRepository.test_pointless_commit(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4824
breezy.tests.per_repository.test_repository.TestRepository.test_pointless_commit(RepositoryFormat4)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
4825
breezy.tests.per_repository.test_repository.TestRepository.test_revision_tree(RepositoryFormat2a)
4826
breezy.tests.per_repository.test_repository.TestRepository.test_revision_tree(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4827
breezy.tests.per_repository.test_repository.TestRepository.test_revision_tree(RepositoryFormat4)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
4828
breezy.tests.per_repository.test_repository.TestRepository.test_root_entry_has_revision(RepositoryFormat2a)
4829
breezy.tests.per_repository.test_repository.TestRepository.test_root_entry_has_revision(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4830
breezy.tests.per_repository.test_repository.TestRepository.test_root_entry_has_revision(RepositoryFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4831
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_false(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
4832
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_false(RemoteRepositoryFormat-default)
4833
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_false(RemoteRepositoryFormat-v2)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
4834
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_false(RepositoryFormat2a)
4835
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_false(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4836
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_false(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4837
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_false(RepositoryFormat5)
4838
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_false(RepositoryFormat6)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
4839
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_false(RepositoryFormat7)
4840
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_false(RepositoryFormatKnit1)
4841
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_false(RepositoryFormatKnit3)
4842
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_false(RepositoryFormatKnit4)
4843
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_false(RepositoryFormatKnitPack1)
4844
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_false(RepositoryFormatKnitPack3)
4845
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_false(RepositoryFormatKnitPack4)
4846
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_false(RepositoryFormatKnitPack5)
4847
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_false(RepositoryFormatKnitPack5RichRoot)
4848
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_false(RepositoryFormatKnitPack5RichRootBroken)
4849
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_false(RepositoryFormatKnitPack6)
4850
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_false(RepositoryFormatKnitPack6RichRoot)
4851
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_false(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4852
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_true(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
4853
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_true(RemoteRepositoryFormat-default)
4854
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_true(RemoteRepositoryFormat-v2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4855
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_true(RepositoryFormat2a)
4856
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_true(RepositoryFormat2aSubtree)
4857
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_true(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4858
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_true(RepositoryFormat5)
4859
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_true(RepositoryFormat6)
4860
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_true(RepositoryFormat7)
4861
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_true(RepositoryFormatKnit1)
4862
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_true(RepositoryFormatKnit3)
4863
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_true(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
4864
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_true(RepositoryFormatKnitPack1)
4865
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_true(RepositoryFormatKnitPack3)
4866
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_true(RepositoryFormatKnitPack4)
4867
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_true(RepositoryFormatKnitPack5)
4868
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_true(RepositoryFormatKnitPack5RichRoot)
4869
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_true(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4870
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_true(RepositoryFormatKnitPack6)
4871
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_true(RepositoryFormatKnitPack6RichRoot)
4872
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_true(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4873
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
4874
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormat2a)
4875
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4876
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormat4)
4877
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormat5)
4878
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormat6)
6973.6.1 by Jelmer Vernooij
More bees.
4879
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormat7)
4880
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormatKnit1)
4881
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormatKnit3)
4882
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormatKnit4)
4883
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormatKnitPack1)
4884
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormatKnitPack3)
4885
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormatKnitPack4)
4886
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormatKnitPack5)
4887
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormatKnitPack5RichRoot)
4888
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormatKnitPack5RichRootBroken)
4889
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormatKnitPack6)
4890
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormatKnitPack6RichRoot)
4891
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4892
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
4893
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormat2a)
4894
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4895
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormat4)
4896
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormat5)
4897
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormat6)
6973.6.1 by Jelmer Vernooij
More bees.
4898
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormat7)
4899
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormatKnit1)
4900
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormatKnit3)
4901
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormatKnit4)
4902
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormatKnitPack1)
4903
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormatKnitPack3)
4904
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormatKnitPack4)
4905
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormatKnitPack5)
4906
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormatKnitPack5RichRoot)
4907
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormatKnitPack5RichRootBroken)
4908
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormatKnitPack6)
4909
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormatKnitPack6RichRoot)
4910
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4911
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(GitRepositoryFormat)
6973.6.1 by Jelmer Vernooij
More bees.
4912
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormat2a)
4913
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4914
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormat4)
6973.6.1 by Jelmer Vernooij
More bees.
4915
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormat5)
4916
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormat6)
4917
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormat7)
4918
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormatKnit1)
4919
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormatKnit3)
4920
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormatKnit4)
4921
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormatKnitPack1)
4922
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormatKnitPack3)
4923
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormatKnitPack4)
4924
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormatKnitPack5)
4925
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormatKnitPack5RichRoot)
4926
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormatKnitPack5RichRootBroken)
4927
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormatKnitPack6)
4928
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormatKnitPack6RichRoot)
4929
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormatPackDevelopment2Subtree)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
4930
breezy.tests.per_repository.test_repository.TestRepository.test_supports_rich_root(RepositoryFormat2a)
4931
breezy.tests.per_repository.test_repository.TestRepository.test_supports_rich_root(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4932
breezy.tests.per_repository.test_repository.TestRepository.test_supports_rich_root(RepositoryFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4933
breezy.tests.per_repository.test_repository.TestRepository.test_upgrade_preserves_signatures(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4934
breezy.tests.per_repository.test_repository.TestRepository.test_upgrade_preserves_signatures(RepositoryFormat4)
4935
breezy.tests.per_repository.test_revision.TestRevisionAttributes.test_revision_accessors(RepositoryFormat4)
6973.6.1 by Jelmer Vernooij
More bees.
4936
breezy.tests.per_repository.test_revision.TestRevisionAttributes.test_zero_timezone(RepositoryFormat2a)
4937
breezy.tests.per_repository.test_revision.TestRevisionAttributes.test_zero_timezone(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4938
breezy.tests.per_repository.test_revision.TestRevisionAttributes.test_zero_timezone(RepositoryFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4939
breezy.tests.per_repository.test_revision.TestRevProps.test_invalid_revprops(GitRepositoryFormat)
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
4940
breezy.tests.per_repository.test_revision.TestRevProps.test_invalid_revprops(RepositoryFormat2a)
4941
breezy.tests.per_repository.test_revision.TestRevProps.test_invalid_revprops(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4942
breezy.tests.per_repository.test_revision.TestRevProps.test_invalid_revprops(RepositoryFormat4)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
4943
breezy.tests.per_repository.test_revision.TestRevProps.test_invalid_revprops(RepositoryFormat5)
6963.2.6 by Jelmer Vernooij
Fix some more tests.
4944
breezy.tests.per_repository.test_revision.TestRevProps.test_invalid_revprops(RepositoryFormat6)
4945
breezy.tests.per_repository.test_revision.TestRevProps.test_invalid_revprops(RepositoryFormat7)
6963.2.3 by Jelmer Vernooij
Fix some more tests.
4946
breezy.tests.per_repository.test_revision.TestRevProps.test_invalid_revprops(RepositoryFormatKnit1)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
4947
breezy.tests.per_repository.test_revision.TestRevProps.test_invalid_revprops(RepositoryFormatKnit3)
4948
breezy.tests.per_repository.test_revision.TestRevProps.test_invalid_revprops(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4949
breezy.tests.per_repository.test_revision.TestRevProps.test_simple_revprops(RepositoryFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4950
breezy.tests.per_repository.test_signatures.TestSignatures.test_clone_preserves_signatures(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4951
breezy.tests.per_repository.test_signatures.TestSignatures.test_clone_preserves_signatures(RepositoryFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4952
breezy.tests.per_repository.test_signatures.TestSignatures.test_sign_existing_revision(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4953
breezy.tests.per_repository.test_signatures.TestSignatures.test_sign_existing_revision(RepositoryFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4954
breezy.tests.per_repository.test_signatures.TestSignatures.test_store_signature(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4955
breezy.tests.per_repository.test_signatures.TestSignatures.test_store_signature(RepositoryFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4956
breezy.tests.per_repository.test_signatures.TestSignatures.test_verify_revision_signature(GitRepositoryFormat)
4957
breezy.tests.per_repository.test_signatures.TestSignatures.test_verify_revision_signature_not_signed(GitRepositoryFormat)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
4958
breezy.tests.per_repository.test_signatures.TestSignatures.test_verify_revision_signature_not_signed(RepositoryFormat2a)
4959
breezy.tests.per_repository.test_signatures.TestSignatures.test_verify_revision_signature_not_signed(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4960
breezy.tests.per_repository.test_signatures.TestSignatures.test_verify_revision_signature_not_signed(RepositoryFormat4)
4961
breezy.tests.per_repository.test_signatures.TestSignatures.test_verify_revision_signature(RepositoryFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4962
breezy.tests.per_repository.test_signatures.TestSignatures.test_verify_revision_signatures(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4963
breezy.tests.per_repository.test_signatures.TestSignatures.test_verify_revision_signatures(RepositoryFormat4)
4964
breezy.tests.per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RemoteRepositoryFormat-default)
4965
breezy.tests.per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RemoteRepositoryFormat-v2)
4966
breezy.tests.per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormat2a)
4967
breezy.tests.per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormat2aSubtree)
4968
breezy.tests.per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormat4)
4969
breezy.tests.per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormat5)
4970
breezy.tests.per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormat6)
4971
breezy.tests.per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormat7)
4972
breezy.tests.per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormatKnit1)
4973
breezy.tests.per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormatKnit3)
4974
breezy.tests.per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormatKnit4)
4975
breezy.tests.per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormatKnitPack1)
4976
breezy.tests.per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormatKnitPack3)
4977
breezy.tests.per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormatKnitPack4)
4978
breezy.tests.per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormatKnitPack5)
4979
breezy.tests.per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormatKnitPack5RichRoot)
4980
breezy.tests.per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormatKnitPack5RichRootBroken)
4981
breezy.tests.per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormatKnitPack6)
4982
breezy.tests.per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormatKnitPack6RichRoot)
4983
breezy.tests.per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
4984
breezy.tests.per_repository.test_statistics.TestGatherStats.test_gather_stats_empty_repo(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
4985
breezy.tests.per_repository.test_statistics.TestGatherStats.test_gather_stats_empty_repo(RepositoryFormat2a)
4986
breezy.tests.per_repository.test_statistics.TestGatherStats.test_gather_stats_empty_repo(RepositoryFormat2aSubtree)
4987
breezy.tests.per_repository.test_statistics.TestGatherStats.test_gather_stats_empty_repo(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
4988
breezy.tests.per_repository.test_statistics.TestGatherStats.test_gather_stats_empty_repo(RepositoryFormat5)
4989
breezy.tests.per_repository.test_statistics.TestGatherStats.test_gather_stats_empty_repo(RepositoryFormat6)
4990
breezy.tests.per_repository.test_statistics.TestGatherStats.test_gather_stats_empty_repo(RepositoryFormat7)
4991
breezy.tests.per_repository.test_statistics.TestGatherStats.test_gather_stats_empty_repo(RepositoryFormatKnit1)
4992
breezy.tests.per_repository.test_statistics.TestGatherStats.test_gather_stats_empty_repo(RepositoryFormatKnit3)
4993
breezy.tests.per_repository.test_statistics.TestGatherStats.test_gather_stats_empty_repo(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
4994
breezy.tests.per_repository.test_statistics.TestGatherStats.test_gather_stats_empty_repo(RepositoryFormatKnitPack1)
4995
breezy.tests.per_repository.test_statistics.TestGatherStats.test_gather_stats_empty_repo(RepositoryFormatKnitPack3)
4996
breezy.tests.per_repository.test_statistics.TestGatherStats.test_gather_stats_empty_repo(RepositoryFormatKnitPack4)
4997
breezy.tests.per_repository.test_statistics.TestGatherStats.test_gather_stats_empty_repo(RepositoryFormatKnitPack5)
4998
breezy.tests.per_repository.test_statistics.TestGatherStats.test_gather_stats_empty_repo(RepositoryFormatKnitPack5RichRoot)
4999
breezy.tests.per_repository.test_statistics.TestGatherStats.test_gather_stats_empty_repo(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5000
breezy.tests.per_repository.test_statistics.TestGatherStats.test_gather_stats_empty_repo(RepositoryFormatKnitPack6)
5001
breezy.tests.per_repository.test_statistics.TestGatherStats.test_gather_stats_empty_repo(RepositoryFormatKnitPack6RichRoot)
5002
breezy.tests.per_repository.test_statistics.TestGatherStats.test_gather_stats_empty_repo(RepositoryFormatPackDevelopment2Subtree)
6973.6.1 by Jelmer Vernooij
More bees.
5003
breezy.tests.per_repository.test_statistics.TestGatherStats.test_gather_stats(RepositoryFormat2a)
5004
breezy.tests.per_repository.test_statistics.TestGatherStats.test_gather_stats(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5005
breezy.tests.per_repository.test_statistics.TestGatherStats.test_gather_stats(RepositoryFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
5006
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_does_not_raise_when_suppressed(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5007
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_does_not_raise_when_suppressed(RepositoryFormat2a)
5008
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_does_not_raise_when_suppressed(RepositoryFormat2aSubtree)
5009
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_does_not_raise_when_suppressed(RepositoryFormat4)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
5010
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_does_not_raise_when_suppressed(RepositoryFormat5)
5011
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_does_not_raise_when_suppressed(RepositoryFormat6)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5012
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_does_not_raise_when_suppressed(RepositoryFormatKnitPack1)
5013
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_does_not_raise_when_suppressed(RepositoryFormatKnitPack3)
5014
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_does_not_raise_when_suppressed(RepositoryFormatKnitPack4)
5015
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_does_not_raise_when_suppressed(RepositoryFormatKnitPack5)
5016
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_does_not_raise_when_suppressed(RepositoryFormatKnitPack5RichRoot)
5017
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_does_not_raise_when_suppressed(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5018
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_does_not_raise_when_suppressed(RepositoryFormatKnitPack6)
5019
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_does_not_raise_when_suppressed(RepositoryFormatKnitPack6RichRoot)
5020
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_does_not_raise_when_suppressed(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
5021
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_gets_None(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5022
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_gets_None(RepositoryFormat2a)
5023
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_gets_None(RepositoryFormat2aSubtree)
5024
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_gets_None(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5025
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_gets_None(RepositoryFormat5)
5026
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_gets_None(RepositoryFormat6)
5027
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_gets_None(RepositoryFormat7)
5028
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_gets_None(RepositoryFormatKnit1)
5029
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_gets_None(RepositoryFormatKnit3)
5030
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_gets_None(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5031
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_gets_None(RepositoryFormatKnitPack1)
5032
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_gets_None(RepositoryFormatKnitPack3)
5033
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_gets_None(RepositoryFormatKnitPack4)
5034
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_gets_None(RepositoryFormatKnitPack5)
5035
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_gets_None(RepositoryFormatKnitPack5RichRoot)
5036
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_gets_None(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5037
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_gets_None(RepositoryFormatKnitPack6)
5038
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_gets_None(RepositoryFormatKnitPack6RichRoot)
5039
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_gets_None(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
5040
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_commit_write_group_does_not_error(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5041
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_commit_write_group_does_not_error(RepositoryFormat2a)
5042
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_commit_write_group_does_not_error(RepositoryFormat2aSubtree)
5043
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_commit_write_group_does_not_error(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5044
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_commit_write_group_does_not_error(RepositoryFormat5)
5045
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_commit_write_group_does_not_error(RepositoryFormat6)
5046
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_commit_write_group_does_not_error(RepositoryFormat7)
5047
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_commit_write_group_does_not_error(RepositoryFormatKnit1)
5048
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_commit_write_group_does_not_error(RepositoryFormatKnit3)
5049
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_commit_write_group_does_not_error(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5050
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_commit_write_group_does_not_error(RepositoryFormatKnitPack1)
5051
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_commit_write_group_does_not_error(RepositoryFormatKnitPack3)
5052
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_commit_write_group_does_not_error(RepositoryFormatKnitPack4)
5053
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_commit_write_group_does_not_error(RepositoryFormatKnitPack5)
5054
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_commit_write_group_does_not_error(RepositoryFormatKnitPack5RichRoot)
5055
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_commit_write_group_does_not_error(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5056
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_commit_write_group_does_not_error(RepositoryFormatKnitPack6)
5057
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_commit_write_group_does_not_error(RepositoryFormatKnitPack6RichRoot)
5058
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_commit_write_group_does_not_error(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
5059
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_is_in_write_group(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5060
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_is_in_write_group(RepositoryFormat2a)
5061
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_is_in_write_group(RepositoryFormat2aSubtree)
5062
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_is_in_write_group(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5063
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_is_in_write_group(RepositoryFormat5)
5064
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_is_in_write_group(RepositoryFormat6)
5065
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_is_in_write_group(RepositoryFormat7)
5066
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_is_in_write_group(RepositoryFormatKnit1)
5067
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_is_in_write_group(RepositoryFormatKnit3)
5068
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_is_in_write_group(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5069
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_is_in_write_group(RepositoryFormatKnitPack1)
5070
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_is_in_write_group(RepositoryFormatKnitPack3)
5071
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_is_in_write_group(RepositoryFormatKnitPack4)
5072
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_is_in_write_group(RepositoryFormatKnitPack5)
5073
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_is_in_write_group(RepositoryFormatKnitPack5RichRoot)
5074
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_is_in_write_group(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5075
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_is_in_write_group(RepositoryFormatKnitPack6)
5076
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_is_in_write_group(RepositoryFormatKnitPack6RichRoot)
5077
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_is_in_write_group(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
5078
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_read_locked_needs_write_lock(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5079
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_read_locked_needs_write_lock(RepositoryFormat2a)
5080
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_read_locked_needs_write_lock(RepositoryFormat2aSubtree)
5081
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_read_locked_needs_write_lock(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5082
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_read_locked_needs_write_lock(RepositoryFormat5)
5083
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_read_locked_needs_write_lock(RepositoryFormat6)
5084
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_read_locked_needs_write_lock(RepositoryFormat7)
5085
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_read_locked_needs_write_lock(RepositoryFormatKnit1)
5086
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_read_locked_needs_write_lock(RepositoryFormatKnit3)
5087
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_read_locked_needs_write_lock(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5088
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_read_locked_needs_write_lock(RepositoryFormatKnitPack1)
5089
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_read_locked_needs_write_lock(RepositoryFormatKnitPack3)
5090
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_read_locked_needs_write_lock(RepositoryFormatKnitPack4)
5091
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_read_locked_needs_write_lock(RepositoryFormatKnitPack5)
5092
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_read_locked_needs_write_lock(RepositoryFormatKnitPack5RichRoot)
5093
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_read_locked_needs_write_lock(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5094
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_read_locked_needs_write_lock(RepositoryFormatKnitPack6)
5095
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_read_locked_needs_write_lock(RepositoryFormatKnitPack6RichRoot)
5096
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_read_locked_needs_write_lock(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
5097
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_twice_errors(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5098
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_twice_errors(RepositoryFormat2a)
5099
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_twice_errors(RepositoryFormat2aSubtree)
5100
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_twice_errors(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5101
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_twice_errors(RepositoryFormat5)
5102
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_twice_errors(RepositoryFormat6)
5103
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_twice_errors(RepositoryFormat7)
5104
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_twice_errors(RepositoryFormatKnit1)
5105
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_twice_errors(RepositoryFormatKnit3)
5106
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_twice_errors(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5107
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_twice_errors(RepositoryFormatKnitPack1)
5108
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_twice_errors(RepositoryFormatKnitPack3)
5109
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_twice_errors(RepositoryFormatKnitPack4)
5110
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_twice_errors(RepositoryFormatKnitPack5)
5111
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_twice_errors(RepositoryFormatKnitPack5RichRoot)
5112
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_twice_errors(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5113
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_twice_errors(RepositoryFormatKnitPack6)
5114
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_twice_errors(RepositoryFormatKnitPack6RichRoot)
5115
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_twice_errors(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
5116
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_unlocked_needs_write_lock(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5117
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_unlocked_needs_write_lock(RepositoryFormat2a)
5118
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_unlocked_needs_write_lock(RepositoryFormat2aSubtree)
5119
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_unlocked_needs_write_lock(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5120
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_unlocked_needs_write_lock(RepositoryFormat5)
5121
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_unlocked_needs_write_lock(RepositoryFormat6)
5122
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_unlocked_needs_write_lock(RepositoryFormat7)
5123
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_unlocked_needs_write_lock(RepositoryFormatKnit1)
5124
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_unlocked_needs_write_lock(RepositoryFormatKnit3)
5125
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_unlocked_needs_write_lock(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5126
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_unlocked_needs_write_lock(RepositoryFormatKnitPack1)
5127
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_unlocked_needs_write_lock(RepositoryFormatKnitPack3)
5128
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_unlocked_needs_write_lock(RepositoryFormatKnitPack4)
5129
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_unlocked_needs_write_lock(RepositoryFormatKnitPack5)
5130
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_unlocked_needs_write_lock(RepositoryFormatKnitPack5RichRoot)
5131
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_unlocked_needs_write_lock(RepositoryFormatKnitPack5RichRootBroken)
5132
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_unlocked_needs_write_lock(RepositoryFormatKnitPack6)
5133
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_unlocked_needs_write_lock(RepositoryFormatKnitPack6RichRoot)
5134
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_unlocked_needs_write_lock(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
5135
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_write_locked_gets_None(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5136
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_write_locked_gets_None(RepositoryFormat2a)
5137
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_write_locked_gets_None(RepositoryFormat2aSubtree)
5138
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_write_locked_gets_None(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5139
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_write_locked_gets_None(RepositoryFormat5)
5140
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_write_locked_gets_None(RepositoryFormat6)
5141
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_write_locked_gets_None(RepositoryFormat7)
5142
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_write_locked_gets_None(RepositoryFormatKnit1)
5143
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_write_locked_gets_None(RepositoryFormatKnit3)
5144
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_write_locked_gets_None(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5145
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_write_locked_gets_None(RepositoryFormatKnitPack1)
5146
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_write_locked_gets_None(RepositoryFormatKnitPack3)
5147
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_write_locked_gets_None(RepositoryFormatKnitPack4)
5148
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_write_locked_gets_None(RepositoryFormatKnitPack5)
5149
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_write_locked_gets_None(RepositoryFormatKnitPack5RichRoot)
5150
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_write_locked_gets_None(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5151
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_write_locked_gets_None(RepositoryFormatKnitPack6)
5152
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_write_locked_gets_None(RepositoryFormatKnitPack6RichRoot)
5153
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_write_locked_gets_None(RepositoryFormatPackDevelopment2Subtree)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
5154
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_unlock_in_write_group(GitRepositoryFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5155
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_unlock_in_write_group(RepositoryFormat2a)
5156
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_unlock_in_write_group(RepositoryFormat2aSubtree)
5157
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_unlock_in_write_group(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5158
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_unlock_in_write_group(RepositoryFormat5)
5159
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_unlock_in_write_group(RepositoryFormat6)
5160
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_unlock_in_write_group(RepositoryFormat7)
5161
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_unlock_in_write_group(RepositoryFormatKnit1)
5162
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_unlock_in_write_group(RepositoryFormatKnit3)
5163
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_unlock_in_write_group(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5164
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_unlock_in_write_group(RepositoryFormatKnitPack1)
5165
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_unlock_in_write_group(RepositoryFormatKnitPack3)
5166
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_unlock_in_write_group(RepositoryFormatKnitPack4)
5167
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_unlock_in_write_group(RepositoryFormatKnitPack5)
5168
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_unlock_in_write_group(RepositoryFormatKnitPack5RichRoot)
5169
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_unlock_in_write_group(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5170
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_unlock_in_write_group(RepositoryFormatKnitPack6)
5171
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_unlock_in_write_group(RepositoryFormatKnitPack6RichRoot)
5172
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_unlock_in_write_group(RepositoryFormatPackDevelopment2Subtree)
5173
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_basis_missing_errors(RepositoryFormat2a)
5174
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_basis_missing_errors(RepositoryFormat2aSubtree)
5175
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_basis_missing_errors(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5176
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_basis_missing_errors(RepositoryFormat5)
5177
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_basis_missing_errors(RepositoryFormat6)
5178
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_basis_missing_errors(RepositoryFormat7)
5179
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_basis_missing_errors(RepositoryFormatKnit1)
5180
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_basis_missing_errors(RepositoryFormatKnit3)
5181
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_basis_missing_errors(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5182
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_basis_missing_errors(RepositoryFormatKnitPack1)
5183
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_basis_missing_errors(RepositoryFormatKnitPack3)
5184
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_basis_missing_errors(RepositoryFormatKnitPack4)
5185
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_basis_missing_errors(RepositoryFormatKnitPack5)
5186
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_basis_missing_errors(RepositoryFormatKnitPack5RichRoot)
5187
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_basis_missing_errors(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5188
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_basis_missing_errors(RepositoryFormatKnitPack6)
5189
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_basis_missing_errors(RepositoryFormatKnitPack6RichRoot)
5190
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_basis_missing_errors(RepositoryFormatPackDevelopment2Subtree)
5191
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_not_in_write_group_errors(RepositoryFormat2a)
5192
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_not_in_write_group_errors(RepositoryFormat2aSubtree)
5193
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_not_in_write_group_errors(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5194
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_not_in_write_group_errors(RepositoryFormat5)
5195
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_not_in_write_group_errors(RepositoryFormat6)
5196
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_not_in_write_group_errors(RepositoryFormat7)
5197
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_not_in_write_group_errors(RepositoryFormatKnit1)
5198
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_not_in_write_group_errors(RepositoryFormatKnit3)
5199
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_not_in_write_group_errors(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5200
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_not_in_write_group_errors(RepositoryFormatKnitPack1)
5201
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_not_in_write_group_errors(RepositoryFormatKnitPack3)
5202
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_not_in_write_group_errors(RepositoryFormatKnitPack4)
5203
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_not_in_write_group_errors(RepositoryFormatKnitPack5)
5204
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_not_in_write_group_errors(RepositoryFormatKnitPack5RichRoot)
5205
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_not_in_write_group_errors(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5206
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_not_in_write_group_errors(RepositoryFormatKnitPack6)
5207
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_not_in_write_group_errors(RepositoryFormatKnitPack6RichRoot)
5208
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_not_in_write_group_errors(RepositoryFormatPackDevelopment2Subtree)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
5209
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_same_validator(RepositoryFormat2a)
5210
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_same_validator(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5211
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_same_validator(RepositoryFormat4)
5212
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat4,ClaimedFileParentDidNotModifyFileScenario)
5213
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat4,FileParentHasInaccessibleInventoryScenario)
5214
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat4,FileParentIsNotInRevisionAncestryScenario)
5215
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat4,FileParentsNotReferencedByAnyInventoryScenario)
5216
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat4,IncorrectlyOrderedParentsScenario)
5217
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat4,TooManyParentsScenario)
5218
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat4,UndamagedRepositoryScenario)
5219
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat4,UnreferencedFileParentsFromNoOpMergeScenario)
5220
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat4,ClaimedFileParentDidNotModifyFileScenario)
5221
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat4,FileParentHasInaccessibleInventoryScenario)
5222
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat4,FileParentIsNotInRevisionAncestryScenario)
5223
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat4,FileParentsNotReferencedByAnyInventoryScenario)
5224
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat4,IncorrectlyOrderedParentsScenario)
5225
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat4,TooManyParentsScenario)
5226
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat4,UndamagedRepositoryScenario)
5227
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat4,UnreferencedFileParentsFromNoOpMergeScenario)
5228
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat4,ClaimedFileParentDidNotModifyFileScenario)
5229
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat4,FileParentHasInaccessibleInventoryScenario)
5230
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat4,FileParentIsNotInRevisionAncestryScenario)
5231
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat4,FileParentsNotReferencedByAnyInventoryScenario)
5232
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat4,IncorrectlyOrderedParentsScenario)
5233
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat4,TooManyParentsScenario)
5234
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat4,UndamagedRepositoryScenario)
5235
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test__generate_text_key_index(RepositoryFormat4,UnreferencedFileParentsFromNoOpMergeScenario)
5236
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat4,ClaimedFileParentDidNotModifyFileScenario)
5237
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat4,FileParentHasInaccessibleInventoryScenario)
5238
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat4,FileParentIsNotInRevisionAncestryScenario)
5239
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat4,FileParentsNotReferencedByAnyInventoryScenario)
5240
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat4,IncorrectlyOrderedParentsScenario)
5241
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat4,TooManyParentsScenario)
5242
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat4,UndamagedRepositoryScenario)
5243
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat4,UnreferencedFileParentsFromNoOpMergeScenario)
5244
breezy.tests.per_repository_vf.test_check.TestCallbacks.test_callback_tree_and_branch(RepositoryFormat4)
5245
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents_on_clean_repo(RepositoryFormat2a)
5246
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents_on_clean_repo(RepositoryFormat2aSubtree)
5247
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents_on_clean_repo(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5248
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents_on_clean_repo(RepositoryFormat5)
5249
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents_on_clean_repo(RepositoryFormat6)
5250
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents_on_clean_repo(RepositoryFormat7)
5251
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents_on_clean_repo(RepositoryFormatKnit1)
5252
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents_on_clean_repo(RepositoryFormatKnit3)
5253
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents_on_clean_repo(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5254
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents_on_clean_repo(RepositoryFormatKnitPack1)
5255
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents_on_clean_repo(RepositoryFormatKnitPack3)
5256
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents_on_clean_repo(RepositoryFormatKnitPack4)
5257
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents_on_clean_repo(RepositoryFormatKnitPack5)
5258
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents_on_clean_repo(RepositoryFormatKnitPack5RichRoot)
5259
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents_on_clean_repo(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5260
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents_on_clean_repo(RepositoryFormatKnitPack6)
5261
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents_on_clean_repo(RepositoryFormatKnitPack6RichRoot)
5262
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents_on_clean_repo(RepositoryFormatPackDevelopment2Subtree)
5263
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents(RemoteRepositoryFormat-default)
5264
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents(RemoteRepositoryFormat-v2)
5265
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents(RepositoryFormat2a)
5266
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents(RepositoryFormat2aSubtree)
5267
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents(RepositoryFormat4)
5268
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents(RepositoryFormat5)
5269
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents(RepositoryFormat6)
5270
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents(RepositoryFormat7)
5271
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents(RepositoryFormatKnitPack1)
5272
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents(RepositoryFormatKnitPack3)
5273
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents(RepositoryFormatKnitPack4)
5274
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents(RepositoryFormatKnitPack5)
5275
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents(RepositoryFormatKnitPack5RichRoot)
5276
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents(RepositoryFormatKnitPack5RichRootBroken)
5277
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents(RepositoryFormatKnitPack6)
5278
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents(RepositoryFormatKnitPack6RichRoot)
5279
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents(RepositoryFormatPackDevelopment2Subtree)
5280
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test_check_reports_bad_ancestor(RemoteRepositoryFormat-default)
5281
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test_check_reports_bad_ancestor(RemoteRepositoryFormat-v2)
5282
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test_check_reports_bad_ancestor(RepositoryFormat2a)
5283
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test_check_reports_bad_ancestor(RepositoryFormat2aSubtree)
5284
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test_check_reports_bad_ancestor(RepositoryFormat4)
5285
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test_check_reports_bad_ancestor(RepositoryFormat5)
5286
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test_check_reports_bad_ancestor(RepositoryFormat6)
5287
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test_check_reports_bad_ancestor(RepositoryFormat7)
5288
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test_check_reports_bad_ancestor(RepositoryFormatKnitPack1)
5289
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test_check_reports_bad_ancestor(RepositoryFormatKnitPack3)
5290
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test_check_reports_bad_ancestor(RepositoryFormatKnitPack4)
5291
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test_check_reports_bad_ancestor(RepositoryFormatKnitPack5)
5292
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test_check_reports_bad_ancestor(RepositoryFormatKnitPack5RichRoot)
5293
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test_check_reports_bad_ancestor(RepositoryFormatKnitPack5RichRootBroken)
5294
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test_check_reports_bad_ancestor(RepositoryFormatKnitPack6)
5295
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test_check_reports_bad_ancestor(RepositoryFormatKnitPack6RichRoot)
5296
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test_check_reports_bad_ancestor(RepositoryFormatPackDevelopment2Subtree)
5297
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__find_inconsistent_revision_parents(RemoteRepositoryFormat-default)
5298
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__find_inconsistent_revision_parents(RemoteRepositoryFormat-v2)
5299
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__find_inconsistent_revision_parents(RepositoryFormat2a)
5300
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__find_inconsistent_revision_parents(RepositoryFormat2aSubtree)
5301
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__find_inconsistent_revision_parents(RepositoryFormat4)
5302
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__find_inconsistent_revision_parents(RepositoryFormat5)
5303
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__find_inconsistent_revision_parents(RepositoryFormat6)
5304
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__find_inconsistent_revision_parents(RepositoryFormat7)
5305
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__find_inconsistent_revision_parents(RepositoryFormatKnitPack1)
5306
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__find_inconsistent_revision_parents(RepositoryFormatKnitPack3)
5307
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__find_inconsistent_revision_parents(RepositoryFormatKnitPack4)
5308
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__find_inconsistent_revision_parents(RepositoryFormatKnitPack5)
5309
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__find_inconsistent_revision_parents(RepositoryFormatKnitPack5RichRoot)
5310
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__find_inconsistent_revision_parents(RepositoryFormatKnitPack5RichRootBroken)
5311
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__find_inconsistent_revision_parents(RepositoryFormatKnitPack6)
5312
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__find_inconsistent_revision_parents(RepositoryFormatKnitPack6RichRoot)
5313
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__find_inconsistent_revision_parents(RepositoryFormatPackDevelopment2Subtree)
5314
breezy.tests.per_repository_vf.test_check.TestNoSpuriousInconsistentAncestors.test_two_files_different_versions_no_inconsistencies_bug_165071(RepositoryFormat4)
5315
breezy.tests.per_repository_vf.test_fetch.TestSource.test_no_absent_records_in_stream_with_ghosts(RepositoryFormat4)
5316
breezy.tests.per_repository_vf.test_fileid_involved.FileIdInvolvedWGhosts.test_file_ids_include_ghosts(RepositoryFormat4)
5317
breezy.tests.per_repository_vf.test_fileid_involved.FileIdInvolvedWGhosts.test_file_ids_uses_fallbacks(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5318
breezy.tests.per_repository_vf.test_fileid_involved.FileIdInvolvedWGhosts.test_file_ids_uses_fallbacks(RepositoryFormat5)
5319
breezy.tests.per_repository_vf.test_fileid_involved.FileIdInvolvedWGhosts.test_file_ids_uses_fallbacks(RepositoryFormat6)
5320
breezy.tests.per_repository_vf.test_fileid_involved.FileIdInvolvedWGhosts.test_file_ids_uses_fallbacks(RepositoryFormat7)
5321
breezy.tests.per_repository_vf.test_fileid_involved.FileIdInvolvedWGhosts.test_file_ids_uses_fallbacks(RepositoryFormatKnit1)
5322
breezy.tests.per_repository_vf.test_fileid_involved.FileIdInvolvedWGhosts.test_file_ids_uses_fallbacks(RepositoryFormatKnit3)
5323
breezy.tests.per_repository_vf.test_fileid_involved.FileIdInvolvedWGhosts.test_file_ids_uses_fallbacks(RepositoryFormatKnit4)
5324
breezy.tests.per_repository_vf.test_fileid_involved.FileIdInvolvedWGhosts.test_file_ids_uses_fallbacks(RepositoryFormatKnitPack1)
5325
breezy.tests.per_repository_vf.test_fileid_involved.FileIdInvolvedWGhosts.test_file_ids_uses_fallbacks(RepositoryFormatKnitPack3)
5326
breezy.tests.per_repository_vf.test_fileid_involved.FileIdInvolvedWGhosts.test_file_ids_uses_fallbacks(RepositoryFormatKnitPack4)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
5327
breezy.tests.per_repository_vf.test_fileid_involved.TestFileIdInvolvedNonAscii.test_utf8_file_ids_and_revision_ids(RepositoryFormat2a)
5328
breezy.tests.per_repository_vf.test_fileid_involved.TestFileIdInvolvedNonAscii.test_utf8_file_ids_and_revision_ids(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5329
breezy.tests.per_repository_vf.test_fileid_involved.TestFileIdInvolvedNonAscii.test_utf8_file_ids_and_revision_ids(RepositoryFormat4)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
5330
breezy.tests.per_repository_vf.test_fileid_involved.TestFileIdInvolvedNonAscii.test_utf8_file_ids_and_revision_ids(RepositoryFormat5)
5331
breezy.tests.per_repository_vf.test_fileid_involved.TestFileIdInvolvedNonAscii.test_utf8_file_ids_and_revision_ids(RepositoryFormat6)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5332
breezy.tests.per_repository_vf.test_fileid_involved.TestFileIdInvolvedNonAscii.test_utf8_file_ids_and_revision_ids(RepositoryFormat7)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5333
breezy.tests.per_repository_vf.test_fileid_involved.TestFileIdInvolvedSuperset.test_fileid_involved_full_compare2(RepositoryFormat4)
5334
breezy.tests.per_repository_vf.test_fileid_involved.TestFileIdInvolved.test_fileids_altered_between_two_revs(RepositoryFormat4)
5335
breezy.tests.per_repository_vf.test_fileid_involved.TestFileIdInvolved.test_fileids_altered_by_revision_ids(RepositoryFormat4)
5336
breezy.tests.per_repository_vf.test_fileid_involved.TestFileIdInvolved.test_fileids_involved_full_compare(RepositoryFormat4)
5337
breezy.tests.per_repository_vf.test_find_text_key_references.TestFindTextKeyReferences.test_empty(RepositoryFormat2a)
5338
breezy.tests.per_repository_vf.test_find_text_key_references.TestFindTextKeyReferences.test_empty(RepositoryFormat2aSubtree)
5339
breezy.tests.per_repository_vf.test_find_text_key_references.TestFindTextKeyReferences.test_empty(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5340
breezy.tests.per_repository_vf.test_find_text_key_references.TestFindTextKeyReferences.test_empty(RepositoryFormat5)
5341
breezy.tests.per_repository_vf.test_find_text_key_references.TestFindTextKeyReferences.test_empty(RepositoryFormat6)
5342
breezy.tests.per_repository_vf.test_find_text_key_references.TestFindTextKeyReferences.test_empty(RepositoryFormat7)
5343
breezy.tests.per_repository_vf.test_find_text_key_references.TestFindTextKeyReferences.test_empty(RepositoryFormatKnit1)
5344
breezy.tests.per_repository_vf.test_find_text_key_references.TestFindTextKeyReferences.test_empty(RepositoryFormatKnit3)
5345
breezy.tests.per_repository_vf.test_find_text_key_references.TestFindTextKeyReferences.test_empty(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5346
breezy.tests.per_repository_vf.test_find_text_key_references.TestFindTextKeyReferences.test_empty(RepositoryFormatKnitPack1)
5347
breezy.tests.per_repository_vf.test_find_text_key_references.TestFindTextKeyReferences.test_empty(RepositoryFormatKnitPack3)
5348
breezy.tests.per_repository_vf.test_find_text_key_references.TestFindTextKeyReferences.test_empty(RepositoryFormatKnitPack4)
5349
breezy.tests.per_repository_vf.test_find_text_key_references.TestFindTextKeyReferences.test_empty(RepositoryFormatKnitPack5)
5350
breezy.tests.per_repository_vf.test_find_text_key_references.TestFindTextKeyReferences.test_empty(RepositoryFormatKnitPack5RichRoot)
5351
breezy.tests.per_repository_vf.test_find_text_key_references.TestFindTextKeyReferences.test_empty(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5352
breezy.tests.per_repository_vf.test_find_text_key_references.TestFindTextKeyReferences.test_empty(RepositoryFormatKnitPack6)
5353
breezy.tests.per_repository_vf.test_find_text_key_references.TestFindTextKeyReferences.test_empty(RepositoryFormatKnitPack6RichRoot)
5354
breezy.tests.per_repository_vf.test_find_text_key_references.TestFindTextKeyReferences.test_empty(RepositoryFormatPackDevelopment2Subtree)
5355
breezy.tests.per_repository_vf.test__generate_text_key_index.TestGenerateTextKeyIndex.test_empty(RepositoryFormat4)
5356
breezy.tests.per_repository_vf.test_merge_directive.TestMergeDirective.test_create_and_install_directive(RepositoryFormat4)
5357
breezy.tests.per_repository_vf.test_merge_directive.TestMergeDirective.test_create_merge_directive(RepositoryFormat4)
5358
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_aborts_if_bad_parents_in_index(RemoteRepositoryFormat-default)
5359
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_aborts_if_bad_parents_in_index(RemoteRepositoryFormat-v2)
5360
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_aborts_if_bad_parents_in_index(RepositoryFormat2a)
5361
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_aborts_if_bad_parents_in_index(RepositoryFormat2aSubtree)
5362
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_aborts_if_bad_parents_in_index(RepositoryFormat4)
5363
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_aborts_if_bad_parents_in_index(RepositoryFormat5)
5364
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_aborts_if_bad_parents_in_index(RepositoryFormat6)
5365
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_aborts_if_bad_parents_in_index(RepositoryFormat7)
5366
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_aborts_if_bad_parents_in_index(RepositoryFormatKnitPack1)
5367
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_aborts_if_bad_parents_in_index(RepositoryFormatKnitPack3)
5368
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_aborts_if_bad_parents_in_index(RepositoryFormatKnitPack4)
5369
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_aborts_if_bad_parents_in_index(RepositoryFormatKnitPack5)
5370
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_aborts_if_bad_parents_in_index(RepositoryFormatKnitPack5RichRoot)
5371
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_aborts_if_bad_parents_in_index(RepositoryFormatKnitPack5RichRootBroken)
5372
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_aborts_if_bad_parents_in_index(RepositoryFormatKnitPack6)
5373
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_aborts_if_bad_parents_in_index(RepositoryFormatKnitPack6RichRoot)
5374
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_aborts_if_bad_parents_in_index(RepositoryFormatPackDevelopment2Subtree)
5375
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_does_not_abort_on_clean_repo(RepositoryFormat2a)
5376
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_does_not_abort_on_clean_repo(RepositoryFormat2aSubtree)
5377
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_does_not_abort_on_clean_repo(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5378
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_does_not_abort_on_clean_repo(RepositoryFormat5)
5379
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_does_not_abort_on_clean_repo(RepositoryFormat6)
5380
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_does_not_abort_on_clean_repo(RepositoryFormat7)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5381
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_does_not_abort_on_clean_repo(RepositoryFormatKnitPack1)
5382
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_does_not_abort_on_clean_repo(RepositoryFormatKnitPack3)
5383
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_does_not_abort_on_clean_repo(RepositoryFormatKnitPack4)
5384
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_does_not_abort_on_clean_repo(RepositoryFormatKnitPack5)
5385
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_does_not_abort_on_clean_repo(RepositoryFormatKnitPack5RichRoot)
5386
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_does_not_abort_on_clean_repo(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5387
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_does_not_abort_on_clean_repo(RepositoryFormatKnitPack6)
5388
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_does_not_abort_on_clean_repo(RepositoryFormatKnitPack6RichRoot)
5389
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_does_not_abort_on_clean_repo(RepositoryFormatPackDevelopment2Subtree)
5390
breezy.tests.per_repository_vf.test_reconcile.TestReconcileWithIncorrectRevisionCache.test_reconcile_wrong_order(RepositoryFormat4)
5391
breezy.tests.per_repository_vf.test_reconcile.TestReconcileWithIncorrectRevisionCache.test_reconcile_wrong_order_secondary_inventory(RepositoryFormat4)
5392
breezy.tests.per_repository_vf.test_reconcile.TestsNeedingReweave.test_convenience_reconcile_inventory_without_revision_reconcile(RepositoryFormat4)
5393
breezy.tests.per_repository_vf.test_reconcile.TestsNeedingReweave.test_reconcile_empty(RepositoryFormat4)
5394
breezy.tests.per_repository_vf.test_reconcile.TestsNeedingReweave.test_reconcile_empty_thorough(RepositoryFormat4)
5395
breezy.tests.per_repository_vf.test_reconcile.TestsNeedingReweave.test_repo_has_reconcile_does_inventory_gc_attribute(RepositoryFormat4)
5396
breezy.tests.per_repository_vf.test_reconcile.TestsNeedingReweave.test_reweave_inventory_fixes_ancestryfor_a_present_ghost(RepositoryFormat4)
5397
breezy.tests.per_repository_vf.test_reconcile.TestsNeedingReweave.test_reweave_inventory_preserves_a_revision_with_ghosts(RepositoryFormat4)
5398
breezy.tests.per_repository_vf.test_reconcile.TestsNeedingReweave.test_reweave_inventory_without_revision_and_ghost(RepositoryFormat4)
5399
breezy.tests.per_repository_vf.test_reconcile.TestsNeedingReweave.test_reweave_inventory_without_revision_reconciler(RepositoryFormat4)
5400
breezy.tests.per_repository_vf.test_reconcile.TestsNeedingReweave.test_reweave_inventory_without_revision(RepositoryFormat4)
5401
breezy.tests.per_repository_vf.test_reconcile.TestsNeedingReweave.test_text_from_ghost_revision(RepositoryFormat4)
5402
breezy.tests.per_repository_vf.test_refresh_data.TestRefreshData.test_refresh_data_after_fetch_new_data_visible_in_write_group(RepositoryFormat4)
5403
breezy.tests.per_repository_vf.test_refresh_data.TestRefreshData.test_refresh_data_after_fetch_new_data_visible(RepositoryFormat4)
5404
breezy.tests.per_repository_vf.test_repository.TestCaseWithComplexRepository.test_all_revision_ids(RepositoryFormat4)
5405
breezy.tests.per_repository_vf.test_repository.TestCaseWithComplexRepository.test_get_deltas_for_revisions(RepositoryFormat4)
5406
breezy.tests.per_repository_vf.test_repository.TestCaseWithComplexRepository.test_reserved_id(RepositoryFormat4)
5407
breezy.tests.per_repository_vf.test_repository.TestCaseWithComplexRepository.test_revision_trees(RepositoryFormat4)
5408
breezy.tests.per_repository_vf.test_repository.TestCaseWithCorruptRepository.test_corrupt_revision_access_asserts_if_reported_wrong(RepositoryFormat4)
5409
breezy.tests.per_repository_vf.test_repository.TestCaseWithCorruptRepository.test_corrupt_revision_get_revision_reconcile(RepositoryFormat4)
5410
breezy.tests.per_repository_vf.test_repository.TestRepository.test_add_revision_inventory_sha1(RepositoryFormat4)
5411
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_order(RepositoryFormat2a)
5412
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_order(RepositoryFormat2aSubtree)
5413
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_order(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5414
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_order(RepositoryFormat5)
5415
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_order(RepositoryFormat6)
5416
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_order(RepositoryFormat7)
5417
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_order(RepositoryFormatKnit1)
5418
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_order(RepositoryFormatKnit3)
5419
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_order(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5420
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_order(RepositoryFormatKnitPack1)
5421
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_order(RepositoryFormatKnitPack3)
5422
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_order(RepositoryFormatKnitPack4)
5423
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_order(RepositoryFormatKnitPack5)
5424
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_order(RepositoryFormatKnitPack5RichRoot)
5425
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_order(RepositoryFormatKnitPack5RichRootBroken)
5426
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_order(RepositoryFormatKnitPack6)
5427
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_order(RepositoryFormatKnitPack6RichRoot)
5428
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_order(RepositoryFormatPackDevelopment2Subtree)
5429
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_uses_deltas(RepositoryFormat2a)
5430
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_uses_deltas(RepositoryFormat2aSubtree)
5431
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_uses_deltas(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5432
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_uses_deltas(RepositoryFormat5)
5433
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_uses_deltas(RepositoryFormat6)
5434
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_uses_deltas(RepositoryFormat7)
5435
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_uses_deltas(RepositoryFormatKnit1)
5436
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_uses_deltas(RepositoryFormatKnit3)
5437
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_uses_deltas(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5438
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_uses_deltas(RepositoryFormatKnitPack1)
5439
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_uses_deltas(RepositoryFormatKnitPack3)
5440
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_uses_deltas(RepositoryFormatKnitPack4)
5441
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_uses_deltas(RepositoryFormatKnitPack5)
5442
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_uses_deltas(RepositoryFormatKnitPack5RichRoot)
5443
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_uses_deltas(RepositoryFormatKnitPack5RichRootBroken)
5444
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_uses_deltas(RepositoryFormatKnitPack6)
5445
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_uses_deltas(RepositoryFormatKnitPack6RichRoot)
5446
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_uses_deltas(RepositoryFormatPackDevelopment2Subtree)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
5447
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_inventories_basics(RepositoryFormat2a)
5448
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_inventories_basics(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5449
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_inventories_basics(RepositoryFormat4)
5450
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_inventories_store(RepositoryFormat2a)
5451
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_inventories_store(RepositoryFormat2aSubtree)
5452
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_inventories_store(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5453
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_inventories_store(RepositoryFormat5)
5454
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_inventories_store(RepositoryFormat6)
5455
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_inventories_store(RepositoryFormat7)
5456
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_inventories_store(RepositoryFormatKnit1)
5457
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_inventories_store(RepositoryFormatKnit3)
5458
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_inventories_store(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5459
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_inventories_store(RepositoryFormatKnitPack1)
5460
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_inventories_store(RepositoryFormatKnitPack3)
5461
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_inventories_store(RepositoryFormatKnitPack4)
5462
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_inventories_store(RepositoryFormatKnitPack5)
5463
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_inventories_store(RepositoryFormatKnitPack5RichRoot)
5464
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_inventories_store(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5465
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_inventories_store(RepositoryFormatKnitPack6)
5466
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_inventories_store(RepositoryFormatKnitPack6RichRoot)
5467
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_inventories_store(RepositoryFormatPackDevelopment2Subtree)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
5468
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_revision_store_basics(RepositoryFormat2a)
5469
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_revision_store_basics(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5470
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_revision_store_basics(RepositoryFormat4)
5471
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_revision_store(RepositoryFormat2a)
5472
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_revision_store(RepositoryFormat2aSubtree)
5473
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_revision_store(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5474
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_revision_store(RepositoryFormat5)
5475
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_revision_store(RepositoryFormat6)
5476
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_revision_store(RepositoryFormat7)
5477
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_revision_store(RepositoryFormatKnit1)
5478
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_revision_store(RepositoryFormatKnit3)
5479
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_revision_store(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5480
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_revision_store(RepositoryFormatKnitPack1)
5481
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_revision_store(RepositoryFormatKnitPack3)
5482
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_revision_store(RepositoryFormatKnitPack4)
5483
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_revision_store(RepositoryFormatKnitPack5)
5484
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_revision_store(RepositoryFormatKnitPack5RichRoot)
5485
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_revision_store(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5486
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_revision_store(RepositoryFormatKnitPack6)
5487
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_revision_store(RepositoryFormatKnitPack6RichRoot)
5488
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_revision_store(RepositoryFormatPackDevelopment2Subtree)
5489
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_signature_store(RepositoryFormat2a)
5490
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_signature_store(RepositoryFormat2aSubtree)
5491
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_signature_store(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5492
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_signature_store(RepositoryFormat5)
5493
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_signature_store(RepositoryFormat6)
5494
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_signature_store(RepositoryFormat7)
5495
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_signature_store(RepositoryFormatKnit1)
5496
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_signature_store(RepositoryFormatKnit3)
5497
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_signature_store(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5498
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_signature_store(RepositoryFormatKnitPack1)
5499
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_signature_store(RepositoryFormatKnitPack3)
5500
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_signature_store(RepositoryFormatKnitPack4)
5501
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_signature_store(RepositoryFormatKnitPack5)
5502
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_signature_store(RepositoryFormatKnitPack5RichRoot)
5503
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_signature_store(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5504
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_signature_store(RepositoryFormatKnitPack6)
5505
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_signature_store(RepositoryFormatKnitPack6RichRoot)
5506
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_signature_store(RepositoryFormatPackDevelopment2Subtree)
5507
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_text_store_basics(RepositoryFormat4)
5508
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_text_store(RepositoryFormat2a)
5509
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_text_store(RepositoryFormat2aSubtree)
5510
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_text_store(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5511
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_text_store(RepositoryFormat5)
5512
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_text_store(RepositoryFormat6)
5513
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_text_store(RepositoryFormat7)
5514
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_text_store(RepositoryFormatKnit1)
5515
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_text_store(RepositoryFormatKnit3)
5516
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_text_store(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5517
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_text_store(RepositoryFormatKnitPack1)
5518
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_text_store(RepositoryFormatKnitPack3)
5519
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_text_store(RepositoryFormatKnitPack4)
5520
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_text_store(RepositoryFormatKnitPack5)
5521
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_text_store(RepositoryFormatKnitPack5RichRoot)
5522
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_text_store(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5523
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_text_store(RepositoryFormatKnitPack6)
5524
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_text_store(RepositoryFormatKnitPack6RichRoot)
5525
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_text_store(RepositoryFormatPackDevelopment2Subtree)
5526
breezy.tests.per_repository_vf.test_repository.TestRepository.test_exposed_versioned_files_are_marked_dirty(RepositoryFormat2a)
5527
breezy.tests.per_repository_vf.test_repository.TestRepository.test_exposed_versioned_files_are_marked_dirty(RepositoryFormat2aSubtree)
5528
breezy.tests.per_repository_vf.test_repository.TestRepository.test_exposed_versioned_files_are_marked_dirty(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5529
breezy.tests.per_repository_vf.test_repository.TestRepository.test_exposed_versioned_files_are_marked_dirty(RepositoryFormat5)
5530
breezy.tests.per_repository_vf.test_repository.TestRepository.test_exposed_versioned_files_are_marked_dirty(RepositoryFormat6)
5531
breezy.tests.per_repository_vf.test_repository.TestRepository.test_exposed_versioned_files_are_marked_dirty(RepositoryFormat7)
5532
breezy.tests.per_repository_vf.test_repository.TestRepository.test_exposed_versioned_files_are_marked_dirty(RepositoryFormatKnit1)
5533
breezy.tests.per_repository_vf.test_repository.TestRepository.test_exposed_versioned_files_are_marked_dirty(RepositoryFormatKnit3)
5534
breezy.tests.per_repository_vf.test_repository.TestRepository.test_exposed_versioned_files_are_marked_dirty(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5535
breezy.tests.per_repository_vf.test_repository.TestRepository.test_exposed_versioned_files_are_marked_dirty(RepositoryFormatKnitPack1)
5536
breezy.tests.per_repository_vf.test_repository.TestRepository.test_exposed_versioned_files_are_marked_dirty(RepositoryFormatKnitPack3)
5537
breezy.tests.per_repository_vf.test_repository.TestRepository.test_exposed_versioned_files_are_marked_dirty(RepositoryFormatKnitPack4)
5538
breezy.tests.per_repository_vf.test_repository.TestRepository.test_exposed_versioned_files_are_marked_dirty(RepositoryFormatKnitPack5)
5539
breezy.tests.per_repository_vf.test_repository.TestRepository.test_exposed_versioned_files_are_marked_dirty(RepositoryFormatKnitPack5RichRoot)
5540
breezy.tests.per_repository_vf.test_repository.TestRepository.test_exposed_versioned_files_are_marked_dirty(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5541
breezy.tests.per_repository_vf.test_repository.TestRepository.test_exposed_versioned_files_are_marked_dirty(RepositoryFormatKnitPack6)
5542
breezy.tests.per_repository_vf.test_repository.TestRepository.test_exposed_versioned_files_are_marked_dirty(RepositoryFormatKnitPack6RichRoot)
5543
breezy.tests.per_repository_vf.test_repository.TestRepository.test_exposed_versioned_files_are_marked_dirty(RepositoryFormatPackDevelopment2Subtree)
5544
breezy.tests.per_repository_vf.test_repository.TestRepository.test_get_serializer_format(RepositoryFormat2a)
5545
breezy.tests.per_repository_vf.test_repository.TestRepository.test_get_serializer_format(RepositoryFormat2aSubtree)
5546
breezy.tests.per_repository_vf.test_repository.TestRepository.test_get_serializer_format(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5547
breezy.tests.per_repository_vf.test_repository.TestRepository.test_get_serializer_format(RepositoryFormat5)
5548
breezy.tests.per_repository_vf.test_repository.TestRepository.test_get_serializer_format(RepositoryFormat6)
5549
breezy.tests.per_repository_vf.test_repository.TestRepository.test_get_serializer_format(RepositoryFormat7)
5550
breezy.tests.per_repository_vf.test_repository.TestRepository.test_get_serializer_format(RepositoryFormatKnit1)
5551
breezy.tests.per_repository_vf.test_repository.TestRepository.test_get_serializer_format(RepositoryFormatKnit3)
5552
breezy.tests.per_repository_vf.test_repository.TestRepository.test_get_serializer_format(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5553
breezy.tests.per_repository_vf.test_repository.TestRepository.test_get_serializer_format(RepositoryFormatKnitPack1)
5554
breezy.tests.per_repository_vf.test_repository.TestRepository.test_get_serializer_format(RepositoryFormatKnitPack3)
5555
breezy.tests.per_repository_vf.test_repository.TestRepository.test_get_serializer_format(RepositoryFormatKnitPack4)
5556
breezy.tests.per_repository_vf.test_repository.TestRepository.test_get_serializer_format(RepositoryFormatKnitPack5)
5557
breezy.tests.per_repository_vf.test_repository.TestRepository.test_get_serializer_format(RepositoryFormatKnitPack5RichRoot)
5558
breezy.tests.per_repository_vf.test_repository.TestRepository.test_get_serializer_format(RepositoryFormatKnitPack5RichRootBroken)
5559
breezy.tests.per_repository_vf.test_repository.TestRepository.test_get_serializer_format(RepositoryFormatKnitPack6)
5560
breezy.tests.per_repository_vf.test_repository.TestRepository.test_get_serializer_format(RepositoryFormatKnitPack6RichRoot)
5561
breezy.tests.per_repository_vf.test_repository.TestRepository.test_get_serializer_format(RepositoryFormatPackDevelopment2Subtree)
5562
breezy.tests.per_repository_vf.test_repository.TestRepository.test__get_sink(RepositoryFormat2a)
5563
breezy.tests.per_repository_vf.test_repository.TestRepository.test__get_sink(RepositoryFormat2aSubtree)
5564
breezy.tests.per_repository_vf.test_repository.TestRepository.test__get_sink(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5565
breezy.tests.per_repository_vf.test_repository.TestRepository.test__get_sink(RepositoryFormat5)
5566
breezy.tests.per_repository_vf.test_repository.TestRepository.test__get_sink(RepositoryFormat6)
5567
breezy.tests.per_repository_vf.test_repository.TestRepository.test__get_sink(RepositoryFormat7)
5568
breezy.tests.per_repository_vf.test_repository.TestRepository.test__get_sink(RepositoryFormatKnit1)
5569
breezy.tests.per_repository_vf.test_repository.TestRepository.test__get_sink(RepositoryFormatKnit3)
5570
breezy.tests.per_repository_vf.test_repository.TestRepository.test__get_sink(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5571
breezy.tests.per_repository_vf.test_repository.TestRepository.test__get_sink(RepositoryFormatKnitPack1)
5572
breezy.tests.per_repository_vf.test_repository.TestRepository.test__get_sink(RepositoryFormatKnitPack3)
5573
breezy.tests.per_repository_vf.test_repository.TestRepository.test__get_sink(RepositoryFormatKnitPack4)
5574
breezy.tests.per_repository_vf.test_repository.TestRepository.test__get_sink(RepositoryFormatKnitPack5)
5575
breezy.tests.per_repository_vf.test_repository.TestRepository.test__get_sink(RepositoryFormatKnitPack5RichRoot)
5576
breezy.tests.per_repository_vf.test_repository.TestRepository.test__get_sink(RepositoryFormatKnitPack5RichRootBroken)
5577
breezy.tests.per_repository_vf.test_repository.TestRepository.test__get_sink(RepositoryFormatKnitPack6)
5578
breezy.tests.per_repository_vf.test_repository.TestRepository.test__get_sink(RepositoryFormatKnitPack6RichRoot)
5579
breezy.tests.per_repository_vf.test_repository.TestRepository.test__get_sink(RepositoryFormatPackDevelopment2Subtree)
5580
breezy.tests.per_repository_vf.test_repository.TestRepository.test_install_revisions(RepositoryFormat4)
5581
breezy.tests.per_repository_vf.test_repository.TestRepository.test_item_keys_introduced_by(RepositoryFormat4)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
5582
breezy.tests.per_repository_vf.test_repository.TestRepository.test_iter_inventories_is_ordered(RepositoryFormat2a)
5583
breezy.tests.per_repository_vf.test_repository.TestRepository.test_iter_inventories_is_ordered(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5584
breezy.tests.per_repository_vf.test_repository.TestRepository.test_iter_inventories_is_ordered(RepositoryFormat4)
5585
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_empty_get_missing_parent_inventories(RepositoryFormat2a)
5586
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_empty_get_missing_parent_inventories(RepositoryFormat2aSubtree)
5587
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_empty_get_missing_parent_inventories(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5588
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_empty_get_missing_parent_inventories(RepositoryFormat5)
5589
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_empty_get_missing_parent_inventories(RepositoryFormat6)
5590
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_empty_get_missing_parent_inventories(RepositoryFormat7)
5591
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_empty_get_missing_parent_inventories(RepositoryFormatKnit1)
5592
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_empty_get_missing_parent_inventories(RepositoryFormatKnit3)
5593
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_empty_get_missing_parent_inventories(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5594
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_empty_get_missing_parent_inventories(RepositoryFormatKnitPack1)
5595
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_empty_get_missing_parent_inventories(RepositoryFormatKnitPack3)
5596
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_empty_get_missing_parent_inventories(RepositoryFormatKnitPack4)
5597
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_empty_get_missing_parent_inventories(RepositoryFormatKnitPack5)
5598
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_empty_get_missing_parent_inventories(RepositoryFormatKnitPack5RichRoot)
5599
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_empty_get_missing_parent_inventories(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5600
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_empty_get_missing_parent_inventories(RepositoryFormatKnitPack6)
5601
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_empty_get_missing_parent_inventories(RepositoryFormatKnitPack6RichRoot)
5602
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_empty_get_missing_parent_inventories(RepositoryFormatPackDevelopment2Subtree)
5603
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_get_missing_parent_inventories_check(RepositoryFormat4)
5604
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_get_missing_parent_inventories(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5605
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_get_missing_parent_inventories(RepositoryFormat5)
5606
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_get_missing_parent_inventories(RepositoryFormat6)
5607
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_get_missing_parent_inventories(RepositoryFormat7)
5608
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_get_missing_parent_inventories(RepositoryFormatKnit1)
5609
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_get_missing_parent_inventories(RepositoryFormatKnit3)
5610
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_get_missing_parent_inventories(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5611
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_get_missing_parent_inventories(RepositoryFormatKnitPack1)
5612
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_get_missing_parent_inventories(RepositoryFormatKnitPack3)
5613
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_get_missing_parent_inventories(RepositoryFormatKnitPack4)
5614
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_ghost_revision(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5615
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_ghost_revision(RepositoryFormat5)
5616
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_ghost_revision(RepositoryFormat6)
5617
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_ghost_revision(RepositoryFormat7)
5618
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_ghost_revision(RepositoryFormatKnit1)
5619
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_ghost_revision(RepositoryFormatKnit3)
5620
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_ghost_revision(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5621
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_ghost_revision(RepositoryFormatKnitPack1)
5622
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_ghost_revision(RepositoryFormatKnitPack3)
5623
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_ghost_revision(RepositoryFormatKnitPack4)
6973.5.12 by Jelmer Vernooij
Merge trunk.
5624
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_passes_resume_info(RepositoryFormat2a)
5625
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_passes_resume_info(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5626
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_passes_resume_info(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5627
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_passes_resume_info(RepositoryFormat5)
5628
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_passes_resume_info(RepositoryFormat6)
5629
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_passes_resume_info(RepositoryFormat7)
5630
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_passes_resume_info(RepositoryFormatKnit1)
5631
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_passes_resume_info(RepositoryFormatKnit3)
5632
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_passes_resume_info(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5633
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_passes_resume_info(RepositoryFormatKnitPack1)
5634
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_passes_resume_info(RepositoryFormatKnitPack3)
5635
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_passes_resume_info(RepositoryFormatKnitPack4)
5636
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_lock(RepositoryFormat2a)
5637
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_lock(RepositoryFormat2aSubtree)
5638
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_lock(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5639
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_lock(RepositoryFormat5)
5640
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_lock(RepositoryFormat6)
5641
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_lock(RepositoryFormat7)
5642
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_lock(RepositoryFormatKnit1)
5643
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_lock(RepositoryFormatKnit3)
5644
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_lock(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5645
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_lock(RepositoryFormatKnitPack1)
5646
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_lock(RepositoryFormatKnitPack3)
5647
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_lock(RepositoryFormatKnitPack4)
5648
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_lock(RepositoryFormatKnitPack5)
5649
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_lock(RepositoryFormatKnitPack5RichRoot)
5650
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_lock(RepositoryFormatKnitPack5RichRootBroken)
5651
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_lock(RepositoryFormatKnitPack6)
5652
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_lock(RepositoryFormatKnitPack6RichRoot)
5653
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_lock(RepositoryFormatPackDevelopment2Subtree)
5654
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_write_group(RepositoryFormat2a)
5655
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_write_group(RepositoryFormat2aSubtree)
5656
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_write_group(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5657
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_write_group(RepositoryFormat5)
5658
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_write_group(RepositoryFormat6)
5659
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_write_group(RepositoryFormat7)
5660
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_write_group(RepositoryFormatKnit1)
5661
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_write_group(RepositoryFormatKnit3)
5662
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_write_group(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5663
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_write_group(RepositoryFormatKnitPack1)
5664
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_write_group(RepositoryFormatKnitPack3)
5665
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_write_group(RepositoryFormatKnitPack4)
5666
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_write_group(RepositoryFormatKnitPack5)
5667
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_write_group(RepositoryFormatKnitPack5RichRoot)
5668
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_write_group(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5669
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_write_group(RepositoryFormatKnitPack6)
5670
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_write_group(RepositoryFormatKnitPack6RichRoot)
5671
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_write_group(RepositoryFormatPackDevelopment2Subtree)
6973.5.12 by Jelmer Vernooij
Merge trunk.
5672
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking(RepositoryFormat2a)
5673
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking(RepositoryFormat2aSubtree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5674
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking(RepositoryFormat4)
6973.5.12 by Jelmer Vernooij
Merge trunk.
5675
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking(RepositoryFormat5)
5676
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking(RepositoryFormat6)
5677
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking(RepositoryFormat7)
5678
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking(RepositoryFormatKnit1)
5679
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking(RepositoryFormatKnit3)
5680
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5681
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_add_missing_parent_after_resume(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5682
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_add_missing_parent_after_resume(RepositoryFormat5)
5683
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_add_missing_parent_after_resume(RepositoryFormat6)
5684
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_add_missing_parent_after_resume(RepositoryFormat7)
5685
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_add_missing_parent_after_resume(RepositoryFormatKnit1)
5686
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_add_missing_parent_after_resume(RepositoryFormatKnit3)
5687
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_add_missing_parent_after_resume(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5688
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_cannot_resume_aborted_write_group(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5689
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_cannot_resume_aborted_write_group(RepositoryFormat5)
5690
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_cannot_resume_aborted_write_group(RepositoryFormat6)
5691
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_cannot_resume_aborted_write_group(RepositoryFormat7)
5692
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_cannot_resume_aborted_write_group(RepositoryFormatKnit1)
5693
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_cannot_resume_aborted_write_group(RepositoryFormatKnit3)
5694
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_cannot_resume_aborted_write_group(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5695
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_adding_missing_parents(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5696
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_adding_missing_parents(RepositoryFormat5)
5697
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_adding_missing_parents(RepositoryFormat6)
5698
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_adding_missing_parents(RepositoryFormat7)
5699
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_adding_missing_parents(RepositoryFormatKnit1)
5700
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_adding_missing_parents(RepositoryFormatKnit3)
5701
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_adding_missing_parents(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5702
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_no_new_data(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5703
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_no_new_data(RepositoryFormat5)
5704
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_no_new_data(RepositoryFormat6)
5705
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_no_new_data(RepositoryFormat7)
5706
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_no_new_data(RepositoryFormatKnit1)
5707
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_no_new_data(RepositoryFormatKnit3)
5708
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_no_new_data(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5709
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_plus_new_data(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5710
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_plus_new_data(RepositoryFormat5)
5711
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_plus_new_data(RepositoryFormat6)
5712
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_plus_new_data(RepositoryFormat7)
5713
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_plus_new_data(RepositoryFormatKnit1)
5714
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_plus_new_data(RepositoryFormatKnit3)
5715
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_plus_new_data(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5716
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_with_missing_parents(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5717
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_with_missing_parents(RepositoryFormat5)
5718
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_with_missing_parents(RepositoryFormat6)
5719
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_with_missing_parents(RepositoryFormat7)
5720
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_with_missing_parents(RepositoryFormatKnit1)
5721
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_with_missing_parents(RepositoryFormatKnit3)
5722
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_commit_resumed_write_group_with_missing_parents(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5723
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_multiple_resume_write_group(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5724
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_multiple_resume_write_group(RepositoryFormat5)
5725
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_multiple_resume_write_group(RepositoryFormat6)
5726
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_multiple_resume_write_group(RepositoryFormat7)
5727
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_multiple_resume_write_group(RepositoryFormatKnit1)
5728
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_multiple_resume_write_group(RepositoryFormatKnit3)
5729
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_multiple_resume_write_group(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5730
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_no_op_suspend_resume(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5731
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_no_op_suspend_resume(RepositoryFormat5)
5732
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_no_op_suspend_resume(RepositoryFormat6)
5733
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_no_op_suspend_resume(RepositoryFormat7)
5734
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_no_op_suspend_resume(RepositoryFormatKnit1)
5735
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_no_op_suspend_resume(RepositoryFormatKnit3)
5736
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_no_op_suspend_resume(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5737
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_resume_abort_fails(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5738
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_resume_abort_fails(RepositoryFormat5)
5739
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_resume_abort_fails(RepositoryFormat6)
5740
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_resume_abort_fails(RepositoryFormat7)
5741
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_resume_abort_fails(RepositoryFormatKnit1)
5742
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_resume_abort_fails(RepositoryFormatKnit3)
5743
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_resume_abort_fails(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5744
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_second_suspend_fails(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5745
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_second_suspend_fails(RepositoryFormat5)
5746
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_second_suspend_fails(RepositoryFormat6)
5747
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_second_suspend_fails(RepositoryFormat7)
5748
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_second_suspend_fails(RepositoryFormatKnit1)
5749
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_second_suspend_fails(RepositoryFormatKnit3)
5750
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_second_suspend_fails(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5751
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_suspend_fails(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5752
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_suspend_fails(RepositoryFormat5)
5753
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_suspend_fails(RepositoryFormat6)
5754
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_suspend_fails(RepositoryFormat7)
5755
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_suspend_fails(RepositoryFormatKnit1)
5756
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_suspend_fails(RepositoryFormatKnit3)
5757
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_suspend_fails(RepositoryFormatKnit4)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5758
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_resume_empty_initial_write_group(RepositoryFormat2a)
5759
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_resume_empty_initial_write_group(RepositoryFormat2aSubtree)
5760
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_resume_empty_initial_write_group(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5761
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_resume_empty_initial_write_group(RepositoryFormat5)
5762
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_resume_empty_initial_write_group(RepositoryFormat6)
5763
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_resume_empty_initial_write_group(RepositoryFormat7)
5764
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_resume_empty_initial_write_group(RepositoryFormatKnit1)
5765
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_resume_empty_initial_write_group(RepositoryFormatKnit3)
5766
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_resume_empty_initial_write_group(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5767
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_resume_empty_initial_write_group(RepositoryFormatKnitPack1)
5768
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_resume_empty_initial_write_group(RepositoryFormatKnitPack3)
5769
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_resume_empty_initial_write_group(RepositoryFormatKnitPack4)
5770
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_resume_empty_initial_write_group(RepositoryFormatKnitPack5)
5771
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_resume_empty_initial_write_group(RepositoryFormatKnitPack5RichRoot)
5772
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_resume_empty_initial_write_group(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5773
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_resume_empty_initial_write_group(RepositoryFormatKnitPack6)
5774
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_resume_empty_initial_write_group(RepositoryFormatKnitPack6RichRoot)
5775
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_resume_empty_initial_write_group(RepositoryFormatPackDevelopment2Subtree)
5776
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_resume_write_group_then_abort(RepositoryFormat4)
5777
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_suspend_empty_initial_write_group(RepositoryFormat2a)
5778
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_suspend_empty_initial_write_group(RepositoryFormat2aSubtree)
5779
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_suspend_empty_initial_write_group(RepositoryFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5780
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_suspend_empty_initial_write_group(RepositoryFormat5)
5781
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_suspend_empty_initial_write_group(RepositoryFormat6)
5782
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_suspend_empty_initial_write_group(RepositoryFormat7)
5783
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_suspend_empty_initial_write_group(RepositoryFormatKnit1)
5784
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_suspend_empty_initial_write_group(RepositoryFormatKnit3)
5785
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_suspend_empty_initial_write_group(RepositoryFormatKnit4)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5786
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_suspend_empty_initial_write_group(RepositoryFormatKnitPack1)
5787
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_suspend_empty_initial_write_group(RepositoryFormatKnitPack3)
5788
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_suspend_empty_initial_write_group(RepositoryFormatKnitPack4)
5789
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_suspend_empty_initial_write_group(RepositoryFormatKnitPack5)
5790
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_suspend_empty_initial_write_group(RepositoryFormatKnitPack5RichRoot)
5791
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_suspend_empty_initial_write_group(RepositoryFormatKnitPack5RichRootBroken)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5792
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_suspend_empty_initial_write_group(RepositoryFormatKnitPack6)
5793
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_suspend_empty_initial_write_group(RepositoryFormatKnitPack6RichRoot)
5794
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_suspend_empty_initial_write_group(RepositoryFormatPackDevelopment2Subtree)
5795
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_suspend_write_group(RepositoryFormat4)
5796
breezy.tests.per_transport.TransportTests.test_abspath_at_root(ChrootTransport,TestingChrootServer)
5797
breezy.tests.per_transport.TransportTests.test_abspath_at_root(FakeNFSTransportDecorator,FakeNFSServer)
5798
breezy.tests.per_transport.TransportTests.test_abspath_at_root(FakeVFATTransportDecorator,FakeVFATServer)
5799
breezy.tests.per_transport.TransportTests.test_abspath_at_root(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5800
breezy.tests.per_transport.TransportTests.test_abspath_at_root(HTTPS_transport,HTTPSServer)
5801
breezy.tests.per_transport.TransportTests.test_abspath_at_root(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5802
breezy.tests.per_transport.TransportTests.test_abspath_at_root(LocalTransport,LocalURLServer)
5803
breezy.tests.per_transport.TransportTests.test_abspath_at_root(MemoryTransport,MemoryServer)
5804
breezy.tests.per_transport.TransportTests.test_abspath_at_root(NoSmartTransportDecorator,NoSmartTransportServer)
5805
breezy.tests.per_transport.TransportTests.test_abspath_at_root(PathFilteringTransport,TestingPathFilteringServer)
5806
breezy.tests.per_transport.TransportTests.test_abspath_at_root(ReadonlyTransportDecorator,ReadonlyServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5807
breezy.tests.per_transport.TransportTests.test_abspath_at_root(RemoteTCPTransport,SmartTCPServer_for_testing)
5808
breezy.tests.per_transport.TransportTests.test_abspath_at_root(SFTPTransport,SFTPAbsoluteServer)
5809
breezy.tests.per_transport.TransportTests.test_abspath_at_root(SFTPTransport,SFTPHomeDirServer)
5810
breezy.tests.per_transport.TransportTests.test_abspath_at_root(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5811
breezy.tests.per_transport.TransportTests.test_abspath_at_root(TransportLogDecorator,LogDecoratorServer)
5812
breezy.tests.per_transport.TransportTests.test_abspath_at_root(TransportTraceDecorator,TraceServer)
5813
breezy.tests.per_transport.TransportTests.test_abspath_at_root(UnlistableTransportDecorator,UnlistableServer)
5814
breezy.tests.per_transport.TransportTests.test_abspath(ChrootTransport,TestingChrootServer)
5815
breezy.tests.per_transport.TransportTests.test_abspath(FakeNFSTransportDecorator,FakeNFSServer)
5816
breezy.tests.per_transport.TransportTests.test_abspath(FakeVFATTransportDecorator,FakeVFATServer)
5817
breezy.tests.per_transport.TransportTests.test_abspath(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5818
breezy.tests.per_transport.TransportTests.test_abspath(HTTPS_transport,HTTPSServer)
5819
breezy.tests.per_transport.TransportTests.test_abspath(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5820
breezy.tests.per_transport.TransportTests.test_abspath(LocalTransport,LocalURLServer)
5821
breezy.tests.per_transport.TransportTests.test_abspath(MemoryTransport,MemoryServer)
5822
breezy.tests.per_transport.TransportTests.test_abspath(NoSmartTransportDecorator,NoSmartTransportServer)
5823
breezy.tests.per_transport.TransportTests.test_abspath(PathFilteringTransport,TestingPathFilteringServer)
5824
breezy.tests.per_transport.TransportTests.test_abspath(ReadonlyTransportDecorator,ReadonlyServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5825
breezy.tests.per_transport.TransportTests.test_abspath(RemoteTCPTransport,SmartTCPServer_for_testing)
5826
breezy.tests.per_transport.TransportTests.test_abspath(SFTPTransport,SFTPAbsoluteServer)
5827
breezy.tests.per_transport.TransportTests.test_abspath(SFTPTransport,SFTPHomeDirServer)
5828
breezy.tests.per_transport.TransportTests.test_abspath(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5829
breezy.tests.per_transport.TransportTests.test_abspath(TransportLogDecorator,LogDecoratorServer)
5830
breezy.tests.per_transport.TransportTests.test_abspath(TransportTraceDecorator,TraceServer)
5831
breezy.tests.per_transport.TransportTests.test_abspath(UnlistableTransportDecorator,UnlistableServer)
5832
breezy.tests.per_transport.TransportTests.test_abspath_url_unquote_unreserved(ChrootTransport,TestingChrootServer)
5833
breezy.tests.per_transport.TransportTests.test_abspath_url_unquote_unreserved(FakeNFSTransportDecorator,FakeNFSServer)
5834
breezy.tests.per_transport.TransportTests.test_abspath_url_unquote_unreserved(FakeVFATTransportDecorator,FakeVFATServer)
5835
breezy.tests.per_transport.TransportTests.test_abspath_url_unquote_unreserved(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5836
breezy.tests.per_transport.TransportTests.test_abspath_url_unquote_unreserved(HTTPS_transport,HTTPSServer)
5837
breezy.tests.per_transport.TransportTests.test_abspath_url_unquote_unreserved(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5838
breezy.tests.per_transport.TransportTests.test_abspath_url_unquote_unreserved(LocalTransport,LocalURLServer)
5839
breezy.tests.per_transport.TransportTests.test_abspath_url_unquote_unreserved(MemoryTransport,MemoryServer)
5840
breezy.tests.per_transport.TransportTests.test_abspath_url_unquote_unreserved(NoSmartTransportDecorator,NoSmartTransportServer)
5841
breezy.tests.per_transport.TransportTests.test_abspath_url_unquote_unreserved(PathFilteringTransport,TestingPathFilteringServer)
5842
breezy.tests.per_transport.TransportTests.test_abspath_url_unquote_unreserved(ReadonlyTransportDecorator,ReadonlyServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5843
breezy.tests.per_transport.TransportTests.test_abspath_url_unquote_unreserved(RemoteTCPTransport,SmartTCPServer_for_testing)
5844
breezy.tests.per_transport.TransportTests.test_abspath_url_unquote_unreserved(SFTPTransport,SFTPAbsoluteServer)
5845
breezy.tests.per_transport.TransportTests.test_abspath_url_unquote_unreserved(SFTPTransport,SFTPHomeDirServer)
5846
breezy.tests.per_transport.TransportTests.test_abspath_url_unquote_unreserved(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5847
breezy.tests.per_transport.TransportTests.test_abspath_url_unquote_unreserved(TransportLogDecorator,LogDecoratorServer)
5848
breezy.tests.per_transport.TransportTests.test_abspath_url_unquote_unreserved(TransportTraceDecorator,TraceServer)
5849
breezy.tests.per_transport.TransportTests.test_abspath_url_unquote_unreserved(UnlistableTransportDecorator,UnlistableServer)
5850
breezy.tests.per_transport.TransportTests.test_append_bytes(FtpTransport,UnavailableFTPTestServer)
5851
breezy.tests.per_transport.TransportTests.test_append_bytes_mode(FtpTransport,UnavailableFTPTestServer)
5852
breezy.tests.per_transport.TransportTests.test_append_bytes_mode(ReadonlyTransportDecorator,ReadonlyServer)
5853
breezy.tests.per_transport.TransportTests.test_append_bytes(ReadonlyTransportDecorator,ReadonlyServer)
5854
breezy.tests.per_transport.TransportTests.test_append_file(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5855
breezy.tests.per_transport.TransportTests.test_append_file(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5856
breezy.tests.per_transport.TransportTests.test_append_file(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5857
breezy.tests.per_transport.TransportTests.test_append_file(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5858
breezy.tests.per_transport.TransportTests.test_append_file(HttpTransport_urllib,HttpServer_urllib)
5859
breezy.tests.per_transport.TransportTests.test_append_file_mode(ChrootTransport,TestingChrootServer)
5860
breezy.tests.per_transport.TransportTests.test_append_file_mode(FakeNFSTransportDecorator,FakeNFSServer)
5861
breezy.tests.per_transport.TransportTests.test_append_file_mode(FakeVFATTransportDecorator,FakeVFATServer)
5862
breezy.tests.per_transport.TransportTests.test_append_file_mode(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5863
breezy.tests.per_transport.TransportTests.test_append_file_mode(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5864
breezy.tests.per_transport.TransportTests.test_append_file_mode(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5865
breezy.tests.per_transport.TransportTests.test_append_file_mode(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5866
breezy.tests.per_transport.TransportTests.test_append_file_mode(HttpTransport_urllib,HttpServer_urllib)
5867
breezy.tests.per_transport.TransportTests.test_append_file_mode(LocalTransport,LocalURLServer)
6963.2.2 by Jelmer Vernooij
Update python3.passing.
5868
breezy.tests.per_transport.TransportTests.test_append_file_mode(MemoryTransport,MemoryServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5869
breezy.tests.per_transport.TransportTests.test_append_file_mode(NoSmartTransportDecorator,NoSmartTransportServer)
5870
breezy.tests.per_transport.TransportTests.test_append_file_mode(PathFilteringTransport,TestingPathFilteringServer)
5871
breezy.tests.per_transport.TransportTests.test_append_file_mode(ReadonlyTransportDecorator,ReadonlyServer)
6973.6.1 by Jelmer Vernooij
More bees.
5872
breezy.tests.per_transport.TransportTests.test_append_file_mode(RemoteTCPTransport,SmartTCPServer_for_testing)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5873
breezy.tests.per_transport.TransportTests.test_append_file_mode(SFTPTransport,SFTPAbsoluteServer)
5874
breezy.tests.per_transport.TransportTests.test_append_file_mode(SFTPTransport,SFTPHomeDirServer)
5875
breezy.tests.per_transport.TransportTests.test_append_file_mode(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5876
breezy.tests.per_transport.TransportTests.test_append_file_mode(TransportLogDecorator,LogDecoratorServer)
5877
breezy.tests.per_transport.TransportTests.test_append_file_mode(TransportTraceDecorator,TraceServer)
5878
breezy.tests.per_transport.TransportTests.test_append_file_mode(UnlistableTransportDecorator,UnlistableServer)
5879
breezy.tests.per_transport.TransportTests.test_append_file(ReadonlyTransportDecorator,ReadonlyServer)
5880
breezy.tests.per_transport.TransportTests.test_append_multi(FtpTransport,UnavailableFTPTestServer)
5881
breezy.tests.per_transport.TransportTests.test_append_multi(HTTPS_urllib_transport,HTTPSServer_urllib)
5882
breezy.tests.per_transport.TransportTests.test_append_multi(HttpTransport_urllib,HttpServer_urllib)
5883
breezy.tests.per_transport.TransportTests.test_append_multi(ReadonlyTransportDecorator,ReadonlyServer)
5884
breezy.tests.per_transport.TransportTests.test_base_url(ChrootTransport,TestingChrootServer)
5885
breezy.tests.per_transport.TransportTests.test_base_url(FakeNFSTransportDecorator,FakeNFSServer)
5886
breezy.tests.per_transport.TransportTests.test_base_url(FakeVFATTransportDecorator,FakeVFATServer)
5887
breezy.tests.per_transport.TransportTests.test_base_url(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5888
breezy.tests.per_transport.TransportTests.test_base_url(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5889
breezy.tests.per_transport.TransportTests.test_base_url(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5890
breezy.tests.per_transport.TransportTests.test_base_url(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5891
breezy.tests.per_transport.TransportTests.test_base_url(HttpTransport_urllib,HttpServer_urllib)
5892
breezy.tests.per_transport.TransportTests.test_base_url(LocalTransport,LocalURLServer)
5893
breezy.tests.per_transport.TransportTests.test_base_url(MemoryTransport,MemoryServer)
5894
breezy.tests.per_transport.TransportTests.test_base_url(NoSmartTransportDecorator,NoSmartTransportServer)
5895
breezy.tests.per_transport.TransportTests.test_base_url(PathFilteringTransport,TestingPathFilteringServer)
5896
breezy.tests.per_transport.TransportTests.test_base_url(ReadonlyTransportDecorator,ReadonlyServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5897
breezy.tests.per_transport.TransportTests.test_base_url(RemoteTCPTransport,SmartTCPServer_for_testing)
5898
breezy.tests.per_transport.TransportTests.test_base_url(SFTPTransport,SFTPAbsoluteServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5899
breezy.tests.per_transport.TransportTests.test_base_url(SFTPTransport,SFTPHomeDirServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5900
breezy.tests.per_transport.TransportTests.test_base_url(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5901
breezy.tests.per_transport.TransportTests.test_base_url(TransportLogDecorator,LogDecoratorServer)
5902
breezy.tests.per_transport.TransportTests.test_base_url(TransportTraceDecorator,TraceServer)
5903
breezy.tests.per_transport.TransportTests.test_base_url(UnlistableTransportDecorator,UnlistableServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5904
breezy.tests.per_transport.TransportTests.test_clone(ChrootTransport,TestingChrootServer)
5905
breezy.tests.per_transport.TransportTests.test_clone(FakeNFSTransportDecorator,FakeNFSServer)
5906
breezy.tests.per_transport.TransportTests.test_clone(FakeVFATTransportDecorator,FakeVFATServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5907
breezy.tests.per_transport.TransportTests.test_clone_from_root(ChrootTransport,TestingChrootServer)
5908
breezy.tests.per_transport.TransportTests.test_clone_from_root(FakeNFSTransportDecorator,FakeNFSServer)
5909
breezy.tests.per_transport.TransportTests.test_clone_from_root(FakeVFATTransportDecorator,FakeVFATServer)
5910
breezy.tests.per_transport.TransportTests.test_clone_from_root(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5911
breezy.tests.per_transport.TransportTests.test_clone_from_root(HTTPS_transport,HTTPSServer)
5912
breezy.tests.per_transport.TransportTests.test_clone_from_root(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5913
breezy.tests.per_transport.TransportTests.test_clone_from_root(LocalTransport,LocalURLServer)
5914
breezy.tests.per_transport.TransportTests.test_clone_from_root(MemoryTransport,MemoryServer)
5915
breezy.tests.per_transport.TransportTests.test_clone_from_root(NoSmartTransportDecorator,NoSmartTransportServer)
5916
breezy.tests.per_transport.TransportTests.test_clone_from_root(PathFilteringTransport,TestingPathFilteringServer)
5917
breezy.tests.per_transport.TransportTests.test_clone_from_root(ReadonlyTransportDecorator,ReadonlyServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5918
breezy.tests.per_transport.TransportTests.test_clone_from_root(RemoteTCPTransport,SmartTCPServer_for_testing)
5919
breezy.tests.per_transport.TransportTests.test_clone_from_root(SFTPTransport,SFTPAbsoluteServer)
5920
breezy.tests.per_transport.TransportTests.test_clone_from_root(SFTPTransport,SFTPHomeDirServer)
5921
breezy.tests.per_transport.TransportTests.test_clone_from_root(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5922
breezy.tests.per_transport.TransportTests.test_clone_from_root(TransportLogDecorator,LogDecoratorServer)
5923
breezy.tests.per_transport.TransportTests.test_clone_from_root(TransportTraceDecorator,TraceServer)
5924
breezy.tests.per_transport.TransportTests.test_clone_from_root(UnlistableTransportDecorator,UnlistableServer)
5925
breezy.tests.per_transport.TransportTests.test_clone(FtpTransport,UnavailableFTPTestServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5926
breezy.tests.per_transport.TransportTests.test_clone(LocalTransport,LocalURLServer)
5927
breezy.tests.per_transport.TransportTests.test_clone(MemoryTransport,MemoryServer)
5928
breezy.tests.per_transport.TransportTests.test_clone(NoSmartTransportDecorator,NoSmartTransportServer)
5929
breezy.tests.per_transport.TransportTests.test_clone(PathFilteringTransport,TestingPathFilteringServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5930
breezy.tests.per_transport.TransportTests.test_clone_preserve_info(ChrootTransport,TestingChrootServer)
5931
breezy.tests.per_transport.TransportTests.test_clone_preserve_info(FakeNFSTransportDecorator,FakeNFSServer)
5932
breezy.tests.per_transport.TransportTests.test_clone_preserve_info(FakeVFATTransportDecorator,FakeVFATServer)
5933
breezy.tests.per_transport.TransportTests.test_clone_preserve_info(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5934
breezy.tests.per_transport.TransportTests.test_clone_preserve_info(HTTPS_transport,HTTPSServer)
5935
breezy.tests.per_transport.TransportTests.test_clone_preserve_info(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5936
breezy.tests.per_transport.TransportTests.test_clone_preserve_info(LocalTransport,LocalURLServer)
5937
breezy.tests.per_transport.TransportTests.test_clone_preserve_info(MemoryTransport,MemoryServer)
5938
breezy.tests.per_transport.TransportTests.test_clone_preserve_info(NoSmartTransportDecorator,NoSmartTransportServer)
5939
breezy.tests.per_transport.TransportTests.test_clone_preserve_info(PathFilteringTransport,TestingPathFilteringServer)
5940
breezy.tests.per_transport.TransportTests.test_clone_preserve_info(ReadonlyTransportDecorator,ReadonlyServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5941
breezy.tests.per_transport.TransportTests.test_clone_preserve_info(RemoteTCPTransport,SmartTCPServer_for_testing)
5942
breezy.tests.per_transport.TransportTests.test_clone_preserve_info(SFTPTransport,SFTPAbsoluteServer)
5943
breezy.tests.per_transport.TransportTests.test_clone_preserve_info(SFTPTransport,SFTPHomeDirServer)
5944
breezy.tests.per_transport.TransportTests.test_clone_preserve_info(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5945
breezy.tests.per_transport.TransportTests.test_clone_preserve_info(TransportLogDecorator,LogDecoratorServer)
5946
breezy.tests.per_transport.TransportTests.test_clone_preserve_info(TransportTraceDecorator,TraceServer)
5947
breezy.tests.per_transport.TransportTests.test_clone_preserve_info(UnlistableTransportDecorator,UnlistableServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5948
breezy.tests.per_transport.TransportTests.test_clone(ReadonlyTransportDecorator,ReadonlyServer)
6973.5.2 by Jelmer Vernooij
Add more bees.
5949
breezy.tests.per_transport.TransportTests.test_clone(RemoteTCPTransport,SmartTCPServer_for_testing)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5950
breezy.tests.per_transport.TransportTests.test_clone(SFTPTransport,SFTPAbsoluteServer)
5951
breezy.tests.per_transport.TransportTests.test_clone(SFTPTransport,SFTPHomeDirServer)
5952
breezy.tests.per_transport.TransportTests.test_clone(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5953
breezy.tests.per_transport.TransportTests.test_clone_to_root(ChrootTransport,TestingChrootServer)
5954
breezy.tests.per_transport.TransportTests.test_clone_to_root(FakeNFSTransportDecorator,FakeNFSServer)
5955
breezy.tests.per_transport.TransportTests.test_clone_to_root(FakeVFATTransportDecorator,FakeVFATServer)
5956
breezy.tests.per_transport.TransportTests.test_clone_to_root(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5957
breezy.tests.per_transport.TransportTests.test_clone_to_root(HTTPS_transport,HTTPSServer)
5958
breezy.tests.per_transport.TransportTests.test_clone_to_root(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5959
breezy.tests.per_transport.TransportTests.test_clone_to_root(LocalTransport,LocalURLServer)
5960
breezy.tests.per_transport.TransportTests.test_clone_to_root(MemoryTransport,MemoryServer)
5961
breezy.tests.per_transport.TransportTests.test_clone_to_root(NoSmartTransportDecorator,NoSmartTransportServer)
5962
breezy.tests.per_transport.TransportTests.test_clone_to_root(PathFilteringTransport,TestingPathFilteringServer)
5963
breezy.tests.per_transport.TransportTests.test_clone_to_root(ReadonlyTransportDecorator,ReadonlyServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5964
breezy.tests.per_transport.TransportTests.test_clone_to_root(RemoteTCPTransport,SmartTCPServer_for_testing)
5965
breezy.tests.per_transport.TransportTests.test_clone_to_root(SFTPTransport,SFTPAbsoluteServer)
5966
breezy.tests.per_transport.TransportTests.test_clone_to_root(SFTPTransport,SFTPHomeDirServer)
5967
breezy.tests.per_transport.TransportTests.test_clone_to_root(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5968
breezy.tests.per_transport.TransportTests.test_clone_to_root(TransportLogDecorator,LogDecoratorServer)
5969
breezy.tests.per_transport.TransportTests.test_clone_to_root(TransportTraceDecorator,TraceServer)
5970
breezy.tests.per_transport.TransportTests.test_clone_to_root(UnlistableTransportDecorator,UnlistableServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
5971
breezy.tests.per_transport.TransportTests.test_clone(TransportLogDecorator,LogDecoratorServer)
5972
breezy.tests.per_transport.TransportTests.test_clone(TransportTraceDecorator,TraceServer)
5973
breezy.tests.per_transport.TransportTests.test_clone(UnlistableTransportDecorator,UnlistableServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5974
breezy.tests.per_transport.TransportTests.test_clone_url_unquote_unreserved(ChrootTransport,TestingChrootServer)
5975
breezy.tests.per_transport.TransportTests.test_clone_url_unquote_unreserved(FakeNFSTransportDecorator,FakeNFSServer)
5976
breezy.tests.per_transport.TransportTests.test_clone_url_unquote_unreserved(FakeVFATTransportDecorator,FakeVFATServer)
5977
breezy.tests.per_transport.TransportTests.test_clone_url_unquote_unreserved(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5978
breezy.tests.per_transport.TransportTests.test_clone_url_unquote_unreserved(HTTPS_transport,HTTPSServer)
5979
breezy.tests.per_transport.TransportTests.test_clone_url_unquote_unreserved(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5980
breezy.tests.per_transport.TransportTests.test_clone_url_unquote_unreserved(LocalTransport,LocalURLServer)
5981
breezy.tests.per_transport.TransportTests.test_clone_url_unquote_unreserved(MemoryTransport,MemoryServer)
5982
breezy.tests.per_transport.TransportTests.test_clone_url_unquote_unreserved(NoSmartTransportDecorator,NoSmartTransportServer)
5983
breezy.tests.per_transport.TransportTests.test_clone_url_unquote_unreserved(PathFilteringTransport,TestingPathFilteringServer)
5984
breezy.tests.per_transport.TransportTests.test_clone_url_unquote_unreserved(ReadonlyTransportDecorator,ReadonlyServer)
6963.2.6 by Jelmer Vernooij
Fix some more tests.
5985
breezy.tests.per_transport.TransportTests.test_clone_url_unquote_unreserved(RemoteTCPTransport,SmartTCPServer_for_testing)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
5986
breezy.tests.per_transport.TransportTests.test_clone_url_unquote_unreserved(SFTPTransport,SFTPAbsoluteServer)
5987
breezy.tests.per_transport.TransportTests.test_clone_url_unquote_unreserved(SFTPTransport,SFTPHomeDirServer)
5988
breezy.tests.per_transport.TransportTests.test_clone_url_unquote_unreserved(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
5989
breezy.tests.per_transport.TransportTests.test_clone_url_unquote_unreserved(TransportLogDecorator,LogDecoratorServer)
5990
breezy.tests.per_transport.TransportTests.test_clone_url_unquote_unreserved(TransportTraceDecorator,TraceServer)
5991
breezy.tests.per_transport.TransportTests.test_clone_url_unquote_unreserved(UnlistableTransportDecorator,UnlistableServer)
5992
breezy.tests.per_transport.TransportTests.test_connection_error(ChrootTransport,TestingChrootServer)
5993
breezy.tests.per_transport.TransportTests.test_connection_error(FakeNFSTransportDecorator,FakeNFSServer)
5994
breezy.tests.per_transport.TransportTests.test_connection_error(FakeVFATTransportDecorator,FakeVFATServer)
5995
breezy.tests.per_transport.TransportTests.test_connection_error(FtpTransport,UnavailableFTPTestServer)
5996
breezy.tests.per_transport.TransportTests.test_connection_error(LocalTransport,LocalURLServer)
5997
breezy.tests.per_transport.TransportTests.test_connection_error(MemoryTransport,MemoryServer)
5998
breezy.tests.per_transport.TransportTests.test_connection_error(NoSmartTransportDecorator,NoSmartTransportServer)
5999
breezy.tests.per_transport.TransportTests.test_connection_error(PathFilteringTransport,TestingPathFilteringServer)
6000
breezy.tests.per_transport.TransportTests.test_connection_error(ReadonlyTransportDecorator,ReadonlyServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6001
breezy.tests.per_transport.TransportTests.test_connection_error(SFTPTransport,SFTPAbsoluteServer)
6002
breezy.tests.per_transport.TransportTests.test_connection_error(SFTPTransport,SFTPHomeDirServer)
6003
breezy.tests.per_transport.TransportTests.test_connection_error(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6004
breezy.tests.per_transport.TransportTests.test_connection_error(TransportLogDecorator,LogDecoratorServer)
6005
breezy.tests.per_transport.TransportTests.test_connection_error(TransportTraceDecorator,TraceServer)
6006
breezy.tests.per_transport.TransportTests.test_connection_error(UnlistableTransportDecorator,UnlistableServer)
6007
breezy.tests.per_transport.TransportTests.test_connection_sharing(ChrootTransport,TestingChrootServer)
6008
breezy.tests.per_transport.TransportTests.test_connection_sharing(FakeNFSTransportDecorator,FakeNFSServer)
6009
breezy.tests.per_transport.TransportTests.test_connection_sharing(FakeVFATTransportDecorator,FakeVFATServer)
6010
breezy.tests.per_transport.TransportTests.test_connection_sharing(FtpTransport,UnavailableFTPTestServer)
6011
breezy.tests.per_transport.TransportTests.test_connection_sharing(LocalTransport,LocalURLServer)
6012
breezy.tests.per_transport.TransportTests.test_connection_sharing(MemoryTransport,MemoryServer)
6013
breezy.tests.per_transport.TransportTests.test_connection_sharing(NoSmartTransportDecorator,NoSmartTransportServer)
6014
breezy.tests.per_transport.TransportTests.test_connection_sharing(PathFilteringTransport,TestingPathFilteringServer)
6015
breezy.tests.per_transport.TransportTests.test_connection_sharing(ReadonlyTransportDecorator,ReadonlyServer)
6963.2.6 by Jelmer Vernooij
Fix some more tests.
6016
breezy.tests.per_transport.TransportTests.test_connection_sharing(RemoteTCPTransport,SmartTCPServer_for_testing)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6017
breezy.tests.per_transport.TransportTests.test_connection_sharing(SFTPTransport,SFTPAbsoluteServer)
6018
breezy.tests.per_transport.TransportTests.test_connection_sharing(SFTPTransport,SFTPHomeDirServer)
6019
breezy.tests.per_transport.TransportTests.test_connection_sharing(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6020
breezy.tests.per_transport.TransportTests.test_connection_sharing(TransportLogDecorator,LogDecoratorServer)
6021
breezy.tests.per_transport.TransportTests.test_connection_sharing(TransportTraceDecorator,TraceServer)
6022
breezy.tests.per_transport.TransportTests.test_connection_sharing(UnlistableTransportDecorator,UnlistableServer)
6973.6.2 by Jelmer Vernooij
Fix more tests.
6023
breezy.tests.per_transport.TransportTests.test_connect_twice_is_same_content(ChrootTransport,TestingChrootServer)
6024
breezy.tests.per_transport.TransportTests.test_connect_twice_is_same_content(FakeNFSTransportDecorator,FakeNFSServer)
6025
breezy.tests.per_transport.TransportTests.test_connect_twice_is_same_content(FakeVFATTransportDecorator,FakeVFATServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6026
breezy.tests.per_transport.TransportTests.test_connect_twice_is_same_content(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6027
breezy.tests.per_transport.TransportTests.test_connect_twice_is_same_content(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6028
breezy.tests.per_transport.TransportTests.test_connect_twice_is_same_content(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6029
breezy.tests.per_transport.TransportTests.test_connect_twice_is_same_content(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6030
breezy.tests.per_transport.TransportTests.test_connect_twice_is_same_content(HttpTransport_urllib,HttpServer_urllib)
6973.6.2 by Jelmer Vernooij
Fix more tests.
6031
breezy.tests.per_transport.TransportTests.test_connect_twice_is_same_content(LocalTransport,LocalURLServer)
6032
breezy.tests.per_transport.TransportTests.test_connect_twice_is_same_content(MemoryTransport,MemoryServer)
6033
breezy.tests.per_transport.TransportTests.test_connect_twice_is_same_content(NoSmartTransportDecorator,NoSmartTransportServer)
6034
breezy.tests.per_transport.TransportTests.test_connect_twice_is_same_content(PathFilteringTransport,TestingPathFilteringServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6035
breezy.tests.per_transport.TransportTests.test_connect_twice_is_same_content(ReadonlyTransportDecorator,ReadonlyServer)
6973.6.2 by Jelmer Vernooij
Fix more tests.
6036
breezy.tests.per_transport.TransportTests.test_connect_twice_is_same_content(RemoteTCPTransport,SmartTCPServer_for_testing)
6037
breezy.tests.per_transport.TransportTests.test_connect_twice_is_same_content(SFTPTransport,SFTPAbsoluteServer)
6038
breezy.tests.per_transport.TransportTests.test_connect_twice_is_same_content(SFTPTransport,SFTPHomeDirServer)
6039
breezy.tests.per_transport.TransportTests.test_connect_twice_is_same_content(SFTPTransport,SFTPSiblingAbsoluteServer)
6040
breezy.tests.per_transport.TransportTests.test_connect_twice_is_same_content(TransportLogDecorator,LogDecoratorServer)
6041
breezy.tests.per_transport.TransportTests.test_connect_twice_is_same_content(TransportTraceDecorator,TraceServer)
6042
breezy.tests.per_transport.TransportTests.test_connect_twice_is_same_content(UnlistableTransportDecorator,UnlistableServer)
6043
breezy.tests.per_transport.TransportTests.test_copy(ChrootTransport,TestingChrootServer)
6044
breezy.tests.per_transport.TransportTests.test_copy(FakeNFSTransportDecorator,FakeNFSServer)
6045
breezy.tests.per_transport.TransportTests.test_copy(FakeVFATTransportDecorator,FakeVFATServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6046
breezy.tests.per_transport.TransportTests.test_copy(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6047
breezy.tests.per_transport.TransportTests.test_copy(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6048
breezy.tests.per_transport.TransportTests.test_copy(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6049
breezy.tests.per_transport.TransportTests.test_copy(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6050
breezy.tests.per_transport.TransportTests.test_copy(HttpTransport_urllib,HttpServer_urllib)
6973.6.2 by Jelmer Vernooij
Fix more tests.
6051
breezy.tests.per_transport.TransportTests.test_copy(LocalTransport,LocalURLServer)
6052
breezy.tests.per_transport.TransportTests.test_copy(MemoryTransport,MemoryServer)
6053
breezy.tests.per_transport.TransportTests.test_copy(NoSmartTransportDecorator,NoSmartTransportServer)
6054
breezy.tests.per_transport.TransportTests.test_copy(PathFilteringTransport,TestingPathFilteringServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6055
breezy.tests.per_transport.TransportTests.test_copy(ReadonlyTransportDecorator,ReadonlyServer)
6973.6.2 by Jelmer Vernooij
Fix more tests.
6056
breezy.tests.per_transport.TransportTests.test_copy(SFTPTransport,SFTPAbsoluteServer)
6057
breezy.tests.per_transport.TransportTests.test_copy(SFTPTransport,SFTPHomeDirServer)
6058
breezy.tests.per_transport.TransportTests.test_copy(SFTPTransport,SFTPSiblingAbsoluteServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
6059
breezy.tests.per_transport.TransportTests.test_copy_to(ChrootTransport,TestingChrootServer)
6060
breezy.tests.per_transport.TransportTests.test_copy_to(FakeNFSTransportDecorator,FakeNFSServer)
6061
breezy.tests.per_transport.TransportTests.test_copy_to(FakeVFATTransportDecorator,FakeVFATServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6062
breezy.tests.per_transport.TransportTests.test_copy_to(FtpTransport,UnavailableFTPTestServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
6063
breezy.tests.per_transport.TransportTests.test_copy_to(LocalTransport,LocalURLServer)
6064
breezy.tests.per_transport.TransportTests.test_copy_to(MemoryTransport,MemoryServer)
6065
breezy.tests.per_transport.TransportTests.test_copy_to(NoSmartTransportDecorator,NoSmartTransportServer)
6066
breezy.tests.per_transport.TransportTests.test_copy_to(PathFilteringTransport,TestingPathFilteringServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6067
breezy.tests.per_transport.TransportTests.test_copy_to(ReadonlyTransportDecorator,ReadonlyServer)
6973.5.2 by Jelmer Vernooij
Add more bees.
6068
breezy.tests.per_transport.TransportTests.test_copy_to(RemoteTCPTransport,SmartTCPServer_for_testing)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6069
breezy.tests.per_transport.TransportTests.test_copy_to(SFTPTransport,SFTPAbsoluteServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
6070
breezy.tests.per_transport.TransportTests.test_copy_to(SFTPTransport,SFTPHomeDirServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6071
breezy.tests.per_transport.TransportTests.test_copy_to(SFTPTransport,SFTPSiblingAbsoluteServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
6072
breezy.tests.per_transport.TransportTests.test_copy_to(TransportLogDecorator,LogDecoratorServer)
6073
breezy.tests.per_transport.TransportTests.test_copy_to(TransportTraceDecorator,TraceServer)
6074
breezy.tests.per_transport.TransportTests.test_copy_to(UnlistableTransportDecorator,UnlistableServer)
6973.6.2 by Jelmer Vernooij
Fix more tests.
6075
breezy.tests.per_transport.TransportTests.test_copy(TransportLogDecorator,LogDecoratorServer)
6076
breezy.tests.per_transport.TransportTests.test_copy(TransportTraceDecorator,TraceServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6077
breezy.tests.per_transport.TransportTests.test_copy_tree(ChrootTransport,TestingChrootServer)
6078
breezy.tests.per_transport.TransportTests.test_copy_tree(FakeNFSTransportDecorator,FakeNFSServer)
6079
breezy.tests.per_transport.TransportTests.test_copy_tree(FakeVFATTransportDecorator,FakeVFATServer)
6080
breezy.tests.per_transport.TransportTests.test_copy_tree(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6081
breezy.tests.per_transport.TransportTests.test_copy_tree(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6082
breezy.tests.per_transport.TransportTests.test_copy_tree(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6083
breezy.tests.per_transport.TransportTests.test_copy_tree(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6084
breezy.tests.per_transport.TransportTests.test_copy_tree(HttpTransport_urllib,HttpServer_urllib)
6085
breezy.tests.per_transport.TransportTests.test_copy_tree(LocalTransport,LocalURLServer)
6086
breezy.tests.per_transport.TransportTests.test_copy_tree(MemoryTransport,MemoryServer)
6087
breezy.tests.per_transport.TransportTests.test_copy_tree(NoSmartTransportDecorator,NoSmartTransportServer)
6088
breezy.tests.per_transport.TransportTests.test_copy_tree(PathFilteringTransport,TestingPathFilteringServer)
6089
breezy.tests.per_transport.TransportTests.test_copy_tree(ReadonlyTransportDecorator,ReadonlyServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6090
breezy.tests.per_transport.TransportTests.test_copy_tree(SFTPTransport,SFTPAbsoluteServer)
6091
breezy.tests.per_transport.TransportTests.test_copy_tree(SFTPTransport,SFTPHomeDirServer)
6092
breezy.tests.per_transport.TransportTests.test_copy_tree(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6093
breezy.tests.per_transport.TransportTests.test_copy_tree_to_transport(ChrootTransport,TestingChrootServer)
6094
breezy.tests.per_transport.TransportTests.test_copy_tree_to_transport(FakeNFSTransportDecorator,FakeNFSServer)
6095
breezy.tests.per_transport.TransportTests.test_copy_tree_to_transport(FakeVFATTransportDecorator,FakeVFATServer)
6096
breezy.tests.per_transport.TransportTests.test_copy_tree_to_transport(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6097
breezy.tests.per_transport.TransportTests.test_copy_tree_to_transport(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6098
breezy.tests.per_transport.TransportTests.test_copy_tree_to_transport(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6099
breezy.tests.per_transport.TransportTests.test_copy_tree_to_transport(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6100
breezy.tests.per_transport.TransportTests.test_copy_tree_to_transport(HttpTransport_urllib,HttpServer_urllib)
6101
breezy.tests.per_transport.TransportTests.test_copy_tree_to_transport(LocalTransport,LocalURLServer)
6102
breezy.tests.per_transport.TransportTests.test_copy_tree_to_transport(MemoryTransport,MemoryServer)
6103
breezy.tests.per_transport.TransportTests.test_copy_tree_to_transport(NoSmartTransportDecorator,NoSmartTransportServer)
6104
breezy.tests.per_transport.TransportTests.test_copy_tree_to_transport(PathFilteringTransport,TestingPathFilteringServer)
6105
breezy.tests.per_transport.TransportTests.test_copy_tree_to_transport(ReadonlyTransportDecorator,ReadonlyServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6106
breezy.tests.per_transport.TransportTests.test_copy_tree_to_transport(SFTPTransport,SFTPAbsoluteServer)
6107
breezy.tests.per_transport.TransportTests.test_copy_tree_to_transport(SFTPTransport,SFTPHomeDirServer)
6108
breezy.tests.per_transport.TransportTests.test_copy_tree_to_transport(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6109
breezy.tests.per_transport.TransportTests.test_copy_tree_to_transport(TransportLogDecorator,LogDecoratorServer)
6110
breezy.tests.per_transport.TransportTests.test_copy_tree_to_transport(TransportTraceDecorator,TraceServer)
6111
breezy.tests.per_transport.TransportTests.test_copy_tree_to_transport(UnlistableTransportDecorator,UnlistableServer)
6112
breezy.tests.per_transport.TransportTests.test_copy_tree(TransportLogDecorator,LogDecoratorServer)
6113
breezy.tests.per_transport.TransportTests.test_copy_tree(TransportTraceDecorator,TraceServer)
6114
breezy.tests.per_transport.TransportTests.test_copy_tree(UnlistableTransportDecorator,UnlistableServer)
6973.6.2 by Jelmer Vernooij
Fix more tests.
6115
breezy.tests.per_transport.TransportTests.test_copy(UnlistableTransportDecorator,UnlistableServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6116
breezy.tests.per_transport.TransportTests.test_create_prefix(ChrootTransport,TestingChrootServer)
6117
breezy.tests.per_transport.TransportTests.test_create_prefix(FakeNFSTransportDecorator,FakeNFSServer)
6118
breezy.tests.per_transport.TransportTests.test_create_prefix(FakeVFATTransportDecorator,FakeVFATServer)
6119
breezy.tests.per_transport.TransportTests.test_create_prefix(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6120
breezy.tests.per_transport.TransportTests.test_create_prefix(HTTPS_transport,HTTPSServer)
6121
breezy.tests.per_transport.TransportTests.test_create_prefix(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6122
breezy.tests.per_transport.TransportTests.test_create_prefix(LocalTransport,LocalURLServer)
6123
breezy.tests.per_transport.TransportTests.test_create_prefix(MemoryTransport,MemoryServer)
6124
breezy.tests.per_transport.TransportTests.test_create_prefix(NoSmartTransportDecorator,NoSmartTransportServer)
6125
breezy.tests.per_transport.TransportTests.test_create_prefix(PathFilteringTransport,TestingPathFilteringServer)
6126
breezy.tests.per_transport.TransportTests.test_create_prefix(ReadonlyTransportDecorator,ReadonlyServer)
6963.2.6 by Jelmer Vernooij
Fix some more tests.
6127
breezy.tests.per_transport.TransportTests.test_create_prefix(RemoteTCPTransport,SmartTCPServer_for_testing)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6128
breezy.tests.per_transport.TransportTests.test_create_prefix(SFTPTransport,SFTPAbsoluteServer)
6129
breezy.tests.per_transport.TransportTests.test_create_prefix(SFTPTransport,SFTPHomeDirServer)
6130
breezy.tests.per_transport.TransportTests.test_create_prefix(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6131
breezy.tests.per_transport.TransportTests.test_create_prefix(TransportLogDecorator,LogDecoratorServer)
6132
breezy.tests.per_transport.TransportTests.test_create_prefix(TransportTraceDecorator,TraceServer)
6133
breezy.tests.per_transport.TransportTests.test_create_prefix(UnlistableTransportDecorator,UnlistableServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
6134
breezy.tests.per_transport.TransportTests.test_delete(ChrootTransport,TestingChrootServer)
6135
breezy.tests.per_transport.TransportTests.test_delete(FakeNFSTransportDecorator,FakeNFSServer)
6136
breezy.tests.per_transport.TransportTests.test_delete(FakeVFATTransportDecorator,FakeVFATServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6137
breezy.tests.per_transport.TransportTests.test_delete(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6138
breezy.tests.per_transport.TransportTests.test_delete(HTTPS_transport,HTTPSServer)
6800.1.2 by Jelmer Vernooij
Run more tests.
6139
breezy.tests.per_transport.TransportTests.test_delete(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6140
breezy.tests.per_transport.TransportTests.test_delete(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6141
breezy.tests.per_transport.TransportTests.test_delete(HttpTransport_urllib,HttpServer_urllib)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
6142
breezy.tests.per_transport.TransportTests.test_delete(LocalTransport,LocalURLServer)
6143
breezy.tests.per_transport.TransportTests.test_delete(MemoryTransport,MemoryServer)
6144
breezy.tests.per_transport.TransportTests.test_delete(NoSmartTransportDecorator,NoSmartTransportServer)
6145
breezy.tests.per_transport.TransportTests.test_delete(PathFilteringTransport,TestingPathFilteringServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6146
breezy.tests.per_transport.TransportTests.test_delete(ReadonlyTransportDecorator,ReadonlyServer)
6973.5.2 by Jelmer Vernooij
Add more bees.
6147
breezy.tests.per_transport.TransportTests.test_delete(RemoteTCPTransport,SmartTCPServer_for_testing)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6148
breezy.tests.per_transport.TransportTests.test_delete(SFTPTransport,SFTPAbsoluteServer)
6149
breezy.tests.per_transport.TransportTests.test_delete(SFTPTransport,SFTPHomeDirServer)
6150
breezy.tests.per_transport.TransportTests.test_delete(SFTPTransport,SFTPSiblingAbsoluteServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
6151
breezy.tests.per_transport.TransportTests.test_delete(TransportLogDecorator,LogDecoratorServer)
6152
breezy.tests.per_transport.TransportTests.test_delete(TransportTraceDecorator,TraceServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6153
breezy.tests.per_transport.TransportTests.test_delete_tree(ChrootTransport,TestingChrootServer)
6154
breezy.tests.per_transport.TransportTests.test_delete_tree(FakeNFSTransportDecorator,FakeNFSServer)
6155
breezy.tests.per_transport.TransportTests.test_delete_tree(FakeVFATTransportDecorator,FakeVFATServer)
6156
breezy.tests.per_transport.TransportTests.test_delete_tree(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6157
breezy.tests.per_transport.TransportTests.test_delete_tree(HTTPS_transport,HTTPSServer)
6158
breezy.tests.per_transport.TransportTests.test_delete_tree(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6159
breezy.tests.per_transport.TransportTests.test_delete_tree(LocalTransport,LocalURLServer)
6160
breezy.tests.per_transport.TransportTests.test_delete_tree(MemoryTransport,MemoryServer)
6161
breezy.tests.per_transport.TransportTests.test_delete_tree(NoSmartTransportDecorator,NoSmartTransportServer)
6162
breezy.tests.per_transport.TransportTests.test_delete_tree(PathFilteringTransport,TestingPathFilteringServer)
6163
breezy.tests.per_transport.TransportTests.test_delete_tree(ReadonlyTransportDecorator,ReadonlyServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6164
breezy.tests.per_transport.TransportTests.test_delete_tree(SFTPTransport,SFTPAbsoluteServer)
6165
breezy.tests.per_transport.TransportTests.test_delete_tree(SFTPTransport,SFTPHomeDirServer)
6166
breezy.tests.per_transport.TransportTests.test_delete_tree(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6167
breezy.tests.per_transport.TransportTests.test_delete_tree(TransportLogDecorator,LogDecoratorServer)
6168
breezy.tests.per_transport.TransportTests.test_delete_tree(TransportTraceDecorator,TraceServer)
6169
breezy.tests.per_transport.TransportTests.test_delete_tree(UnlistableTransportDecorator,UnlistableServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
6170
breezy.tests.per_transport.TransportTests.test_delete(UnlistableTransportDecorator,UnlistableServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6171
breezy.tests.per_transport.TransportTests.test_ensure_base_exists(ChrootTransport,TestingChrootServer)
6172
breezy.tests.per_transport.TransportTests.test_ensure_base_exists(FakeNFSTransportDecorator,FakeNFSServer)
6173
breezy.tests.per_transport.TransportTests.test_ensure_base_exists(FakeVFATTransportDecorator,FakeVFATServer)
6174
breezy.tests.per_transport.TransportTests.test_ensure_base_exists(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6175
breezy.tests.per_transport.TransportTests.test_ensure_base_exists(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6176
breezy.tests.per_transport.TransportTests.test_ensure_base_exists(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6177
breezy.tests.per_transport.TransportTests.test_ensure_base_exists(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6178
breezy.tests.per_transport.TransportTests.test_ensure_base_exists(HttpTransport_urllib,HttpServer_urllib)
6179
breezy.tests.per_transport.TransportTests.test_ensure_base_exists(LocalTransport,LocalURLServer)
6180
breezy.tests.per_transport.TransportTests.test_ensure_base_exists(MemoryTransport,MemoryServer)
6181
breezy.tests.per_transport.TransportTests.test_ensure_base_exists(NoSmartTransportDecorator,NoSmartTransportServer)
6182
breezy.tests.per_transport.TransportTests.test_ensure_base_exists(PathFilteringTransport,TestingPathFilteringServer)
6183
breezy.tests.per_transport.TransportTests.test_ensure_base_exists(ReadonlyTransportDecorator,ReadonlyServer)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
6184
breezy.tests.per_transport.TransportTests.test_ensure_base_exists(RemoteTCPTransport,SmartTCPServer_for_testing)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6185
breezy.tests.per_transport.TransportTests.test_ensure_base_exists(SFTPTransport,SFTPAbsoluteServer)
6186
breezy.tests.per_transport.TransportTests.test_ensure_base_exists(SFTPTransport,SFTPHomeDirServer)
6187
breezy.tests.per_transport.TransportTests.test_ensure_base_exists(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6188
breezy.tests.per_transport.TransportTests.test_ensure_base_exists(TransportLogDecorator,LogDecoratorServer)
6189
breezy.tests.per_transport.TransportTests.test_ensure_base_exists(TransportTraceDecorator,TraceServer)
6190
breezy.tests.per_transport.TransportTests.test_ensure_base_exists(UnlistableTransportDecorator,UnlistableServer)
6191
breezy.tests.per_transport.TransportTests.test_ensure_base_missing(ChrootTransport,TestingChrootServer)
6192
breezy.tests.per_transport.TransportTests.test_ensure_base_missing(FakeNFSTransportDecorator,FakeNFSServer)
6193
breezy.tests.per_transport.TransportTests.test_ensure_base_missing(FakeVFATTransportDecorator,FakeVFATServer)
6194
breezy.tests.per_transport.TransportTests.test_ensure_base_missing(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6195
breezy.tests.per_transport.TransportTests.test_ensure_base_missing(HTTPS_transport,HTTPSServer)
6196
breezy.tests.per_transport.TransportTests.test_ensure_base_missing(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6197
breezy.tests.per_transport.TransportTests.test_ensure_base_missing(LocalTransport,LocalURLServer)
6198
breezy.tests.per_transport.TransportTests.test_ensure_base_missing(MemoryTransport,MemoryServer)
6199
breezy.tests.per_transport.TransportTests.test_ensure_base_missing(NoSmartTransportDecorator,NoSmartTransportServer)
6200
breezy.tests.per_transport.TransportTests.test_ensure_base_missing_parent(ChrootTransport,TestingChrootServer)
6201
breezy.tests.per_transport.TransportTests.test_ensure_base_missing_parent(FakeNFSTransportDecorator,FakeNFSServer)
6202
breezy.tests.per_transport.TransportTests.test_ensure_base_missing_parent(FakeVFATTransportDecorator,FakeVFATServer)
6203
breezy.tests.per_transport.TransportTests.test_ensure_base_missing_parent(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6204
breezy.tests.per_transport.TransportTests.test_ensure_base_missing_parent(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6205
breezy.tests.per_transport.TransportTests.test_ensure_base_missing_parent(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6206
breezy.tests.per_transport.TransportTests.test_ensure_base_missing_parent(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6207
breezy.tests.per_transport.TransportTests.test_ensure_base_missing_parent(HttpTransport_urllib,HttpServer_urllib)
6208
breezy.tests.per_transport.TransportTests.test_ensure_base_missing_parent(LocalTransport,LocalURLServer)
6209
breezy.tests.per_transport.TransportTests.test_ensure_base_missing_parent(MemoryTransport,MemoryServer)
6210
breezy.tests.per_transport.TransportTests.test_ensure_base_missing_parent(NoSmartTransportDecorator,NoSmartTransportServer)
6211
breezy.tests.per_transport.TransportTests.test_ensure_base_missing_parent(PathFilteringTransport,TestingPathFilteringServer)
6212
breezy.tests.per_transport.TransportTests.test_ensure_base_missing_parent(ReadonlyTransportDecorator,ReadonlyServer)
6973.5.2 by Jelmer Vernooij
Add more bees.
6213
breezy.tests.per_transport.TransportTests.test_ensure_base_missing_parent(RemoteTCPTransport,SmartTCPServer_for_testing)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6214
breezy.tests.per_transport.TransportTests.test_ensure_base_missing_parent(SFTPTransport,SFTPAbsoluteServer)
6215
breezy.tests.per_transport.TransportTests.test_ensure_base_missing_parent(SFTPTransport,SFTPHomeDirServer)
6216
breezy.tests.per_transport.TransportTests.test_ensure_base_missing_parent(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6217
breezy.tests.per_transport.TransportTests.test_ensure_base_missing_parent(TransportLogDecorator,LogDecoratorServer)
6218
breezy.tests.per_transport.TransportTests.test_ensure_base_missing_parent(TransportTraceDecorator,TraceServer)
6219
breezy.tests.per_transport.TransportTests.test_ensure_base_missing_parent(UnlistableTransportDecorator,UnlistableServer)
6220
breezy.tests.per_transport.TransportTests.test_ensure_base_missing(PathFilteringTransport,TestingPathFilteringServer)
6221
breezy.tests.per_transport.TransportTests.test_ensure_base_missing(ReadonlyTransportDecorator,ReadonlyServer)
6963.2.6 by Jelmer Vernooij
Fix some more tests.
6222
breezy.tests.per_transport.TransportTests.test_ensure_base_missing(RemoteTCPTransport,SmartTCPServer_for_testing)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6223
breezy.tests.per_transport.TransportTests.test_ensure_base_missing(SFTPTransport,SFTPAbsoluteServer)
6224
breezy.tests.per_transport.TransportTests.test_ensure_base_missing(SFTPTransport,SFTPHomeDirServer)
6225
breezy.tests.per_transport.TransportTests.test_ensure_base_missing(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6226
breezy.tests.per_transport.TransportTests.test_ensure_base_missing(TransportLogDecorator,LogDecoratorServer)
6227
breezy.tests.per_transport.TransportTests.test_ensure_base_missing(TransportTraceDecorator,TraceServer)
6228
breezy.tests.per_transport.TransportTests.test_ensure_base_missing(UnlistableTransportDecorator,UnlistableServer)
6229
breezy.tests.per_transport.TransportTests.test_external_url(ChrootTransport,TestingChrootServer)
6230
breezy.tests.per_transport.TransportTests.test_external_url(FakeNFSTransportDecorator,FakeNFSServer)
6231
breezy.tests.per_transport.TransportTests.test_external_url(FakeVFATTransportDecorator,FakeVFATServer)
6232
breezy.tests.per_transport.TransportTests.test_external_url(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6233
breezy.tests.per_transport.TransportTests.test_external_url(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6234
breezy.tests.per_transport.TransportTests.test_external_url(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6235
breezy.tests.per_transport.TransportTests.test_external_url(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6236
breezy.tests.per_transport.TransportTests.test_external_url(HttpTransport_urllib,HttpServer_urllib)
6237
breezy.tests.per_transport.TransportTests.test_external_url(LocalTransport,LocalURLServer)
6238
breezy.tests.per_transport.TransportTests.test_external_url(MemoryTransport,MemoryServer)
6239
breezy.tests.per_transport.TransportTests.test_external_url(NoSmartTransportDecorator,NoSmartTransportServer)
6240
breezy.tests.per_transport.TransportTests.test_external_url(PathFilteringTransport,TestingPathFilteringServer)
6241
breezy.tests.per_transport.TransportTests.test_external_url(ReadonlyTransportDecorator,ReadonlyServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6242
breezy.tests.per_transport.TransportTests.test_external_url(RemoteTCPTransport,SmartTCPServer_for_testing)
6243
breezy.tests.per_transport.TransportTests.test_external_url(SFTPTransport,SFTPAbsoluteServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
6244
breezy.tests.per_transport.TransportTests.test_external_url(SFTPTransport,SFTPHomeDirServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6245
breezy.tests.per_transport.TransportTests.test_external_url(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6246
breezy.tests.per_transport.TransportTests.test_external_url(TransportLogDecorator,LogDecoratorServer)
6247
breezy.tests.per_transport.TransportTests.test_external_url(TransportTraceDecorator,TraceServer)
6248
breezy.tests.per_transport.TransportTests.test_external_url(UnlistableTransportDecorator,UnlistableServer)
6973.6.2 by Jelmer Vernooij
Fix more tests.
6249
breezy.tests.per_transport.TransportTests.test_get_bytes(ChrootTransport,TestingChrootServer)
6250
breezy.tests.per_transport.TransportTests.test_get_bytes(FakeNFSTransportDecorator,FakeNFSServer)
6251
breezy.tests.per_transport.TransportTests.test_get_bytes(FakeVFATTransportDecorator,FakeVFATServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6252
breezy.tests.per_transport.TransportTests.test_get_bytes(FtpTransport,UnavailableFTPTestServer)
6973.6.2 by Jelmer Vernooij
Fix more tests.
6253
breezy.tests.per_transport.TransportTests.test_get_bytes(LocalTransport,LocalURLServer)
6254
breezy.tests.per_transport.TransportTests.test_get_bytes(MemoryTransport,MemoryServer)
6255
breezy.tests.per_transport.TransportTests.test_get_bytes(NoSmartTransportDecorator,NoSmartTransportServer)
6256
breezy.tests.per_transport.TransportTests.test_get_bytes(PathFilteringTransport,TestingPathFilteringServer)
6257
breezy.tests.per_transport.TransportTests.test_get_bytes(ReadonlyTransportDecorator,ReadonlyServer)
6258
breezy.tests.per_transport.TransportTests.test_get_bytes(RemoteTCPTransport,SmartTCPServer_for_testing)
6259
breezy.tests.per_transport.TransportTests.test_get_bytes(SFTPTransport,SFTPAbsoluteServer)
6260
breezy.tests.per_transport.TransportTests.test_get_bytes(SFTPTransport,SFTPHomeDirServer)
6261
breezy.tests.per_transport.TransportTests.test_get_bytes(SFTPTransport,SFTPSiblingAbsoluteServer)
6262
breezy.tests.per_transport.TransportTests.test_get_bytes(TransportLogDecorator,LogDecoratorServer)
6263
breezy.tests.per_transport.TransportTests.test_get_bytes(TransportTraceDecorator,TraceServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6264
breezy.tests.per_transport.TransportTests.test_get_bytes_unknown_file(ChrootTransport,TestingChrootServer)
6265
breezy.tests.per_transport.TransportTests.test_get_bytes_unknown_file(FakeNFSTransportDecorator,FakeNFSServer)
6266
breezy.tests.per_transport.TransportTests.test_get_bytes_unknown_file(FakeVFATTransportDecorator,FakeVFATServer)
6267
breezy.tests.per_transport.TransportTests.test_get_bytes_unknown_file(FtpTransport,UnavailableFTPTestServer)
6268
breezy.tests.per_transport.TransportTests.test_get_bytes_unknown_file(LocalTransport,LocalURLServer)
6269
breezy.tests.per_transport.TransportTests.test_get_bytes_unknown_file(MemoryTransport,MemoryServer)
6270
breezy.tests.per_transport.TransportTests.test_get_bytes_unknown_file(NoSmartTransportDecorator,NoSmartTransportServer)
6271
breezy.tests.per_transport.TransportTests.test_get_bytes_unknown_file(PathFilteringTransport,TestingPathFilteringServer)
6272
breezy.tests.per_transport.TransportTests.test_get_bytes_unknown_file(ReadonlyTransportDecorator,ReadonlyServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6273
breezy.tests.per_transport.TransportTests.test_get_bytes_unknown_file(SFTPTransport,SFTPAbsoluteServer)
6274
breezy.tests.per_transport.TransportTests.test_get_bytes_unknown_file(SFTPTransport,SFTPHomeDirServer)
6275
breezy.tests.per_transport.TransportTests.test_get_bytes_unknown_file(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6276
breezy.tests.per_transport.TransportTests.test_get_bytes_unknown_file(TransportLogDecorator,LogDecoratorServer)
6277
breezy.tests.per_transport.TransportTests.test_get_bytes_unknown_file(TransportTraceDecorator,TraceServer)
6278
breezy.tests.per_transport.TransportTests.test_get_bytes_unknown_file(UnlistableTransportDecorator,UnlistableServer)
6973.6.2 by Jelmer Vernooij
Fix more tests.
6279
breezy.tests.per_transport.TransportTests.test_get_bytes(UnlistableTransportDecorator,UnlistableServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6280
breezy.tests.per_transport.TransportTests.test_get_bytes_with_open_write_stream_sees_all_content(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6281
breezy.tests.per_transport.TransportTests.test_get_bytes_with_open_write_stream_sees_all_content(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6282
breezy.tests.per_transport.TransportTests.test_get_bytes_with_open_write_stream_sees_all_content(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6283
breezy.tests.per_transport.TransportTests.test_get_bytes_with_open_write_stream_sees_all_content(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6284
breezy.tests.per_transport.TransportTests.test_get_bytes_with_open_write_stream_sees_all_content(HttpTransport_urllib,HttpServer_urllib)
6285
breezy.tests.per_transport.TransportTests.test_get_bytes_with_open_write_stream_sees_all_content(ReadonlyTransportDecorator,ReadonlyServer)
6973.6.2 by Jelmer Vernooij
Fix more tests.
6286
breezy.tests.per_transport.TransportTests.test_get(ChrootTransport,TestingChrootServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6287
breezy.tests.per_transport.TransportTests.test_get_directory_read_gives_ReadError(ChrootTransport,TestingChrootServer)
6288
breezy.tests.per_transport.TransportTests.test_get_directory_read_gives_ReadError(FakeNFSTransportDecorator,FakeNFSServer)
6289
breezy.tests.per_transport.TransportTests.test_get_directory_read_gives_ReadError(FakeVFATTransportDecorator,FakeVFATServer)
6290
breezy.tests.per_transport.TransportTests.test_get_directory_read_gives_ReadError(FtpTransport,UnavailableFTPTestServer)
6291
breezy.tests.per_transport.TransportTests.test_get_directory_read_gives_ReadError(HTTPS_urllib_transport,HTTPSServer_urllib)
6292
breezy.tests.per_transport.TransportTests.test_get_directory_read_gives_ReadError(HttpTransport_urllib,HttpServer_urllib)
6293
breezy.tests.per_transport.TransportTests.test_get_directory_read_gives_ReadError(LocalTransport,LocalURLServer)
6294
breezy.tests.per_transport.TransportTests.test_get_directory_read_gives_ReadError(MemoryTransport,MemoryServer)
6295
breezy.tests.per_transport.TransportTests.test_get_directory_read_gives_ReadError(NoSmartTransportDecorator,NoSmartTransportServer)
6296
breezy.tests.per_transport.TransportTests.test_get_directory_read_gives_ReadError(PathFilteringTransport,TestingPathFilteringServer)
6297
breezy.tests.per_transport.TransportTests.test_get_directory_read_gives_ReadError(ReadonlyTransportDecorator,ReadonlyServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6298
breezy.tests.per_transport.TransportTests.test_get_directory_read_gives_ReadError(SFTPTransport,SFTPAbsoluteServer)
6299
breezy.tests.per_transport.TransportTests.test_get_directory_read_gives_ReadError(SFTPTransport,SFTPHomeDirServer)
6300
breezy.tests.per_transport.TransportTests.test_get_directory_read_gives_ReadError(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6301
breezy.tests.per_transport.TransportTests.test_get_directory_read_gives_ReadError(TransportLogDecorator,LogDecoratorServer)
6302
breezy.tests.per_transport.TransportTests.test_get_directory_read_gives_ReadError(TransportTraceDecorator,TraceServer)
6303
breezy.tests.per_transport.TransportTests.test_get_directory_read_gives_ReadError(UnlistableTransportDecorator,UnlistableServer)
6973.6.2 by Jelmer Vernooij
Fix more tests.
6304
breezy.tests.per_transport.TransportTests.test_get(FakeNFSTransportDecorator,FakeNFSServer)
6305
breezy.tests.per_transport.TransportTests.test_get(FakeVFATTransportDecorator,FakeVFATServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6306
breezy.tests.per_transport.TransportTests.test_get(FtpTransport,UnavailableFTPTestServer)
6973.6.2 by Jelmer Vernooij
Fix more tests.
6307
breezy.tests.per_transport.TransportTests.test_get(LocalTransport,LocalURLServer)
6308
breezy.tests.per_transport.TransportTests.test_get(MemoryTransport,MemoryServer)
6309
breezy.tests.per_transport.TransportTests.test_get(NoSmartTransportDecorator,NoSmartTransportServer)
6310
breezy.tests.per_transport.TransportTests.test_get(PathFilteringTransport,TestingPathFilteringServer)
6311
breezy.tests.per_transport.TransportTests.test_get(ReadonlyTransportDecorator,ReadonlyServer)
6312
breezy.tests.per_transport.TransportTests.test_get(RemoteTCPTransport,SmartTCPServer_for_testing)
6313
breezy.tests.per_transport.TransportTests.test_get(SFTPTransport,SFTPAbsoluteServer)
6314
breezy.tests.per_transport.TransportTests.test_get(SFTPTransport,SFTPHomeDirServer)
6315
breezy.tests.per_transport.TransportTests.test_get(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6316
breezy.tests.per_transport.TransportTests.test_get_smart_medium(ChrootTransport,TestingChrootServer)
6317
breezy.tests.per_transport.TransportTests.test_get_smart_medium(FakeNFSTransportDecorator,FakeNFSServer)
6318
breezy.tests.per_transport.TransportTests.test_get_smart_medium(FakeVFATTransportDecorator,FakeVFATServer)
6319
breezy.tests.per_transport.TransportTests.test_get_smart_medium(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6320
breezy.tests.per_transport.TransportTests.test_get_smart_medium(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6321
breezy.tests.per_transport.TransportTests.test_get_smart_medium(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6322
breezy.tests.per_transport.TransportTests.test_get_smart_medium(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6323
breezy.tests.per_transport.TransportTests.test_get_smart_medium(HttpTransport_urllib,HttpServer_urllib)
6324
breezy.tests.per_transport.TransportTests.test_get_smart_medium(LocalTransport,LocalURLServer)
6325
breezy.tests.per_transport.TransportTests.test_get_smart_medium(MemoryTransport,MemoryServer)
6326
breezy.tests.per_transport.TransportTests.test_get_smart_medium(NoSmartTransportDecorator,NoSmartTransportServer)
6327
breezy.tests.per_transport.TransportTests.test_get_smart_medium(PathFilteringTransport,TestingPathFilteringServer)
6328
breezy.tests.per_transport.TransportTests.test_get_smart_medium(ReadonlyTransportDecorator,ReadonlyServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6329
breezy.tests.per_transport.TransportTests.test_get_smart_medium(RemoteTCPTransport,SmartTCPServer_for_testing)
6330
breezy.tests.per_transport.TransportTests.test_get_smart_medium(SFTPTransport,SFTPAbsoluteServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
6331
breezy.tests.per_transport.TransportTests.test_get_smart_medium(SFTPTransport,SFTPHomeDirServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6332
breezy.tests.per_transport.TransportTests.test_get_smart_medium(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6333
breezy.tests.per_transport.TransportTests.test_get_smart_medium(TransportLogDecorator,LogDecoratorServer)
6334
breezy.tests.per_transport.TransportTests.test_get_smart_medium(TransportTraceDecorator,TraceServer)
6335
breezy.tests.per_transport.TransportTests.test_get_smart_medium(UnlistableTransportDecorator,UnlistableServer)
6973.6.2 by Jelmer Vernooij
Fix more tests.
6336
breezy.tests.per_transport.TransportTests.test_get(TransportLogDecorator,LogDecoratorServer)
6337
breezy.tests.per_transport.TransportTests.test_get(TransportTraceDecorator,TraceServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6338
breezy.tests.per_transport.TransportTests.test_get_unknown_file(ChrootTransport,TestingChrootServer)
6339
breezy.tests.per_transport.TransportTests.test_get_unknown_file(FakeNFSTransportDecorator,FakeNFSServer)
6340
breezy.tests.per_transport.TransportTests.test_get_unknown_file(FakeVFATTransportDecorator,FakeVFATServer)
6341
breezy.tests.per_transport.TransportTests.test_get_unknown_file(FtpTransport,UnavailableFTPTestServer)
6342
breezy.tests.per_transport.TransportTests.test_get_unknown_file(LocalTransport,LocalURLServer)
6343
breezy.tests.per_transport.TransportTests.test_get_unknown_file(MemoryTransport,MemoryServer)
6344
breezy.tests.per_transport.TransportTests.test_get_unknown_file(NoSmartTransportDecorator,NoSmartTransportServer)
6345
breezy.tests.per_transport.TransportTests.test_get_unknown_file(PathFilteringTransport,TestingPathFilteringServer)
6346
breezy.tests.per_transport.TransportTests.test_get_unknown_file(ReadonlyTransportDecorator,ReadonlyServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6347
breezy.tests.per_transport.TransportTests.test_get_unknown_file(SFTPTransport,SFTPAbsoluteServer)
6348
breezy.tests.per_transport.TransportTests.test_get_unknown_file(SFTPTransport,SFTPHomeDirServer)
6349
breezy.tests.per_transport.TransportTests.test_get_unknown_file(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6350
breezy.tests.per_transport.TransportTests.test_get_unknown_file(TransportLogDecorator,LogDecoratorServer)
6351
breezy.tests.per_transport.TransportTests.test_get_unknown_file(TransportTraceDecorator,TraceServer)
6352
breezy.tests.per_transport.TransportTests.test_get_unknown_file(UnlistableTransportDecorator,UnlistableServer)
6973.6.2 by Jelmer Vernooij
Fix more tests.
6353
breezy.tests.per_transport.TransportTests.test_get(UnlistableTransportDecorator,UnlistableServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6354
breezy.tests.per_transport.TransportTests.test_get_with_open_write_stream_sees_all_content(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6355
breezy.tests.per_transport.TransportTests.test_get_with_open_write_stream_sees_all_content(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6356
breezy.tests.per_transport.TransportTests.test_get_with_open_write_stream_sees_all_content(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6357
breezy.tests.per_transport.TransportTests.test_get_with_open_write_stream_sees_all_content(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6358
breezy.tests.per_transport.TransportTests.test_get_with_open_write_stream_sees_all_content(HttpTransport_urllib,HttpServer_urllib)
6359
breezy.tests.per_transport.TransportTests.test_get_with_open_write_stream_sees_all_content(ReadonlyTransportDecorator,ReadonlyServer)
6360
breezy.tests.per_transport.TransportTests.test_hardlink(ChrootTransport,TestingChrootServer)
6361
breezy.tests.per_transport.TransportTests.test_hardlink(FakeNFSTransportDecorator,FakeNFSServer)
6362
breezy.tests.per_transport.TransportTests.test_hardlink(FakeVFATTransportDecorator,FakeVFATServer)
6363
breezy.tests.per_transport.TransportTests.test_hardlink(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6364
breezy.tests.per_transport.TransportTests.test_hardlink(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6365
breezy.tests.per_transport.TransportTests.test_hardlink(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6366
breezy.tests.per_transport.TransportTests.test_hardlink(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6367
breezy.tests.per_transport.TransportTests.test_hardlink(HttpTransport_urllib,HttpServer_urllib)
6368
breezy.tests.per_transport.TransportTests.test_hardlink(LocalTransport,LocalURLServer)
6369
breezy.tests.per_transport.TransportTests.test_hardlink(MemoryTransport,MemoryServer)
6370
breezy.tests.per_transport.TransportTests.test_hardlink(NoSmartTransportDecorator,NoSmartTransportServer)
6371
breezy.tests.per_transport.TransportTests.test_hardlink(PathFilteringTransport,TestingPathFilteringServer)
6372
breezy.tests.per_transport.TransportTests.test_hardlink(ReadonlyTransportDecorator,ReadonlyServer)
6973.5.2 by Jelmer Vernooij
Add more bees.
6373
breezy.tests.per_transport.TransportTests.test_hardlink(RemoteTCPTransport,SmartTCPServer_for_testing)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6374
breezy.tests.per_transport.TransportTests.test_hardlink(SFTPTransport,SFTPAbsoluteServer)
6375
breezy.tests.per_transport.TransportTests.test_hardlink(SFTPTransport,SFTPHomeDirServer)
6376
breezy.tests.per_transport.TransportTests.test_hardlink(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6377
breezy.tests.per_transport.TransportTests.test_hardlink(TransportLogDecorator,LogDecoratorServer)
6378
breezy.tests.per_transport.TransportTests.test_hardlink(TransportTraceDecorator,TraceServer)
6379
breezy.tests.per_transport.TransportTests.test_hardlink(UnlistableTransportDecorator,UnlistableServer)
6380
breezy.tests.per_transport.TransportTests.test_has(ChrootTransport,TestingChrootServer)
6381
breezy.tests.per_transport.TransportTests.test_has(FakeNFSTransportDecorator,FakeNFSServer)
6382
breezy.tests.per_transport.TransportTests.test_has(FakeVFATTransportDecorator,FakeVFATServer)
6383
breezy.tests.per_transport.TransportTests.test_has(FtpTransport,UnavailableFTPTestServer)
6384
breezy.tests.per_transport.TransportTests.test_has(LocalTransport,LocalURLServer)
6385
breezy.tests.per_transport.TransportTests.test_has(MemoryTransport,MemoryServer)
6386
breezy.tests.per_transport.TransportTests.test_has(NoSmartTransportDecorator,NoSmartTransportServer)
6387
breezy.tests.per_transport.TransportTests.test_has(PathFilteringTransport,TestingPathFilteringServer)
6388
breezy.tests.per_transport.TransportTests.test_has(ReadonlyTransportDecorator,ReadonlyServer)
6973.5.2 by Jelmer Vernooij
Add more bees.
6389
breezy.tests.per_transport.TransportTests.test_has(RemoteTCPTransport,SmartTCPServer_for_testing)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6390
breezy.tests.per_transport.TransportTests.test_has_root_works(ChrootTransport,TestingChrootServer)
6391
breezy.tests.per_transport.TransportTests.test_has_root_works(FakeNFSTransportDecorator,FakeNFSServer)
6392
breezy.tests.per_transport.TransportTests.test_has_root_works(FakeVFATTransportDecorator,FakeVFATServer)
6393
breezy.tests.per_transport.TransportTests.test_has_root_works(FtpTransport,UnavailableFTPTestServer)
6394
breezy.tests.per_transport.TransportTests.test_has_root_works(LocalTransport,LocalURLServer)
6395
breezy.tests.per_transport.TransportTests.test_has_root_works(MemoryTransport,MemoryServer)
6396
breezy.tests.per_transport.TransportTests.test_has_root_works(NoSmartTransportDecorator,NoSmartTransportServer)
6397
breezy.tests.per_transport.TransportTests.test_has_root_works(PathFilteringTransport,TestingPathFilteringServer)
6398
breezy.tests.per_transport.TransportTests.test_has_root_works(ReadonlyTransportDecorator,ReadonlyServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6399
breezy.tests.per_transport.TransportTests.test_has_root_works(RemoteTCPTransport,SmartTCPServer_for_testing)
6400
breezy.tests.per_transport.TransportTests.test_has_root_works(SFTPTransport,SFTPAbsoluteServer)
6401
breezy.tests.per_transport.TransportTests.test_has_root_works(SFTPTransport,SFTPHomeDirServer)
6402
breezy.tests.per_transport.TransportTests.test_has_root_works(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6403
breezy.tests.per_transport.TransportTests.test_has_root_works(TransportLogDecorator,LogDecoratorServer)
6404
breezy.tests.per_transport.TransportTests.test_has_root_works(TransportTraceDecorator,TraceServer)
6405
breezy.tests.per_transport.TransportTests.test_has_root_works(UnlistableTransportDecorator,UnlistableServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6406
breezy.tests.per_transport.TransportTests.test_has(SFTPTransport,SFTPAbsoluteServer)
6407
breezy.tests.per_transport.TransportTests.test_has(SFTPTransport,SFTPHomeDirServer)
6408
breezy.tests.per_transport.TransportTests.test_has(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6409
breezy.tests.per_transport.TransportTests.test_has(TransportLogDecorator,LogDecoratorServer)
6410
breezy.tests.per_transport.TransportTests.test_has(TransportTraceDecorator,TraceServer)
6411
breezy.tests.per_transport.TransportTests.test_has(UnlistableTransportDecorator,UnlistableServer)
6412
breezy.tests.per_transport.TransportTests.test_hook_post_connection_multi(ChrootTransport,TestingChrootServer)
6413
breezy.tests.per_transport.TransportTests.test_hook_post_connection_multi(FakeNFSTransportDecorator,FakeNFSServer)
6414
breezy.tests.per_transport.TransportTests.test_hook_post_connection_multi(FakeVFATTransportDecorator,FakeVFATServer)
6415
breezy.tests.per_transport.TransportTests.test_hook_post_connection_multi(FtpTransport,UnavailableFTPTestServer)
6416
breezy.tests.per_transport.TransportTests.test_hook_post_connection_multi(LocalTransport,LocalURLServer)
6417
breezy.tests.per_transport.TransportTests.test_hook_post_connection_multi(MemoryTransport,MemoryServer)
6418
breezy.tests.per_transport.TransportTests.test_hook_post_connection_multi(NoSmartTransportDecorator,NoSmartTransportServer)
6419
breezy.tests.per_transport.TransportTests.test_hook_post_connection_multi(PathFilteringTransport,TestingPathFilteringServer)
6420
breezy.tests.per_transport.TransportTests.test_hook_post_connection_multi(ReadonlyTransportDecorator,ReadonlyServer)
6963.2.6 by Jelmer Vernooij
Fix some more tests.
6421
breezy.tests.per_transport.TransportTests.test_hook_post_connection_multi(RemoteTCPTransport,SmartTCPServer_for_testing)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6422
breezy.tests.per_transport.TransportTests.test_hook_post_connection_multi(SFTPTransport,SFTPAbsoluteServer)
6423
breezy.tests.per_transport.TransportTests.test_hook_post_connection_multi(SFTPTransport,SFTPHomeDirServer)
6424
breezy.tests.per_transport.TransportTests.test_hook_post_connection_multi(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6425
breezy.tests.per_transport.TransportTests.test_hook_post_connection_multi(TransportLogDecorator,LogDecoratorServer)
6426
breezy.tests.per_transport.TransportTests.test_hook_post_connection_multi(TransportTraceDecorator,TraceServer)
6427
breezy.tests.per_transport.TransportTests.test_hook_post_connection_multi(UnlistableTransportDecorator,UnlistableServer)
6428
breezy.tests.per_transport.TransportTests.test_hook_post_connection_one(ChrootTransport,TestingChrootServer)
6429
breezy.tests.per_transport.TransportTests.test_hook_post_connection_one(FakeNFSTransportDecorator,FakeNFSServer)
6430
breezy.tests.per_transport.TransportTests.test_hook_post_connection_one(FakeVFATTransportDecorator,FakeVFATServer)
6431
breezy.tests.per_transport.TransportTests.test_hook_post_connection_one(FtpTransport,UnavailableFTPTestServer)
6432
breezy.tests.per_transport.TransportTests.test_hook_post_connection_one(LocalTransport,LocalURLServer)
6433
breezy.tests.per_transport.TransportTests.test_hook_post_connection_one(MemoryTransport,MemoryServer)
6434
breezy.tests.per_transport.TransportTests.test_hook_post_connection_one(NoSmartTransportDecorator,NoSmartTransportServer)
6435
breezy.tests.per_transport.TransportTests.test_hook_post_connection_one(PathFilteringTransport,TestingPathFilteringServer)
6436
breezy.tests.per_transport.TransportTests.test_hook_post_connection_one(ReadonlyTransportDecorator,ReadonlyServer)
6963.2.6 by Jelmer Vernooij
Fix some more tests.
6437
breezy.tests.per_transport.TransportTests.test_hook_post_connection_one(RemoteTCPTransport,SmartTCPServer_for_testing)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6438
breezy.tests.per_transport.TransportTests.test_hook_post_connection_one(SFTPTransport,SFTPAbsoluteServer)
6439
breezy.tests.per_transport.TransportTests.test_hook_post_connection_one(SFTPTransport,SFTPHomeDirServer)
6440
breezy.tests.per_transport.TransportTests.test_hook_post_connection_one(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6441
breezy.tests.per_transport.TransportTests.test_hook_post_connection_one(TransportLogDecorator,LogDecoratorServer)
6442
breezy.tests.per_transport.TransportTests.test_hook_post_connection_one(TransportTraceDecorator,TraceServer)
6443
breezy.tests.per_transport.TransportTests.test_hook_post_connection_one(UnlistableTransportDecorator,UnlistableServer)
6444
breezy.tests.per_transport.TransportTests.test_iter_files_recursive(ChrootTransport,TestingChrootServer)
6445
breezy.tests.per_transport.TransportTests.test_iter_files_recursive(FakeNFSTransportDecorator,FakeNFSServer)
6446
breezy.tests.per_transport.TransportTests.test_iter_files_recursive(FakeVFATTransportDecorator,FakeVFATServer)
6447
breezy.tests.per_transport.TransportTests.test_iter_files_recursive(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6448
breezy.tests.per_transport.TransportTests.test_iter_files_recursive(HTTPS_transport,HTTPSServer)
6800.1.2 by Jelmer Vernooij
Run more tests.
6449
breezy.tests.per_transport.TransportTests.test_iter_files_recursive(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6450
breezy.tests.per_transport.TransportTests.test_iter_files_recursive(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6451
breezy.tests.per_transport.TransportTests.test_iter_files_recursive(HttpTransport_urllib,HttpServer_urllib)
6452
breezy.tests.per_transport.TransportTests.test_iter_files_recursive(LocalTransport,LocalURLServer)
6453
breezy.tests.per_transport.TransportTests.test_iter_files_recursive(MemoryTransport,MemoryServer)
6454
breezy.tests.per_transport.TransportTests.test_iter_files_recursive(NoSmartTransportDecorator,NoSmartTransportServer)
6455
breezy.tests.per_transport.TransportTests.test_iter_files_recursive(PathFilteringTransport,TestingPathFilteringServer)
6456
breezy.tests.per_transport.TransportTests.test_iter_files_recursive(ReadonlyTransportDecorator,ReadonlyServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6457
breezy.tests.per_transport.TransportTests.test_iter_files_recursive(SFTPTransport,SFTPAbsoluteServer)
6458
breezy.tests.per_transport.TransportTests.test_iter_files_recursive(SFTPTransport,SFTPHomeDirServer)
6459
breezy.tests.per_transport.TransportTests.test_iter_files_recursive(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6460
breezy.tests.per_transport.TransportTests.test_iter_files_recursive(TransportLogDecorator,LogDecoratorServer)
6461
breezy.tests.per_transport.TransportTests.test_iter_files_recursive(TransportTraceDecorator,TraceServer)
6462
breezy.tests.per_transport.TransportTests.test_iter_files_recursive(UnlistableTransportDecorator,UnlistableServer)
6463
breezy.tests.per_transport.TransportTests.test_list_dir(ChrootTransport,TestingChrootServer)
6464
breezy.tests.per_transport.TransportTests.test_list_dir(FakeNFSTransportDecorator,FakeNFSServer)
6465
breezy.tests.per_transport.TransportTests.test_list_dir(FakeVFATTransportDecorator,FakeVFATServer)
6466
breezy.tests.per_transport.TransportTests.test_list_dir(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6467
breezy.tests.per_transport.TransportTests.test_list_dir(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6468
breezy.tests.per_transport.TransportTests.test_list_dir(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6469
breezy.tests.per_transport.TransportTests.test_list_dir(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6470
breezy.tests.per_transport.TransportTests.test_list_dir(HttpTransport_urllib,HttpServer_urllib)
6471
breezy.tests.per_transport.TransportTests.test_list_dir(LocalTransport,LocalURLServer)
6472
breezy.tests.per_transport.TransportTests.test_list_dir(MemoryTransport,MemoryServer)
6473
breezy.tests.per_transport.TransportTests.test_list_dir(NoSmartTransportDecorator,NoSmartTransportServer)
6474
breezy.tests.per_transport.TransportTests.test_list_dir(PathFilteringTransport,TestingPathFilteringServer)
6475
breezy.tests.per_transport.TransportTests.test_list_dir(ReadonlyTransportDecorator,ReadonlyServer)
6476
breezy.tests.per_transport.TransportTests.test_list_dir_result_is_url_escaped(ChrootTransport,TestingChrootServer)
6477
breezy.tests.per_transport.TransportTests.test_list_dir_result_is_url_escaped(FakeNFSTransportDecorator,FakeNFSServer)
6478
breezy.tests.per_transport.TransportTests.test_list_dir_result_is_url_escaped(FakeVFATTransportDecorator,FakeVFATServer)
6479
breezy.tests.per_transport.TransportTests.test_list_dir_result_is_url_escaped(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6480
breezy.tests.per_transport.TransportTests.test_list_dir_result_is_url_escaped(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6481
breezy.tests.per_transport.TransportTests.test_list_dir_result_is_url_escaped(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6482
breezy.tests.per_transport.TransportTests.test_list_dir_result_is_url_escaped(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6483
breezy.tests.per_transport.TransportTests.test_list_dir_result_is_url_escaped(HttpTransport_urllib,HttpServer_urllib)
6484
breezy.tests.per_transport.TransportTests.test_list_dir_result_is_url_escaped(LocalTransport,LocalURLServer)
6485
breezy.tests.per_transport.TransportTests.test_list_dir_result_is_url_escaped(MemoryTransport,MemoryServer)
6486
breezy.tests.per_transport.TransportTests.test_list_dir_result_is_url_escaped(NoSmartTransportDecorator,NoSmartTransportServer)
6487
breezy.tests.per_transport.TransportTests.test_list_dir_result_is_url_escaped(PathFilteringTransport,TestingPathFilteringServer)
6488
breezy.tests.per_transport.TransportTests.test_list_dir_result_is_url_escaped(ReadonlyTransportDecorator,ReadonlyServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6489
breezy.tests.per_transport.TransportTests.test_list_dir_result_is_url_escaped(SFTPTransport,SFTPAbsoluteServer)
6490
breezy.tests.per_transport.TransportTests.test_list_dir_result_is_url_escaped(SFTPTransport,SFTPHomeDirServer)
6491
breezy.tests.per_transport.TransportTests.test_list_dir_result_is_url_escaped(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6492
breezy.tests.per_transport.TransportTests.test_list_dir_result_is_url_escaped(TransportLogDecorator,LogDecoratorServer)
6493
breezy.tests.per_transport.TransportTests.test_list_dir_result_is_url_escaped(TransportTraceDecorator,TraceServer)
6494
breezy.tests.per_transport.TransportTests.test_list_dir_result_is_url_escaped(UnlistableTransportDecorator,UnlistableServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6495
breezy.tests.per_transport.TransportTests.test_list_dir(SFTPTransport,SFTPAbsoluteServer)
6496
breezy.tests.per_transport.TransportTests.test_list_dir(SFTPTransport,SFTPHomeDirServer)
6497
breezy.tests.per_transport.TransportTests.test_list_dir(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6498
breezy.tests.per_transport.TransportTests.test_list_dir(TransportLogDecorator,LogDecoratorServer)
6499
breezy.tests.per_transport.TransportTests.test_list_dir(TransportTraceDecorator,TraceServer)
6500
breezy.tests.per_transport.TransportTests.test_list_dir(UnlistableTransportDecorator,UnlistableServer)
6501
breezy.tests.per_transport.TransportTests.test_local_abspath(ChrootTransport,TestingChrootServer)
6502
breezy.tests.per_transport.TransportTests.test_local_abspath(FakeNFSTransportDecorator,FakeNFSServer)
6503
breezy.tests.per_transport.TransportTests.test_local_abspath(FakeVFATTransportDecorator,FakeVFATServer)
6504
breezy.tests.per_transport.TransportTests.test_local_abspath(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6505
breezy.tests.per_transport.TransportTests.test_local_abspath(HTTPS_transport,HTTPSServer)
6506
breezy.tests.per_transport.TransportTests.test_local_abspath(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6507
breezy.tests.per_transport.TransportTests.test_local_abspath(LocalTransport,LocalURLServer)
6508
breezy.tests.per_transport.TransportTests.test_local_abspath(MemoryTransport,MemoryServer)
6509
breezy.tests.per_transport.TransportTests.test_local_abspath(NoSmartTransportDecorator,NoSmartTransportServer)
6510
breezy.tests.per_transport.TransportTests.test_local_abspath(PathFilteringTransport,TestingPathFilteringServer)
6511
breezy.tests.per_transport.TransportTests.test_local_abspath(ReadonlyTransportDecorator,ReadonlyServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6512
breezy.tests.per_transport.TransportTests.test_local_abspath(RemoteTCPTransport,SmartTCPServer_for_testing)
6513
breezy.tests.per_transport.TransportTests.test_local_abspath(SFTPTransport,SFTPAbsoluteServer)
6514
breezy.tests.per_transport.TransportTests.test_local_abspath(SFTPTransport,SFTPHomeDirServer)
6515
breezy.tests.per_transport.TransportTests.test_local_abspath(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6516
breezy.tests.per_transport.TransportTests.test_local_abspath(TransportLogDecorator,LogDecoratorServer)
6517
breezy.tests.per_transport.TransportTests.test_local_abspath(TransportTraceDecorator,TraceServer)
6518
breezy.tests.per_transport.TransportTests.test_local_abspath(UnlistableTransportDecorator,UnlistableServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
6519
breezy.tests.per_transport.TransportTests.test_lock_read(ChrootTransport,TestingChrootServer)
6520
breezy.tests.per_transport.TransportTests.test_lock_read(FakeNFSTransportDecorator,FakeNFSServer)
6521
breezy.tests.per_transport.TransportTests.test_lock_read(FakeVFATTransportDecorator,FakeVFATServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6522
breezy.tests.per_transport.TransportTests.test_lock_read(FtpTransport,UnavailableFTPTestServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
6523
breezy.tests.per_transport.TransportTests.test_lock_read(LocalTransport,LocalURLServer)
6524
breezy.tests.per_transport.TransportTests.test_lock_read(MemoryTransport,MemoryServer)
6525
breezy.tests.per_transport.TransportTests.test_lock_read(NoSmartTransportDecorator,NoSmartTransportServer)
6526
breezy.tests.per_transport.TransportTests.test_lock_read(PathFilteringTransport,TestingPathFilteringServer)
6973.5.2 by Jelmer Vernooij
Add more bees.
6527
breezy.tests.per_transport.TransportTests.test_lock_read(RemoteTCPTransport,SmartTCPServer_for_testing)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6528
breezy.tests.per_transport.TransportTests.test_lock_read(SFTPTransport,SFTPAbsoluteServer)
6529
breezy.tests.per_transport.TransportTests.test_lock_read(SFTPTransport,SFTPHomeDirServer)
6530
breezy.tests.per_transport.TransportTests.test_lock_read(SFTPTransport,SFTPSiblingAbsoluteServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
6531
breezy.tests.per_transport.TransportTests.test_lock_read(TransportLogDecorator,LogDecoratorServer)
6532
breezy.tests.per_transport.TransportTests.test_lock_read(TransportTraceDecorator,TraceServer)
6533
breezy.tests.per_transport.TransportTests.test_lock_read(UnlistableTransportDecorator,UnlistableServer)
6534
breezy.tests.per_transport.TransportTests.test_lock_write(ChrootTransport,TestingChrootServer)
6535
breezy.tests.per_transport.TransportTests.test_lock_write(FakeNFSTransportDecorator,FakeNFSServer)
6536
breezy.tests.per_transport.TransportTests.test_lock_write(FakeVFATTransportDecorator,FakeVFATServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6537
breezy.tests.per_transport.TransportTests.test_lock_write(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6538
breezy.tests.per_transport.TransportTests.test_lock_write(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6539
breezy.tests.per_transport.TransportTests.test_lock_write(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6540
breezy.tests.per_transport.TransportTests.test_lock_write(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6541
breezy.tests.per_transport.TransportTests.test_lock_write(HttpTransport_urllib,HttpServer_urllib)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
6542
breezy.tests.per_transport.TransportTests.test_lock_write(LocalTransport,LocalURLServer)
6543
breezy.tests.per_transport.TransportTests.test_lock_write(MemoryTransport,MemoryServer)
6544
breezy.tests.per_transport.TransportTests.test_lock_write(NoSmartTransportDecorator,NoSmartTransportServer)
6545
breezy.tests.per_transport.TransportTests.test_lock_write(PathFilteringTransport,TestingPathFilteringServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6546
breezy.tests.per_transport.TransportTests.test_lock_write(ReadonlyTransportDecorator,ReadonlyServer)
6973.5.2 by Jelmer Vernooij
Add more bees.
6547
breezy.tests.per_transport.TransportTests.test_lock_write(RemoteTCPTransport,SmartTCPServer_for_testing)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6548
breezy.tests.per_transport.TransportTests.test_lock_write(SFTPTransport,SFTPAbsoluteServer)
6549
breezy.tests.per_transport.TransportTests.test_lock_write(SFTPTransport,SFTPHomeDirServer)
6550
breezy.tests.per_transport.TransportTests.test_lock_write(SFTPTransport,SFTPSiblingAbsoluteServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
6551
breezy.tests.per_transport.TransportTests.test_lock_write(TransportLogDecorator,LogDecoratorServer)
6552
breezy.tests.per_transport.TransportTests.test_lock_write(TransportTraceDecorator,TraceServer)
6553
breezy.tests.per_transport.TransportTests.test_lock_write(UnlistableTransportDecorator,UnlistableServer)
6973.6.2 by Jelmer Vernooij
Fix more tests.
6554
breezy.tests.per_transport.TransportTests.test_mkdir(ChrootTransport,TestingChrootServer)
6555
breezy.tests.per_transport.TransportTests.test_mkdir(FakeNFSTransportDecorator,FakeNFSServer)
6556
breezy.tests.per_transport.TransportTests.test_mkdir(FakeVFATTransportDecorator,FakeVFATServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6557
breezy.tests.per_transport.TransportTests.test_mkdir(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6558
breezy.tests.per_transport.TransportTests.test_mkdir(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6559
breezy.tests.per_transport.TransportTests.test_mkdir(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6560
breezy.tests.per_transport.TransportTests.test_mkdir(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6561
breezy.tests.per_transport.TransportTests.test_mkdir(HttpTransport_urllib,HttpServer_urllib)
6973.6.2 by Jelmer Vernooij
Fix more tests.
6562
breezy.tests.per_transport.TransportTests.test_mkdir(LocalTransport,LocalURLServer)
6563
breezy.tests.per_transport.TransportTests.test_mkdir(MemoryTransport,MemoryServer)
6564
breezy.tests.per_transport.TransportTests.test_mkdir(NoSmartTransportDecorator,NoSmartTransportServer)
6565
breezy.tests.per_transport.TransportTests.test_mkdir(PathFilteringTransport,TestingPathFilteringServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6566
breezy.tests.per_transport.TransportTests.test_mkdir_permissions(ChrootTransport,TestingChrootServer)
6567
breezy.tests.per_transport.TransportTests.test_mkdir_permissions(FakeNFSTransportDecorator,FakeNFSServer)
6568
breezy.tests.per_transport.TransportTests.test_mkdir_permissions(FakeVFATTransportDecorator,FakeVFATServer)
6569
breezy.tests.per_transport.TransportTests.test_mkdir_permissions(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6570
breezy.tests.per_transport.TransportTests.test_mkdir_permissions(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6571
breezy.tests.per_transport.TransportTests.test_mkdir_permissions(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6572
breezy.tests.per_transport.TransportTests.test_mkdir_permissions(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6573
breezy.tests.per_transport.TransportTests.test_mkdir_permissions(HttpTransport_urllib,HttpServer_urllib)
6574
breezy.tests.per_transport.TransportTests.test_mkdir_permissions(LocalTransport,LocalURLServer)
6575
breezy.tests.per_transport.TransportTests.test_mkdir_permissions(MemoryTransport,MemoryServer)
6576
breezy.tests.per_transport.TransportTests.test_mkdir_permissions(NoSmartTransportDecorator,NoSmartTransportServer)
6577
breezy.tests.per_transport.TransportTests.test_mkdir_permissions(PathFilteringTransport,TestingPathFilteringServer)
6578
breezy.tests.per_transport.TransportTests.test_mkdir_permissions(ReadonlyTransportDecorator,ReadonlyServer)
6963.2.6 by Jelmer Vernooij
Fix some more tests.
6579
breezy.tests.per_transport.TransportTests.test_mkdir_permissions(RemoteTCPTransport,SmartTCPServer_for_testing)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6580
breezy.tests.per_transport.TransportTests.test_mkdir_permissions(SFTPTransport,SFTPAbsoluteServer)
6581
breezy.tests.per_transport.TransportTests.test_mkdir_permissions(SFTPTransport,SFTPHomeDirServer)
6582
breezy.tests.per_transport.TransportTests.test_mkdir_permissions(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6583
breezy.tests.per_transport.TransportTests.test_mkdir_permissions(TransportLogDecorator,LogDecoratorServer)
6584
breezy.tests.per_transport.TransportTests.test_mkdir_permissions(TransportTraceDecorator,TraceServer)
6585
breezy.tests.per_transport.TransportTests.test_mkdir_permissions(UnlistableTransportDecorator,UnlistableServer)
6586
breezy.tests.per_transport.TransportTests.test_mkdir(ReadonlyTransportDecorator,ReadonlyServer)
6973.6.2 by Jelmer Vernooij
Fix more tests.
6587
breezy.tests.per_transport.TransportTests.test_mkdir(RemoteTCPTransport,SmartTCPServer_for_testing)
6588
breezy.tests.per_transport.TransportTests.test_mkdir(SFTPTransport,SFTPAbsoluteServer)
6589
breezy.tests.per_transport.TransportTests.test_mkdir(SFTPTransport,SFTPHomeDirServer)
6590
breezy.tests.per_transport.TransportTests.test_mkdir(SFTPTransport,SFTPSiblingAbsoluteServer)
6591
breezy.tests.per_transport.TransportTests.test_mkdir(TransportLogDecorator,LogDecoratorServer)
6592
breezy.tests.per_transport.TransportTests.test_mkdir(TransportTraceDecorator,TraceServer)
6593
breezy.tests.per_transport.TransportTests.test_mkdir(UnlistableTransportDecorator,UnlistableServer)
6594
breezy.tests.per_transport.TransportTests.test_move(ChrootTransport,TestingChrootServer)
6595
breezy.tests.per_transport.TransportTests.test_move(FakeNFSTransportDecorator,FakeNFSServer)
6596
breezy.tests.per_transport.TransportTests.test_move(FakeVFATTransportDecorator,FakeVFATServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6597
breezy.tests.per_transport.TransportTests.test_move(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6598
breezy.tests.per_transport.TransportTests.test_move(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6599
breezy.tests.per_transport.TransportTests.test_move(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6600
breezy.tests.per_transport.TransportTests.test_move(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6601
breezy.tests.per_transport.TransportTests.test_move(HttpTransport_urllib,HttpServer_urllib)
6973.6.2 by Jelmer Vernooij
Fix more tests.
6602
breezy.tests.per_transport.TransportTests.test_move(LocalTransport,LocalURLServer)
6603
breezy.tests.per_transport.TransportTests.test_move(MemoryTransport,MemoryServer)
6604
breezy.tests.per_transport.TransportTests.test_move(NoSmartTransportDecorator,NoSmartTransportServer)
6605
breezy.tests.per_transport.TransportTests.test_move(PathFilteringTransport,TestingPathFilteringServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6606
breezy.tests.per_transport.TransportTests.test_move(ReadonlyTransportDecorator,ReadonlyServer)
6973.6.2 by Jelmer Vernooij
Fix more tests.
6607
breezy.tests.per_transport.TransportTests.test_move(RemoteTCPTransport,SmartTCPServer_for_testing)
6608
breezy.tests.per_transport.TransportTests.test_move(SFTPTransport,SFTPAbsoluteServer)
6609
breezy.tests.per_transport.TransportTests.test_move(SFTPTransport,SFTPHomeDirServer)
6610
breezy.tests.per_transport.TransportTests.test_move(SFTPTransport,SFTPSiblingAbsoluteServer)
6611
breezy.tests.per_transport.TransportTests.test_move(TransportLogDecorator,LogDecoratorServer)
6612
breezy.tests.per_transport.TransportTests.test_move(TransportTraceDecorator,TraceServer)
6613
breezy.tests.per_transport.TransportTests.test_move(UnlistableTransportDecorator,UnlistableServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6614
breezy.tests.per_transport.TransportTests.test_no_segment_parameters(ChrootTransport,TestingChrootServer)
6615
breezy.tests.per_transport.TransportTests.test_no_segment_parameters(FakeNFSTransportDecorator,FakeNFSServer)
6616
breezy.tests.per_transport.TransportTests.test_no_segment_parameters(FakeVFATTransportDecorator,FakeVFATServer)
6617
breezy.tests.per_transport.TransportTests.test_no_segment_parameters(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6618
breezy.tests.per_transport.TransportTests.test_no_segment_parameters(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6619
breezy.tests.per_transport.TransportTests.test_no_segment_parameters(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6620
breezy.tests.per_transport.TransportTests.test_no_segment_parameters(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6621
breezy.tests.per_transport.TransportTests.test_no_segment_parameters(HttpTransport_urllib,HttpServer_urllib)
6622
breezy.tests.per_transport.TransportTests.test_no_segment_parameters(LocalTransport,LocalURLServer)
6623
breezy.tests.per_transport.TransportTests.test_no_segment_parameters(MemoryTransport,MemoryServer)
6624
breezy.tests.per_transport.TransportTests.test_no_segment_parameters(NoSmartTransportDecorator,NoSmartTransportServer)
6625
breezy.tests.per_transport.TransportTests.test_no_segment_parameters(PathFilteringTransport,TestingPathFilteringServer)
6626
breezy.tests.per_transport.TransportTests.test_no_segment_parameters(ReadonlyTransportDecorator,ReadonlyServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6627
breezy.tests.per_transport.TransportTests.test_no_segment_parameters(RemoteTCPTransport,SmartTCPServer_for_testing)
6628
breezy.tests.per_transport.TransportTests.test_no_segment_parameters(SFTPTransport,SFTPAbsoluteServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
6629
breezy.tests.per_transport.TransportTests.test_no_segment_parameters(SFTPTransport,SFTPHomeDirServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6630
breezy.tests.per_transport.TransportTests.test_no_segment_parameters(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6631
breezy.tests.per_transport.TransportTests.test_no_segment_parameters(TransportLogDecorator,LogDecoratorServer)
6632
breezy.tests.per_transport.TransportTests.test_no_segment_parameters(TransportTraceDecorator,TraceServer)
6633
breezy.tests.per_transport.TransportTests.test_no_segment_parameters(UnlistableTransportDecorator,UnlistableServer)
6634
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_can_set_mode(ChrootTransport,TestingChrootServer)
6635
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_can_set_mode(FakeNFSTransportDecorator,FakeNFSServer)
6636
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_can_set_mode(FakeVFATTransportDecorator,FakeVFATServer)
6637
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_can_set_mode(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6638
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_can_set_mode(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6639
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_can_set_mode(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6640
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_can_set_mode(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6641
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_can_set_mode(HttpTransport_urllib,HttpServer_urllib)
6642
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_can_set_mode(LocalTransport,LocalURLServer)
6643
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_can_set_mode(MemoryTransport,MemoryServer)
6644
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_can_set_mode(NoSmartTransportDecorator,NoSmartTransportServer)
6645
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_can_set_mode(PathFilteringTransport,TestingPathFilteringServer)
6646
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_can_set_mode(ReadonlyTransportDecorator,ReadonlyServer)
6963.2.6 by Jelmer Vernooij
Fix some more tests.
6647
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_can_set_mode(RemoteTCPTransport,SmartTCPServer_for_testing)
6973.6.1 by Jelmer Vernooij
More bees.
6648
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_can_set_mode(SFTPTransport,SFTPAbsoluteServer)
6649
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_can_set_mode(SFTPTransport,SFTPHomeDirServer)
6650
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_can_set_mode(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6651
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_can_set_mode(TransportLogDecorator,LogDecoratorServer)
6652
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_can_set_mode(TransportTraceDecorator,TraceServer)
6653
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_can_set_mode(UnlistableTransportDecorator,UnlistableServer)
6654
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_creates_file(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6655
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_creates_file(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6656
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_creates_file(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6657
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_creates_file(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6658
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_creates_file(HttpTransport_urllib,HttpServer_urllib)
6659
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_creates_file(ReadonlyTransportDecorator,ReadonlyServer)
6973.6.2 by Jelmer Vernooij
Fix more tests.
6660
breezy.tests.per_transport.TransportTests.test_put_bytes(ChrootTransport,TestingChrootServer)
6661
breezy.tests.per_transport.TransportTests.test_put_bytes(FakeNFSTransportDecorator,FakeNFSServer)
6662
breezy.tests.per_transport.TransportTests.test_put_bytes(FakeVFATTransportDecorator,FakeVFATServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6663
breezy.tests.per_transport.TransportTests.test_put_bytes(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6664
breezy.tests.per_transport.TransportTests.test_put_bytes(HTTPS_transport,HTTPSServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
6665
breezy.tests.per_transport.TransportTests.test_put_bytes(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6666
breezy.tests.per_transport.TransportTests.test_put_bytes(HttpTransport,HttpServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
6667
breezy.tests.per_transport.TransportTests.test_put_bytes(HttpTransport_urllib,HttpServer_urllib)
6973.6.2 by Jelmer Vernooij
Fix more tests.
6668
breezy.tests.per_transport.TransportTests.test_put_bytes(LocalTransport,LocalURLServer)
6669
breezy.tests.per_transport.TransportTests.test_put_bytes(MemoryTransport,MemoryServer)
6670
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic(ChrootTransport,TestingChrootServer)
6671
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic(FakeNFSTransportDecorator,FakeNFSServer)
6672
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic(FakeVFATTransportDecorator,FakeVFATServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6673
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic(FtpTransport,UnavailableFTPTestServer)
6973.6.2 by Jelmer Vernooij
Fix more tests.
6674
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic(HTTPS_transport,HTTPSServer)
6675
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic(HttpTransport,HttpServer)
6676
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic(LocalTransport,LocalURLServer)
6677
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic(MemoryTransport,MemoryServer)
6678
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic(NoSmartTransportDecorator,NoSmartTransportServer)
6679
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic(PathFilteringTransport,TestingPathFilteringServer)
6680
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic_permissions(ChrootTransport,TestingChrootServer)
6681
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic_permissions(FakeNFSTransportDecorator,FakeNFSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6682
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic_permissions(FakeVFATTransportDecorator,FakeVFATServer)
6683
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic_permissions(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6684
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic_permissions(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6685
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic_permissions(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6686
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic_permissions(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6687
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic_permissions(HttpTransport_urllib,HttpServer_urllib)
6973.6.2 by Jelmer Vernooij
Fix more tests.
6688
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic_permissions(LocalTransport,LocalURLServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6689
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic_permissions(MemoryTransport,MemoryServer)
6973.6.2 by Jelmer Vernooij
Fix more tests.
6690
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic_permissions(NoSmartTransportDecorator,NoSmartTransportServer)
6691
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic_permissions(PathFilteringTransport,TestingPathFilteringServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6692
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic_permissions(ReadonlyTransportDecorator,ReadonlyServer)
6963.2.6 by Jelmer Vernooij
Fix some more tests.
6693
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic_permissions(RemoteTCPTransport,SmartTCPServer_for_testing)
6973.6.2 by Jelmer Vernooij
Fix more tests.
6694
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic_permissions(SFTPTransport,SFTPAbsoluteServer)
6695
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic_permissions(SFTPTransport,SFTPHomeDirServer)
6696
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic_permissions(SFTPTransport,SFTPSiblingAbsoluteServer)
6697
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic_permissions(TransportLogDecorator,LogDecoratorServer)
6698
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic_permissions(TransportTraceDecorator,TraceServer)
6699
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic_permissions(UnlistableTransportDecorator,UnlistableServer)
6700
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic(ReadonlyTransportDecorator,ReadonlyServer)
6701
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic(RemoteTCPTransport,SmartTCPServer_for_testing)
6702
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic(SFTPTransport,SFTPAbsoluteServer)
6703
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic(SFTPTransport,SFTPHomeDirServer)
6704
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic(SFTPTransport,SFTPSiblingAbsoluteServer)
6705
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic(TransportLogDecorator,LogDecoratorServer)
6706
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic(TransportTraceDecorator,TraceServer)
6707
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic(UnlistableTransportDecorator,UnlistableServer)
6708
breezy.tests.per_transport.TransportTests.test_put_bytes(NoSmartTransportDecorator,NoSmartTransportServer)
6709
breezy.tests.per_transport.TransportTests.test_put_bytes(PathFilteringTransport,TestingPathFilteringServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
6710
breezy.tests.per_transport.TransportTests.test_put_bytes_permissions(ChrootTransport,TestingChrootServer)
6711
breezy.tests.per_transport.TransportTests.test_put_bytes_permissions(FakeNFSTransportDecorator,FakeNFSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6712
breezy.tests.per_transport.TransportTests.test_put_bytes_permissions(FakeVFATTransportDecorator,FakeVFATServer)
6713
breezy.tests.per_transport.TransportTests.test_put_bytes_permissions(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6714
breezy.tests.per_transport.TransportTests.test_put_bytes_permissions(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6715
breezy.tests.per_transport.TransportTests.test_put_bytes_permissions(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6716
breezy.tests.per_transport.TransportTests.test_put_bytes_permissions(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6717
breezy.tests.per_transport.TransportTests.test_put_bytes_permissions(HttpTransport_urllib,HttpServer_urllib)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
6718
breezy.tests.per_transport.TransportTests.test_put_bytes_permissions(LocalTransport,LocalURLServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6719
breezy.tests.per_transport.TransportTests.test_put_bytes_permissions(MemoryTransport,MemoryServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
6720
breezy.tests.per_transport.TransportTests.test_put_bytes_permissions(NoSmartTransportDecorator,NoSmartTransportServer)
6721
breezy.tests.per_transport.TransportTests.test_put_bytes_permissions(PathFilteringTransport,TestingPathFilteringServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6722
breezy.tests.per_transport.TransportTests.test_put_bytes_permissions(ReadonlyTransportDecorator,ReadonlyServer)
6963.2.6 by Jelmer Vernooij
Fix some more tests.
6723
breezy.tests.per_transport.TransportTests.test_put_bytes_permissions(RemoteTCPTransport,SmartTCPServer_for_testing)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6724
breezy.tests.per_transport.TransportTests.test_put_bytes_permissions(SFTPTransport,SFTPAbsoluteServer)
6725
breezy.tests.per_transport.TransportTests.test_put_bytes_permissions(SFTPTransport,SFTPHomeDirServer)
6726
breezy.tests.per_transport.TransportTests.test_put_bytes_permissions(SFTPTransport,SFTPSiblingAbsoluteServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
6727
breezy.tests.per_transport.TransportTests.test_put_bytes_permissions(TransportLogDecorator,LogDecoratorServer)
6728
breezy.tests.per_transport.TransportTests.test_put_bytes_permissions(TransportTraceDecorator,TraceServer)
6729
breezy.tests.per_transport.TransportTests.test_put_bytes_permissions(UnlistableTransportDecorator,UnlistableServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6730
breezy.tests.per_transport.TransportTests.test_put_bytes(ReadonlyTransportDecorator,ReadonlyServer)
6973.6.2 by Jelmer Vernooij
Fix more tests.
6731
breezy.tests.per_transport.TransportTests.test_put_bytes(RemoteTCPTransport,SmartTCPServer_for_testing)
6732
breezy.tests.per_transport.TransportTests.test_put_bytes(SFTPTransport,SFTPAbsoluteServer)
6733
breezy.tests.per_transport.TransportTests.test_put_bytes(SFTPTransport,SFTPHomeDirServer)
6734
breezy.tests.per_transport.TransportTests.test_put_bytes(SFTPTransport,SFTPSiblingAbsoluteServer)
6735
breezy.tests.per_transport.TransportTests.test_put_bytes(TransportLogDecorator,LogDecoratorServer)
6736
breezy.tests.per_transport.TransportTests.test_put_bytes(TransportTraceDecorator,TraceServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6737
breezy.tests.per_transport.TransportTests.test_put_bytes_unicode(ChrootTransport,TestingChrootServer)
6738
breezy.tests.per_transport.TransportTests.test_put_bytes_unicode(FakeNFSTransportDecorator,FakeNFSServer)
6739
breezy.tests.per_transport.TransportTests.test_put_bytes_unicode(FakeVFATTransportDecorator,FakeVFATServer)
6740
breezy.tests.per_transport.TransportTests.test_put_bytes_unicode(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6741
breezy.tests.per_transport.TransportTests.test_put_bytes_unicode(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6742
breezy.tests.per_transport.TransportTests.test_put_bytes_unicode(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6743
breezy.tests.per_transport.TransportTests.test_put_bytes_unicode(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6744
breezy.tests.per_transport.TransportTests.test_put_bytes_unicode(HttpTransport_urllib,HttpServer_urllib)
6745
breezy.tests.per_transport.TransportTests.test_put_bytes_unicode(LocalTransport,LocalURLServer)
6746
breezy.tests.per_transport.TransportTests.test_put_bytes_unicode(MemoryTransport,MemoryServer)
6747
breezy.tests.per_transport.TransportTests.test_put_bytes_unicode(NoSmartTransportDecorator,NoSmartTransportServer)
6748
breezy.tests.per_transport.TransportTests.test_put_bytes_unicode(PathFilteringTransport,TestingPathFilteringServer)
6749
breezy.tests.per_transport.TransportTests.test_put_bytes_unicode(ReadonlyTransportDecorator,ReadonlyServer)
6963.2.6 by Jelmer Vernooij
Fix some more tests.
6750
breezy.tests.per_transport.TransportTests.test_put_bytes_unicode(RemoteTCPTransport,SmartTCPServer_for_testing)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6751
breezy.tests.per_transport.TransportTests.test_put_bytes_unicode(SFTPTransport,SFTPAbsoluteServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
6752
breezy.tests.per_transport.TransportTests.test_put_bytes_unicode(SFTPTransport,SFTPHomeDirServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6753
breezy.tests.per_transport.TransportTests.test_put_bytes_unicode(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6754
breezy.tests.per_transport.TransportTests.test_put_bytes_unicode(TransportLogDecorator,LogDecoratorServer)
6755
breezy.tests.per_transport.TransportTests.test_put_bytes_unicode(TransportTraceDecorator,TraceServer)
6756
breezy.tests.per_transport.TransportTests.test_put_bytes_unicode(UnlistableTransportDecorator,UnlistableServer)
6973.6.2 by Jelmer Vernooij
Fix more tests.
6757
breezy.tests.per_transport.TransportTests.test_put_bytes(UnlistableTransportDecorator,UnlistableServer)
6758
breezy.tests.per_transport.TransportTests.test_put_file(ChrootTransport,TestingChrootServer)
6759
breezy.tests.per_transport.TransportTests.test_put_file(FakeNFSTransportDecorator,FakeNFSServer)
6760
breezy.tests.per_transport.TransportTests.test_put_file(FakeVFATTransportDecorator,FakeVFATServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6761
breezy.tests.per_transport.TransportTests.test_put_file(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6762
breezy.tests.per_transport.TransportTests.test_put_file(HTTPS_transport,HTTPSServer)
6800.1.2 by Jelmer Vernooij
Run more tests.
6763
breezy.tests.per_transport.TransportTests.test_put_file(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6764
breezy.tests.per_transport.TransportTests.test_put_file(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6765
breezy.tests.per_transport.TransportTests.test_put_file(HttpTransport_urllib,HttpServer_urllib)
6973.6.2 by Jelmer Vernooij
Fix more tests.
6766
breezy.tests.per_transport.TransportTests.test_put_file(LocalTransport,LocalURLServer)
6767
breezy.tests.per_transport.TransportTests.test_put_file(MemoryTransport,MemoryServer)
6768
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic(ChrootTransport,TestingChrootServer)
6769
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic(FakeNFSTransportDecorator,FakeNFSServer)
6770
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic(FakeVFATTransportDecorator,FakeVFATServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6771
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6772
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6773
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6774
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6775
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic(HttpTransport_urllib,HttpServer_urllib)
6973.6.2 by Jelmer Vernooij
Fix more tests.
6776
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic(LocalTransport,LocalURLServer)
6777
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic(MemoryTransport,MemoryServer)
6778
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic(NoSmartTransportDecorator,NoSmartTransportServer)
6779
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic(PathFilteringTransport,TestingPathFilteringServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6780
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic_permissions(ChrootTransport,TestingChrootServer)
6781
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic_permissions(FakeNFSTransportDecorator,FakeNFSServer)
6782
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic_permissions(FakeVFATTransportDecorator,FakeVFATServer)
6783
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic_permissions(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6784
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic_permissions(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6785
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic_permissions(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6786
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic_permissions(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6787
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic_permissions(HttpTransport_urllib,HttpServer_urllib)
6788
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic_permissions(LocalTransport,LocalURLServer)
6789
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic_permissions(MemoryTransport,MemoryServer)
6790
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic_permissions(NoSmartTransportDecorator,NoSmartTransportServer)
6791
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic_permissions(PathFilteringTransport,TestingPathFilteringServer)
6792
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic_permissions(ReadonlyTransportDecorator,ReadonlyServer)
6963.2.6 by Jelmer Vernooij
Fix some more tests.
6793
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic_permissions(RemoteTCPTransport,SmartTCPServer_for_testing)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6794
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic_permissions(SFTPTransport,SFTPAbsoluteServer)
6795
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic_permissions(SFTPTransport,SFTPHomeDirServer)
6796
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic_permissions(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6797
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic_permissions(TransportLogDecorator,LogDecoratorServer)
6798
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic_permissions(TransportTraceDecorator,TraceServer)
6799
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic_permissions(UnlistableTransportDecorator,UnlistableServer)
6800
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic(ReadonlyTransportDecorator,ReadonlyServer)
6973.6.2 by Jelmer Vernooij
Fix more tests.
6801
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic(RemoteTCPTransport,SmartTCPServer_for_testing)
6802
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic(SFTPTransport,SFTPAbsoluteServer)
6803
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic(SFTPTransport,SFTPHomeDirServer)
6804
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic(SFTPTransport,SFTPSiblingAbsoluteServer)
6805
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic(TransportLogDecorator,LogDecoratorServer)
6806
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic(TransportTraceDecorator,TraceServer)
6807
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic(UnlistableTransportDecorator,UnlistableServer)
6808
breezy.tests.per_transport.TransportTests.test_put_file(NoSmartTransportDecorator,NoSmartTransportServer)
6809
breezy.tests.per_transport.TransportTests.test_put_file(PathFilteringTransport,TestingPathFilteringServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6810
breezy.tests.per_transport.TransportTests.test_put_file_permissions(ChrootTransport,TestingChrootServer)
6811
breezy.tests.per_transport.TransportTests.test_put_file_permissions(FakeNFSTransportDecorator,FakeNFSServer)
6812
breezy.tests.per_transport.TransportTests.test_put_file_permissions(FakeVFATTransportDecorator,FakeVFATServer)
6813
breezy.tests.per_transport.TransportTests.test_put_file_permissions(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6814
breezy.tests.per_transport.TransportTests.test_put_file_permissions(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6815
breezy.tests.per_transport.TransportTests.test_put_file_permissions(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6816
breezy.tests.per_transport.TransportTests.test_put_file_permissions(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6817
breezy.tests.per_transport.TransportTests.test_put_file_permissions(HttpTransport_urllib,HttpServer_urllib)
6818
breezy.tests.per_transport.TransportTests.test_put_file_permissions(LocalTransport,LocalURLServer)
6819
breezy.tests.per_transport.TransportTests.test_put_file_permissions(MemoryTransport,MemoryServer)
6820
breezy.tests.per_transport.TransportTests.test_put_file_permissions(NoSmartTransportDecorator,NoSmartTransportServer)
6821
breezy.tests.per_transport.TransportTests.test_put_file_permissions(PathFilteringTransport,TestingPathFilteringServer)
6822
breezy.tests.per_transport.TransportTests.test_put_file_permissions(ReadonlyTransportDecorator,ReadonlyServer)
6963.2.6 by Jelmer Vernooij
Fix some more tests.
6823
breezy.tests.per_transport.TransportTests.test_put_file_permissions(RemoteTCPTransport,SmartTCPServer_for_testing)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6824
breezy.tests.per_transport.TransportTests.test_put_file_permissions(SFTPTransport,SFTPAbsoluteServer)
6825
breezy.tests.per_transport.TransportTests.test_put_file_permissions(SFTPTransport,SFTPHomeDirServer)
6826
breezy.tests.per_transport.TransportTests.test_put_file_permissions(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6827
breezy.tests.per_transport.TransportTests.test_put_file_permissions(TransportLogDecorator,LogDecoratorServer)
6828
breezy.tests.per_transport.TransportTests.test_put_file_permissions(TransportTraceDecorator,TraceServer)
6829
breezy.tests.per_transport.TransportTests.test_put_file_permissions(UnlistableTransportDecorator,UnlistableServer)
6830
breezy.tests.per_transport.TransportTests.test_put_file(ReadonlyTransportDecorator,ReadonlyServer)
6973.6.2 by Jelmer Vernooij
Fix more tests.
6831
breezy.tests.per_transport.TransportTests.test_put_file(RemoteTCPTransport,SmartTCPServer_for_testing)
6832
breezy.tests.per_transport.TransportTests.test_put_file(SFTPTransport,SFTPAbsoluteServer)
6833
breezy.tests.per_transport.TransportTests.test_put_file(SFTPTransport,SFTPHomeDirServer)
6834
breezy.tests.per_transport.TransportTests.test_put_file(SFTPTransport,SFTPSiblingAbsoluteServer)
6835
breezy.tests.per_transport.TransportTests.test_put_file(TransportLogDecorator,LogDecoratorServer)
6836
breezy.tests.per_transport.TransportTests.test_put_file(TransportTraceDecorator,TraceServer)
6837
breezy.tests.per_transport.TransportTests.test_put_file(UnlistableTransportDecorator,UnlistableServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
6838
breezy.tests.per_transport.TransportTests.test_readv(ChrootTransport,TestingChrootServer)
6839
breezy.tests.per_transport.TransportTests.test_readv(FakeNFSTransportDecorator,FakeNFSServer)
6840
breezy.tests.per_transport.TransportTests.test_readv(FakeVFATTransportDecorator,FakeVFATServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6841
breezy.tests.per_transport.TransportTests.test_readv(FtpTransport,UnavailableFTPTestServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
6842
breezy.tests.per_transport.TransportTests.test_readv(LocalTransport,LocalURLServer)
6843
breezy.tests.per_transport.TransportTests.test_readv(MemoryTransport,MemoryServer)
6844
breezy.tests.per_transport.TransportTests.test_readv(NoSmartTransportDecorator,NoSmartTransportServer)
6845
breezy.tests.per_transport.TransportTests.test_readv_out_of_order(ChrootTransport,TestingChrootServer)
6846
breezy.tests.per_transport.TransportTests.test_readv_out_of_order(FakeNFSTransportDecorator,FakeNFSServer)
6847
breezy.tests.per_transport.TransportTests.test_readv_out_of_order(FakeVFATTransportDecorator,FakeVFATServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6848
breezy.tests.per_transport.TransportTests.test_readv_out_of_order(FtpTransport,UnavailableFTPTestServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
6849
breezy.tests.per_transport.TransportTests.test_readv_out_of_order(LocalTransport,LocalURLServer)
6850
breezy.tests.per_transport.TransportTests.test_readv_out_of_order(MemoryTransport,MemoryServer)
6851
breezy.tests.per_transport.TransportTests.test_readv_out_of_order(NoSmartTransportDecorator,NoSmartTransportServer)
6852
breezy.tests.per_transport.TransportTests.test_readv_out_of_order(PathFilteringTransport,TestingPathFilteringServer)
6973.5.2 by Jelmer Vernooij
Add more bees.
6853
breezy.tests.per_transport.TransportTests.test_readv_out_of_order(RemoteTCPTransport,SmartTCPServer_for_testing)
6973.6.1 by Jelmer Vernooij
More bees.
6854
breezy.tests.per_transport.TransportTests.test_readv_out_of_order(SFTPTransport,SFTPAbsoluteServer)
6855
breezy.tests.per_transport.TransportTests.test_readv_out_of_order(SFTPTransport,SFTPHomeDirServer)
6856
breezy.tests.per_transport.TransportTests.test_readv_out_of_order(SFTPTransport,SFTPSiblingAbsoluteServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
6857
breezy.tests.per_transport.TransportTests.test_readv_out_of_order(TransportLogDecorator,LogDecoratorServer)
6858
breezy.tests.per_transport.TransportTests.test_readv_out_of_order(TransportTraceDecorator,TraceServer)
6859
breezy.tests.per_transport.TransportTests.test_readv_out_of_order(UnlistableTransportDecorator,UnlistableServer)
6860
breezy.tests.per_transport.TransportTests.test_readv(PathFilteringTransport,TestingPathFilteringServer)
6973.5.2 by Jelmer Vernooij
Add more bees.
6861
breezy.tests.per_transport.TransportTests.test_readv(RemoteTCPTransport,SmartTCPServer_for_testing)
6973.6.1 by Jelmer Vernooij
More bees.
6862
breezy.tests.per_transport.TransportTests.test_readv(SFTPTransport,SFTPAbsoluteServer)
6863
breezy.tests.per_transport.TransportTests.test_readv(SFTPTransport,SFTPHomeDirServer)
6864
breezy.tests.per_transport.TransportTests.test_readv(SFTPTransport,SFTPSiblingAbsoluteServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
6865
breezy.tests.per_transport.TransportTests.test_readv_short_read(ChrootTransport,TestingChrootServer)
6866
breezy.tests.per_transport.TransportTests.test_readv_short_read(FakeNFSTransportDecorator,FakeNFSServer)
6867
breezy.tests.per_transport.TransportTests.test_readv_short_read(FakeVFATTransportDecorator,FakeVFATServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6868
breezy.tests.per_transport.TransportTests.test_readv_short_read(FtpTransport,UnavailableFTPTestServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
6869
breezy.tests.per_transport.TransportTests.test_readv_short_read(LocalTransport,LocalURLServer)
6870
breezy.tests.per_transport.TransportTests.test_readv_short_read(MemoryTransport,MemoryServer)
6871
breezy.tests.per_transport.TransportTests.test_readv_short_read(NoSmartTransportDecorator,NoSmartTransportServer)
6872
breezy.tests.per_transport.TransportTests.test_readv_short_read(PathFilteringTransport,TestingPathFilteringServer)
6973.5.2 by Jelmer Vernooij
Add more bees.
6873
breezy.tests.per_transport.TransportTests.test_readv_short_read(RemoteTCPTransport,SmartTCPServer_for_testing)
6973.6.1 by Jelmer Vernooij
More bees.
6874
breezy.tests.per_transport.TransportTests.test_readv_short_read(SFTPTransport,SFTPAbsoluteServer)
6875
breezy.tests.per_transport.TransportTests.test_readv_short_read(SFTPTransport,SFTPHomeDirServer)
6876
breezy.tests.per_transport.TransportTests.test_readv_short_read(SFTPTransport,SFTPSiblingAbsoluteServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
6877
breezy.tests.per_transport.TransportTests.test_readv_short_read(TransportLogDecorator,LogDecoratorServer)
6878
breezy.tests.per_transport.TransportTests.test_readv_short_read(TransportTraceDecorator,TraceServer)
6879
breezy.tests.per_transport.TransportTests.test_readv_short_read(UnlistableTransportDecorator,UnlistableServer)
6880
breezy.tests.per_transport.TransportTests.test_readv(TransportLogDecorator,LogDecoratorServer)
6881
breezy.tests.per_transport.TransportTests.test_readv(TransportTraceDecorator,TraceServer)
6882
breezy.tests.per_transport.TransportTests.test_readv(UnlistableTransportDecorator,UnlistableServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6883
breezy.tests.per_transport.TransportTests.test_readv_with_adjust_for_latency(FtpTransport,UnavailableFTPTestServer)
6884
breezy.tests.per_transport.TransportTests.test_readv_with_adjust_for_latency_with_big_file(FtpTransport,UnavailableFTPTestServer)
6885
breezy.tests.per_transport.TransportTests.test_recommended_page_size(ChrootTransport,TestingChrootServer)
6886
breezy.tests.per_transport.TransportTests.test_recommended_page_size(FakeNFSTransportDecorator,FakeNFSServer)
6887
breezy.tests.per_transport.TransportTests.test_recommended_page_size(FakeVFATTransportDecorator,FakeVFATServer)
6888
breezy.tests.per_transport.TransportTests.test_recommended_page_size(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6889
breezy.tests.per_transport.TransportTests.test_recommended_page_size(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6890
breezy.tests.per_transport.TransportTests.test_recommended_page_size(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6891
breezy.tests.per_transport.TransportTests.test_recommended_page_size(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6892
breezy.tests.per_transport.TransportTests.test_recommended_page_size(HttpTransport_urllib,HttpServer_urllib)
6893
breezy.tests.per_transport.TransportTests.test_recommended_page_size(LocalTransport,LocalURLServer)
6894
breezy.tests.per_transport.TransportTests.test_recommended_page_size(MemoryTransport,MemoryServer)
6895
breezy.tests.per_transport.TransportTests.test_recommended_page_size(NoSmartTransportDecorator,NoSmartTransportServer)
6896
breezy.tests.per_transport.TransportTests.test_recommended_page_size(PathFilteringTransport,TestingPathFilteringServer)
6897
breezy.tests.per_transport.TransportTests.test_recommended_page_size(ReadonlyTransportDecorator,ReadonlyServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6898
breezy.tests.per_transport.TransportTests.test_recommended_page_size(RemoteTCPTransport,SmartTCPServer_for_testing)
6899
breezy.tests.per_transport.TransportTests.test_recommended_page_size(SFTPTransport,SFTPAbsoluteServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
6900
breezy.tests.per_transport.TransportTests.test_recommended_page_size(SFTPTransport,SFTPHomeDirServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6901
breezy.tests.per_transport.TransportTests.test_recommended_page_size(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6902
breezy.tests.per_transport.TransportTests.test_recommended_page_size(TransportLogDecorator,LogDecoratorServer)
6903
breezy.tests.per_transport.TransportTests.test_recommended_page_size(TransportTraceDecorator,TraceServer)
6904
breezy.tests.per_transport.TransportTests.test_recommended_page_size(UnlistableTransportDecorator,UnlistableServer)
6905
breezy.tests.per_transport.TransportTests.test_relpath_at_root(ChrootTransport,TestingChrootServer)
6906
breezy.tests.per_transport.TransportTests.test_relpath_at_root(FakeNFSTransportDecorator,FakeNFSServer)
6907
breezy.tests.per_transport.TransportTests.test_relpath_at_root(FakeVFATTransportDecorator,FakeVFATServer)
6908
breezy.tests.per_transport.TransportTests.test_relpath_at_root(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6909
breezy.tests.per_transport.TransportTests.test_relpath_at_root(HTTPS_transport,HTTPSServer)
6910
breezy.tests.per_transport.TransportTests.test_relpath_at_root(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6911
breezy.tests.per_transport.TransportTests.test_relpath_at_root(LocalTransport,LocalURLServer)
6912
breezy.tests.per_transport.TransportTests.test_relpath_at_root(MemoryTransport,MemoryServer)
6913
breezy.tests.per_transport.TransportTests.test_relpath_at_root(NoSmartTransportDecorator,NoSmartTransportServer)
6914
breezy.tests.per_transport.TransportTests.test_relpath_at_root(PathFilteringTransport,TestingPathFilteringServer)
6915
breezy.tests.per_transport.TransportTests.test_relpath_at_root(ReadonlyTransportDecorator,ReadonlyServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6916
breezy.tests.per_transport.TransportTests.test_relpath_at_root(RemoteTCPTransport,SmartTCPServer_for_testing)
6917
breezy.tests.per_transport.TransportTests.test_relpath_at_root(SFTPTransport,SFTPAbsoluteServer)
6918
breezy.tests.per_transport.TransportTests.test_relpath_at_root(SFTPTransport,SFTPHomeDirServer)
6919
breezy.tests.per_transport.TransportTests.test_relpath_at_root(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6920
breezy.tests.per_transport.TransportTests.test_relpath_at_root(TransportLogDecorator,LogDecoratorServer)
6921
breezy.tests.per_transport.TransportTests.test_relpath_at_root(TransportTraceDecorator,TraceServer)
6922
breezy.tests.per_transport.TransportTests.test_relpath_at_root(UnlistableTransportDecorator,UnlistableServer)
6923
breezy.tests.per_transport.TransportTests.test_relpath(ChrootTransport,TestingChrootServer)
6924
breezy.tests.per_transport.TransportTests.test_relpath(FakeNFSTransportDecorator,FakeNFSServer)
6925
breezy.tests.per_transport.TransportTests.test_relpath(FakeVFATTransportDecorator,FakeVFATServer)
6926
breezy.tests.per_transport.TransportTests.test_relpath(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6927
breezy.tests.per_transport.TransportTests.test_relpath(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6928
breezy.tests.per_transport.TransportTests.test_relpath(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6929
breezy.tests.per_transport.TransportTests.test_relpath(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6930
breezy.tests.per_transport.TransportTests.test_relpath(HttpTransport_urllib,HttpServer_urllib)
6931
breezy.tests.per_transport.TransportTests.test_relpath(LocalTransport,LocalURLServer)
6932
breezy.tests.per_transport.TransportTests.test_relpath(MemoryTransport,MemoryServer)
6933
breezy.tests.per_transport.TransportTests.test_relpath(NoSmartTransportDecorator,NoSmartTransportServer)
6934
breezy.tests.per_transport.TransportTests.test_relpath(PathFilteringTransport,TestingPathFilteringServer)
6935
breezy.tests.per_transport.TransportTests.test_relpath(ReadonlyTransportDecorator,ReadonlyServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6936
breezy.tests.per_transport.TransportTests.test_relpath(RemoteTCPTransport,SmartTCPServer_for_testing)
6937
breezy.tests.per_transport.TransportTests.test_relpath(SFTPTransport,SFTPAbsoluteServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
6938
breezy.tests.per_transport.TransportTests.test_relpath(SFTPTransport,SFTPHomeDirServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6939
breezy.tests.per_transport.TransportTests.test_relpath(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6940
breezy.tests.per_transport.TransportTests.test_relpath(TransportLogDecorator,LogDecoratorServer)
6941
breezy.tests.per_transport.TransportTests.test_relpath(TransportTraceDecorator,TraceServer)
6942
breezy.tests.per_transport.TransportTests.test_relpath(UnlistableTransportDecorator,UnlistableServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
6943
breezy.tests.per_transport.TransportTests.test_rename_across_subdirs(ChrootTransport,TestingChrootServer)
6944
breezy.tests.per_transport.TransportTests.test_rename_across_subdirs(FakeNFSTransportDecorator,FakeNFSServer)
6945
breezy.tests.per_transport.TransportTests.test_rename_across_subdirs(FakeVFATTransportDecorator,FakeVFATServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6946
breezy.tests.per_transport.TransportTests.test_rename_across_subdirs(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6947
breezy.tests.per_transport.TransportTests.test_rename_across_subdirs(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6948
breezy.tests.per_transport.TransportTests.test_rename_across_subdirs(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6949
breezy.tests.per_transport.TransportTests.test_rename_across_subdirs(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6950
breezy.tests.per_transport.TransportTests.test_rename_across_subdirs(HttpTransport_urllib,HttpServer_urllib)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
6951
breezy.tests.per_transport.TransportTests.test_rename_across_subdirs(LocalTransport,LocalURLServer)
6952
breezy.tests.per_transport.TransportTests.test_rename_across_subdirs(MemoryTransport,MemoryServer)
6953
breezy.tests.per_transport.TransportTests.test_rename_across_subdirs(NoSmartTransportDecorator,NoSmartTransportServer)
6954
breezy.tests.per_transport.TransportTests.test_rename_across_subdirs(PathFilteringTransport,TestingPathFilteringServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6955
breezy.tests.per_transport.TransportTests.test_rename_across_subdirs(ReadonlyTransportDecorator,ReadonlyServer)
6973.5.2 by Jelmer Vernooij
Add more bees.
6956
breezy.tests.per_transport.TransportTests.test_rename_across_subdirs(RemoteTCPTransport,SmartTCPServer_for_testing)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6957
breezy.tests.per_transport.TransportTests.test_rename_across_subdirs(SFTPTransport,SFTPAbsoluteServer)
6958
breezy.tests.per_transport.TransportTests.test_rename_across_subdirs(SFTPTransport,SFTPHomeDirServer)
6959
breezy.tests.per_transport.TransportTests.test_rename_across_subdirs(SFTPTransport,SFTPSiblingAbsoluteServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
6960
breezy.tests.per_transport.TransportTests.test_rename_across_subdirs(TransportLogDecorator,LogDecoratorServer)
6961
breezy.tests.per_transport.TransportTests.test_rename_across_subdirs(TransportTraceDecorator,TraceServer)
6962
breezy.tests.per_transport.TransportTests.test_rename_across_subdirs(UnlistableTransportDecorator,UnlistableServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6963
breezy.tests.per_transport.TransportTests.test_rename_dir_nonempty(ChrootTransport,TestingChrootServer)
6964
breezy.tests.per_transport.TransportTests.test_rename_dir_nonempty(FakeNFSTransportDecorator,FakeNFSServer)
6965
breezy.tests.per_transport.TransportTests.test_rename_dir_nonempty(FakeVFATTransportDecorator,FakeVFATServer)
6966
breezy.tests.per_transport.TransportTests.test_rename_dir_nonempty(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6967
breezy.tests.per_transport.TransportTests.test_rename_dir_nonempty(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6968
breezy.tests.per_transport.TransportTests.test_rename_dir_nonempty(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6969
breezy.tests.per_transport.TransportTests.test_rename_dir_nonempty(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6970
breezy.tests.per_transport.TransportTests.test_rename_dir_nonempty(HttpTransport_urllib,HttpServer_urllib)
6971
breezy.tests.per_transport.TransportTests.test_rename_dir_nonempty(LocalTransport,LocalURLServer)
6963.2.6 by Jelmer Vernooij
Fix some more tests.
6972
breezy.tests.per_transport.TransportTests.test_rename_dir_nonempty(MemoryTransport,MemoryServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6973
breezy.tests.per_transport.TransportTests.test_rename_dir_nonempty(NoSmartTransportDecorator,NoSmartTransportServer)
6974
breezy.tests.per_transport.TransportTests.test_rename_dir_nonempty(PathFilteringTransport,TestingPathFilteringServer)
6975
breezy.tests.per_transport.TransportTests.test_rename_dir_nonempty(ReadonlyTransportDecorator,ReadonlyServer)
6963.2.6 by Jelmer Vernooij
Fix some more tests.
6976
breezy.tests.per_transport.TransportTests.test_rename_dir_nonempty(RemoteTCPTransport,SmartTCPServer_for_testing)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6977
breezy.tests.per_transport.TransportTests.test_rename_dir_nonempty(SFTPTransport,SFTPAbsoluteServer)
6978
breezy.tests.per_transport.TransportTests.test_rename_dir_nonempty(SFTPTransport,SFTPHomeDirServer)
6979
breezy.tests.per_transport.TransportTests.test_rename_dir_nonempty(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6980
breezy.tests.per_transport.TransportTests.test_rename_dir_nonempty(TransportLogDecorator,LogDecoratorServer)
6981
breezy.tests.per_transport.TransportTests.test_rename_dir_nonempty(TransportTraceDecorator,TraceServer)
6982
breezy.tests.per_transport.TransportTests.test_rename_dir_nonempty(UnlistableTransportDecorator,UnlistableServer)
6983
breezy.tests.per_transport.TransportTests.test_rename_dir_succeeds(ChrootTransport,TestingChrootServer)
6984
breezy.tests.per_transport.TransportTests.test_rename_dir_succeeds(FakeNFSTransportDecorator,FakeNFSServer)
6985
breezy.tests.per_transport.TransportTests.test_rename_dir_succeeds(FakeVFATTransportDecorator,FakeVFATServer)
6986
breezy.tests.per_transport.TransportTests.test_rename_dir_succeeds(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6987
breezy.tests.per_transport.TransportTests.test_rename_dir_succeeds(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6988
breezy.tests.per_transport.TransportTests.test_rename_dir_succeeds(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6989
breezy.tests.per_transport.TransportTests.test_rename_dir_succeeds(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
6990
breezy.tests.per_transport.TransportTests.test_rename_dir_succeeds(HttpTransport_urllib,HttpServer_urllib)
6991
breezy.tests.per_transport.TransportTests.test_rename_dir_succeeds(LocalTransport,LocalURLServer)
6992
breezy.tests.per_transport.TransportTests.test_rename_dir_succeeds(MemoryTransport,MemoryServer)
6993
breezy.tests.per_transport.TransportTests.test_rename_dir_succeeds(NoSmartTransportDecorator,NoSmartTransportServer)
6994
breezy.tests.per_transport.TransportTests.test_rename_dir_succeeds(PathFilteringTransport,TestingPathFilteringServer)
6995
breezy.tests.per_transport.TransportTests.test_rename_dir_succeeds(ReadonlyTransportDecorator,ReadonlyServer)
6963.2.6 by Jelmer Vernooij
Fix some more tests.
6996
breezy.tests.per_transport.TransportTests.test_rename_dir_succeeds(RemoteTCPTransport,SmartTCPServer_for_testing)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
6997
breezy.tests.per_transport.TransportTests.test_rename_dir_succeeds(SFTPTransport,SFTPAbsoluteServer)
6998
breezy.tests.per_transport.TransportTests.test_rename_dir_succeeds(SFTPTransport,SFTPHomeDirServer)
6999
breezy.tests.per_transport.TransportTests.test_rename_dir_succeeds(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7000
breezy.tests.per_transport.TransportTests.test_rename_dir_succeeds(TransportLogDecorator,LogDecoratorServer)
7001
breezy.tests.per_transport.TransportTests.test_rename_dir_succeeds(TransportTraceDecorator,TraceServer)
7002
breezy.tests.per_transport.TransportTests.test_rename_dir_succeeds(UnlistableTransportDecorator,UnlistableServer)
7003
breezy.tests.per_transport.TransportTests.test_reuse_connection_for_various_paths(ChrootTransport,TestingChrootServer)
7004
breezy.tests.per_transport.TransportTests.test_reuse_connection_for_various_paths(FakeNFSTransportDecorator,FakeNFSServer)
7005
breezy.tests.per_transport.TransportTests.test_reuse_connection_for_various_paths(FakeVFATTransportDecorator,FakeVFATServer)
7006
breezy.tests.per_transport.TransportTests.test_reuse_connection_for_various_paths(FtpTransport,UnavailableFTPTestServer)
7007
breezy.tests.per_transport.TransportTests.test_reuse_connection_for_various_paths(LocalTransport,LocalURLServer)
7008
breezy.tests.per_transport.TransportTests.test_reuse_connection_for_various_paths(MemoryTransport,MemoryServer)
7009
breezy.tests.per_transport.TransportTests.test_reuse_connection_for_various_paths(NoSmartTransportDecorator,NoSmartTransportServer)
7010
breezy.tests.per_transport.TransportTests.test_reuse_connection_for_various_paths(PathFilteringTransport,TestingPathFilteringServer)
7011
breezy.tests.per_transport.TransportTests.test_reuse_connection_for_various_paths(ReadonlyTransportDecorator,ReadonlyServer)
6963.2.6 by Jelmer Vernooij
Fix some more tests.
7012
breezy.tests.per_transport.TransportTests.test_reuse_connection_for_various_paths(RemoteTCPTransport,SmartTCPServer_for_testing)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
7013
breezy.tests.per_transport.TransportTests.test_reuse_connection_for_various_paths(SFTPTransport,SFTPAbsoluteServer)
7014
breezy.tests.per_transport.TransportTests.test_reuse_connection_for_various_paths(SFTPTransport,SFTPHomeDirServer)
7015
breezy.tests.per_transport.TransportTests.test_reuse_connection_for_various_paths(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7016
breezy.tests.per_transport.TransportTests.test_reuse_connection_for_various_paths(TransportLogDecorator,LogDecoratorServer)
7017
breezy.tests.per_transport.TransportTests.test_reuse_connection_for_various_paths(TransportTraceDecorator,TraceServer)
7018
breezy.tests.per_transport.TransportTests.test_reuse_connection_for_various_paths(UnlistableTransportDecorator,UnlistableServer)
7019
breezy.tests.per_transport.TransportTests.test__reuse_for(ChrootTransport,TestingChrootServer)
7020
breezy.tests.per_transport.TransportTests.test__reuse_for(FakeNFSTransportDecorator,FakeNFSServer)
7021
breezy.tests.per_transport.TransportTests.test__reuse_for(FakeVFATTransportDecorator,FakeVFATServer)
7022
breezy.tests.per_transport.TransportTests.test__reuse_for(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
7023
breezy.tests.per_transport.TransportTests.test__reuse_for(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7024
breezy.tests.per_transport.TransportTests.test__reuse_for(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
7025
breezy.tests.per_transport.TransportTests.test__reuse_for(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7026
breezy.tests.per_transport.TransportTests.test__reuse_for(HttpTransport_urllib,HttpServer_urllib)
7027
breezy.tests.per_transport.TransportTests.test__reuse_for(LocalTransport,LocalURLServer)
7028
breezy.tests.per_transport.TransportTests.test__reuse_for(MemoryTransport,MemoryServer)
7029
breezy.tests.per_transport.TransportTests.test__reuse_for(NoSmartTransportDecorator,NoSmartTransportServer)
7030
breezy.tests.per_transport.TransportTests.test__reuse_for(PathFilteringTransport,TestingPathFilteringServer)
7031
breezy.tests.per_transport.TransportTests.test__reuse_for(ReadonlyTransportDecorator,ReadonlyServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
7032
breezy.tests.per_transport.TransportTests.test__reuse_for(RemoteTCPTransport,SmartTCPServer_for_testing)
7033
breezy.tests.per_transport.TransportTests.test__reuse_for(SFTPTransport,SFTPAbsoluteServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7034
breezy.tests.per_transport.TransportTests.test__reuse_for(SFTPTransport,SFTPHomeDirServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
7035
breezy.tests.per_transport.TransportTests.test__reuse_for(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7036
breezy.tests.per_transport.TransportTests.test__reuse_for(TransportLogDecorator,LogDecoratorServer)
7037
breezy.tests.per_transport.TransportTests.test__reuse_for(TransportTraceDecorator,TraceServer)
7038
breezy.tests.per_transport.TransportTests.test__reuse_for(UnlistableTransportDecorator,UnlistableServer)
7039
breezy.tests.per_transport.TransportTests.test_rmdir(ChrootTransport,TestingChrootServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7040
breezy.tests.per_transport.TransportTests.test_rmdir_empty_but_similar_prefix(ChrootTransport,TestingChrootServer)
7041
breezy.tests.per_transport.TransportTests.test_rmdir_empty_but_similar_prefix(FakeNFSTransportDecorator,FakeNFSServer)
7042
breezy.tests.per_transport.TransportTests.test_rmdir_empty_but_similar_prefix(FakeVFATTransportDecorator,FakeVFATServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7043
breezy.tests.per_transport.TransportTests.test_rmdir_empty_but_similar_prefix(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
7044
breezy.tests.per_transport.TransportTests.test_rmdir_empty_but_similar_prefix(HTTPS_transport,HTTPSServer)
6800.1.2 by Jelmer Vernooij
Run more tests.
7045
breezy.tests.per_transport.TransportTests.test_rmdir_empty_but_similar_prefix(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
7046
breezy.tests.per_transport.TransportTests.test_rmdir_empty_but_similar_prefix(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7047
breezy.tests.per_transport.TransportTests.test_rmdir_empty_but_similar_prefix(HttpTransport_urllib,HttpServer_urllib)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7048
breezy.tests.per_transport.TransportTests.test_rmdir_empty_but_similar_prefix(LocalTransport,LocalURLServer)
7049
breezy.tests.per_transport.TransportTests.test_rmdir_empty_but_similar_prefix(MemoryTransport,MemoryServer)
7050
breezy.tests.per_transport.TransportTests.test_rmdir_empty_but_similar_prefix(NoSmartTransportDecorator,NoSmartTransportServer)
7051
breezy.tests.per_transport.TransportTests.test_rmdir_empty_but_similar_prefix(PathFilteringTransport,TestingPathFilteringServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7052
breezy.tests.per_transport.TransportTests.test_rmdir_empty_but_similar_prefix(ReadonlyTransportDecorator,ReadonlyServer)
6973.5.2 by Jelmer Vernooij
Add more bees.
7053
breezy.tests.per_transport.TransportTests.test_rmdir_empty_but_similar_prefix(RemoteTCPTransport,SmartTCPServer_for_testing)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
7054
breezy.tests.per_transport.TransportTests.test_rmdir_empty_but_similar_prefix(SFTPTransport,SFTPAbsoluteServer)
7055
breezy.tests.per_transport.TransportTests.test_rmdir_empty_but_similar_prefix(SFTPTransport,SFTPHomeDirServer)
7056
breezy.tests.per_transport.TransportTests.test_rmdir_empty_but_similar_prefix(SFTPTransport,SFTPSiblingAbsoluteServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7057
breezy.tests.per_transport.TransportTests.test_rmdir_empty_but_similar_prefix(TransportLogDecorator,LogDecoratorServer)
7058
breezy.tests.per_transport.TransportTests.test_rmdir_empty_but_similar_prefix(TransportTraceDecorator,TraceServer)
7059
breezy.tests.per_transport.TransportTests.test_rmdir_empty_but_similar_prefix(UnlistableTransportDecorator,UnlistableServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7060
breezy.tests.per_transport.TransportTests.test_rmdir(FakeNFSTransportDecorator,FakeNFSServer)
7061
breezy.tests.per_transport.TransportTests.test_rmdir(FakeVFATTransportDecorator,FakeVFATServer)
7062
breezy.tests.per_transport.TransportTests.test_rmdir(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
7063
breezy.tests.per_transport.TransportTests.test_rmdir(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7064
breezy.tests.per_transport.TransportTests.test_rmdir(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
7065
breezy.tests.per_transport.TransportTests.test_rmdir(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7066
breezy.tests.per_transport.TransportTests.test_rmdir(HttpTransport_urllib,HttpServer_urllib)
7067
breezy.tests.per_transport.TransportTests.test_rmdir(LocalTransport,LocalURLServer)
7068
breezy.tests.per_transport.TransportTests.test_rmdir(MemoryTransport,MemoryServer)
7069
breezy.tests.per_transport.TransportTests.test_rmdir(NoSmartTransportDecorator,NoSmartTransportServer)
7070
breezy.tests.per_transport.TransportTests.test_rmdir_not_empty(ChrootTransport,TestingChrootServer)
7071
breezy.tests.per_transport.TransportTests.test_rmdir_not_empty(FakeNFSTransportDecorator,FakeNFSServer)
7072
breezy.tests.per_transport.TransportTests.test_rmdir_not_empty(FakeVFATTransportDecorator,FakeVFATServer)
7073
breezy.tests.per_transport.TransportTests.test_rmdir_not_empty(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
7074
breezy.tests.per_transport.TransportTests.test_rmdir_not_empty(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7075
breezy.tests.per_transport.TransportTests.test_rmdir_not_empty(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
7076
breezy.tests.per_transport.TransportTests.test_rmdir_not_empty(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7077
breezy.tests.per_transport.TransportTests.test_rmdir_not_empty(HttpTransport_urllib,HttpServer_urllib)
7078
breezy.tests.per_transport.TransportTests.test_rmdir_not_empty(LocalTransport,LocalURLServer)
7079
breezy.tests.per_transport.TransportTests.test_rmdir_not_empty(MemoryTransport,MemoryServer)
7080
breezy.tests.per_transport.TransportTests.test_rmdir_not_empty(NoSmartTransportDecorator,NoSmartTransportServer)
7081
breezy.tests.per_transport.TransportTests.test_rmdir_not_empty(PathFilteringTransport,TestingPathFilteringServer)
7082
breezy.tests.per_transport.TransportTests.test_rmdir_not_empty(ReadonlyTransportDecorator,ReadonlyServer)
6963.2.6 by Jelmer Vernooij
Fix some more tests.
7083
breezy.tests.per_transport.TransportTests.test_rmdir_not_empty(RemoteTCPTransport,SmartTCPServer_for_testing)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
7084
breezy.tests.per_transport.TransportTests.test_rmdir_not_empty(SFTPTransport,SFTPAbsoluteServer)
7085
breezy.tests.per_transport.TransportTests.test_rmdir_not_empty(SFTPTransport,SFTPHomeDirServer)
7086
breezy.tests.per_transport.TransportTests.test_rmdir_not_empty(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7087
breezy.tests.per_transport.TransportTests.test_rmdir_not_empty(TransportLogDecorator,LogDecoratorServer)
7088
breezy.tests.per_transport.TransportTests.test_rmdir_not_empty(TransportTraceDecorator,TraceServer)
7089
breezy.tests.per_transport.TransportTests.test_rmdir_not_empty(UnlistableTransportDecorator,UnlistableServer)
7090
breezy.tests.per_transport.TransportTests.test_rmdir(PathFilteringTransport,TestingPathFilteringServer)
7091
breezy.tests.per_transport.TransportTests.test_rmdir(ReadonlyTransportDecorator,ReadonlyServer)
6973.5.2 by Jelmer Vernooij
Add more bees.
7092
breezy.tests.per_transport.TransportTests.test_rmdir(RemoteTCPTransport,SmartTCPServer_for_testing)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
7093
breezy.tests.per_transport.TransportTests.test_rmdir(SFTPTransport,SFTPAbsoluteServer)
7094
breezy.tests.per_transport.TransportTests.test_rmdir(SFTPTransport,SFTPHomeDirServer)
7095
breezy.tests.per_transport.TransportTests.test_rmdir(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7096
breezy.tests.per_transport.TransportTests.test_rmdir(TransportLogDecorator,LogDecoratorServer)
7097
breezy.tests.per_transport.TransportTests.test_rmdir(TransportTraceDecorator,TraceServer)
7098
breezy.tests.per_transport.TransportTests.test_rmdir(UnlistableTransportDecorator,UnlistableServer)
7099
breezy.tests.per_transport.TransportTests.test_segment_parameters(ChrootTransport,TestingChrootServer)
7100
breezy.tests.per_transport.TransportTests.test_segment_parameters(FakeNFSTransportDecorator,FakeNFSServer)
7101
breezy.tests.per_transport.TransportTests.test_segment_parameters(FakeVFATTransportDecorator,FakeVFATServer)
7102
breezy.tests.per_transport.TransportTests.test_segment_parameters(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
7103
breezy.tests.per_transport.TransportTests.test_segment_parameters(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7104
breezy.tests.per_transport.TransportTests.test_segment_parameters(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
7105
breezy.tests.per_transport.TransportTests.test_segment_parameters(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7106
breezy.tests.per_transport.TransportTests.test_segment_parameters(HttpTransport_urllib,HttpServer_urllib)
7107
breezy.tests.per_transport.TransportTests.test_segment_parameters(LocalTransport,LocalURLServer)
7108
breezy.tests.per_transport.TransportTests.test_segment_parameters(MemoryTransport,MemoryServer)
7109
breezy.tests.per_transport.TransportTests.test_segment_parameters(NoSmartTransportDecorator,NoSmartTransportServer)
7110
breezy.tests.per_transport.TransportTests.test_segment_parameters(PathFilteringTransport,TestingPathFilteringServer)
7111
breezy.tests.per_transport.TransportTests.test_segment_parameters(ReadonlyTransportDecorator,ReadonlyServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
7112
breezy.tests.per_transport.TransportTests.test_segment_parameters(RemoteTCPTransport,SmartTCPServer_for_testing)
7113
breezy.tests.per_transport.TransportTests.test_segment_parameters(SFTPTransport,SFTPAbsoluteServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7114
breezy.tests.per_transport.TransportTests.test_segment_parameters(SFTPTransport,SFTPHomeDirServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
7115
breezy.tests.per_transport.TransportTests.test_segment_parameters(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7116
breezy.tests.per_transport.TransportTests.test_segment_parameters(TransportLogDecorator,LogDecoratorServer)
7117
breezy.tests.per_transport.TransportTests.test_segment_parameters(TransportTraceDecorator,TraceServer)
7118
breezy.tests.per_transport.TransportTests.test_segment_parameters(UnlistableTransportDecorator,UnlistableServer)
7119
breezy.tests.per_transport.TransportTests.test_set_segment_parameters(ChrootTransport,TestingChrootServer)
7120
breezy.tests.per_transport.TransportTests.test_set_segment_parameters(FakeNFSTransportDecorator,FakeNFSServer)
7121
breezy.tests.per_transport.TransportTests.test_set_segment_parameters(FakeVFATTransportDecorator,FakeVFATServer)
7122
breezy.tests.per_transport.TransportTests.test_set_segment_parameters(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
7123
breezy.tests.per_transport.TransportTests.test_set_segment_parameters(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7124
breezy.tests.per_transport.TransportTests.test_set_segment_parameters(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
7125
breezy.tests.per_transport.TransportTests.test_set_segment_parameters(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7126
breezy.tests.per_transport.TransportTests.test_set_segment_parameters(HttpTransport_urllib,HttpServer_urllib)
7127
breezy.tests.per_transport.TransportTests.test_set_segment_parameters(LocalTransport,LocalURLServer)
7128
breezy.tests.per_transport.TransportTests.test_set_segment_parameters(MemoryTransport,MemoryServer)
7129
breezy.tests.per_transport.TransportTests.test_set_segment_parameters(NoSmartTransportDecorator,NoSmartTransportServer)
7130
breezy.tests.per_transport.TransportTests.test_set_segment_parameters(PathFilteringTransport,TestingPathFilteringServer)
7131
breezy.tests.per_transport.TransportTests.test_set_segment_parameters(ReadonlyTransportDecorator,ReadonlyServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
7132
breezy.tests.per_transport.TransportTests.test_set_segment_parameters(RemoteTCPTransport,SmartTCPServer_for_testing)
7133
breezy.tests.per_transport.TransportTests.test_set_segment_parameters(SFTPTransport,SFTPAbsoluteServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7134
breezy.tests.per_transport.TransportTests.test_set_segment_parameters(SFTPTransport,SFTPHomeDirServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
7135
breezy.tests.per_transport.TransportTests.test_set_segment_parameters(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7136
breezy.tests.per_transport.TransportTests.test_set_segment_parameters(TransportLogDecorator,LogDecoratorServer)
7137
breezy.tests.per_transport.TransportTests.test_set_segment_parameters(TransportTraceDecorator,TraceServer)
7138
breezy.tests.per_transport.TransportTests.test_set_segment_parameters(UnlistableTransportDecorator,UnlistableServer)
7139
breezy.tests.per_transport.TransportTests.test_stat(ChrootTransport,TestingChrootServer)
7140
breezy.tests.per_transport.TransportTests.test_stat(FakeNFSTransportDecorator,FakeNFSServer)
7141
breezy.tests.per_transport.TransportTests.test_stat(FakeVFATTransportDecorator,FakeVFATServer)
7142
breezy.tests.per_transport.TransportTests.test_stat(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
7143
breezy.tests.per_transport.TransportTests.test_stat(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7144
breezy.tests.per_transport.TransportTests.test_stat(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
7145
breezy.tests.per_transport.TransportTests.test_stat(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7146
breezy.tests.per_transport.TransportTests.test_stat(HttpTransport_urllib,HttpServer_urllib)
7147
breezy.tests.per_transport.TransportTests.test_stat(LocalTransport,LocalURLServer)
7148
breezy.tests.per_transport.TransportTests.test_stat(MemoryTransport,MemoryServer)
7149
breezy.tests.per_transport.TransportTests.test_stat(NoSmartTransportDecorator,NoSmartTransportServer)
7150
breezy.tests.per_transport.TransportTests.test_stat(PathFilteringTransport,TestingPathFilteringServer)
7151
breezy.tests.per_transport.TransportTests.test_stat(ReadonlyTransportDecorator,ReadonlyServer)
6973.5.2 by Jelmer Vernooij
Add more bees.
7152
breezy.tests.per_transport.TransportTests.test_stat(RemoteTCPTransport,SmartTCPServer_for_testing)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
7153
breezy.tests.per_transport.TransportTests.test_stat(SFTPTransport,SFTPAbsoluteServer)
7154
breezy.tests.per_transport.TransportTests.test_stat(SFTPTransport,SFTPHomeDirServer)
7155
breezy.tests.per_transport.TransportTests.test_stat(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7156
breezy.tests.per_transport.TransportTests.test_stat_symlink(ChrootTransport,TestingChrootServer)
7157
breezy.tests.per_transport.TransportTests.test_stat_symlink(FakeNFSTransportDecorator,FakeNFSServer)
7158
breezy.tests.per_transport.TransportTests.test_stat_symlink(FakeVFATTransportDecorator,FakeVFATServer)
7159
breezy.tests.per_transport.TransportTests.test_stat_symlink(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
7160
breezy.tests.per_transport.TransportTests.test_stat_symlink(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7161
breezy.tests.per_transport.TransportTests.test_stat_symlink(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
7162
breezy.tests.per_transport.TransportTests.test_stat_symlink(HttpTransport,HttpServer)
6800.1.2 by Jelmer Vernooij
Run more tests.
7163
breezy.tests.per_transport.TransportTests.test_stat_symlink(HttpTransport_urllib,HttpServer_urllib)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7164
breezy.tests.per_transport.TransportTests.test_stat_symlink(LocalTransport,LocalURLServer)
7165
breezy.tests.per_transport.TransportTests.test_stat_symlink(MemoryTransport,MemoryServer)
7166
breezy.tests.per_transport.TransportTests.test_stat_symlink(NoSmartTransportDecorator,NoSmartTransportServer)
7167
breezy.tests.per_transport.TransportTests.test_stat_symlink(PathFilteringTransport,TestingPathFilteringServer)
7168
breezy.tests.per_transport.TransportTests.test_stat_symlink(ReadonlyTransportDecorator,ReadonlyServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
7169
breezy.tests.per_transport.TransportTests.test_stat_symlink(RemoteTCPTransport,SmartTCPServer_for_testing)
7170
breezy.tests.per_transport.TransportTests.test_stat_symlink(SFTPTransport,SFTPAbsoluteServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7171
breezy.tests.per_transport.TransportTests.test_stat_symlink(SFTPTransport,SFTPHomeDirServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
7172
breezy.tests.per_transport.TransportTests.test_stat_symlink(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7173
breezy.tests.per_transport.TransportTests.test_stat_symlink(TransportLogDecorator,LogDecoratorServer)
7174
breezy.tests.per_transport.TransportTests.test_stat_symlink(TransportTraceDecorator,TraceServer)
7175
breezy.tests.per_transport.TransportTests.test_stat_symlink(UnlistableTransportDecorator,UnlistableServer)
7176
breezy.tests.per_transport.TransportTests.test_stat(TransportLogDecorator,LogDecoratorServer)
7177
breezy.tests.per_transport.TransportTests.test_stat(TransportTraceDecorator,TraceServer)
7178
breezy.tests.per_transport.TransportTests.test_stat(UnlistableTransportDecorator,UnlistableServer)
7179
breezy.tests.per_transport.TransportTests.test_symlink(ChrootTransport,TestingChrootServer)
7180
breezy.tests.per_transport.TransportTests.test_symlink(FakeNFSTransportDecorator,FakeNFSServer)
7181
breezy.tests.per_transport.TransportTests.test_symlink(FakeVFATTransportDecorator,FakeVFATServer)
7182
breezy.tests.per_transport.TransportTests.test_symlink(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
7183
breezy.tests.per_transport.TransportTests.test_symlink(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7184
breezy.tests.per_transport.TransportTests.test_symlink(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
7185
breezy.tests.per_transport.TransportTests.test_symlink(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7186
breezy.tests.per_transport.TransportTests.test_symlink(HttpTransport_urllib,HttpServer_urllib)
7187
breezy.tests.per_transport.TransportTests.test_symlink(LocalTransport,LocalURLServer)
7188
breezy.tests.per_transport.TransportTests.test_symlink(MemoryTransport,MemoryServer)
7189
breezy.tests.per_transport.TransportTests.test_symlink(NoSmartTransportDecorator,NoSmartTransportServer)
7190
breezy.tests.per_transport.TransportTests.test_symlink(PathFilteringTransport,TestingPathFilteringServer)
7191
breezy.tests.per_transport.TransportTests.test_symlink(ReadonlyTransportDecorator,ReadonlyServer)
6973.5.2 by Jelmer Vernooij
Add more bees.
7192
breezy.tests.per_transport.TransportTests.test_symlink(RemoteTCPTransport,SmartTCPServer_for_testing)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
7193
breezy.tests.per_transport.TransportTests.test_symlink(SFTPTransport,SFTPAbsoluteServer)
7194
breezy.tests.per_transport.TransportTests.test_symlink(SFTPTransport,SFTPHomeDirServer)
7195
breezy.tests.per_transport.TransportTests.test_symlink(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7196
breezy.tests.per_transport.TransportTests.test_symlink(TransportLogDecorator,LogDecoratorServer)
7197
breezy.tests.per_transport.TransportTests.test_symlink(TransportTraceDecorator,TraceServer)
7198
breezy.tests.per_transport.TransportTests.test_symlink(UnlistableTransportDecorator,UnlistableServer)
7199
breezy.tests.per_transport.TransportTests.test_unicode_paths(FtpTransport,UnavailableFTPTestServer)
7200
breezy.tests.per_transport.TransportTests.test_win32_abspath(ChrootTransport,TestingChrootServer)
7201
breezy.tests.per_transport.TransportTests.test_win32_abspath(FakeNFSTransportDecorator,FakeNFSServer)
7202
breezy.tests.per_transport.TransportTests.test_win32_abspath(FakeVFATTransportDecorator,FakeVFATServer)
7203
breezy.tests.per_transport.TransportTests.test_win32_abspath(FtpTransport,UnavailableFTPTestServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
7204
breezy.tests.per_transport.TransportTests.test_win32_abspath(HTTPS_transport,HTTPSServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7205
breezy.tests.per_transport.TransportTests.test_win32_abspath(HTTPS_urllib_transport,HTTPSServer_urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
7206
breezy.tests.per_transport.TransportTests.test_win32_abspath(HttpTransport,HttpServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7207
breezy.tests.per_transport.TransportTests.test_win32_abspath(HttpTransport_urllib,HttpServer_urllib)
7208
breezy.tests.per_transport.TransportTests.test_win32_abspath(LocalTransport,LocalURLServer)
7209
breezy.tests.per_transport.TransportTests.test_win32_abspath(MemoryTransport,MemoryServer)
7210
breezy.tests.per_transport.TransportTests.test_win32_abspath(NoSmartTransportDecorator,NoSmartTransportServer)
7211
breezy.tests.per_transport.TransportTests.test_win32_abspath(PathFilteringTransport,TestingPathFilteringServer)
7212
breezy.tests.per_transport.TransportTests.test_win32_abspath(ReadonlyTransportDecorator,ReadonlyServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
7213
breezy.tests.per_transport.TransportTests.test_win32_abspath(RemoteTCPTransport,SmartTCPServer_for_testing)
7214
breezy.tests.per_transport.TransportTests.test_win32_abspath(SFTPTransport,SFTPAbsoluteServer)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7215
breezy.tests.per_transport.TransportTests.test_win32_abspath(SFTPTransport,SFTPHomeDirServer)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
7216
breezy.tests.per_transport.TransportTests.test_win32_abspath(SFTPTransport,SFTPSiblingAbsoluteServer)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7217
breezy.tests.per_transport.TransportTests.test_win32_abspath(TransportLogDecorator,LogDecoratorServer)
7218
breezy.tests.per_transport.TransportTests.test_win32_abspath(TransportTraceDecorator,TraceServer)
7219
breezy.tests.per_transport.TransportTests.test_win32_abspath(UnlistableTransportDecorator,UnlistableServer)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
7220
breezy.tests.per_tree.test_annotate_iter.TestAnnotate.test_annotate_with_ghost(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7221
breezy.tests.per_tree.test_annotate_iter.TestAnnotate.test_annotate_with_ghost(WorkingTreeFormat2)
6973.6.1 by Jelmer Vernooij
More bees.
7222
breezy.tests.per_tree.test_annotate_iter.TestAnnotate.test_annotate_with_ghost(WorkingTreeFormat6,remote)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
7223
breezy.tests.per_tree.test_archive.GenericArchiveTests.test_dir_invalid(DirStateRevisionTree,WT4)
7224
breezy.tests.per_tree.test_archive.GenericArchiveTests.test_dir_invalid(DirStateRevisionTree,WT5)
7225
breezy.tests.per_tree.test_archive.GenericArchiveTests.test_dir_invalid(PreviewTree)
7226
breezy.tests.per_tree.test_archive.GenericArchiveTests.test_dir_invalid(PreviewTreePost)
7227
breezy.tests.per_tree.test_archive.GenericArchiveTests.test_dir_invalid(RevisionTree)
7228
breezy.tests.per_tree.test_archive.GenericArchiveTests.test_dir_invalid(WorkingTreeFormat4)
7229
breezy.tests.per_tree.test_archive.GenericArchiveTests.test_dir_invalid(WorkingTreeFormat5)
7230
breezy.tests.per_tree.test_archive.GenericArchiveTests.test_dir_invalid(WorkingTreeFormat6)
7231
breezy.tests.per_tree.test_export.TestDir.test_export(RevisionTree)
7232
breezy.tests.per_tree.test_export.TestDir.test_export_symlink(RevisionTree)
7233
breezy.tests.per_tree.test_export.TestDir.test_export_symlink(WorkingTreeFormat3)
6973.6.1 by Jelmer Vernooij
More bees.
7234
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(DirStateRevisionTree,WT4)
7235
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(DirStateRevisionTree,WT5)
7236
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(RevisionTree)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
7237
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(WorkingTreeFormat2)
7238
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7239
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(WorkingTreeFormat4)
7240
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(WorkingTreeFormat5)
7241
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(WorkingTreeFormat6)
6973.6.1 by Jelmer Vernooij
More bees.
7242
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(WorkingTreeFormat6,remote)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
7243
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_nonexistant(DirStateRevisionTree,WT4)
7244
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_nonexistant(DirStateRevisionTree,WT5)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7245
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_nonexistant(PreviewTree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7246
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_nonexistant(PreviewTreePost)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
7247
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_nonexistant(RevisionTree)
7248
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_nonexistant(WorkingTreeFormat2)
7249
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_nonexistant(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7250
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_nonexistant(WorkingTreeFormat4)
7251
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_nonexistant(WorkingTreeFormat5)
7252
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_nonexistant(WorkingTreeFormat6)
6973.6.1 by Jelmer Vernooij
More bees.
7253
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_nonexistant(WorkingTreeFormat6,remote)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
7254
breezy.tests.per_tree.test_get_root_id.TestGetRootID.test_get_root_id_default(DirStateRevisionTree,WT4)
7255
breezy.tests.per_tree.test_get_root_id.TestGetRootID.test_get_root_id_default(DirStateRevisionTree,WT5)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7256
breezy.tests.per_tree.test_get_root_id.TestGetRootID.test_get_root_id_default(PreviewTree)
7257
breezy.tests.per_tree.test_get_root_id.TestGetRootID.test_get_root_id_default(PreviewTreePost)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
7258
breezy.tests.per_tree.test_get_root_id.TestGetRootID.test_get_root_id_default(RevisionTree)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7259
breezy.tests.per_tree.test_get_root_id.TestGetRootID.test_get_root_id_default(WorkingTreeFormat2)
7260
breezy.tests.per_tree.test_get_root_id.TestGetRootID.test_get_root_id_default(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7261
breezy.tests.per_tree.test_get_root_id.TestGetRootID.test_get_root_id_default(WorkingTreeFormat4)
7262
breezy.tests.per_tree.test_get_root_id.TestGetRootID.test_get_root_id_default(WorkingTreeFormat5)
7263
breezy.tests.per_tree.test_get_root_id.TestGetRootID.test_get_root_id_default(WorkingTreeFormat6)
6973.6.1 by Jelmer Vernooij
More bees.
7264
breezy.tests.per_tree.test_get_root_id.TestGetRootID.test_get_root_id_default(WorkingTreeFormat6,remote)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
7265
breezy.tests.per_tree.test_get_root_id.TestGetRootID.test_get_root_id_fixed(GitWorkingTreeFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
7266
breezy.tests.per_tree.test_get_symlink_target.TestGetSymlinkTarget.test_get_symlink_target(DirStateRevisionTree,WT4)
7267
breezy.tests.per_tree.test_get_symlink_target.TestGetSymlinkTarget.test_get_symlink_target(DirStateRevisionTree,WT5)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7268
breezy.tests.per_tree.test_get_symlink_target.TestGetSymlinkTarget.test_get_symlink_target(PreviewTree)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
7269
breezy.tests.per_tree.test_get_symlink_target.TestGetSymlinkTarget.test_get_symlink_target(RevisionTree)
7270
breezy.tests.per_tree.test_get_symlink_target.TestGetSymlinkTarget.test_get_symlink_target(WorkingTreeFormat2)
7271
breezy.tests.per_tree.test_get_symlink_target.TestGetSymlinkTarget.test_get_symlink_target(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7272
breezy.tests.per_tree.test_get_symlink_target.TestGetSymlinkTarget.test_get_symlink_target(WorkingTreeFormat4)
7273
breezy.tests.per_tree.test_get_symlink_target.TestGetSymlinkTarget.test_get_symlink_target(WorkingTreeFormat5)
7274
breezy.tests.per_tree.test_get_symlink_target.TestGetSymlinkTarget.test_get_symlink_target(WorkingTreeFormat6)
6973.6.1 by Jelmer Vernooij
More bees.
7275
breezy.tests.per_tree.test_get_symlink_target.TestGetSymlinkTarget.test_get_symlink_target(WorkingTreeFormat6,remote)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
7276
breezy.tests.per_tree.test_ids.IdTests.test_id2path(GitWorkingTreeFormat)
7277
breezy.tests.per_tree.test_ids.IdTests.test_path2id(GitWorkingTreeFormat)
7278
breezy.tests.per_tree.test_ids.IdTests.test_path2id_list(GitWorkingTreeFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
7279
breezy.tests.per_tree.test_inv.TestInventory.test_canonical_path_before_commit(WorkingTreeFormat2)
7280
breezy.tests.per_tree.test_inv.TestInventory.test_canonical_path_before_commit(WorkingTreeFormat3)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7281
breezy.tests.per_tree.test_inv.TestInventory.test_canonical_tree_name_mismatch(PreviewTree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7282
breezy.tests.per_tree.test_inv.TestInventory.test_canonical_tree_name_mismatch(PreviewTreePost)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
7283
breezy.tests.per_tree.test_inv.TestInventory.test_canonical_tree_name_mismatch(WorkingTreeFormat2)
7284
breezy.tests.per_tree.test_inv.TestInventory.test_canonical_tree_name_mismatch(WorkingTreeFormat3)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7285
breezy.tests.per_tree.test_inv.TestInventory.test_canonical_tree_name_mismatch(WorkingTreeFormat4)
7286
breezy.tests.per_tree.test_inv.TestInventory.test_canonical_tree_name_mismatch(WorkingTreeFormat5)
7287
breezy.tests.per_tree.test_inv.TestInventory.test_canonical_tree_name_mismatch(WorkingTreeFormat6)
6973.6.1 by Jelmer Vernooij
More bees.
7288
breezy.tests.per_tree.test_inv.TestInventory.test_canonical_tree_name_mismatch(WorkingTreeFormat6,remote)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
7289
breezy.tests.per_tree.test_inv.TestInventory.test_paths2ids_forget_old(DirStateRevisionTree,WT4)
7290
breezy.tests.per_tree.test_inv.TestInventory.test_paths2ids_forget_old(DirStateRevisionTree,WT5)
7291
breezy.tests.per_tree.test_inv.TestInventory.test_paths2ids_forget_old(PreviewTree)
7292
breezy.tests.per_tree.test_inv.TestInventory.test_paths2ids_forget_old(PreviewTreePost)
7293
breezy.tests.per_tree.test_inv.TestInventory.test_paths2ids_forget_old(RevisionTree)
7294
breezy.tests.per_tree.test_inv.TestInventory.test_paths2ids_forget_old(WorkingTreeFormat4)
7295
breezy.tests.per_tree.test_inv.TestInventory.test_paths2ids_forget_old(WorkingTreeFormat5)
7296
breezy.tests.per_tree.test_inv.TestInventory.test_paths2ids_forget_old(WorkingTreeFormat6)
7297
breezy.tests.per_tree.test_inv.TestInventory.test_paths2ids_recursive(WorkingTreeFormat2)
7298
breezy.tests.per_tree.test_inv.TestInventory.test_paths2ids_recursive(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7299
breezy.tests.per_tree.test_inv.TestInventory.test_paths2ids_recursive(WorkingTreeFormat4)
7300
breezy.tests.per_tree.test_inv.TestInventory.test_paths2ids_recursive(WorkingTreeFormat5)
7301
breezy.tests.per_tree.test_inv.TestInventory.test_paths2ids_recursive(WorkingTreeFormat6)
6973.6.1 by Jelmer Vernooij
More bees.
7302
breezy.tests.per_tree.test_inv.TestInventory.test_paths2ids_recursive(WorkingTreeFormat6,remote)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
7303
breezy.tests.per_tree.test_iter_search_rules.TestIterSearchRules.test_iter_search_rules_no_tree(DirStateRevisionTree,WT4)
7304
breezy.tests.per_tree.test_iter_search_rules.TestIterSearchRules.test_iter_search_rules_no_tree(DirStateRevisionTree,WT5)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
7305
breezy.tests.per_tree.test_iter_search_rules.TestIterSearchRules.test_iter_search_rules_no_tree(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7306
breezy.tests.per_tree.test_iter_search_rules.TestIterSearchRules.test_iter_search_rules_no_tree(PreviewTree)
7307
breezy.tests.per_tree.test_iter_search_rules.TestIterSearchRules.test_iter_search_rules_no_tree(PreviewTreePost)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
7308
breezy.tests.per_tree.test_iter_search_rules.TestIterSearchRules.test_iter_search_rules_no_tree(RevisionTree)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7309
breezy.tests.per_tree.test_iter_search_rules.TestIterSearchRules.test_iter_search_rules_no_tree(WorkingTreeFormat2)
7310
breezy.tests.per_tree.test_iter_search_rules.TestIterSearchRules.test_iter_search_rules_no_tree(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7311
breezy.tests.per_tree.test_iter_search_rules.TestIterSearchRules.test_iter_search_rules_no_tree(WorkingTreeFormat4)
7312
breezy.tests.per_tree.test_iter_search_rules.TestIterSearchRules.test_iter_search_rules_no_tree(WorkingTreeFormat5)
7313
breezy.tests.per_tree.test_iter_search_rules.TestIterSearchRules.test_iter_search_rules_no_tree(WorkingTreeFormat6)
6973.6.1 by Jelmer Vernooij
More bees.
7314
breezy.tests.per_tree.test_iter_search_rules.TestIterSearchRules.test_iter_search_rules_no_tree(WorkingTreeFormat6,remote)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
7315
breezy.tests.per_tree.test_list_files.TestListFiles.test_list_files_from_dir_no_recurse(WorkingTreeFormat2)
7316
breezy.tests.per_tree.test_list_files.TestListFiles.test_list_files_from_dir_no_recurse(WorkingTreeFormat3)
7317
breezy.tests.per_tree.test_list_files.TestListFiles.test_list_files_from_dir(WorkingTreeFormat2)
7318
breezy.tests.per_tree.test_list_files.TestListFiles.test_list_files_from_dir(WorkingTreeFormat3)
7319
breezy.tests.per_tree.test_list_files.TestListFiles.test_list_files_no_root_no_recurse(WorkingTreeFormat2)
7320
breezy.tests.per_tree.test_list_files.TestListFiles.test_list_files_no_root_no_recurse(WorkingTreeFormat3)
7321
breezy.tests.per_tree.test_list_files.TestListFiles.test_list_files_no_root(WorkingTreeFormat2)
7322
breezy.tests.per_tree.test_list_files.TestListFiles.test_list_files_no_root(WorkingTreeFormat3)
7323
breezy.tests.per_tree.test_list_files.TestListFiles.test_list_files_with_root_no_recurse(WorkingTreeFormat2)
7324
breezy.tests.per_tree.test_list_files.TestListFiles.test_list_files_with_root_no_recurse(WorkingTreeFormat3)
7325
breezy.tests.per_tree.test_list_files.TestListFiles.test_list_files_with_root(WorkingTreeFormat2)
7326
breezy.tests.per_tree.test_list_files.TestListFiles.test_list_files_with_root(WorkingTreeFormat3)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
7327
breezy.tests.per_tree.test_locking.TestLocking.test_lock_read(DirStateRevisionTree,WT4)
7328
breezy.tests.per_tree.test_locking.TestLocking.test_lock_read(DirStateRevisionTree,WT5)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
7329
breezy.tests.per_tree.test_locking.TestLocking.test_lock_read(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7330
breezy.tests.per_tree.test_locking.TestLocking.test_lock_read(PreviewTree)
7331
breezy.tests.per_tree.test_locking.TestLocking.test_lock_read(PreviewTreePost)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
7332
breezy.tests.per_tree.test_locking.TestLocking.test_lock_read(RevisionTree)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7333
breezy.tests.per_tree.test_locking.TestLocking.test_lock_read(WorkingTreeFormat2)
7334
breezy.tests.per_tree.test_locking.TestLocking.test_lock_read(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7335
breezy.tests.per_tree.test_locking.TestLocking.test_lock_read(WorkingTreeFormat4)
7336
breezy.tests.per_tree.test_locking.TestLocking.test_lock_read(WorkingTreeFormat5)
7337
breezy.tests.per_tree.test_locking.TestLocking.test_lock_read(WorkingTreeFormat6)
6973.6.1 by Jelmer Vernooij
More bees.
7338
breezy.tests.per_tree.test_locking.TestLocking.test_lock_read(WorkingTreeFormat6,remote)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
7339
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_dir_content_summary(GitWorkingTreeFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
7340
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_dir_content_summary(RevisionTree)
7341
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_dir_content_summary(WorkingTreeFormat2)
7342
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_dir_content_summary(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7343
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_dir_content_summary(WorkingTreeFormat4)
7344
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_dir_content_summary(WorkingTreeFormat5)
7345
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_dir_content_summary(WorkingTreeFormat6)
6973.6.1 by Jelmer Vernooij
More bees.
7346
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_dir_content_summary(WorkingTreeFormat6,remote)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
7347
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_executable(WorkingTreeFormat2)
7348
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_executable(WorkingTreeFormat3)
7349
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_executable(WorkingTreeFormat4)
7350
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_executable(WorkingTreeFormat5)
7351
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_executable(WorkingTreeFormat6)
6973.6.1 by Jelmer Vernooij
More bees.
7352
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_executable(WorkingTreeFormat6,remote)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
7353
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_non_exec(WorkingTreeFormat2)
7354
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_non_exec(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7355
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_non_exec(WorkingTreeFormat4)
7356
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_non_exec(WorkingTreeFormat5)
7357
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_non_exec(WorkingTreeFormat6)
6973.6.1 by Jelmer Vernooij
More bees.
7358
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_non_exec(WorkingTreeFormat6,remote)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
7359
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_not_versioned(DirStateRevisionTree,WT4)
7360
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_not_versioned(DirStateRevisionTree,WT5)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
7361
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_not_versioned(GitWorkingTreeFormat)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
7362
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_not_versioned(RevisionTree)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7363
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_not_versioned(WorkingTreeFormat2)
7364
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_not_versioned(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7365
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_not_versioned(WorkingTreeFormat4)
7366
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_not_versioned(WorkingTreeFormat5)
7367
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_not_versioned(WorkingTreeFormat6)
6973.6.1 by Jelmer Vernooij
More bees.
7368
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_not_versioned(WorkingTreeFormat6,remote)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
7369
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_missing_content_summary(DirStateRevisionTree,WT4)
7370
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_missing_content_summary(DirStateRevisionTree,WT5)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
7371
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_missing_content_summary(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7372
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_missing_content_summary(PreviewTree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7373
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_missing_content_summary(PreviewTreePost)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
7374
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_missing_content_summary(RevisionTree)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7375
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_missing_content_summary(WorkingTreeFormat2)
7376
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_missing_content_summary(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7377
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_missing_content_summary(WorkingTreeFormat4)
7378
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_missing_content_summary(WorkingTreeFormat5)
7379
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_missing_content_summary(WorkingTreeFormat6)
6973.6.1 by Jelmer Vernooij
More bees.
7380
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_missing_content_summary(WorkingTreeFormat6,remote)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
7381
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_symlink_content_summary(RevisionTree)
7382
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_symlink_content_summary(WorkingTreeFormat2)
7383
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_symlink_content_summary(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7384
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_symlink_content_summary(WorkingTreeFormat4)
7385
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_symlink_content_summary(WorkingTreeFormat5)
7386
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_symlink_content_summary(WorkingTreeFormat6)
6973.6.1 by Jelmer Vernooij
More bees.
7387
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_symlink_content_summary(WorkingTreeFormat6,remote)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
7388
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_tree_content_summary(RevisionTree)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7389
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_tree_content_summary(WorkingTreeFormat2)
7390
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_tree_content_summary(WorkingTreeFormat3)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
7391
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_tree_content_summary(WorkingTreeFormat4)
7392
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_tree_content_summary(WorkingTreeFormat5)
7393
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_tree_content_summary(WorkingTreeFormat6)
6973.6.1 by Jelmer Vernooij
More bees.
7394
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_tree_content_summary(WorkingTreeFormat6,remote)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
7395
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_unicode_symlink_target_summary(RevisionTree)
7396
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_unicode_symlink_target_summary(WorkingTreeFormat2)
7397
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_unicode_symlink_target_summary(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7398
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_unicode_symlink_target_summary(WorkingTreeFormat4)
7399
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_unicode_symlink_target_summary(WorkingTreeFormat5)
7400
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_unicode_symlink_target_summary(WorkingTreeFormat6)
6973.6.1 by Jelmer Vernooij
More bees.
7401
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_unicode_symlink_target_summary(WorkingTreeFormat6,remote)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
7402
breezy.tests.per_tree.test_revision_tree.TestRevisionTree.test_get_random_tree_raises(DirStateRevisionTree,WT4)
7403
breezy.tests.per_tree.test_revision_tree.TestRevisionTree.test_get_random_tree_raises(DirStateRevisionTree,WT5)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7404
breezy.tests.per_tree.test_revision_tree.TestRevisionTree.test_get_random_tree_raises(PreviewTree)
7405
breezy.tests.per_tree.test_revision_tree.TestRevisionTree.test_get_random_tree_raises(PreviewTreePost)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
7406
breezy.tests.per_tree.test_revision_tree.TestRevisionTree.test_get_random_tree_raises(RevisionTree)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7407
breezy.tests.per_tree.test_revision_tree.TestRevisionTree.test_get_random_tree_raises(WorkingTreeFormat2)
7408
breezy.tests.per_tree.test_revision_tree.TestRevisionTree.test_get_random_tree_raises(WorkingTreeFormat3)
7409
breezy.tests.per_tree.test_revision_tree.TestRevisionTree.test_get_random_tree_raises(WorkingTreeFormat4)
7410
breezy.tests.per_tree.test_revision_tree.TestRevisionTree.test_get_random_tree_raises(WorkingTreeFormat5)
7411
breezy.tests.per_tree.test_revision_tree.TestRevisionTree.test_get_random_tree_raises(WorkingTreeFormat6)
6973.6.1 by Jelmer Vernooij
More bees.
7412
breezy.tests.per_tree.test_revision_tree.TestRevisionTree.test_get_random_tree_raises(WorkingTreeFormat6,remote)
7413
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_empty_tree_no_parents(DirStateRevisionTree,WT4)
7414
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_empty_tree_no_parents(DirStateRevisionTree,WT5)
6973.6.2 by Jelmer Vernooij
Fix more tests.
7415
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_empty_tree_no_parents(PreviewTree)
7416
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_empty_tree_no_parents(PreviewTreePost)
6973.6.1 by Jelmer Vernooij
More bees.
7417
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_empty_tree_no_parents(RevisionTree)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7418
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_empty_tree_no_parents(WorkingTreeFormat2)
7419
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_empty_tree_no_parents(WorkingTreeFormat3)
7420
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_empty_tree_no_parents(WorkingTreeFormat4)
7421
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_empty_tree_no_parents(WorkingTreeFormat5)
7422
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_empty_tree_no_parents(WorkingTreeFormat6)
6973.6.1 by Jelmer Vernooij
More bees.
7423
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_empty_tree_no_parents(WorkingTreeFormat6,remote)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
7424
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_tree_with_utf8(GitWorkingTreeFormat)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
7425
breezy.tests.per_tree.TestTreeImplementationSupport.test_revision_tree_from_workingtree
7426
breezy.tests.per_tree.test_tree.TestConflicts.test_conflicts(DirStateRevisionTree,WT4)
7427
breezy.tests.per_tree.test_tree.TestConflicts.test_conflicts(DirStateRevisionTree,WT5)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
7428
breezy.tests.per_tree.test_tree.TestConflicts.test_conflicts(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7429
breezy.tests.per_tree.test_tree.TestConflicts.test_conflicts(PreviewTree)
7430
breezy.tests.per_tree.test_tree.TestConflicts.test_conflicts(PreviewTreePost)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
7431
breezy.tests.per_tree.test_tree.TestConflicts.test_conflicts(RevisionTree)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7432
breezy.tests.per_tree.test_tree.TestConflicts.test_conflicts(WorkingTreeFormat2)
7433
breezy.tests.per_tree.test_tree.TestConflicts.test_conflicts(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7434
breezy.tests.per_tree.test_tree.TestConflicts.test_conflicts(WorkingTreeFormat4)
7435
breezy.tests.per_tree.test_tree.TestConflicts.test_conflicts(WorkingTreeFormat5)
7436
breezy.tests.per_tree.test_tree.TestConflicts.test_conflicts(WorkingTreeFormat6)
6973.6.1 by Jelmer Vernooij
More bees.
7437
breezy.tests.per_tree.test_tree.TestConflicts.test_conflicts(WorkingTreeFormat6,remote)
7438
breezy.tests.per_tree.test_tree.TestExtractFilesBytes.test_iter_files_bytes(DirStateRevisionTree,WT4)
7439
breezy.tests.per_tree.test_tree.TestExtractFilesBytes.test_iter_files_bytes(DirStateRevisionTree,WT5)
7440
breezy.tests.per_tree.test_tree.TestExtractFilesBytes.test_iter_files_bytes(PreviewTree)
7441
breezy.tests.per_tree.test_tree.TestExtractFilesBytes.test_iter_files_bytes(RevisionTree)
7442
breezy.tests.per_tree.test_tree.TestExtractFilesBytes.test_iter_files_bytes(WorkingTreeFormat2)
7443
breezy.tests.per_tree.test_tree.TestExtractFilesBytes.test_iter_files_bytes(WorkingTreeFormat3)
7444
breezy.tests.per_tree.test_tree.TestExtractFilesBytes.test_iter_files_bytes(WorkingTreeFormat4)
7445
breezy.tests.per_tree.test_tree.TestExtractFilesBytes.test_iter_files_bytes(WorkingTreeFormat5)
7446
breezy.tests.per_tree.test_tree.TestExtractFilesBytes.test_iter_files_bytes(WorkingTreeFormat6)
7447
breezy.tests.per_tree.test_tree.TestExtractFilesBytes.test_iter_files_bytes(WorkingTreeFormat6,remote)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
7448
breezy.tests.per_tree.test_tree.TestExtras.test_extras(DirStateRevisionTree,WT4)
7449
breezy.tests.per_tree.test_tree.TestExtras.test_extras(DirStateRevisionTree,WT5)
7450
breezy.tests.per_tree.test_tree.TestExtras.test_extras(PreviewTree)
7451
breezy.tests.per_tree.test_tree.TestExtras.test_extras(RevisionTree)
6973.6.1 by Jelmer Vernooij
More bees.
7452
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_lines_multi_line_breaks(DirStateRevisionTree,WT4)
7453
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_lines_multi_line_breaks(DirStateRevisionTree,WT5)
7454
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_lines_multi_line_breaks(PreviewTree)
7455
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_lines_multi_line_breaks(RevisionTree)
7456
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_lines_multi_line_breaks(WorkingTreeFormat2)
7457
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_lines_multi_line_breaks(WorkingTreeFormat3)
7458
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_lines_multi_line_breaks(WorkingTreeFormat4)
7459
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_lines_multi_line_breaks(WorkingTreeFormat5)
7460
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_lines_multi_line_breaks(WorkingTreeFormat6)
7461
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_lines_multi_line_breaks(WorkingTreeFormat6,remote)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
7462
breezy.tests.per_tree.test_tree.TestFileIds.test_all_file_ids(WorkingTreeFormat2)
7463
breezy.tests.per_tree.test_tree.TestFileIds.test_all_file_ids(WorkingTreeFormat3)
6800.1.2 by Jelmer Vernooij
Run more tests.
7464
breezy.tests.per_tree.test_tree.TestFileIds.test_all_file_ids(WorkingTreeFormat4)
7465
breezy.tests.per_tree.test_tree.TestFileIds.test_all_file_ids(WorkingTreeFormat5)
7466
breezy.tests.per_tree.test_tree.TestFileIds.test_all_file_ids(WorkingTreeFormat6)
6973.6.1 by Jelmer Vernooij
More bees.
7467
breezy.tests.per_tree.test_tree.TestFileIds.test_all_file_ids(WorkingTreeFormat6,remote)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
7468
breezy.tests.per_tree.test_tree.TestFileIds.test_id2path(WorkingTreeFormat2)
7469
breezy.tests.per_tree.test_tree.TestFileIds.test_id2path(WorkingTreeFormat3)
6800.1.2 by Jelmer Vernooij
Run more tests.
7470
breezy.tests.per_tree.test_tree.TestFileIds.test_id2path(WorkingTreeFormat4)
7471
breezy.tests.per_tree.test_tree.TestFileIds.test_id2path(WorkingTreeFormat5)
7472
breezy.tests.per_tree.test_tree.TestFileIds.test_id2path(WorkingTreeFormat6)
6973.6.1 by Jelmer Vernooij
More bees.
7473
breezy.tests.per_tree.test_tree.TestFileIds.test_id2path(WorkingTreeFormat6,remote)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7474
breezy.tests.per_tree.test_tree.TestHasId.test_has_id(PreviewTree)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
7475
breezy.tests.per_tree.test_tree.TestHasId.test_has_id(RevisionTree)
7476
breezy.tests.per_tree.test_tree.TestHasId.test_has_id(WorkingTreeFormat2)
7477
breezy.tests.per_tree.test_tree.TestHasId.test_has_id(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7478
breezy.tests.per_tree.test_tree.TestHasId.test_has_id(WorkingTreeFormat4)
7479
breezy.tests.per_tree.test_tree.TestHasId.test_has_id(WorkingTreeFormat5)
7480
breezy.tests.per_tree.test_tree.TestHasId.test_has_id(WorkingTreeFormat6)
6973.6.1 by Jelmer Vernooij
More bees.
7481
breezy.tests.per_tree.test_tree.TestHasId.test_has_id(WorkingTreeFormat6,remote)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
7482
breezy.tests.per_tree.test_tree.TestHasVersionedDirectories.test_has_versioned_directories(DirStateRevisionTree,WT4)
7483
breezy.tests.per_tree.test_tree.TestHasVersionedDirectories.test_has_versioned_directories(DirStateRevisionTree,WT5)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
7484
breezy.tests.per_tree.test_tree.TestHasVersionedDirectories.test_has_versioned_directories(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7485
breezy.tests.per_tree.test_tree.TestHasVersionedDirectories.test_has_versioned_directories(PreviewTree)
7486
breezy.tests.per_tree.test_tree.TestHasVersionedDirectories.test_has_versioned_directories(PreviewTreePost)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
7487
breezy.tests.per_tree.test_tree.TestHasVersionedDirectories.test_has_versioned_directories(RevisionTree)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7488
breezy.tests.per_tree.test_tree.TestHasVersionedDirectories.test_has_versioned_directories(WorkingTreeFormat2)
7489
breezy.tests.per_tree.test_tree.TestHasVersionedDirectories.test_has_versioned_directories(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7490
breezy.tests.per_tree.test_tree.TestHasVersionedDirectories.test_has_versioned_directories(WorkingTreeFormat4)
7491
breezy.tests.per_tree.test_tree.TestHasVersionedDirectories.test_has_versioned_directories(WorkingTreeFormat5)
7492
breezy.tests.per_tree.test_tree.TestHasVersionedDirectories.test_has_versioned_directories(WorkingTreeFormat6)
6973.6.1 by Jelmer Vernooij
More bees.
7493
breezy.tests.per_tree.test_tree.TestHasVersionedDirectories.test_has_versioned_directories(WorkingTreeFormat6,remote)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
7494
breezy.tests.per_tree.test_tree.TestIterChildEntries.test_does_not_exist(DirStateRevisionTree,WT4)
7495
breezy.tests.per_tree.test_tree.TestIterChildEntries.test_does_not_exist(DirStateRevisionTree,WT5)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
7496
breezy.tests.per_tree.test_tree.TestIterChildEntries.test_does_not_exist(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7497
breezy.tests.per_tree.test_tree.TestIterChildEntries.test_does_not_exist(PreviewTree)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7498
breezy.tests.per_tree.test_tree.TestIterChildEntries.test_does_not_exist(PreviewTreePost)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
7499
breezy.tests.per_tree.test_tree.TestIterChildEntries.test_does_not_exist(RevisionTree)
7500
breezy.tests.per_tree.test_tree.TestIterChildEntries.test_does_not_exist(WorkingTreeFormat2)
7501
breezy.tests.per_tree.test_tree.TestIterChildEntries.test_does_not_exist(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7502
breezy.tests.per_tree.test_tree.TestIterChildEntries.test_does_not_exist(WorkingTreeFormat4)
7503
breezy.tests.per_tree.test_tree.TestIterChildEntries.test_does_not_exist(WorkingTreeFormat5)
7504
breezy.tests.per_tree.test_tree.TestIterChildEntries.test_does_not_exist(WorkingTreeFormat6)
6973.6.1 by Jelmer Vernooij
More bees.
7505
breezy.tests.per_tree.test_tree.TestIterChildEntries.test_does_not_exist(WorkingTreeFormat6,remote)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
7506
breezy.tests.per_tree.test_tree.TestIterChildEntries.test_iteration_order(WorkingTreeFormat2)
7507
breezy.tests.per_tree.test_tree.TestIterChildEntries.test_iteration_order(WorkingTreeFormat3)
7508
breezy.tests.per_tree.test_tree.TestIterEntriesByDir.test_iteration_order(WorkingTreeFormat2)
7509
breezy.tests.per_tree.test_tree.TestIterEntriesByDir.test_iteration_order(WorkingTreeFormat3)
7510
breezy.tests.per_tree.test_tree.TestReference.test_get_reference_revision(PreviewTree)
7511
breezy.tests.per_tree.test_tree.TestReference.test_get_reference_revision(PreviewTreePost)
7512
breezy.tests.per_tree.test_tree.TestReference.test_get_reference_revision(RevisionTree)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7513
breezy.tests.per_tree.test_tree.TestReference.test_get_reference_revision(WorkingTreeFormat2)
7514
breezy.tests.per_tree.test_tree.TestReference.test_get_reference_revision(WorkingTreeFormat3)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
7515
breezy.tests.per_tree.test_tree.TestReference.test_get_reference_revision(WorkingTreeFormat4)
7516
breezy.tests.per_tree.test_tree.TestReference.test_get_reference_revision(WorkingTreeFormat5)
7517
breezy.tests.per_tree.test_tree.TestReference.test_get_reference_revision(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
7518
breezy.tests.per_tree.test_tree.TestReference.test_get_root_id(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7519
breezy.tests.per_tree.test_tree.TestReference.test_is_versioned(DirStateRevisionTree,WT4)
7520
breezy.tests.per_tree.test_tree.TestReference.test_is_versioned(DirStateRevisionTree,WT5)
7521
breezy.tests.per_tree.test_tree.TestReference.test_is_versioned(PreviewTree)
7522
breezy.tests.per_tree.test_tree.TestReference.test_is_versioned(PreviewTreePost)
7523
breezy.tests.per_tree.test_tree.TestReference.test_is_versioned(RevisionTree)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
7524
breezy.tests.per_tree.test_tree.TestReference.test_is_versioned(WorkingTreeFormat2)
7525
breezy.tests.per_tree.test_tree.TestReference.test_is_versioned(WorkingTreeFormat3)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7526
breezy.tests.per_tree.test_tree.TestReference.test_is_versioned(WorkingTreeFormat4)
7527
breezy.tests.per_tree.test_tree.TestReference.test_is_versioned(WorkingTreeFormat5)
7528
breezy.tests.per_tree.test_tree.TestReference.test_is_versioned(WorkingTreeFormat6)
6973.6.1 by Jelmer Vernooij
More bees.
7529
breezy.tests.per_tree.test_tree.TestReference.test_is_versioned(WorkingTreeFormat6,remote)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
7530
breezy.tests.per_tree.test_tree.TestReference.test_iter_references(PreviewTree)
7531
breezy.tests.per_tree.test_tree.TestReference.test_iter_references(PreviewTreePost)
7532
breezy.tests.per_tree.test_tree.TestReference.test_iter_references(RevisionTree)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7533
breezy.tests.per_tree.test_tree.TestReference.test_iter_references(WorkingTreeFormat2)
7534
breezy.tests.per_tree.test_tree.TestReference.test_iter_references(WorkingTreeFormat3)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
7535
breezy.tests.per_tree.test_tree.TestReference.test_iter_references(WorkingTreeFormat4)
7536
breezy.tests.per_tree.test_tree.TestReference.test_iter_references(WorkingTreeFormat5)
7537
breezy.tests.per_tree.test_tree.TestReference.test_iter_references(WorkingTreeFormat6)
7538
breezy.tests.per_tree.test_tree.TestStoredKind.test_stored_kind(WorkingTreeFormat2)
7539
breezy.tests.per_tree.test_tree.TestStoredKind.test_stored_kind(WorkingTreeFormat3)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
7540
breezy.tests.per_tree.test_tree.TestSupportsRenameTracking.test_supports_rename_tracking(DirStateRevisionTree,WT4)
7541
breezy.tests.per_tree.test_tree.TestSupportsRenameTracking.test_supports_rename_tracking(DirStateRevisionTree,WT5)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
7542
breezy.tests.per_tree.test_tree.TestSupportsRenameTracking.test_supports_rename_tracking(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7543
breezy.tests.per_tree.test_tree.TestSupportsRenameTracking.test_supports_rename_tracking(PreviewTree)
7544
breezy.tests.per_tree.test_tree.TestSupportsRenameTracking.test_supports_rename_tracking(PreviewTreePost)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
7545
breezy.tests.per_tree.test_tree.TestSupportsRenameTracking.test_supports_rename_tracking(RevisionTree)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7546
breezy.tests.per_tree.test_tree.TestSupportsRenameTracking.test_supports_rename_tracking(WorkingTreeFormat2)
7547
breezy.tests.per_tree.test_tree.TestSupportsRenameTracking.test_supports_rename_tracking(WorkingTreeFormat3)
7548
breezy.tests.per_tree.test_tree.TestSupportsRenameTracking.test_supports_rename_tracking(WorkingTreeFormat4)
7549
breezy.tests.per_tree.test_tree.TestSupportsRenameTracking.test_supports_rename_tracking(WorkingTreeFormat5)
7550
breezy.tests.per_tree.test_tree.TestSupportsRenameTracking.test_supports_rename_tracking(WorkingTreeFormat6)
6973.6.1 by Jelmer Vernooij
More bees.
7551
breezy.tests.per_tree.test_tree.TestSupportsRenameTracking.test_supports_rename_tracking(WorkingTreeFormat6,remote)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
7552
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_file(DirStateRevisionTree,WT4)
7553
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_file(DirStateRevisionTree,WT5)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
7554
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_file(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7555
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_file(PreviewTree)
7556
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_file(PreviewTreePost)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
7557
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_file(RevisionTree)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7558
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_file(WorkingTreeFormat2)
7559
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_file(WorkingTreeFormat3)
7560
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_file(WorkingTreeFormat4)
7561
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_file(WorkingTreeFormat5)
7562
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_file(WorkingTreeFormat6)
6973.6.1 by Jelmer Vernooij
More bees.
7563
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_file(WorkingTreeFormat6,remote)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
7564
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_unknown(DirStateRevisionTree,WT4)
7565
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_unknown(DirStateRevisionTree,WT5)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
7566
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_unknown(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7567
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_unknown(PreviewTree)
7568
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_unknown(PreviewTreePost)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
7569
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_unknown(RevisionTree)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7570
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_unknown(WorkingTreeFormat2)
7571
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_unknown(WorkingTreeFormat3)
7572
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_unknown(WorkingTreeFormat4)
7573
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_unknown(WorkingTreeFormat5)
7574
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_unknown(WorkingTreeFormat6)
6973.6.1 by Jelmer Vernooij
More bees.
7575
breezy.tests.per_tree.test_tree.TestSupportsVersionableKind.test_unknown(WorkingTreeFormat6,remote)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
7576
breezy.tests.per_tree.test_walkdirs.TestWalkdirs.test_walkdir_versioned_kind(DirStateRevisionTree,WT4)
7577
breezy.tests.per_tree.test_walkdirs.TestWalkdirs.test_walkdir_versioned_kind(DirStateRevisionTree,WT5)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7578
breezy.tests.per_tree.test_walkdirs.TestWalkdirs.test_walkdir_versioned_kind(PreviewTree)
6800.1.2 by Jelmer Vernooij
Run more tests.
7579
breezy.tests.per_tree.test_walkdirs.TestWalkdirs.test_walkdir_versioned_kind(PreviewTreePost)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
7580
breezy.tests.per_tree.test_walkdirs.TestWalkdirs.test_walkdir_versioned_kind(RevisionTree)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
7581
breezy.tests.per_tree.test_walkdirs.TestWalkdirs.test_walkdir_versioned_kind(WorkingTreeFormat2)
7582
breezy.tests.per_tree.test_walkdirs.TestWalkdirs.test_walkdir_versioned_kind(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7583
breezy.tests.per_uifactory.TestCannedInputUIFactory.test_be_quiet
7584
breezy.tests.per_uifactory.TestCannedInputUIFactory.test_confirm_action
7585
breezy.tests.per_uifactory.TestCannedInputUIFactory.test_make_output_stream
7586
breezy.tests.per_uifactory.TestCannedInputUIFactory.test_note
7587
breezy.tests.per_uifactory.TestCannedInputUIFactory.test_no_transport_activity
7588
breezy.tests.per_uifactory.TestCannedInputUIFactory.test_show_error
7589
breezy.tests.per_uifactory.TestCannedInputUIFactory.test_show_message
7590
breezy.tests.per_uifactory.TestCannedInputUIFactory.test_show_warning
7591
breezy.tests.per_uifactory.TestCannedInputUIFactory.test_transport_activity
7592
breezy.tests.per_uifactory.TestSilentUIFactory.test_be_quiet
7593
breezy.tests.per_uifactory.TestSilentUIFactory.test_confirm_action
7594
breezy.tests.per_uifactory.TestSilentUIFactory.test_make_output_stream
7595
breezy.tests.per_uifactory.TestSilentUIFactory.test_note
7596
breezy.tests.per_uifactory.TestSilentUIFactory.test_no_transport_activity
7597
breezy.tests.per_uifactory.TestSilentUIFactory.test_show_error
7598
breezy.tests.per_uifactory.TestSilentUIFactory.test_show_message
7599
breezy.tests.per_uifactory.TestSilentUIFactory.test_show_warning
7600
breezy.tests.per_uifactory.TestSilentUIFactory.test_transport_activity
7601
breezy.tests.per_uifactory.TestTextUIFactory.test_be_quiet
7602
breezy.tests.per_uifactory.TestTextUIFactory.test_confirm_action
7603
breezy.tests.per_uifactory.TestTextUIFactory.test_make_output_stream
7604
breezy.tests.per_uifactory.TestTextUIFactory.test_note
7605
breezy.tests.per_uifactory.TestTextUIFactory.test_no_transport_activity
7606
breezy.tests.per_uifactory.TestTextUIFactory.test_show_error
7607
breezy.tests.per_uifactory.TestTextUIFactory.test_show_message
7608
breezy.tests.per_uifactory.TestTextUIFactory.test_show_warning
7609
breezy.tests.per_uifactory.TestTextUIFactory.test_transport_activity
7610
breezy.tests.per_uifactory.TestTTYTextUIFactory.test_be_quiet
7611
breezy.tests.per_uifactory.TestTTYTextUIFactory.test_confirm_action
7612
breezy.tests.per_uifactory.TestTTYTextUIFactory.test_make_output_stream
7613
breezy.tests.per_uifactory.TestTTYTextUIFactory.test_note
7614
breezy.tests.per_uifactory.TestTTYTextUIFactory.test_no_transport_activity
7615
breezy.tests.per_uifactory.TestTTYTextUIFactory.test_show_error
7616
breezy.tests.per_uifactory.TestTTYTextUIFactory.test_show_message
7617
breezy.tests.per_uifactory.TestTTYTextUIFactory.test_show_warning
7618
breezy.tests.per_uifactory.TestTTYTextUIFactory.test_transport_activity
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7619
breezy.tests.per_versionedfile.TestContentFactoryAdaption.test_annotated_to_fulltext
7620
breezy.tests.per_versionedfile.TestContentFactoryAdaption.test_annotated_to_fulltext_no_eol
7621
breezy.tests.per_versionedfile.TestContentFactoryAdaption.test_deannotation
7622
breezy.tests.per_versionedfile.TestContentFactoryAdaption.test_deannotation_noeol
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7623
breezy.tests.per_versionedfile.TestContentFactoryAdaption.test_select_adaptor
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7624
breezy.tests.per_versionedfile.TestContentFactoryAdaption.test_unannotated_to_fulltext
7625
breezy.tests.per_versionedfile.TestContentFactoryAdaption.test_unannotated_to_fulltext_no_eol
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7626
breezy.tests.per_versionedfile.TestKeyMapper.test_identity_mapper
7627
breezy.tests.per_versionedfile.TestKeyMapper.test_prefix_mapper
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
7628
breezy.tests.per_versionedfile.TestOrderingVersionedFilesDecorator.test_get_empty
7629
breezy.tests.per_versionedfile.TestOrderingVersionedFilesDecorator.test_get_record_stream_implicit_order
7630
breezy.tests.per_versionedfile.TestOrderingVersionedFilesDecorator.test_get_record_stream_ordered
7631
breezy.tests.per_versionedfile.TestOrderingVersionedFilesDecorator.test_get_record_stream_topological
6963.2.6 by Jelmer Vernooij
Fix some more tests.
7632
breezy.tests.per_versionedfile.TestPlanMergeVersionedFile.test_add_lines
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7633
breezy.tests.per_versionedfile.TestPlanMergeVersionedFile.test_get_record_stream
7634
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_fallback_implies_without_fallbacks(annotated-knit-escape)
6963.2.6 by Jelmer Vernooij
Fix some more tests.
7635
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_fallback_implies_without_fallbacks(groupcompress)
7636
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_fallback_implies_without_fallbacks(groupcompress-nograph)
7637
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_fallback_implies_without_fallbacks(named-knit)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7638
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_fallback_implies_without_fallbacks(weave-named)
7639
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_fallback_implies_without_fallbacks(weave-prefix)
6963.2.6 by Jelmer Vernooij
Fix some more tests.
7640
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines(groupcompress)
7641
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines(groupcompress-nograph)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7642
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines(named-knit)
6963.2.2 by Jelmer Vernooij
Update python3.passing.
7643
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_no_key_generates_chk_key(groupcompress)
7644
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_no_key_generates_chk_key(groupcompress-nograph)
6963.2.3 by Jelmer Vernooij
Fix some more tests.
7645
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_no_key_generates_chk_key(named-knit)
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
7646
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_no_key_generates_chk_key(weave-named)
7647
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_no_key_generates_chk_key(weave-prefix)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7648
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_nostoresha(annotated-knit-escape)
6963.2.6 by Jelmer Vernooij
Fix some more tests.
7649
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_nostoresha(groupcompress)
7650
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_nostoresha(groupcompress-nograph)
7651
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_nostoresha(named-knit)
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
7652
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_nostoresha(weave-named)
7653
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_nostoresha(weave-prefix)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7654
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_return(annotated-knit-escape)
7655
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_return(groupcompress)
7656
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_return(groupcompress-nograph)
7657
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_return(named-knit)
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
7658
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_return(weave-named)
7659
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_return(weave-prefix)
7660
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines(weave-named)
7661
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines(weave-prefix)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7662
breezy.tests.per_versionedfile.TestVersionedFiles.test_annotate(annotated-knit-escape)
7663
breezy.tests.per_versionedfile.TestVersionedFiles.test_annotate(groupcompress)
7664
breezy.tests.per_versionedfile.TestVersionedFiles.test_annotate(groupcompress-nograph)
7665
breezy.tests.per_versionedfile.TestVersionedFiles.test_annotate(named-knit)
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
7666
breezy.tests.per_versionedfile.TestVersionedFiles.test_annotate(weave-named)
7667
breezy.tests.per_versionedfile.TestVersionedFiles.test_annotate(weave-prefix)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7668
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_no_parameters(annotated-knit-escape)
7669
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_no_parameters(groupcompress)
7670
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_no_parameters(groupcompress-nograph)
7671
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_no_parameters(named-graph-knit-pack)
7672
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_no_parameters(named-graph-nodelta-knit-pack)
7673
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_no_parameters(named-knit)
7674
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_no_parameters(named-nograph-nodelta-knit-pack)
7675
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_no_parameters(plain-knit-pack)
7676
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_no_parameters(weave-named)
7677
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_no_parameters(weave-prefix)
7678
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_progressbar_parameter(annotated-knit-escape)
7679
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_progressbar_parameter(groupcompress)
7680
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_progressbar_parameter(groupcompress-nograph)
7681
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_progressbar_parameter(named-graph-knit-pack)
7682
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_progressbar_parameter(named-graph-nodelta-knit-pack)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7683
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_progressbar_parameter(named-knit)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7684
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_progressbar_parameter(named-nograph-nodelta-knit-pack)
7685
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_progressbar_parameter(plain-knit-pack)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7686
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_progressbar_parameter(weave-named)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7687
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_progressbar_parameter(weave-prefix)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7688
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_with_keys_becomes_generator(groupcompress)
7689
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_with_keys_becomes_generator(groupcompress-nograph)
7690
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_with_keys_becomes_generator(named-knit)
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
7691
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_with_keys_becomes_generator(weave-named)
7692
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_with_keys_becomes_generator(weave-prefix)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7693
breezy.tests.per_versionedfile.TestVersionedFiles.test_clear_cache(annotated-knit-escape)
7694
breezy.tests.per_versionedfile.TestVersionedFiles.test_clear_cache(groupcompress)
7695
breezy.tests.per_versionedfile.TestVersionedFiles.test_clear_cache(groupcompress-nograph)
7696
breezy.tests.per_versionedfile.TestVersionedFiles.test_clear_cache(named-graph-knit-pack)
7697
breezy.tests.per_versionedfile.TestVersionedFiles.test_clear_cache(named-graph-nodelta-knit-pack)
7698
breezy.tests.per_versionedfile.TestVersionedFiles.test_clear_cache(named-knit)
7699
breezy.tests.per_versionedfile.TestVersionedFiles.test_clear_cache(named-nograph-nodelta-knit-pack)
7700
breezy.tests.per_versionedfile.TestVersionedFiles.test_clear_cache(plain-knit-pack)
7701
breezy.tests.per_versionedfile.TestVersionedFiles.test_clear_cache(weave-named)
7702
breezy.tests.per_versionedfile.TestVersionedFiles.test_clear_cache(weave-prefix)
7703
breezy.tests.per_versionedfile.TestVersionedFiles.test_construct(annotated-knit-escape)
7704
breezy.tests.per_versionedfile.TestVersionedFiles.test_construct(groupcompress)
7705
breezy.tests.per_versionedfile.TestVersionedFiles.test_construct(groupcompress-nograph)
7706
breezy.tests.per_versionedfile.TestVersionedFiles.test_construct(named-graph-knit-pack)
7707
breezy.tests.per_versionedfile.TestVersionedFiles.test_construct(named-graph-nodelta-knit-pack)
7708
breezy.tests.per_versionedfile.TestVersionedFiles.test_construct(named-knit)
7709
breezy.tests.per_versionedfile.TestVersionedFiles.test_construct(named-nograph-nodelta-knit-pack)
7710
breezy.tests.per_versionedfile.TestVersionedFiles.test_construct(plain-knit-pack)
7711
breezy.tests.per_versionedfile.TestVersionedFiles.test_construct(weave-named)
7712
breezy.tests.per_versionedfile.TestVersionedFiles.test_construct(weave-prefix)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7713
breezy.tests.per_versionedfile.TestVersionedFiles.test_empty_lines(annotated-knit-escape)
6963.2.2 by Jelmer Vernooij
Update python3.passing.
7714
breezy.tests.per_versionedfile.TestVersionedFiles.test_empty_lines(groupcompress)
7715
breezy.tests.per_versionedfile.TestVersionedFiles.test_empty_lines(groupcompress-nograph)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7716
breezy.tests.per_versionedfile.TestVersionedFiles.test_empty_lines(named-knit)
7717
breezy.tests.per_versionedfile.TestVersionedFiles.test_empty_lines(weave-named)
7718
breezy.tests.per_versionedfile.TestVersionedFiles.test_empty_lines(weave-prefix)
7719
breezy.tests.per_versionedfile.TestVersionedFiles.test_filter_absent_records(annotated-knit-escape)
7720
breezy.tests.per_versionedfile.TestVersionedFiles.test_filter_absent_records(groupcompress)
7721
breezy.tests.per_versionedfile.TestVersionedFiles.test_filter_absent_records(groupcompress-nograph)
7722
breezy.tests.per_versionedfile.TestVersionedFiles.test_filter_absent_records(named-knit)
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
7723
breezy.tests.per_versionedfile.TestVersionedFiles.test_filter_absent_records(weave-named)
7724
breezy.tests.per_versionedfile.TestVersionedFiles.test_filter_absent_records(weave-prefix)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7725
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_annotator(annotated-knit-escape)
7726
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_annotator(groupcompress)
7727
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_annotator(groupcompress-nograph)
7728
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_annotator(named-knit)
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
7729
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_annotator(weave-named)
7730
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_annotator(weave-prefix)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7731
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_known_graph_ancestry(annotated-knit-escape)
6963.2.2 by Jelmer Vernooij
Update python3.passing.
7732
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_known_graph_ancestry(groupcompress)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7733
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_known_graph_ancestry(groupcompress-nograph)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7734
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_known_graph_ancestry(named-knit)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7735
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_known_graph_ancestry(named-nograph-nodelta-knit-pack)
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
7736
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_known_graph_ancestry(weave-named)
7737
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_known_graph_ancestry(weave-prefix)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7738
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_parent_map(annotated-knit-escape)
7739
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_parent_map(groupcompress)
7740
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_parent_map(groupcompress-nograph)
7741
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_parent_map(named-knit)
7742
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_parent_map(weave-named)
7743
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_parent_map(weave-prefix)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7744
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_empty(annotated-knit-escape)
7745
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_empty(groupcompress)
7746
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_empty(groupcompress-nograph)
7747
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_empty(named-graph-knit-pack)
7748
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_empty(named-graph-nodelta-knit-pack)
7749
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_empty(named-knit)
7750
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_empty(named-nograph-nodelta-knit-pack)
7751
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_empty(plain-knit-pack)
7752
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_empty(weave-named)
7753
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_empty(weave-prefix)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7754
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface(annotated-knit-escape)
7755
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface(groupcompress)
7756
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_groupcompress(annotated-knit-escape)
7757
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_groupcompress(groupcompress)
7758
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_groupcompress(groupcompress-nograph)
7759
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_groupcompress(named-knit)
7760
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface(groupcompress-nograph)
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
7761
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_groupcompress(weave-named)
7762
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_groupcompress(weave-prefix)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7763
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface(named-knit)
7764
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_ordered(annotated-knit-escape)
7765
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_ordered(groupcompress)
7766
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_ordered(groupcompress-nograph)
7767
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_ordered(named-knit)
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
7768
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_ordered(weave-named)
7769
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_ordered(weave-prefix)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7770
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_ordered_with_delta_closure(annotated-knit-escape)
7771
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_ordered_with_delta_closure(groupcompress)
7772
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_ordered_with_delta_closure(groupcompress-nograph)
7773
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_ordered_with_delta_closure(named-knit)
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
7774
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_ordered_with_delta_closure(weave-named)
7775
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_ordered_with_delta_closure(weave-prefix)
7776
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface(weave-named)
7777
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface(weave-prefix)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7778
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_missing_records_are_absent(annotated-knit-escape)
7779
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_missing_records_are_absent(groupcompress)
7780
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_missing_records_are_absent(groupcompress-nograph)
7781
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_missing_records_are_absent(named-knit)
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
7782
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_missing_records_are_absent(weave-named)
7783
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_missing_records_are_absent(weave-prefix)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7784
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_delta(groupcompress)
7785
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_delta(groupcompress-nograph)
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
7786
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_delta(weave-named)
7787
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_delta(weave-prefix)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7788
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_ft_delta(groupcompress)
7789
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_ft_delta(groupcompress-nograph)
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
7790
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_ft_delta(weave-named)
7791
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_ft_delta(weave-prefix)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7792
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_one_ft(annotated-knit-escape)
7793
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_one_ft(groupcompress)
7794
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_one_ft(groupcompress-nograph)
7795
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_one_ft(named-knit)
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
7796
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_one_ft(weave-named)
7797
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_one_ft(weave-prefix)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7798
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_unknown_storage_kind_raises(annotated-knit-escape)
7799
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_unknown_storage_kind_raises(groupcompress)
7800
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_unknown_storage_kind_raises(groupcompress-nograph)
7801
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_unknown_storage_kind_raises(named-knit)
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
7802
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_unknown_storage_kind_raises(weave-named)
7803
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_unknown_storage_kind_raises(weave-prefix)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7804
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_wire_ready_delta_closure_included(groupcompress)
7805
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_wire_ready_delta_closure_included(groupcompress-nograph)
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
7806
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_wire_ready_delta_closure_included(weave-named)
7807
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_wire_ready_delta_closure_included(weave-prefix)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7808
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_sha1s(annotated-knit-escape)
7809
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_sha1s(groupcompress)
7810
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_sha1s(groupcompress-nograph)
7811
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_sha1s(named-knit)
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
7812
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_sha1s(weave-named)
7813
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_sha1s(weave-prefix)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7814
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_annotated_knits(groupcompress)
7815
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_annotated_knits(groupcompress-nograph)
7816
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_annotated_knits_noeol(groupcompress)
7817
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_annotated_knits_noeol(groupcompress-nograph)
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
7818
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_annotated_knits_noeol(weave-named)
7819
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_annotated_knits(weave-named)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7820
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_can_be_added_later(annotated-knit-escape)
7821
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_can_be_added_later(groupcompress)
7822
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_can_be_added_later(groupcompress-nograph)
7823
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_can_be_added_later(named-graph-nodelta-knit-pack)
7824
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_can_be_added_later(named-knit)
7825
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_can_be_added_later(named-nograph-nodelta-knit-pack)
7826
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_can_be_added_later(weave-named)
7827
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_can_be_added_later(weave-prefix)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7828
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_no_corruption(groupcompress)
7829
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_no_corruption(groupcompress-nograph)
7830
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_no_corruption(named-graph-nodelta-knit-pack)
7831
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_no_corruption(named-nograph-nodelta-knit-pack)
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
7832
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_no_corruption(weave-named)
7833
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_no_corruption(weave-prefix)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7834
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_empty(annotated-knit-escape)
7835
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_empty(groupcompress)
7836
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_empty(groupcompress-nograph)
7837
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_empty(named-graph-knit-pack)
7838
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_empty(named-graph-nodelta-knit-pack)
7839
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_empty(named-knit)
7840
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_empty(named-nograph-nodelta-knit-pack)
7841
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_empty(plain-knit-pack)
7842
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_empty(weave-named)
7843
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_empty(weave-prefix)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7844
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_existing_keys(groupcompress)
7845
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_existing_keys(groupcompress-nograph)
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
7846
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_existing_keys(weave-named)
7847
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_existing_keys(weave-prefix)
7848
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_fulltexts(groupcompress)
7849
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_fulltexts(groupcompress-nograph)
7850
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_fulltexts(named-knit)
7851
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_fulltexts_noeol(groupcompress)
7852
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_fulltexts_noeol(groupcompress-nograph)
7853
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_fulltexts_noeol(named-knit)
7854
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_fulltexts_noeol(weave-named)
7855
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_fulltexts(weave-named)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7856
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_long_parent_chain_out_of_order(groupcompress)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7857
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_long_parent_chain_out_of_order(groupcompress-nograph)
7858
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_long_parent_chain_out_of_order(named-nograph-nodelta-knit-pack)
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
7859
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_long_parent_chain_out_of_order(weave-named)
7860
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_long_parent_chain_out_of_order(weave-prefix)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7861
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_missing_keys(annotated-knit-escape)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7862
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_missing_keys(groupcompress)
7863
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_missing_keys(groupcompress-nograph)
7864
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_missing_keys(named-graph-knit-pack)
7865
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_missing_keys(named-graph-nodelta-knit-pack)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7866
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_missing_keys(named-knit)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7867
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_missing_keys(named-nograph-nodelta-knit-pack)
7868
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_missing_keys(plain-knit-pack)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7869
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_missing_keys(weave-named)
7870
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_missing_keys(weave-prefix)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7871
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_out_of_order(groupcompress)
7872
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_out_of_order(groupcompress-nograph)
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
7873
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_out_of_order(weave-named)
7874
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_out_of_order(weave-prefix)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7875
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_plain_knits(groupcompress)
7876
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_plain_knits(groupcompress-nograph)
7877
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_plain_knits_noeol(groupcompress)
7878
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_plain_knits_noeol(groupcompress-nograph)
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
7879
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_plain_knits_noeol(weave-named)
7880
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_plain_knits(weave-named)
6963.2.2 by Jelmer Vernooij
Update python3.passing.
7881
breezy.tests.per_versionedfile.TestVersionedFiles.test_iter_lines_added_or_present_in_keys(groupcompress)
7882
breezy.tests.per_versionedfile.TestVersionedFiles.test_iter_lines_added_or_present_in_keys(groupcompress-nograph)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7883
breezy.tests.per_versionedfile.TestVersionedFiles.test_iter_lines_added_or_present_in_keys(named-knit)
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
7884
breezy.tests.per_versionedfile.TestVersionedFiles.test_iter_lines_added_or_present_in_keys(weave-named)
7885
breezy.tests.per_versionedfile.TestVersionedFiles.test_iter_lines_added_or_present_in_keys(weave-prefix)
6963.2.2 by Jelmer Vernooij
Update python3.passing.
7886
breezy.tests.per_versionedfile.TestVersionedFiles.test_keys(groupcompress)
7887
breezy.tests.per_versionedfile.TestVersionedFiles.test_keys(groupcompress-nograph)
6963.2.3 by Jelmer Vernooij
Fix some more tests.
7888
breezy.tests.per_versionedfile.TestVersionedFiles.test_keys(named-knit)
7889
breezy.tests.per_versionedfile.TestVersionedFiles.test_keys(weave-named)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7890
breezy.tests.per_versionedfile.TestVersionedFiles.test_keys(weave-prefix)
7891
breezy.tests.per_versionedfile.TestVersionedFiles.test_known_graph_with_fallbacks(annotated-knit-escape)
6963.2.2 by Jelmer Vernooij
Update python3.passing.
7892
breezy.tests.per_versionedfile.TestVersionedFiles.test_known_graph_with_fallbacks(groupcompress)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7893
breezy.tests.per_versionedfile.TestVersionedFiles.test_known_graph_with_fallbacks(groupcompress-nograph)
6963.2.3 by Jelmer Vernooij
Fix some more tests.
7894
breezy.tests.per_versionedfile.TestVersionedFiles.test_known_graph_with_fallbacks(named-knit)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7895
breezy.tests.per_versionedfile.TestVersionedFiles.test_known_graph_with_fallbacks(named-nograph-nodelta-knit-pack)
7896
breezy.tests.per_versionedfile.TestVersionedFiles.test_known_graph_with_fallbacks(weave-named)
7897
breezy.tests.per_versionedfile.TestVersionedFiles.test_known_graph_with_fallbacks(weave-prefix)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7898
breezy.tests.per_versionedfile.TestVersionedFiles.test_make_mpdiffs(groupcompress)
7899
breezy.tests.per_versionedfile.TestVersionedFiles.test_make_mpdiffs(groupcompress-nograph)
7900
breezy.tests.per_versionedfile.TestVersionedFiles.test_make_mpdiffs(named-knit)
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
7901
breezy.tests.per_versionedfile.TestVersionedFiles.test_make_mpdiffs(weave-named)
7902
breezy.tests.per_versionedfile.TestVersionedFiles.test_make_mpdiffs(weave-prefix)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7903
breezy.tests.per_versionedfile.TestVersionedFiles.test_newline_only(annotated-knit-escape)
6963.2.2 by Jelmer Vernooij
Update python3.passing.
7904
breezy.tests.per_versionedfile.TestVersionedFiles.test_newline_only(groupcompress)
7905
breezy.tests.per_versionedfile.TestVersionedFiles.test_newline_only(groupcompress-nograph)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7906
breezy.tests.per_versionedfile.TestVersionedFiles.test_newline_only(named-knit)
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
7907
breezy.tests.per_versionedfile.TestVersionedFiles.test_newline_only(weave-named)
7908
breezy.tests.per_versionedfile.TestVersionedFiles.test_newline_only(weave-prefix)
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7909
breezy.tests.per_versionedfile.TestWeaveMerge.test_agreement_deletion
7910
breezy.tests.per_versionedfile.TestWeaveMerge.testClashReplace
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7911
breezy.tests.per_versionedfile.TestWeaveMerge.testDeleteAndModify
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7912
breezy.tests.per_versionedfile.TestWeaveMerge.test_deletion_extended
7913
breezy.tests.per_versionedfile.TestWeaveMerge.test_deletion_overlap
7914
breezy.tests.per_versionedfile.TestWeaveMerge.testNonClashInsert1
6963.2.6 by Jelmer Vernooij
Fix some more tests.
7915
breezy.tests.per_versionedfile.TestWeaveMerge.testNonClashInsert2
7916
breezy.tests.per_versionedfile.TestWeaveMerge.testOneInsert
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7917
breezy.tests.per_versionedfile.TestWeaveMerge.testOverlappedInsert
6963.2.6 by Jelmer Vernooij
Fix some more tests.
7918
breezy.tests.per_versionedfile.TestWeaveMerge.testSameInsert
7919
breezy.tests.per_versionedfile.TestWeaveMerge.testSeparateInserts
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7920
breezy.tests.per_versionedfile.TestWeaveMerge.test_sync_on_deletion
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7921
breezy.tests.per_versionedfile.TestWeaveMerge.test_weave_merge_conflicts
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
7922
breezy.tests.per_versionedfile.TestWeave.test_add
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7923
breezy.tests.per_versionedfile.TestWeave.test_add_follows_left_matching_blocks
6963.2.6 by Jelmer Vernooij
Fix some more tests.
7924
breezy.tests.per_versionedfile.TestWeave.test_add_lines_nostoresha
7925
breezy.tests.per_versionedfile.TestWeave.test_add_lines_return_value
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7926
breezy.tests.per_versionedfile.TestWeave.test_add_lines_with_ghosts
7927
breezy.tests.per_versionedfile.TestWeave.test_add_lines_with_ghosts_after_normal_revs
6963.2.6 by Jelmer Vernooij
Fix some more tests.
7928
breezy.tests.per_versionedfile.TestWeave.test_add_lines_with_ghosts_nostoresha
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7929
breezy.tests.per_versionedfile.TestWeave.test_add_lines_with_matching_blocks_noeol_last_line
6963.2.3 by Jelmer Vernooij
Fix some more tests.
7930
breezy.tests.per_versionedfile.TestWeave.test_add_reserved
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
7931
breezy.tests.per_versionedfile.TestWeave.test_adds_with_parent_texts
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7932
breezy.tests.per_versionedfile.TestWeave.test_add_unchanged_last_line_noeol_snapshot
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7933
breezy.tests.per_versionedfile.TestWeave.test_add_unicode_content
6963.2.6 by Jelmer Vernooij
Fix some more tests.
7934
breezy.tests.per_versionedfile.TestWeave.test_ancestry
7935
breezy.tests.per_versionedfile.TestWeave.test_annotate
7936
breezy.tests.per_versionedfile.TestWeave.test_copy_to
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
7937
breezy.tests.per_versionedfile.TestWeave.test_detection
6963.2.6 by Jelmer Vernooij
Fix some more tests.
7938
breezy.tests.per_versionedfile.TestWeave.test_get_parent_map
7939
breezy.tests.per_versionedfile.TestWeave.test_get_reserved
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7940
breezy.tests.per_versionedfile.TestWeave.test_get_suffixes
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7941
breezy.tests.per_versionedfile.TestWeave.test_get_texts_eol_variation
6963.2.6 by Jelmer Vernooij
Fix some more tests.
7942
breezy.tests.per_versionedfile.TestWeave.test_inline_newline_throws
7943
breezy.tests.per_versionedfile.TestWeave.test_iter_lines_added_or_present_in_versions
6963.2.14 by Jelmer Vernooij
Update python3.passing.
7944
breezy.tests.per_versionedfile.TestWeave.test_make_mpdiffs
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7945
breezy.tests.per_versionedfile.TestWeave.test_make_mpdiffs_with_ghosts
7946
breezy.tests.per_versionedfile.TestWeave.test_mutate_after_finish
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7947
breezy.tests.per_versionedfile.TestWeave.test_no_implicit_create
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7948
breezy.tests.per_versionedfile.TestWeave.test_readonly_mode
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7949
breezy.tests.per_versionedfile.VirtualVersionedFilesTests.test_add_lines
7950
breezy.tests.per_versionedfile.VirtualVersionedFilesTests.test_add_mpdiffs
7951
breezy.tests.per_versionedfile.VirtualVersionedFilesTests.test_check_noerrors
7952
breezy.tests.per_versionedfile.VirtualVersionedFilesTests.test_get_parent_map
6963.2.2 by Jelmer Vernooij
Update python3.passing.
7953
breezy.tests.per_versionedfile.VirtualVersionedFilesTests.test_get_record_stream
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7954
breezy.tests.per_versionedfile.VirtualVersionedFilesTests.test_get_record_stream_absent
6963.2.2 by Jelmer Vernooij
Update python3.passing.
7955
breezy.tests.per_versionedfile.VirtualVersionedFilesTests.test_get_sha1s
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7956
breezy.tests.per_versionedfile.VirtualVersionedFilesTests.test_get_sha1s_nonexistent
7957
breezy.tests.per_versionedfile.VirtualVersionedFilesTests.test_insert_record_stream
7958
breezy.tests.per_versionedfile.VirtualVersionedFilesTests.test_iter_lines_added_or_present_in_keys
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
7959
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_add_non_subtree(WorkingTreeFormat3)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
7960
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_add_non_subtree(WorkingTreeFormat4)
7961
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_add_non_subtree(WorkingTreeFormat5)
7962
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_add_non_subtree(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
7963
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_add_reference_same_root(GitWorkingTreeFormat)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
7964
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_add_reference_same_root(WorkingTreeFormat2)
7965
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_add_reference_same_root(WorkingTreeFormat3)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7966
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_add_reference_same_root(WorkingTreeFormat4)
7967
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_add_reference_same_root(WorkingTreeFormat5)
7968
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_add_reference_same_root(WorkingTreeFormat6)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
7969
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_add_reference(WorkingTreeFormat3)
7970
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_add_reference(WorkingTreeFormat4)
7971
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_add_reference(WorkingTreeFormat5)
7972
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_add_reference(WorkingTreeFormat6)
7973
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_get_nested_tree(WorkingTreeFormat3)
7974
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_get_nested_tree(WorkingTreeFormat4)
7975
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_get_nested_tree(WorkingTreeFormat5)
7976
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_get_nested_tree(WorkingTreeFormat6)
7977
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_root_present(WorkingTreeFormat3)
7978
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_root_present(WorkingTreeFormat4)
7979
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_root_present(WorkingTreeFormat5)
7980
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_root_present(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
7981
breezy.tests.per_workingtree.test_add.TestAdd.test_add_after_remove(GitWorkingTreeFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
7982
breezy.tests.per_workingtree.test_add.TestAdd.test_add_after_remove(WorkingTreeFormat3)
7983
breezy.tests.per_workingtree.test_add.TestAdd.test_add_after_remove(WorkingTreeFormat4)
7984
breezy.tests.per_workingtree.test_add.TestAdd.test_add_after_remove(WorkingTreeFormat5)
7985
breezy.tests.per_workingtree.test_add.TestAdd.test_add_after_remove(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
7986
breezy.tests.per_workingtree.test_add.TestAdd.test_add_existing_id(GitWorkingTreeFormat)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
7987
breezy.tests.per_workingtree.test_add.TestAdd.test_add_existing_id(WorkingTreeFormat2)
7988
breezy.tests.per_workingtree.test_add.TestAdd.test_add_existing_id(WorkingTreeFormat3)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
7989
breezy.tests.per_workingtree.test_add.TestAdd.test_add_invalid(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
7990
breezy.tests.per_workingtree.test_add.TestAdd.test_add_invalid(WorkingTreeFormat2)
7991
breezy.tests.per_workingtree.test_add.TestAdd.test_add_invalid(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
7992
breezy.tests.per_workingtree.test_add.TestAdd.test_add_invalid(WorkingTreeFormat4)
7993
breezy.tests.per_workingtree.test_add.TestAdd.test_add_invalid(WorkingTreeFormat5)
7994
breezy.tests.per_workingtree.test_add.TestAdd.test_add_invalid(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
7995
breezy.tests.per_workingtree.test_add.TestAdd.test_add_multiple_with_file_ids(GitWorkingTreeFormat)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
7996
breezy.tests.per_workingtree.test_add.TestAdd.test_add_multiple(WorkingTreeFormat2)
7997
breezy.tests.per_workingtree.test_add.TestAdd.test_add_multiple(WorkingTreeFormat3)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
7998
breezy.tests.per_workingtree.test_add.TestAdd.test_add_old_id(GitWorkingTreeFormat)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
7999
breezy.tests.per_workingtree.test_add.TestAdd.test_add_one_list(WorkingTreeFormat2)
8000
breezy.tests.per_workingtree.test_add.TestAdd.test_add_one_list(WorkingTreeFormat3)
8001
breezy.tests.per_workingtree.test_add.TestAdd.test_add_one_new_id(WorkingTreeFormat2)
8002
breezy.tests.per_workingtree.test_add.TestAdd.test_add_one_new_id(WorkingTreeFormat3)
8003
breezy.tests.per_workingtree.test_add.TestAdd.test_add_one(WorkingTreeFormat2)
8004
breezy.tests.per_workingtree.test_add.TestAdd.test_add_one(WorkingTreeFormat3)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8005
breezy.tests.per_workingtree.test_add.TestAdd.test_add_present_in_basis_with_file_ids(GitWorkingTreeFormat)
8006
breezy.tests.per_workingtree.test_add.TestAdd.test_add_previously_added_with_file_id(GitWorkingTreeFormat)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
8007
breezy.tests.per_workingtree.test_add.TestAdd.test_add_previously_added_with_file_id(WorkingTreeFormat2)
8008
breezy.tests.per_workingtree.test_add.TestAdd.test_add_previously_added_with_file_id(WorkingTreeFormat3)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8009
breezy.tests.per_workingtree.test_add.TestAdd.test_add_previously_added_with_file_id(WorkingTreeFormat4)
8010
breezy.tests.per_workingtree.test_add.TestAdd.test_add_previously_added_with_file_id(WorkingTreeFormat5)
8011
breezy.tests.per_workingtree.test_add.TestAdd.test_add_previously_added_with_file_id(WorkingTreeFormat6)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
8012
breezy.tests.per_workingtree.test_add.TestAdd.test_add_previously_added(WorkingTreeFormat2)
8013
breezy.tests.per_workingtree.test_add.TestAdd.test_add_previously_added(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8014
breezy.tests.per_workingtree.test_add.TestAdd.test_add_previously_added(WorkingTreeFormat4)
8015
breezy.tests.per_workingtree.test_add.TestAdd.test_add_previously_added(WorkingTreeFormat5)
8016
breezy.tests.per_workingtree.test_add.TestAdd.test_add_previously_added(WorkingTreeFormat6)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8017
breezy.tests.per_workingtree.test_add.TestAdd.test_add_root(WorkingTreeFormat2)
8018
breezy.tests.per_workingtree.test_add.TestAdd.test_add_root(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8019
breezy.tests.per_workingtree.test_add.TestAdd.test_add_root(WorkingTreeFormat4)
8020
breezy.tests.per_workingtree.test_add.TestAdd.test_add_root(WorkingTreeFormat5)
8021
breezy.tests.per_workingtree.test_add.TestAdd.test_add_root(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8022
breezy.tests.per_workingtree.test_add.TestAdd.test_add_subdir_with_ids(GitWorkingTreeFormat)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
8023
breezy.tests.per_workingtree.test_add.TestAdd.test_add_subdir(WorkingTreeFormat2)
8024
breezy.tests.per_workingtree.test_add.TestAdd.test_add_subdir(WorkingTreeFormat3)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8025
breezy.tests.per_workingtree.test_basis_inventory.TestBasisInventory.test_create(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8026
breezy.tests.per_workingtree.test_basis_inventory.TestBasisInventory.test_create(WorkingTreeFormat4)
8027
breezy.tests.per_workingtree.test_basis_inventory.TestBasisInventory.test_create(WorkingTreeFormat5)
8028
breezy.tests.per_workingtree.test_basis_inventory.TestBasisInventory.test_create(WorkingTreeFormat6)
8029
breezy.tests.per_workingtree.test_basis_inventory.TestBasisInventory.test_create(WorkingTreeFormat6,remote)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8030
breezy.tests.per_workingtree.test_basis_inventory.TestBasisInventory.test_wrong_format(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8031
breezy.tests.per_workingtree.test_basis_inventory.TestBasisInventory.test_wrong_format(WorkingTreeFormat4)
8032
breezy.tests.per_workingtree.test_basis_inventory.TestBasisInventory.test_wrong_format(WorkingTreeFormat5)
8033
breezy.tests.per_workingtree.test_basis_inventory.TestBasisInventory.test_wrong_format(WorkingTreeFormat6)
8034
breezy.tests.per_workingtree.test_basis_inventory.TestBasisInventory.test_wrong_format(WorkingTreeFormat6,remote)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8035
breezy.tests.per_workingtree.test_basis_tree.TestBasisTree.test_emtpy_tree(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8036
breezy.tests.per_workingtree.test_basis_tree.TestBasisTree.test_emtpy_tree(WorkingTreeFormat2)
8037
breezy.tests.per_workingtree.test_basis_tree.TestBasisTree.test_emtpy_tree(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8038
breezy.tests.per_workingtree.test_basis_tree.TestBasisTree.test_emtpy_tree(WorkingTreeFormat4)
8039
breezy.tests.per_workingtree.test_basis_tree.TestBasisTree.test_emtpy_tree(WorkingTreeFormat5)
8040
breezy.tests.per_workingtree.test_basis_tree.TestBasisTree.test_emtpy_tree(WorkingTreeFormat6)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8041
breezy.tests.per_workingtree.test_break_lock.TestBreakLock.test_locked(WorkingTreeFormat2)
8042
breezy.tests.per_workingtree.test_break_lock.TestBreakLock.test_locked(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8043
breezy.tests.per_workingtree.test_break_lock.TestBreakLock.test_locked(WorkingTreeFormat4)
8044
breezy.tests.per_workingtree.test_break_lock.TestBreakLock.test_locked(WorkingTreeFormat5)
8045
breezy.tests.per_workingtree.test_break_lock.TestBreakLock.test_locked(WorkingTreeFormat6)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8046
breezy.tests.per_workingtree.test_break_lock.TestBreakLock.test_unlocked_repo_locked(WorkingTreeFormat2)
8047
breezy.tests.per_workingtree.test_break_lock.TestBreakLock.test_unlocked_repo_locked(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8048
breezy.tests.per_workingtree.test_break_lock.TestBreakLock.test_unlocked_repo_locked(WorkingTreeFormat4)
8049
breezy.tests.per_workingtree.test_break_lock.TestBreakLock.test_unlocked_repo_locked(WorkingTreeFormat5)
8050
breezy.tests.per_workingtree.test_break_lock.TestBreakLock.test_unlocked_repo_locked(WorkingTreeFormat6)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8051
breezy.tests.per_workingtree.test_break_lock.TestBreakLock.test_unlocked(WorkingTreeFormat2)
8052
breezy.tests.per_workingtree.test_break_lock.TestBreakLock.test_unlocked(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8053
breezy.tests.per_workingtree.test_break_lock.TestBreakLock.test_unlocked(WorkingTreeFormat4)
8054
breezy.tests.per_workingtree.test_break_lock.TestBreakLock.test_unlocked(WorkingTreeFormat5)
8055
breezy.tests.per_workingtree.test_break_lock.TestBreakLock.test_unlocked(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8056
breezy.tests.per_workingtree.test_check_state.TestCheckState.test_check_broken_dirstate(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8057
breezy.tests.per_workingtree.test_check_state.TestCheckState.test_check_broken_dirstate(WorkingTreeFormat2)
8058
breezy.tests.per_workingtree.test_check_state.TestCheckState.test_check_broken_dirstate(WorkingTreeFormat3)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8059
breezy.tests.per_workingtree.test_check_state.TestCheckState.test_check_state(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8060
breezy.tests.per_workingtree.test_check_state.TestCheckState.test_check_state(WorkingTreeFormat2)
8061
breezy.tests.per_workingtree.test_check_state.TestCheckState.test_check_state(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8062
breezy.tests.per_workingtree.test_check_state.TestCheckState.test_check_state(WorkingTreeFormat4)
8063
breezy.tests.per_workingtree.test_check_state.TestCheckState.test_check_state(WorkingTreeFormat5)
8064
breezy.tests.per_workingtree.test_check_state.TestCheckState.test_check_state(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8065
breezy.tests.per_workingtree.test_check.TestCheck.test__check_with_refs(GitWorkingTreeFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8066
breezy.tests.per_workingtree.test_check.TestCheck.test__check_with_refs(WorkingTreeFormat3)
8067
breezy.tests.per_workingtree.test_check.TestCheck.test__check_with_refs(WorkingTreeFormat4)
8068
breezy.tests.per_workingtree.test_check.TestCheck.test__check_with_refs(WorkingTreeFormat5)
8069
breezy.tests.per_workingtree.test_check.TestCheck.test__check_with_refs(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8070
breezy.tests.per_workingtree.test_check.TestCheck.test__get_check_refs_basis(GitWorkingTreeFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8071
breezy.tests.per_workingtree.test_check.TestCheck.test__get_check_refs_basis(WorkingTreeFormat3)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
8072
breezy.tests.per_workingtree.test_check.TestCheck.test__get_check_refs_basis(WorkingTreeFormat4)
8073
breezy.tests.per_workingtree.test_check.TestCheck.test__get_check_refs_basis(WorkingTreeFormat5)
8074
breezy.tests.per_workingtree.test_check.TestCheck.test__get_check_refs_basis(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8075
breezy.tests.per_workingtree.test_check.TestCheck.test__get_check_refs_new(GitWorkingTreeFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8076
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_commit_progress_shows_post_hook_names(WorkingTreeFormat3)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
8077
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_commit_progress_shows_post_hook_names(WorkingTreeFormat4)
8078
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_commit_progress_shows_post_hook_names(WorkingTreeFormat5)
8079
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_commit_progress_shows_post_hook_names(WorkingTreeFormat6)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8080
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_commit_progress_shows_pre_hook_names(WorkingTreeFormat3)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
8081
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_commit_progress_shows_pre_hook_names(WorkingTreeFormat4)
8082
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_commit_progress_shows_pre_hook_names(WorkingTreeFormat5)
8083
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_commit_progress_shows_pre_hook_names(WorkingTreeFormat6)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8084
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_post_commit_hook(WorkingTreeFormat3)
8085
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_post_commit_hook(WorkingTreeFormat4)
8086
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_post_commit_hook(WorkingTreeFormat5)
8087
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_post_commit_hook(WorkingTreeFormat6)
8088
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_start_commit_hook(WorkingTreeFormat4)
8089
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_start_commit_hook(WorkingTreeFormat5)
8090
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_start_commit_hook(WorkingTreeFormat6)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
8091
breezy.tests.per_workingtree.test_commit.TestCommit.test_commit_aborted_does_not_apply_automatic_changes_bug_282402(WorkingTreeFormat2)
8092
breezy.tests.per_workingtree.test_commit.TestCommit.test_commit_aborted_does_not_apply_automatic_changes_bug_282402(WorkingTreeFormat3)
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
8093
breezy.tests.per_workingtree.test_commit.TestCommit.test_commit_aborted_does_not_apply_automatic_changes_bug_282402(WorkingTreeFormat4)
8094
breezy.tests.per_workingtree.test_commit.TestCommit.test_commit_aborted_does_not_apply_automatic_changes_bug_282402(WorkingTreeFormat5)
8095
breezy.tests.per_workingtree.test_commit.TestCommit.test_commit_aborted_does_not_apply_automatic_changes_bug_282402(WorkingTreeFormat6)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8096
breezy.tests.per_workingtree.test_commit.TestCommit.test_commit_exclude_exclude_changed_is_pointless(WorkingTreeFormat4)
8097
breezy.tests.per_workingtree.test_commit.TestCommit.test_commit_exclude_exclude_changed_is_pointless(WorkingTreeFormat5)
8098
breezy.tests.per_workingtree.test_commit.TestCommit.test_commit_exclude_exclude_changed_is_pointless(WorkingTreeFormat6)
8099
breezy.tests.per_workingtree.test_commit.TestCommit.test_commit_exclude_excludes_modified_files(WorkingTreeFormat4)
8100
breezy.tests.per_workingtree.test_commit.TestCommit.test_commit_exclude_excludes_modified_files(WorkingTreeFormat5)
8101
breezy.tests.per_workingtree.test_commit.TestCommit.test_commit_exclude_excludes_modified_files(WorkingTreeFormat6)
8102
breezy.tests.per_workingtree.test_commit.TestCommit.test_commit_exclude_pending_merge_fails(WorkingTreeFormat4)
8103
breezy.tests.per_workingtree.test_commit.TestCommit.test_commit_exclude_pending_merge_fails(WorkingTreeFormat5)
8104
breezy.tests.per_workingtree.test_commit.TestCommit.test_commit_exclude_pending_merge_fails(WorkingTreeFormat6)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8105
breezy.tests.per_workingtree.test_commit.TestCommit.test_commit_local_unbound(WorkingTreeFormat2)
8106
breezy.tests.per_workingtree.test_commit.TestCommit.test_commit_local_unbound(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8107
breezy.tests.per_workingtree.test_commit.TestCommit.test_commit_local_unbound(WorkingTreeFormat4)
8108
breezy.tests.per_workingtree.test_commit.TestCommit.test_commit_local_unbound(WorkingTreeFormat5)
8109
breezy.tests.per_workingtree.test_commit.TestCommit.test_commit_local_unbound(WorkingTreeFormat6)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8110
breezy.tests.per_workingtree.test_commit.TestCommit.test_commit_returns_revision_id(WorkingTreeFormat3)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
8111
breezy.tests.per_workingtree.test_commit.TestCommit.test_commit_returns_revision_id(WorkingTreeFormat4)
8112
breezy.tests.per_workingtree.test_commit.TestCommit.test_commit_returns_revision_id(WorkingTreeFormat5)
8113
breezy.tests.per_workingtree.test_commit.TestCommit.test_commit_returns_revision_id(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8114
breezy.tests.per_workingtree.test_commit.TestCommit.test_local_commit_does_not_push_to_master(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8115
breezy.tests.per_workingtree.test_commit.TestCommit.test_local_commit_does_not_push_to_master(WorkingTreeFormat2)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8116
breezy.tests.per_workingtree.test_commit.TestCommit.test_local_commit_does_not_push_to_master(WorkingTreeFormat3)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
8117
breezy.tests.per_workingtree.test_commit.TestCommit.test_local_commit_does_not_push_to_master(WorkingTreeFormat4)
8118
breezy.tests.per_workingtree.test_commit.TestCommit.test_local_commit_does_not_push_to_master(WorkingTreeFormat5)
8119
breezy.tests.per_workingtree.test_commit.TestCommit.test_local_commit_does_not_push_to_master(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8120
breezy.tests.per_workingtree.test_commit.TestCommit.test_local_commit_ignores_master(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8121
breezy.tests.per_workingtree.test_commit.TestCommit.test_local_commit_ignores_master(WorkingTreeFormat2)
8122
breezy.tests.per_workingtree.test_commit.TestCommit.test_nested_commit_second_commit_detects_changes(WorkingTreeFormat2)
8123
breezy.tests.per_workingtree.test_commit.TestCommit.test_nested_commit_second_commit_detects_changes(WorkingTreeFormat3)
8124
breezy.tests.per_workingtree.test_commit.TestCommit.test_nested_commit(WorkingTreeFormat2)
8125
breezy.tests.per_workingtree.test_commit.TestCommit.test_nested_commit(WorkingTreeFormat3)
8126
breezy.tests.per_workingtree.test_commit.TestCommit.test_nested_pointless_commits_are_pointless(WorkingTreeFormat2)
8127
breezy.tests.per_workingtree.test_commit.TestCommit.test_nested_pointless_commits_are_pointless(WorkingTreeFormat3)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8128
breezy.tests.per_workingtree.test_commit.TestCommit.test_nested_pointless_commits_are_pointless(WorkingTreeFormat4)
8129
breezy.tests.per_workingtree.test_commit.TestCommit.test_nested_pointless_commits_are_pointless(WorkingTreeFormat5)
8130
breezy.tests.per_workingtree.test_commit.TestCommit.test_nested_pointless_commits_are_pointless(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8131
breezy.tests.per_workingtree.test_commit.TestCommit.test_record_initial_ghost(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8132
breezy.tests.per_workingtree.test_commit.TestCommit.test_record_initial_ghost(WorkingTreeFormat2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8133
breezy.tests.per_workingtree.test_commit.TestCommit.test_record_two_ghosts(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8134
breezy.tests.per_workingtree.test_commit.TestCommit.test_record_two_ghosts(WorkingTreeFormat2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8135
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_binary(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8136
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_binary(WorkingTreeFormat2)
8137
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_binary(WorkingTreeFormat3)
8138
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_binary(WorkingTreeFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8139
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_clean_crlf(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8140
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_clean_crlf(WorkingTreeFormat2)
8141
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_clean_crlf(WorkingTreeFormat3)
8142
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_clean_crlf(WorkingTreeFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8143
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_clean_lf(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8144
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_clean_lf(WorkingTreeFormat2)
8145
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_clean_lf(WorkingTreeFormat3)
8146
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_clean_lf(WorkingTreeFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8147
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_dirty(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8148
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_dirty(WorkingTreeFormat2)
8149
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_dirty(WorkingTreeFormat3)
8150
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_dirty(WorkingTreeFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8151
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_with_crlf_in_repo_binary(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8152
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_with_crlf_in_repo_binary(WorkingTreeFormat2)
8153
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_with_crlf_in_repo_binary(WorkingTreeFormat3)
8154
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_with_crlf_in_repo_binary(WorkingTreeFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8155
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_with_crlf_in_repo_clean_crlf(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8156
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_with_crlf_in_repo_clean_crlf(WorkingTreeFormat2)
8157
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_with_crlf_in_repo_clean_crlf(WorkingTreeFormat3)
8158
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_with_crlf_in_repo_clean_crlf(WorkingTreeFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8159
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_with_crlf_in_repo_clean_lf(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8160
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_with_crlf_in_repo_clean_lf(WorkingTreeFormat2)
8161
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_with_crlf_in_repo_clean_lf(WorkingTreeFormat3)
8162
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_with_crlf_in_repo_clean_lf(WorkingTreeFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8163
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_with_crlf_in_repo_dirty(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8164
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_with_crlf_in_repo_dirty(WorkingTreeFormat2)
8165
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_with_crlf_in_repo_dirty(WorkingTreeFormat3)
8166
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_with_crlf_in_repo_dirty(WorkingTreeFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8167
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_exact_binary(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8168
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_exact_binary(WorkingTreeFormat2)
8169
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_exact_binary(WorkingTreeFormat3)
8170
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_exact_binary(WorkingTreeFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8171
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_exact_clean_crlf(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8172
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_exact_clean_crlf(WorkingTreeFormat2)
8173
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_exact_clean_crlf(WorkingTreeFormat3)
8174
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_exact_clean_crlf(WorkingTreeFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8175
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_exact_clean_lf(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8176
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_exact_clean_lf(WorkingTreeFormat2)
8177
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_exact_clean_lf(WorkingTreeFormat3)
8178
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_exact_clean_lf(WorkingTreeFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8179
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_exact_dirty(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8180
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_exact_dirty(WorkingTreeFormat2)
8181
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_exact_dirty(WorkingTreeFormat3)
8182
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_exact_dirty(WorkingTreeFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8183
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_binary(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8184
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_binary(WorkingTreeFormat2)
8185
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_binary(WorkingTreeFormat3)
8186
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_binary(WorkingTreeFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8187
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_clean_crlf(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8188
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_clean_crlf(WorkingTreeFormat2)
8189
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_clean_crlf(WorkingTreeFormat3)
8190
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_clean_crlf(WorkingTreeFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8191
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_clean_lf(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8192
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_clean_lf(WorkingTreeFormat2)
8193
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_clean_lf(WorkingTreeFormat3)
8194
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_clean_lf(WorkingTreeFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8195
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_dirty(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8196
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_dirty(WorkingTreeFormat2)
8197
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_dirty(WorkingTreeFormat3)
8198
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_dirty(WorkingTreeFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8199
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_with_crlf_in_repo_binary(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8200
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_with_crlf_in_repo_binary(WorkingTreeFormat2)
8201
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_with_crlf_in_repo_binary(WorkingTreeFormat3)
8202
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_with_crlf_in_repo_binary(WorkingTreeFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8203
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_with_crlf_in_repo_clean_crlf(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8204
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_with_crlf_in_repo_clean_crlf(WorkingTreeFormat2)
8205
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_with_crlf_in_repo_clean_crlf(WorkingTreeFormat3)
8206
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_with_crlf_in_repo_clean_crlf(WorkingTreeFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8207
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_with_crlf_in_repo_clean_lf(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8208
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_with_crlf_in_repo_clean_lf(WorkingTreeFormat2)
8209
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_with_crlf_in_repo_clean_lf(WorkingTreeFormat3)
8210
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_with_crlf_in_repo_clean_lf(WorkingTreeFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8211
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_with_crlf_in_repo_dirty(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8212
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_with_crlf_in_repo_dirty(WorkingTreeFormat2)
8213
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_with_crlf_in_repo_dirty(WorkingTreeFormat3)
8214
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_lf_with_crlf_in_repo_dirty(WorkingTreeFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8215
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_binary(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8216
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_binary(WorkingTreeFormat2)
8217
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_binary(WorkingTreeFormat3)
8218
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_binary(WorkingTreeFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8219
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_clean_crlf(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8220
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_clean_crlf(WorkingTreeFormat2)
8221
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_clean_crlf(WorkingTreeFormat3)
8222
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_clean_crlf(WorkingTreeFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8223
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_clean_lf(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8224
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_clean_lf(WorkingTreeFormat2)
8225
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_clean_lf(WorkingTreeFormat3)
8226
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_clean_lf(WorkingTreeFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8227
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_dirty(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8228
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_dirty(WorkingTreeFormat2)
8229
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_dirty(WorkingTreeFormat3)
8230
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_dirty(WorkingTreeFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8231
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_with_crlf_in_repo_binary(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8232
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_with_crlf_in_repo_binary(WorkingTreeFormat2)
8233
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_with_crlf_in_repo_binary(WorkingTreeFormat3)
8234
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_with_crlf_in_repo_binary(WorkingTreeFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8235
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_with_crlf_in_repo_clean_crlf(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8236
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_with_crlf_in_repo_clean_crlf(WorkingTreeFormat2)
8237
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_with_crlf_in_repo_clean_crlf(WorkingTreeFormat3)
8238
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_with_crlf_in_repo_clean_crlf(WorkingTreeFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8239
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_with_crlf_in_repo_clean_lf(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8240
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_with_crlf_in_repo_clean_lf(WorkingTreeFormat2)
8241
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_with_crlf_in_repo_clean_lf(WorkingTreeFormat3)
8242
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_with_crlf_in_repo_clean_lf(WorkingTreeFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8243
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_with_crlf_in_repo_dirty(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8244
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_with_crlf_in_repo_dirty(WorkingTreeFormat2)
8245
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_with_crlf_in_repo_dirty(WorkingTreeFormat3)
8246
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_native_with_crlf_in_repo_dirty(WorkingTreeFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8247
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_no_rules_binary(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8248
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_no_rules_binary(WorkingTreeFormat2)
8249
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_no_rules_binary(WorkingTreeFormat3)
8250
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_no_rules_binary(WorkingTreeFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8251
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_no_rules_clean_crlf(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8252
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_no_rules_clean_crlf(WorkingTreeFormat2)
8253
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_no_rules_clean_crlf(WorkingTreeFormat3)
8254
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_no_rules_clean_crlf(WorkingTreeFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8255
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_no_rules_clean_lf(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8256
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_no_rules_clean_lf(WorkingTreeFormat2)
8257
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_no_rules_clean_lf(WorkingTreeFormat3)
8258
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_no_rules_clean_lf(WorkingTreeFormat4)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8259
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_no_rules_dirty(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8260
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_no_rules_dirty(WorkingTreeFormat2)
8261
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_no_rules_dirty(WorkingTreeFormat3)
8262
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_no_rules_dirty(WorkingTreeFormat4)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8263
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_fresh_tree(WorkingTreeFormat2)
8264
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_fresh_tree(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8265
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_fresh_tree(WorkingTreeFormat4)
8266
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_fresh_tree(WorkingTreeFormat5)
8267
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_fresh_tree(WorkingTreeFormat6)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8268
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_when_inventory_is_modified(WorkingTreeFormat2)
8269
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_when_inventory_is_modified(WorkingTreeFormat3)
8270
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_when_inventory_is_modified(WorkingTreeFormat4)
8271
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_when_inventory_is_modified(WorkingTreeFormat5)
8272
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_when_inventory_is_modified(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8273
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_with_no_lock_fails(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8274
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_with_no_lock_fails(WorkingTreeFormat2)
8275
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_with_no_lock_fails(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8276
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_with_no_lock_fails(WorkingTreeFormat4)
8277
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_with_no_lock_fails(WorkingTreeFormat5)
8278
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_with_no_lock_fails(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8279
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_with_read_lock_fails(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8280
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_with_read_lock_fails(WorkingTreeFormat2)
8281
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_with_read_lock_fails(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8282
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_with_read_lock_fails(WorkingTreeFormat4)
8283
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_with_read_lock_fails(WorkingTreeFormat5)
8284
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_with_read_lock_fails(WorkingTreeFormat6)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8285
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_after_commit(WorkingTreeFormat4)
8286
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_after_commit(WorkingTreeFormat5)
8287
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_after_commit(WorkingTreeFormat6)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
8288
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(WorkingTreeFormat2)
8289
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(WorkingTreeFormat3)
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
8290
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(WorkingTreeFormat4)
8291
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(WorkingTreeFormat5)
8292
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(WorkingTreeFormat6)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
8293
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_get_renamed_time(WorkingTreeFormat2)
8294
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_get_renamed_time(WorkingTreeFormat3)
8295
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_missing(WorkingTreeFormat2)
8296
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_missing(WorkingTreeFormat3)
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
8297
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_missing(WorkingTreeFormat4)
8298
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_missing(WorkingTreeFormat5)
8299
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_missing(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8300
breezy.tests.per_workingtree.test_get_parent_ids.TestGetParentIds.test_pending_merges(GitWorkingTreeFormat)
8301
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_add(GitWorkingTreeFormat)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
8302
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_add(WorkingTreeFormat2)
8303
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_add(WorkingTreeFormat3)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8304
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_add(WorkingTreeFormat4)
8305
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_add(WorkingTreeFormat5)
8306
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_add(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8307
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_child_rename_ordering(GitWorkingTreeFormat)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
8308
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_child_rename_ordering(WorkingTreeFormat2)
8309
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_child_rename_ordering(WorkingTreeFormat3)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8310
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_child_rename_ordering(WorkingTreeFormat4)
8311
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_child_rename_ordering(WorkingTreeFormat5)
8312
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_child_rename_ordering(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8313
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_remove(GitWorkingTreeFormat)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
8314
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_remove(WorkingTreeFormat2)
8315
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_remove(WorkingTreeFormat3)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8316
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_remove(WorkingTreeFormat4)
8317
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_remove(WorkingTreeFormat5)
8318
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_remove(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8319
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_rename_dir_with_children(GitWorkingTreeFormat)
8320
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_rename_dir_with_children_with_children(GitWorkingTreeFormat)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
8321
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_rename_dir_with_children_with_children(WorkingTreeFormat2)
8322
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_rename_dir_with_children_with_children(WorkingTreeFormat3)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8323
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_rename_dir_with_children_with_children(WorkingTreeFormat4)
8324
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_rename_dir_with_children_with_children(WorkingTreeFormat5)
8325
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_rename_dir_with_children_with_children(WorkingTreeFormat6)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
8326
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_rename_dir_with_children(WorkingTreeFormat2)
8327
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_rename_dir_with_children(WorkingTreeFormat3)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8328
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_rename_dir_with_children(WorkingTreeFormat4)
8329
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_rename_dir_with_children(WorkingTreeFormat5)
8330
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_rename_dir_with_children(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8331
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_rename_file(GitWorkingTreeFormat)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
8332
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_rename_file(WorkingTreeFormat2)
8333
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_rename_file(WorkingTreeFormat3)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8334
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_rename_file(WorkingTreeFormat4)
8335
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_rename_file(WorkingTreeFormat5)
8336
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_rename_file(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8337
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_rename_swap(GitWorkingTreeFormat)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
8338
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_rename_swap(WorkingTreeFormat2)
8339
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_rename_swap(WorkingTreeFormat3)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8340
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_rename_swap(WorkingTreeFormat4)
8341
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_rename_swap(WorkingTreeFormat5)
8342
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_rename_swap(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8343
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_replace_root(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8344
breezy.tests.per_workingtree.test_inv.TestTreeReference.test_tree_reference_matches_inv(WorkingTreeFormat2)
8345
breezy.tests.per_workingtree.test_inv.TestTreeReference.test_tree_reference_matches_inv(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8346
breezy.tests.per_workingtree.test_inv.TestTreeReference.test_tree_reference_matches_inv(WorkingTreeFormat4)
8347
breezy.tests.per_workingtree.test_inv.TestTreeReference.test_tree_reference_matches_inv(WorkingTreeFormat5)
8348
breezy.tests.per_workingtree.test_inv.TestTreeReference.test_tree_reference_matches_inv(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8349
breezy.tests.per_workingtree.test_is_control_filename.TestIsControlFilename.test_dotbzr_is_control_in_cwd(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8350
breezy.tests.per_workingtree.test_is_control_filename.TestIsControlFilename.test_dotbzr_is_control_in_cwd(WorkingTreeFormat2)
8351
breezy.tests.per_workingtree.test_is_control_filename.TestIsControlFilename.test_dotbzr_is_control_in_cwd(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8352
breezy.tests.per_workingtree.test_is_control_filename.TestIsControlFilename.test_dotbzr_is_control_in_cwd(WorkingTreeFormat4)
8353
breezy.tests.per_workingtree.test_is_control_filename.TestIsControlFilename.test_dotbzr_is_control_in_cwd(WorkingTreeFormat5)
8354
breezy.tests.per_workingtree.test_is_control_filename.TestIsControlFilename.test_dotbzr_is_control_in_cwd(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8355
breezy.tests.per_workingtree.test_is_control_filename.TestIsControlFilename.test_dotbzr_is_control_in_subdir(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8356
breezy.tests.per_workingtree.test_is_control_filename.TestIsControlFilename.test_dotbzr_is_control_in_subdir(WorkingTreeFormat2)
8357
breezy.tests.per_workingtree.test_is_control_filename.TestIsControlFilename.test_dotbzr_is_control_in_subdir(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8358
breezy.tests.per_workingtree.test_is_control_filename.TestIsControlFilename.test_dotbzr_is_control_in_subdir(WorkingTreeFormat4)
8359
breezy.tests.per_workingtree.test_is_control_filename.TestIsControlFilename.test_dotbzr_is_control_in_subdir(WorkingTreeFormat5)
8360
breezy.tests.per_workingtree.test_is_control_filename.TestIsControlFilename.test_dotbzr_is_control_in_subdir(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8361
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_global_ignored(GitWorkingTreeFormat)
8362
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_ignore_caching(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8363
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_ignore_caching(WorkingTreeFormat2)
8364
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_ignore_caching(WorkingTreeFormat3)
8365
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_ignore_caching(WorkingTreeFormat4)
8366
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_ignore_caching(WorkingTreeFormat5)
8367
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_ignore_caching(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8368
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_is_ignored(GitWorkingTreeFormat)
8369
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_mixed_is_ignored(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8370
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_mixed_is_ignored(WorkingTreeFormat2)
8371
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_mixed_is_ignored(WorkingTreeFormat3)
8372
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_mixed_is_ignored(WorkingTreeFormat4)
8373
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_mixed_is_ignored(WorkingTreeFormat5)
8374
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_mixed_is_ignored(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8375
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_runtime_ignores(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8376
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_runtime_ignores(WorkingTreeFormat2)
8377
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_runtime_ignores(WorkingTreeFormat3)
8378
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_runtime_ignores(WorkingTreeFormat4)
8379
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_runtime_ignores(WorkingTreeFormat5)
8380
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_runtime_ignores(WorkingTreeFormat6)
8381
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_failing_to_lock_branch_does_not_lock(WorkingTreeFormat2)
8382
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_failing_to_lock_branch_does_not_lock(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8383
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_failing_to_lock_branch_does_not_lock(WorkingTreeFormat4)
8384
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_failing_to_lock_branch_does_not_lock(WorkingTreeFormat5)
8385
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_failing_to_lock_branch_does_not_lock(WorkingTreeFormat6)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8386
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_failing_to_lock_tree_write_branch_does_not_lock(WorkingTreeFormat2)
8387
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_failing_to_lock_tree_write_branch_does_not_lock(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8388
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_failing_to_lock_tree_write_branch_does_not_lock(WorkingTreeFormat4)
8389
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_failing_to_lock_tree_write_branch_does_not_lock(WorkingTreeFormat5)
8390
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_failing_to_lock_tree_write_branch_does_not_lock(WorkingTreeFormat6)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8391
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_failing_to_lock_write_branch_does_not_lock(WorkingTreeFormat2)
8392
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_failing_to_lock_write_branch_does_not_lock(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8393
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_failing_to_lock_write_branch_does_not_lock(WorkingTreeFormat4)
8394
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_failing_to_lock_write_branch_does_not_lock(WorkingTreeFormat5)
8395
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_failing_to_lock_write_branch_does_not_lock(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8396
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_lock_read_returns_unlocker(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8397
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_lock_read_returns_unlocker(WorkingTreeFormat2)
8398
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_lock_read_returns_unlocker(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8399
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_lock_read_returns_unlocker(WorkingTreeFormat4)
8400
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_lock_read_returns_unlocker(WorkingTreeFormat5)
8401
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_lock_read_returns_unlocker(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8402
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_lock_tree_write_returns_unlocker(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8403
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_lock_tree_write_returns_unlocker(WorkingTreeFormat2)
8404
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_lock_tree_write_returns_unlocker(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8405
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_lock_tree_write_returns_unlocker(WorkingTreeFormat4)
8406
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_lock_tree_write_returns_unlocker(WorkingTreeFormat5)
8407
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_lock_tree_write_returns_unlocker(WorkingTreeFormat6)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8408
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_lock_write_returns_unlocker(WorkingTreeFormat2)
8409
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_lock_write_returns_unlocker(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8410
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_lock_write_returns_unlocker(WorkingTreeFormat4)
8411
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_lock_write_returns_unlocker(WorkingTreeFormat5)
8412
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_lock_write_returns_unlocker(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8413
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_read_unlock(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8414
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_read_unlock(WorkingTreeFormat2)
8415
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_read_unlock(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8416
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_read_unlock(WorkingTreeFormat4)
8417
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_read_unlock(WorkingTreeFormat5)
8418
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_read_unlock(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8419
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_tree_write_branch_read_locked(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8420
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_tree_write_branch_read_locked(WorkingTreeFormat2)
8421
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_tree_write_branch_read_locked(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8422
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_tree_write_branch_read_locked(WorkingTreeFormat4)
8423
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_tree_write_branch_read_locked(WorkingTreeFormat5)
8424
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_tree_write_branch_read_locked(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8425
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_tree_write_unlock(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8426
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_tree_write_unlock(WorkingTreeFormat2)
8427
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_tree_write_unlock(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8428
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_tree_write_unlock(WorkingTreeFormat4)
8429
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_tree_write_unlock(WorkingTreeFormat5)
8430
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_tree_write_unlock(WorkingTreeFormat6)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8431
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_write_unlock(WorkingTreeFormat2)
8432
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_write_unlock(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8433
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_write_unlock(WorkingTreeFormat4)
8434
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_write_unlock(WorkingTreeFormat5)
8435
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_write_unlock(WorkingTreeFormat6)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8436
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_branch_failures(WorkingTreeFormat2)
8437
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_branch_failures(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8438
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_branch_failures(WorkingTreeFormat4)
8439
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_branch_failures(WorkingTreeFormat5)
8440
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_branch_failures(WorkingTreeFormat6)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8441
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_from_tree_write_lock_flushes(WorkingTreeFormat2)
8442
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_from_tree_write_lock_flushes(WorkingTreeFormat3)
8443
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_from_tree_write_lock_flushes(WorkingTreeFormat4)
8444
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_from_tree_write_lock_flushes(WorkingTreeFormat5)
8445
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_from_tree_write_lock_flushes(WorkingTreeFormat6)
8446
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_from_write_lock_flushes(WorkingTreeFormat2)
8447
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_from_write_lock_flushes(WorkingTreeFormat3)
8448
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_from_write_lock_flushes(WorkingTreeFormat4)
8449
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_from_write_lock_flushes(WorkingTreeFormat5)
8450
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_from_write_lock_flushes(WorkingTreeFormat6)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8451
breezy.tests.per_workingtree.test_merge_from_branch.TestMergeFromBranch.test_merge_empty(WorkingTreeFormat4)
8452
breezy.tests.per_workingtree.test_merge_from_branch.TestMergeFromBranch.test_merge_empty(WorkingTreeFormat5)
8453
breezy.tests.per_workingtree.test_merge_from_branch.TestMergeFromBranch.test_merge_empty(WorkingTreeFormat6)
8454
breezy.tests.per_workingtree.test_merge_from_branch.TestMergeFromBranch.test_merge_to_revision(WorkingTreeFormat4)
8455
breezy.tests.per_workingtree.test_merge_from_branch.TestMergeFromBranch.test_merge_to_revision(WorkingTreeFormat5)
8456
breezy.tests.per_workingtree.test_merge_from_branch.TestMergeFromBranch.test_merge_to_revision(WorkingTreeFormat6)
8457
breezy.tests.per_workingtree.test_merge_from_branch.TestMergeFromBranch.test_smoking_merge(WorkingTreeFormat4)
8458
breezy.tests.per_workingtree.test_merge_from_branch.TestMergeFromBranch.test_smoking_merge(WorkingTreeFormat5)
8459
breezy.tests.per_workingtree.test_merge_from_branch.TestMergeFromBranch.test_smoking_merge(WorkingTreeFormat6)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
8460
breezy.tests.per_workingtree.test_mkdir.TestMkdir.test_mkdir_no_id(WorkingTreeFormat2)
8461
breezy.tests.per_workingtree.test_mkdir.TestMkdir.test_mkdir_no_id(WorkingTreeFormat3)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8462
breezy.tests.per_workingtree.test_mkdir.TestMkdir.test_mkdir_no_id(WorkingTreeFormat4)
8463
breezy.tests.per_workingtree.test_mkdir.TestMkdir.test_mkdir_no_id(WorkingTreeFormat5)
8464
breezy.tests.per_workingtree.test_mkdir.TestMkdir.test_mkdir_no_id(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8465
breezy.tests.per_workingtree.test_move.TestMove.test_move_directory_into_parent(GitWorkingTreeFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8466
breezy.tests.per_workingtree.test_move.TestMove.test_move_directory_into_parent(WorkingTreeFormat3)
8467
breezy.tests.per_workingtree.test_move.TestMove.test_move_non_existent(WorkingTreeFormat3)
8468
breezy.tests.per_workingtree.test_move.TestMove.test_move_non_existent(WorkingTreeFormat4)
8469
breezy.tests.per_workingtree.test_move.TestMove.test_move_non_existent(WorkingTreeFormat5)
8470
breezy.tests.per_workingtree.test_move.TestMove.test_move_non_existent(WorkingTreeFormat6)
8471
breezy.tests.per_workingtree.test_move.TestMove.test_move_onto_self_root(WorkingTreeFormat4)
8472
breezy.tests.per_workingtree.test_move.TestMove.test_move_onto_self_root(WorkingTreeFormat5)
8473
breezy.tests.per_workingtree.test_move.TestMove.test_move_onto_self_root(WorkingTreeFormat6)
8474
breezy.tests.per_workingtree.test_move.TestMove.test_move_target_not_dir(WorkingTreeFormat4)
8475
breezy.tests.per_workingtree.test_move.TestMove.test_move_target_not_dir(WorkingTreeFormat5)
8476
breezy.tests.per_workingtree.test_move.TestMove.test_move_target_not_dir(WorkingTreeFormat6)
8477
breezy.tests.per_workingtree.test_move.TestMove.test_move_target_not_versioned(WorkingTreeFormat4)
8478
breezy.tests.per_workingtree.test_move.TestMove.test_move_target_not_versioned(WorkingTreeFormat5)
8479
breezy.tests.per_workingtree.test_move.TestMove.test_move_target_not_versioned(WorkingTreeFormat6)
8480
breezy.tests.per_workingtree.test_move.TestMove.test_move_unversioned(WorkingTreeFormat3)
8481
breezy.tests.per_workingtree.test_move.TestMove.test_move_unversioned(WorkingTreeFormat4)
8482
breezy.tests.per_workingtree.test_move.TestMove.test_move_unversioned(WorkingTreeFormat5)
8483
breezy.tests.per_workingtree.test_move.TestMove.test_move_unversioned(WorkingTreeFormat6)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8484
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_comparison_data_does_not_autodetect_subtree(WorkingTreeFormat2)
8485
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_comparison_data_does_not_autodetect_subtree(WorkingTreeFormat3)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
8486
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_comparison_data_does_not_autodetect_subtree(WorkingTreeFormat4)
8487
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_comparison_data_does_not_autodetect_subtree(WorkingTreeFormat5)
8488
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_comparison_data_does_not_autodetect_subtree(WorkingTreeFormat6)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8489
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_extract_while_locked(WorkingTreeFormat2)
8490
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_extract_while_locked(WorkingTreeFormat3)
8491
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_iter_entries_by_dir_autodetects_subtree(WorkingTreeFormat2)
8492
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_iter_entries_by_dir_autodetects_subtree(WorkingTreeFormat3)
8493
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_may_not_autodetect_subtree(WorkingTreeFormat2)
8494
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_may_not_autodetect_subtree(WorkingTreeFormat3)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
8495
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_may_not_autodetect_subtree(WorkingTreeFormat4)
8496
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_may_not_autodetect_subtree(WorkingTreeFormat5)
8497
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_may_not_autodetect_subtree(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8498
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_set_get_inventory_tree_reference(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8499
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_set_get_inventory_tree_reference(WorkingTreeFormat2)
8500
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_set_get_inventory_tree_reference(WorkingTreeFormat3)
8501
breezy.tests.per_workingtree.test_parents.TestAddParent.test_add_first_parent_id_ghost_rejects(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8502
breezy.tests.per_workingtree.test_parents.TestAddParent.test_add_first_parent_id_ghost_rejects(WorkingTreeFormat4)
8503
breezy.tests.per_workingtree.test_parents.TestAddParent.test_add_first_parent_id_ghost_rejects(WorkingTreeFormat5)
8504
breezy.tests.per_workingtree.test_parents.TestAddParent.test_add_first_parent_id_ghost_rejects(WorkingTreeFormat6)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8505
breezy.tests.per_workingtree.test_parents.TestAddParent.test_add_first_parent_id(WorkingTreeFormat4)
8506
breezy.tests.per_workingtree.test_parents.TestAddParent.test_add_first_parent_id(WorkingTreeFormat5)
8507
breezy.tests.per_workingtree.test_parents.TestAddParent.test_add_first_parent_id(WorkingTreeFormat6)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8508
breezy.tests.per_workingtree.test_parents.TestAddParent.test_add_first_parent_tree_ghost_rejects(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8509
breezy.tests.per_workingtree.test_parents.TestAddParent.test_add_first_parent_tree_ghost_rejects(WorkingTreeFormat4)
8510
breezy.tests.per_workingtree.test_parents.TestAddParent.test_add_first_parent_tree_ghost_rejects(WorkingTreeFormat5)
8511
breezy.tests.per_workingtree.test_parents.TestAddParent.test_add_first_parent_tree_ghost_rejects(WorkingTreeFormat6)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8512
breezy.tests.per_workingtree.test_parents.TestAddParent.test_add_first_parent_tree(WorkingTreeFormat4)
8513
breezy.tests.per_workingtree.test_parents.TestAddParent.test_add_first_parent_tree(WorkingTreeFormat5)
8514
breezy.tests.per_workingtree.test_parents.TestAddParent.test_add_first_parent_tree(WorkingTreeFormat6)
8515
breezy.tests.per_workingtree.test_parents.TestAddParent.test_add_second_parent_id(WorkingTreeFormat4)
8516
breezy.tests.per_workingtree.test_parents.TestAddParent.test_add_second_parent_id(WorkingTreeFormat5)
8517
breezy.tests.per_workingtree.test_parents.TestAddParent.test_add_second_parent_id(WorkingTreeFormat6)
8518
breezy.tests.per_workingtree.test_parents.TestAddParent.test_add_second_parent_tree(WorkingTreeFormat4)
8519
breezy.tests.per_workingtree.test_parents.TestAddParent.test_add_second_parent_tree(WorkingTreeFormat5)
8520
breezy.tests.per_workingtree.test_parents.TestAddParent.test_add_second_parent_tree(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8521
breezy.tests.per_workingtree.test_parents.TestGetParents.test_get_parents(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8522
breezy.tests.per_workingtree.test_parents.TestGetParents.test_get_parents(WorkingTreeFormat2)
8523
breezy.tests.per_workingtree.test_parents.TestGetParents.test_get_parents(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8524
breezy.tests.per_workingtree.test_parents.TestGetParents.test_get_parents(WorkingTreeFormat4)
8525
breezy.tests.per_workingtree.test_parents.TestGetParents.test_get_parents(WorkingTreeFormat5)
8526
breezy.tests.per_workingtree.test_parents.TestGetParents.test_get_parents(WorkingTreeFormat6)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8527
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_duplicate_parent_ids(WorkingTreeFormat4)
8528
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_duplicate_parent_ids(WorkingTreeFormat5)
8529
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_duplicate_parent_ids(WorkingTreeFormat6)
8530
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_duplicate_parent_trees(WorkingTreeFormat4)
8531
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_duplicate_parent_trees(WorkingTreeFormat5)
8532
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_duplicate_parent_trees(WorkingTreeFormat6)
8533
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_no_parents_ids(WorkingTreeFormat3)
8534
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_no_parents_ids(WorkingTreeFormat4)
8535
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_no_parents_ids(WorkingTreeFormat5)
8536
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_no_parents_ids(WorkingTreeFormat6)
8537
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_no_parents(WorkingTreeFormat3)
8538
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_no_parents(WorkingTreeFormat4)
8539
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_no_parents(WorkingTreeFormat5)
8540
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_no_parents(WorkingTreeFormat6)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8541
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_one_ghost_parent_ids_rejects(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8542
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_one_ghost_parent_ids_rejects(WorkingTreeFormat4)
8543
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_one_ghost_parent_ids_rejects(WorkingTreeFormat5)
8544
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_one_ghost_parent_ids_rejects(WorkingTreeFormat6)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8545
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_one_ghost_parent_rejects(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8546
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_one_ghost_parent_rejects(WorkingTreeFormat4)
8547
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_one_ghost_parent_rejects(WorkingTreeFormat5)
8548
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_one_ghost_parent_rejects(WorkingTreeFormat6)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8549
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_parent_ids_in_ancestry(WorkingTreeFormat4)
8550
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_parent_ids_in_ancestry(WorkingTreeFormat5)
8551
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_parent_ids_in_ancestry(WorkingTreeFormat6)
8552
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_parent_trees_in_ancestry(WorkingTreeFormat4)
8553
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_parent_trees_in_ancestry(WorkingTreeFormat5)
8554
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_parent_trees_in_ancestry(WorkingTreeFormat6)
8555
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_three_parents_ids(WorkingTreeFormat4)
8556
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_three_parents_ids(WorkingTreeFormat5)
8557
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_three_parents_ids(WorkingTreeFormat6)
8558
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_three_parents(WorkingTreeFormat4)
8559
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_three_parents(WorkingTreeFormat5)
8560
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_three_parents(WorkingTreeFormat6)
8561
breezy.tests.per_workingtree.test_parents.TestSetParents.test_unicode_symlink(WorkingTreeFormat4)
8562
breezy.tests.per_workingtree.test_parents.TestSetParents.test_unicode_symlink(WorkingTreeFormat5)
8563
breezy.tests.per_workingtree.test_parents.TestSetParents.test_unicode_symlink(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8564
breezy.tests.per_workingtree.test_parents.UpdateToOneParentViaDeltaTests.test_add_files_to_empty_directory(GitWorkingTreeFormat)
8565
breezy.tests.per_workingtree.test_parents.UpdateToOneParentViaDeltaTests.test_adds(GitWorkingTreeFormat)
8566
breezy.tests.per_workingtree.test_parents.UpdateToOneParentViaDeltaTests.test_content_from_second_parent_is_dropped(GitWorkingTreeFormat)
8567
breezy.tests.per_workingtree.test_parents.UpdateToOneParentViaDeltaTests.test_dir_to_root(GitWorkingTreeFormat)
8568
breezy.tests.per_workingtree.test_parents.UpdateToOneParentViaDeltaTests.test_file_content_change(GitWorkingTreeFormat)
8569
breezy.tests.per_workingtree.test_parents.UpdateToOneParentViaDeltaTests.test_kind_changes(GitWorkingTreeFormat)
8570
breezy.tests.per_workingtree.test_parents.UpdateToOneParentViaDeltaTests.test_link_content_change(GitWorkingTreeFormat)
8571
breezy.tests.per_workingtree.test_parents.UpdateToOneParentViaDeltaTests.test_move_from_removed_dir(GitWorkingTreeFormat)
8572
breezy.tests.per_workingtree.test_parents.UpdateToOneParentViaDeltaTests.test_move_moves_children_recursively(GitWorkingTreeFormat)
8573
breezy.tests.per_workingtree.test_parents.UpdateToOneParentViaDeltaTests.test_move_to_added_dir(GitWorkingTreeFormat)
8574
breezy.tests.per_workingtree.test_parents.UpdateToOneParentViaDeltaTests.test_name_changed(GitWorkingTreeFormat)
8575
breezy.tests.per_workingtree.test_parents.UpdateToOneParentViaDeltaTests.test_no_parents_full_tree(GitWorkingTreeFormat)
8576
breezy.tests.per_workingtree.test_parents.UpdateToOneParentViaDeltaTests.test_no_parents_just_root(GitWorkingTreeFormat)
8577
breezy.tests.per_workingtree.test_parents.UpdateToOneParentViaDeltaTests.test_parent_child_swap(GitWorkingTreeFormat)
8578
breezy.tests.per_workingtree.test_parents.UpdateToOneParentViaDeltaTests.test_parent_deleted_child_renamed(GitWorkingTreeFormat)
8579
breezy.tests.per_workingtree.test_parents.UpdateToOneParentViaDeltaTests.test_parent_id_changed(GitWorkingTreeFormat)
8580
breezy.tests.per_workingtree.test_parents.UpdateToOneParentViaDeltaTests.test_path_swap(GitWorkingTreeFormat)
8581
breezy.tests.per_workingtree.test_parents.UpdateToOneParentViaDeltaTests.test_removes(GitWorkingTreeFormat)
8582
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_find_children_of_moved_directories(GitWorkingTreeFormat)
8583
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_find_single_root(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8584
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_find_single_root(WorkingTreeFormat2)
8585
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_find_single_root(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8586
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_find_single_root(WorkingTreeFormat4)
8587
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_find_single_root(WorkingTreeFormat5)
8588
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_find_single_root(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8589
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_find_tree_and_clone_roots(GitWorkingTreeFormat)
8590
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_find_tree_basis_roots(GitWorkingTreeFormat)
8591
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_paths_none_result_none(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8592
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_paths_none_result_none(WorkingTreeFormat2)
8593
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_paths_none_result_none(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8594
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_paths_none_result_none(WorkingTreeFormat4)
8595
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_paths_none_result_none(WorkingTreeFormat5)
8596
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_paths_none_result_none(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8597
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_unversioned_all_of_multiple_trees(GitWorkingTreeFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8598
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_unversioned_all_of_multiple_trees(WorkingTreeFormat3)
8599
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_unversioned_all_of_multiple_trees(WorkingTreeFormat4)
8600
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_unversioned_all_of_multiple_trees(WorkingTreeFormat5)
8601
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_unversioned_all_of_multiple_trees(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8602
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_unversioned_in_one_of_multiple_trees(GitWorkingTreeFormat)
8603
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_unversioned_non_ascii_one_tree(GitWorkingTreeFormat)
8604
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_unversioned_one_tree(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8605
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_unversioned_one_tree(WorkingTreeFormat2)
8606
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_unversioned_one_tree(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8607
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_unversioned_one_tree(WorkingTreeFormat4)
8608
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_unversioned_one_tree(WorkingTreeFormat5)
8609
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_unversioned_one_tree(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8610
breezy.tests.per_workingtree.test_pull.TestPull.test_pull_changes_root_id(GitWorkingTreeFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8611
breezy.tests.per_workingtree.test_pull.TestPull.test_pull(WorkingTreeFormat4)
8612
breezy.tests.per_workingtree.test_pull.TestPull.test_pull(WorkingTreeFormat5)
8613
breezy.tests.per_workingtree.test_pull.TestPull.test_pull(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8614
breezy.tests.per_workingtree.test_pull.TestPullWithOrphans.test_pull_orphans(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8615
breezy.tests.per_workingtree.test_pull.TestPullWithOrphans.test_pull_orphans(WorkingTreeFormat2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8616
breezy.tests.per_workingtree.test_read_working_inventory.TestReadWorkingInventory.test_read_after_inventory_modification(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8617
breezy.tests.per_workingtree.test_read_working_inventory.TestReadWorkingInventory.test_read_after_inventory_modification(WorkingTreeFormat2)
8618
breezy.tests.per_workingtree.test_read_working_inventory.TestReadWorkingInventory.test_read_after_inventory_modification(WorkingTreeFormat3)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8619
breezy.tests.per_workingtree.test_read_working_inventory.TestReadWorkingInventory.test_trivial_read(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8620
breezy.tests.per_workingtree.test_read_working_inventory.TestReadWorkingInventory.test_trivial_read(WorkingTreeFormat2)
8621
breezy.tests.per_workingtree.test_read_working_inventory.TestReadWorkingInventory.test_trivial_read(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8622
breezy.tests.per_workingtree.test_read_working_inventory.TestReadWorkingInventory.test_trivial_read(WorkingTreeFormat4)
8623
breezy.tests.per_workingtree.test_read_working_inventory.TestReadWorkingInventory.test_trivial_read(WorkingTreeFormat5)
8624
breezy.tests.per_workingtree.test_read_working_inventory.TestReadWorkingInventory.test_trivial_read(WorkingTreeFormat6)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
8625
breezy.tests.per_workingtree.test_remove.TestRemove.test_force_remove_changed_files(WorkingTreeFormat2)
8626
breezy.tests.per_workingtree.test_remove.TestRemove.test_force_remove_changed_files(WorkingTreeFormat3)
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
8627
breezy.tests.per_workingtree.test_remove.TestRemove.test_force_remove_changed_files(WorkingTreeFormat4)
8628
breezy.tests.per_workingtree.test_remove.TestRemove.test_force_remove_changed_files(WorkingTreeFormat5)
8629
breezy.tests.per_workingtree.test_remove.TestRemove.test_force_remove_changed_files(WorkingTreeFormat6)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8630
breezy.tests.per_workingtree.test_remove.TestRemove.test_remove_keep_subtree(WorkingTreeFormat3)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
8631
breezy.tests.per_workingtree.test_remove.TestRemove.test_remove_keep_subtree(WorkingTreeFormat4)
8632
breezy.tests.per_workingtree.test_remove.TestRemove.test_remove_keep_subtree(WorkingTreeFormat5)
8633
breezy.tests.per_workingtree.test_remove.TestRemove.test_remove_keep_subtree(WorkingTreeFormat6)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
8634
breezy.tests.per_workingtree.test_remove.TestRemove.test_remove_keep(WorkingTreeFormat2)
8635
breezy.tests.per_workingtree.test_remove.TestRemove.test_remove_keep(WorkingTreeFormat3)
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
8636
breezy.tests.per_workingtree.test_remove.TestRemove.test_remove_keep(WorkingTreeFormat4)
8637
breezy.tests.per_workingtree.test_remove.TestRemove.test_remove_keep(WorkingTreeFormat5)
8638
breezy.tests.per_workingtree.test_remove.TestRemove.test_remove_keep(WorkingTreeFormat6)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8639
breezy.tests.per_workingtree.test_remove.TestRemove.test_remove_nonexisting_files(WorkingTreeFormat2)
8640
breezy.tests.per_workingtree.test_remove.TestRemove.test_remove_nonexisting_files(WorkingTreeFormat3)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8641
breezy.tests.per_workingtree.test_remove.TestRemove.test_remove_uncommitted_removed_file(WorkingTreeFormat4)
8642
breezy.tests.per_workingtree.test_remove.TestRemove.test_remove_uncommitted_removed_file(WorkingTreeFormat5)
8643
breezy.tests.per_workingtree.test_remove.TestRemove.test_remove_uncommitted_removed_file(WorkingTreeFormat6)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8644
breezy.tests.per_workingtree.test_remove.TestRemove.test_remove_unknown_files(WorkingTreeFormat2)
8645
breezy.tests.per_workingtree.test_remove.TestRemove.test_remove_unknown_files(WorkingTreeFormat3)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8646
breezy.tests.per_workingtree.test_remove.TestRemove.test_remove_unknown_ignored_files(WorkingTreeFormat4)
8647
breezy.tests.per_workingtree.test_remove.TestRemove.test_remove_unknown_ignored_files(WorkingTreeFormat5)
8648
breezy.tests.per_workingtree.test_remove.TestRemove.test_remove_unknown_ignored_files(WorkingTreeFormat6)
8649
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_non_existent(WorkingTreeFormat3)
8650
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_non_existent(WorkingTreeFormat4)
8651
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_non_existent(WorkingTreeFormat5)
8652
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_non_existent(WorkingTreeFormat6)
8653
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_onto_self_root(WorkingTreeFormat4)
8654
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_onto_self_root(WorkingTreeFormat5)
8655
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_onto_self_root(WorkingTreeFormat6)
8656
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_target_not_dir(WorkingTreeFormat4)
8657
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_target_not_dir(WorkingTreeFormat5)
8658
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_target_not_dir(WorkingTreeFormat6)
8659
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_target_not_versioned(WorkingTreeFormat4)
8660
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_target_not_versioned(WorkingTreeFormat5)
8661
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_target_not_versioned(WorkingTreeFormat6)
8662
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_unversioned(WorkingTreeFormat3)
8663
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_unversioned(WorkingTreeFormat4)
8664
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_unversioned(WorkingTreeFormat5)
8665
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_unversioned(WorkingTreeFormat6)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
8666
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_to_denormalised_fails(WorkingTreeFormat2)
8667
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_to_denormalised_fails(WorkingTreeFormat3)
6973.6.1 by Jelmer Vernooij
More bees.
8668
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_nonzeroth_basis_tree_via_revision_tree(WorkingTreeFormat3)
8669
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_nonzeroth_basis_tree_via_revision_tree(WorkingTreeFormat4)
8670
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_nonzeroth_basis_tree_via_revision_tree(WorkingTreeFormat5)
8671
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_nonzeroth_basis_tree_via_revision_tree(WorkingTreeFormat6)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8672
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_pending_merge_revision_tree(WorkingTreeFormat3)
6973.6.1 by Jelmer Vernooij
More bees.
8673
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_pending_merge_revision_tree(WorkingTreeFormat4)
8674
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_pending_merge_revision_tree(WorkingTreeFormat5)
8675
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_pending_merge_revision_tree(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8676
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_uncached_basis_via_revision_tree(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8677
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_uncached_basis_via_revision_tree(WorkingTreeFormat2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8678
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_zeroth_basis_tree_via_revision_tree(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8679
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_zeroth_basis_tree_via_revision_tree(WorkingTreeFormat2)
8680
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_zeroth_basis_tree_via_revision_tree(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8681
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_zeroth_basis_tree_via_revision_tree(WorkingTreeFormat4)
8682
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_zeroth_basis_tree_via_revision_tree(WorkingTreeFormat5)
8683
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_zeroth_basis_tree_via_revision_tree(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8684
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_revision_tree_different_root_id(GitWorkingTreeFormat)
6973.6.1 by Jelmer Vernooij
More bees.
8685
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_revision_tree_different_root_id(WorkingTreeFormat3)
8686
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_revision_tree_different_root_id(WorkingTreeFormat4)
8687
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_revision_tree_different_root_id(WorkingTreeFormat5)
8688
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_revision_tree_different_root_id(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8689
breezy.tests.per_workingtree.test_set_root_id.TestSetRootId.test_set_and_read_unicode(GitWorkingTreeFormat)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
8690
breezy.tests.per_workingtree.test_set_root_id.TestSetRootId.test_set_and_read_unicode(WorkingTreeFormat2)
8691
breezy.tests.per_workingtree.test_set_root_id.TestSetRootId.test_set_and_read_unicode(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8692
breezy.tests.per_workingtree.test_set_root_id.TestSetRootId.test_set_and_read_unicode(WorkingTreeFormat4)
8693
breezy.tests.per_workingtree.test_set_root_id.TestSetRootId.test_set_and_read_unicode(WorkingTreeFormat5)
8694
breezy.tests.per_workingtree.test_set_root_id.TestSetRootId.test_set_and_read_unicode(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8695
breezy.tests.per_workingtree.test_set_root_id.TestSetRootId.test_set_root_id(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8696
breezy.tests.per_workingtree.test_set_root_id.TestSetRootId.test_set_root_id(WorkingTreeFormat2)
8697
breezy.tests.per_workingtree.test_set_root_id.TestSetRootId.test_set_root_id(WorkingTreeFormat3)
8698
breezy.tests.per_workingtree.test_set_root_id.TestSetRootId.test_set_root_id(WorkingTreeFormat4)
8699
breezy.tests.per_workingtree.test_set_root_id.TestSetRootId.test_set_root_id(WorkingTreeFormat5)
8700
breezy.tests.per_workingtree.test_set_root_id.TestSetRootId.test_set_root_id(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8701
breezy.tests.per_workingtree.test_shelf_manager.TestShelfManager.test_shelf_manager(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8702
breezy.tests.per_workingtree.test_shelf_manager.TestShelfManager.test_shelf_manager(WorkingTreeFormat2)
8703
breezy.tests.per_workingtree.test_shelf_manager.TestShelfManager.test_shelf_manager(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8704
breezy.tests.per_workingtree.test_shelf_manager.TestShelfManager.test_shelf_manager(WorkingTreeFormat4)
8705
breezy.tests.per_workingtree.test_shelf_manager.TestShelfManager.test_shelf_manager(WorkingTreeFormat5)
8706
breezy.tests.per_workingtree.test_shelf_manager.TestShelfManager.test_shelf_manager(WorkingTreeFormat6)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
8707
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_above_tree_preserves_tree(WorkingTreeFormat2)
8708
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_above_tree_preserves_tree(WorkingTreeFormat3)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8709
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_above_tree_preserves_tree(WorkingTreeFormat4)
8710
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_above_tree_preserves_tree(WorkingTreeFormat5)
8711
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_above_tree_preserves_tree(WorkingTreeFormat6)
8712
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_dir_bug_251864(WorkingTreeFormat3)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
8713
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_dot_from_root(WorkingTreeFormat2)
8714
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_dot_from_root(WorkingTreeFormat3)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8715
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_dot_from_root(WorkingTreeFormat4)
8716
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_dot_from_root(WorkingTreeFormat5)
8717
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_dot_from_root(WorkingTreeFormat6)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
8718
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_dot_from_subdir(WorkingTreeFormat2)
8719
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_dot_from_subdir(WorkingTreeFormat3)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8720
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_dot_from_subdir(WorkingTreeFormat4)
8721
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_dot_from_subdir(WorkingTreeFormat5)
8722
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_dot_from_subdir(WorkingTreeFormat6)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
8723
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_file_in_unknown_dir(WorkingTreeFormat2)
8724
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_file_in_unknown_dir(WorkingTreeFormat3)
8725
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_ignored_nested_paths(WorkingTreeFormat2)
8726
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_ignored_nested_paths(WorkingTreeFormat3)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8727
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_ignored_nested_paths(WorkingTreeFormat4)
8728
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_ignored_nested_paths(WorkingTreeFormat5)
8729
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_ignored_nested_paths(WorkingTreeFormat6)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
8730
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_multiple_dirs(WorkingTreeFormat2)
8731
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_multiple_dirs(WorkingTreeFormat3)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8732
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_multiple_dirs(WorkingTreeFormat4)
8733
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_multiple_dirs(WorkingTreeFormat5)
8734
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_multiple_dirs(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8735
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_non_existant(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8736
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_non_existant(WorkingTreeFormat2)
8737
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_non_existant(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8738
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_non_existant(WorkingTreeFormat4)
8739
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_non_existant(WorkingTreeFormat5)
8740
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_non_existant(WorkingTreeFormat6)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
8741
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_paths(WorkingTreeFormat2)
8742
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_paths(WorkingTreeFormat3)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8743
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_paths(WorkingTreeFormat4)
8744
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_paths(WorkingTreeFormat5)
8745
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_paths(WorkingTreeFormat6)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
8746
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_tree_from_above_tree(WorkingTreeFormat2)
8747
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_tree_from_above_tree(WorkingTreeFormat3)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8748
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_tree_from_above_tree(WorkingTreeFormat4)
8749
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_tree_from_above_tree(WorkingTreeFormat5)
8750
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_tree_from_above_tree(WorkingTreeFormat6)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8751
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_path_containing_carriagereturn_skips(WorkingTreeFormat2)
8752
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_path_containing_carriagereturn_skips(WorkingTreeFormat3)
8753
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_path_containing_carriagereturn_skips(WorkingTreeFormat4)
8754
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_path_containing_carriagereturn_skips(WorkingTreeFormat5)
8755
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_path_containing_carriagereturn_skips(WorkingTreeFormat6)
8756
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_path_containing_newline_skips(WorkingTreeFormat2)
8757
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_path_containing_newline_skips(WorkingTreeFormat3)
8758
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_path_containing_newline_skips(WorkingTreeFormat4)
8759
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_path_containing_newline_skips(WorkingTreeFormat5)
8760
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_path_containing_newline_skips(WorkingTreeFormat6)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
8761
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_returns_and_ignores(WorkingTreeFormat2)
8762
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_returns_and_ignores(WorkingTreeFormat3)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8763
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_returns_and_ignores(WorkingTreeFormat4)
8764
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_returns_and_ignores(WorkingTreeFormat5)
8765
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_returns_and_ignores(WorkingTreeFormat6)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8766
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_save_false(WorkingTreeFormat2)
8767
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_save_false(WorkingTreeFormat3)
8768
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_save_false(WorkingTreeFormat4)
8769
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_save_false(WorkingTreeFormat5)
8770
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_save_false(WorkingTreeFormat6)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
8771
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_single_file(WorkingTreeFormat2)
8772
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_single_file(WorkingTreeFormat3)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8773
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_skip_nested_trees(WorkingTreeFormat2)
8774
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_skip_nested_trees(WorkingTreeFormat3)
8775
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_skip_nested_trees(WorkingTreeFormat4)
8776
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_skip_nested_trees(WorkingTreeFormat5)
8777
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_skip_nested_trees(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8778
breezy.tests.per_workingtree.test_symlinks.TestOpenTree.test_open_containing_through_symlink(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8779
breezy.tests.per_workingtree.test_symlinks.TestOpenTree.test_open_containing_through_symlink(WorkingTreeFormat2)
8780
breezy.tests.per_workingtree.test_symlinks.TestOpenTree.test_open_containing_through_symlink(WorkingTreeFormat3)
8781
breezy.tests.per_workingtree.test_symlinks.TestOpenTree.test_open_containing_through_symlink(WorkingTreeFormat4)
8782
breezy.tests.per_workingtree.test_symlinks.TestOpenTree.test_open_containing_through_symlink(WorkingTreeFormat5)
8783
breezy.tests.per_workingtree.test_symlinks.TestOpenTree.test_open_containing_through_symlink(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8784
breezy.tests.per_workingtree.test_symlinks.TestOpenTree.test_tree_files(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8785
breezy.tests.per_workingtree.test_symlinks.TestOpenTree.test_tree_files(WorkingTreeFormat2)
8786
breezy.tests.per_workingtree.test_symlinks.TestOpenTree.test_tree_files(WorkingTreeFormat3)
8787
breezy.tests.per_workingtree.test_symlinks.TestOpenTree.test_tree_files(WorkingTreeFormat4)
8788
breezy.tests.per_workingtree.test_symlinks.TestOpenTree.test_tree_files(WorkingTreeFormat5)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8789
breezy.tests.per_workingtree.test_symlinks.TestOpenTree.test_tree_files(WorkingTreeFormat6)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
8790
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_add_file_under_symlink(WorkingTreeFormat2)
8791
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_add_file_under_symlink(WorkingTreeFormat3)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8792
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_add_file_under_symlink(WorkingTreeFormat4)
8793
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_add_file_under_symlink(WorkingTreeFormat5)
8794
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_add_file_under_symlink(WorkingTreeFormat6)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
8795
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_smart_add_symlink_pointing_outside(WorkingTreeFormat2)
8796
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_smart_add_symlink_pointing_outside(WorkingTreeFormat3)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8797
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_smart_add_symlink_pointing_outside(WorkingTreeFormat4)
8798
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_smart_add_symlink_pointing_outside(WorkingTreeFormat5)
8799
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_smart_add_symlink_pointing_outside(WorkingTreeFormat6)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
8800
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_smart_add_symlink(WorkingTreeFormat2)
8801
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_smart_add_symlink(WorkingTreeFormat3)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8802
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_smart_add_symlink(WorkingTreeFormat4)
8803
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_smart_add_symlink(WorkingTreeFormat5)
8804
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_smart_add_symlink(WorkingTreeFormat6)
8805
breezy.tests.per_workingtree.test_uncommit.TestUncommit.test_uncommit_to_null(WorkingTreeFormat3)
8806
breezy.tests.per_workingtree.test_uncommit.TestUncommit.test_uncommit_to_null(WorkingTreeFormat4)
8807
breezy.tests.per_workingtree.test_uncommit.TestUncommit.test_uncommit_to_null(WorkingTreeFormat5)
8808
breezy.tests.per_workingtree.test_uncommit.TestUncommit.test_uncommit_to_null(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8809
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_missing_file(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8810
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_missing_file(WorkingTreeFormat2)
8811
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_missing_file(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8812
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_missing_file(WorkingTreeFormat4)
8813
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_missing_file(WorkingTreeFormat5)
8814
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_missing_file(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8815
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_requires_write_lock(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8816
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_requires_write_lock(WorkingTreeFormat2)
8817
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_requires_write_lock(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8818
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_requires_write_lock(WorkingTreeFormat4)
8819
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_requires_write_lock(WorkingTreeFormat5)
8820
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_requires_write_lock(WorkingTreeFormat6)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
8821
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_several_files(WorkingTreeFormat2)
8822
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_several_files(WorkingTreeFormat3)
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
8823
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_several_files(WorkingTreeFormat4)
8824
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_several_files(WorkingTreeFormat5)
8825
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_several_files(WorkingTreeFormat6)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
8826
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_subtree_and_children(WorkingTreeFormat2)
8827
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_subtree_and_children(WorkingTreeFormat3)
8828
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_subtree(WorkingTreeFormat2)
8829
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_subtree(WorkingTreeFormat3)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8830
breezy.tests.per_workingtree.test_views.TestTreeViews.test_check_path_in_view(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8831
breezy.tests.per_workingtree.test_views.TestTreeViews.test_check_path_in_view(WorkingTreeFormat2)
8832
breezy.tests.per_workingtree.test_views.TestTreeViews.test_check_path_in_view(WorkingTreeFormat3)
8833
breezy.tests.per_workingtree.test_views.TestTreeViews.test_check_path_in_view(WorkingTreeFormat4)
8834
breezy.tests.per_workingtree.test_views.TestTreeViews.test_check_path_in_view(WorkingTreeFormat5)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8835
breezy.tests.per_workingtree.test_views.TestTreeViews.test_delete_view(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8836
breezy.tests.per_workingtree.test_views.TestTreeViews.test_delete_view(WorkingTreeFormat2)
8837
breezy.tests.per_workingtree.test_views.TestTreeViews.test_delete_view(WorkingTreeFormat3)
8838
breezy.tests.per_workingtree.test_views.TestTreeViews.test_delete_view(WorkingTreeFormat4)
8839
breezy.tests.per_workingtree.test_views.TestTreeViews.test_delete_view(WorkingTreeFormat5)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8840
breezy.tests.per_workingtree.test_views.TestTreeViews.test_delete_view(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8841
breezy.tests.per_workingtree.test_views.TestTreeViews.test_lookup_view(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8842
breezy.tests.per_workingtree.test_views.TestTreeViews.test_lookup_view(WorkingTreeFormat2)
8843
breezy.tests.per_workingtree.test_views.TestTreeViews.test_lookup_view(WorkingTreeFormat3)
8844
breezy.tests.per_workingtree.test_views.TestTreeViews.test_lookup_view(WorkingTreeFormat4)
8845
breezy.tests.per_workingtree.test_views.TestTreeViews.test_lookup_view(WorkingTreeFormat5)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8846
breezy.tests.per_workingtree.test_views.TestTreeViews.test_no_such_view(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8847
breezy.tests.per_workingtree.test_views.TestTreeViews.test_no_such_view(WorkingTreeFormat2)
8848
breezy.tests.per_workingtree.test_views.TestTreeViews.test_no_such_view(WorkingTreeFormat3)
8849
breezy.tests.per_workingtree.test_views.TestTreeViews.test_no_such_view(WorkingTreeFormat4)
8850
breezy.tests.per_workingtree.test_views.TestTreeViews.test_no_such_view(WorkingTreeFormat5)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8851
breezy.tests.per_workingtree.test_views.TestTreeViews.test_no_such_view(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8852
breezy.tests.per_workingtree.test_views.TestTreeViews.test_set_and_get_view_info(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8853
breezy.tests.per_workingtree.test_views.TestTreeViews.test_set_and_get_view_info(WorkingTreeFormat2)
8854
breezy.tests.per_workingtree.test_views.TestTreeViews.test_set_and_get_view_info(WorkingTreeFormat3)
8855
breezy.tests.per_workingtree.test_views.TestTreeViews.test_set_and_get_view_info(WorkingTreeFormat4)
8856
breezy.tests.per_workingtree.test_views.TestTreeViews.test_set_and_get_view_info(WorkingTreeFormat5)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8857
breezy.tests.per_workingtree.test_views.TestTreeViews.test_set_view(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8858
breezy.tests.per_workingtree.test_views.TestTreeViews.test_set_view(WorkingTreeFormat2)
8859
breezy.tests.per_workingtree.test_views.TestTreeViews.test_set_view(WorkingTreeFormat3)
8860
breezy.tests.per_workingtree.test_views.TestTreeViews.test_set_view(WorkingTreeFormat4)
8861
breezy.tests.per_workingtree.test_views.TestTreeViews.test_set_view(WorkingTreeFormat5)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8862
breezy.tests.per_workingtree.test_views.TestTreeViews.test_set_view(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8863
breezy.tests.per_workingtree.test_views.TestTreeViews.test_unicode_view(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8864
breezy.tests.per_workingtree.test_views.TestTreeViews.test_unicode_view(WorkingTreeFormat2)
8865
breezy.tests.per_workingtree.test_views.TestTreeViews.test_unicode_view(WorkingTreeFormat3)
8866
breezy.tests.per_workingtree.test_views.TestTreeViews.test_unicode_view(WorkingTreeFormat4)
8867
breezy.tests.per_workingtree.test_views.TestTreeViews.test_unicode_view(WorkingTreeFormat5)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8868
breezy.tests.per_workingtree.test_views.TestTreeViews.test_views_initially_empty(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8869
breezy.tests.per_workingtree.test_views.TestTreeViews.test_views_initially_empty(WorkingTreeFormat2)
8870
breezy.tests.per_workingtree.test_views.TestTreeViews.test_views_initially_empty(WorkingTreeFormat3)
8871
breezy.tests.per_workingtree.test_views.TestTreeViews.test_views_initially_empty(WorkingTreeFormat4)
8872
breezy.tests.per_workingtree.test_views.TestTreeViews.test_views_initially_empty(WorkingTreeFormat5)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8873
breezy.tests.per_workingtree.test_views.TestTreeViews.test_views_initially_empty(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8874
breezy.tests.per_workingtree.test_views.TestUnsupportedViews.test_view_methods_raise(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8875
breezy.tests.per_workingtree.test_views.TestUnsupportedViews.test_view_methods_raise(WorkingTreeFormat2)
8876
breezy.tests.per_workingtree.test_views.TestUnsupportedViews.test_view_methods_raise(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8877
breezy.tests.per_workingtree.test_views.TestUnsupportedViews.test_view_methods_raise(WorkingTreeFormat4)
8878
breezy.tests.per_workingtree.test_views.TestUnsupportedViews.test_view_methods_raise(WorkingTreeFormat5)
8879
breezy.tests.per_workingtree.test_views.TestUnsupportedViews.test_view_methods_raise(WorkingTreeFormat6)
8880
breezy.tests.per_workingtree.test_views.TestUnsupportedViews.test_view_methods_raise(WorkingTreeFormat6,remote)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
8881
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_from_dir(WorkingTreeFormat2)
8882
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_from_dir(WorkingTreeFormat3)
8883
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_from_empty_dir(WorkingTreeFormat2)
8884
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_from_empty_dir(WorkingTreeFormat3)
8885
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_from_missing_dir(WorkingTreeFormat2)
8886
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_from_missing_dir(WorkingTreeFormat3)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8887
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_from_unknown_dir(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8888
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_from_unknown_dir(WorkingTreeFormat2)
8889
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_from_unknown_dir(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8890
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_from_unknown_dir(WorkingTreeFormat4)
8891
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_from_unknown_dir(WorkingTreeFormat5)
8892
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_from_unknown_dir(WorkingTreeFormat6)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
8893
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_missings(WorkingTreeFormat2)
8894
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_missings(WorkingTreeFormat3)
8895
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdirs_type_changes_wo_symlinks(WorkingTreeFormat2)
8896
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdirs_type_changes_wo_symlinks(WorkingTreeFormat3)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8897
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_unknowns(GitWorkingTreeFormat)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
8898
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_unknowns(WorkingTreeFormat2)
8899
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_unknowns(WorkingTreeFormat3)
8900
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_unknowns(WorkingTreeFormat4)
8901
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_unknowns(WorkingTreeFormat5)
8902
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_unknowns(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8903
breezy.tests.per_workingtree.test_workingtree.TestControlComponent.test_urls(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8904
breezy.tests.per_workingtree.test_workingtree.TestControlComponent.test_urls(WorkingTreeFormat2)
8905
breezy.tests.per_workingtree.test_workingtree.TestControlComponent.test_urls(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8906
breezy.tests.per_workingtree.test_workingtree.TestControlComponent.test_urls(WorkingTreeFormat4)
8907
breezy.tests.per_workingtree.test_workingtree.TestControlComponent.test_urls(WorkingTreeFormat5)
8908
breezy.tests.per_workingtree.test_workingtree.TestControlComponent.test_urls(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8909
breezy.tests.per_workingtree.test_workingtree.TestFormatAttributes.test_supports_setting_file_ids(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8910
breezy.tests.per_workingtree.test_workingtree.TestFormatAttributes.test_supports_setting_file_ids(WorkingTreeFormat2)
8911
breezy.tests.per_workingtree.test_workingtree.TestFormatAttributes.test_supports_setting_file_ids(WorkingTreeFormat3)
8912
breezy.tests.per_workingtree.test_workingtree.TestFormatAttributes.test_supports_setting_file_ids(WorkingTreeFormat4)
8913
breezy.tests.per_workingtree.test_workingtree.TestFormatAttributes.test_supports_setting_file_ids(WorkingTreeFormat5)
8914
breezy.tests.per_workingtree.test_workingtree.TestFormatAttributes.test_supports_setting_file_ids(WorkingTreeFormat6)
8915
breezy.tests.per_workingtree.test_workingtree.TestFormatAttributes.test_supports_setting_file_ids(WorkingTreeFormat6,remote)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8916
breezy.tests.per_workingtree.test_workingtree.TestFormatAttributes.test_supports_store_uncommitted(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8917
breezy.tests.per_workingtree.test_workingtree.TestFormatAttributes.test_supports_store_uncommitted(WorkingTreeFormat2)
8918
breezy.tests.per_workingtree.test_workingtree.TestFormatAttributes.test_supports_store_uncommitted(WorkingTreeFormat3)
8919
breezy.tests.per_workingtree.test_workingtree.TestFormatAttributes.test_supports_store_uncommitted(WorkingTreeFormat4)
8920
breezy.tests.per_workingtree.test_workingtree.TestFormatAttributes.test_supports_store_uncommitted(WorkingTreeFormat5)
8921
breezy.tests.per_workingtree.test_workingtree.TestFormatAttributes.test_supports_store_uncommitted(WorkingTreeFormat6)
8922
breezy.tests.per_workingtree.test_workingtree.TestFormatAttributes.test_supports_store_uncommitted(WorkingTreeFormat6,remote)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8923
breezy.tests.per_workingtree.test_workingtree.TestFormatAttributes.test_versioned_directories(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8924
breezy.tests.per_workingtree.test_workingtree.TestFormatAttributes.test_versioned_directories(WorkingTreeFormat2)
8925
breezy.tests.per_workingtree.test_workingtree.TestFormatAttributes.test_versioned_directories(WorkingTreeFormat3)
8926
breezy.tests.per_workingtree.test_workingtree.TestFormatAttributes.test_versioned_directories(WorkingTreeFormat4)
8927
breezy.tests.per_workingtree.test_workingtree.TestFormatAttributes.test_versioned_directories(WorkingTreeFormat5)
8928
breezy.tests.per_workingtree.test_workingtree.TestFormatAttributes.test_versioned_directories(WorkingTreeFormat6)
8929
breezy.tests.per_workingtree.test_workingtree.TestFormatAttributes.test_versioned_directories(WorkingTreeFormat6,remote)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8930
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_add_conflicts(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8931
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_add_conflicts(WorkingTreeFormat2)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8932
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_add_conflicts(WorkingTreeFormat3)
8933
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_add_conflicts(WorkingTreeFormat4)
8934
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_add_conflicts(WorkingTreeFormat5)
8935
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_add_conflicts(WorkingTreeFormat6)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8936
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_add_in_unversioned(WorkingTreeFormat2)
8937
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_add_in_unversioned(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8938
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_add_in_unversioned(WorkingTreeFormat4)
8939
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_add_in_unversioned(WorkingTreeFormat5)
8940
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_add_in_unversioned(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8941
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_add_missing(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8942
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_add_missing(WorkingTreeFormat2)
8943
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_add_missing(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8944
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_add_missing(WorkingTreeFormat4)
8945
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_add_missing(WorkingTreeFormat5)
8946
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_add_missing(WorkingTreeFormat6)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
8947
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_all_file_ids_with_missing(WorkingTreeFormat2)
8948
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_all_file_ids_with_missing(WorkingTreeFormat3)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8949
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_basic_relpath(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8950
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_basic_relpath(WorkingTreeFormat2)
8951
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_basic_relpath(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8952
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_basic_relpath(WorkingTreeFormat4)
8953
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_basic_relpath(WorkingTreeFormat5)
8954
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_basic_relpath(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8955
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_branch_attribute_is_not_settable(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8956
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_branch_attribute_is_not_settable(WorkingTreeFormat2)
8957
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_branch_attribute_is_not_settable(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8958
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_branch_attribute_is_not_settable(WorkingTreeFormat4)
8959
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_branch_attribute_is_not_settable(WorkingTreeFormat5)
8960
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_branch_attribute_is_not_settable(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8961
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_branch_builder(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8962
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_branch_builder(WorkingTreeFormat2)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8963
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_branch_builder(WorkingTreeFormat3)
8964
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_branch_builder(WorkingTreeFormat4)
8965
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_branch_builder(WorkingTreeFormat5)
8966
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_branch_builder(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8967
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_case_sensitive(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8968
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_case_sensitive(WorkingTreeFormat2)
8969
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_case_sensitive(WorkingTreeFormat3)
8970
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_case_sensitive(WorkingTreeFormat4)
8971
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_case_sensitive(WorkingTreeFormat5)
8972
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_case_sensitive(WorkingTreeFormat6)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
8973
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_and_commit_preserves_last_revision(WorkingTreeFormat3)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
8974
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_and_commit_preserves_last_revision(WorkingTreeFormat4)
8975
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_and_commit_preserves_last_revision(WorkingTreeFormat5)
8976
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_and_commit_preserves_last_revision(WorkingTreeFormat6)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8977
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_empty(WorkingTreeFormat2)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
8978
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_empty(WorkingTreeFormat3)
8979
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_empty(WorkingTreeFormat4)
8980
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_empty(WorkingTreeFormat5)
8981
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_empty(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8982
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_tree_revision(GitWorkingTreeFormat)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
8983
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_tree_revision(WorkingTreeFormat2)
8984
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_tree_revision(WorkingTreeFormat3)
8985
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_tree_revision(WorkingTreeFormat4)
8986
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_tree_revision(WorkingTreeFormat5)
8987
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_tree_revision(WorkingTreeFormat6)
8988
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_tree_revision(WorkingTreeFormat6,remote)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8989
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_trivial(WorkingTreeFormat2)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
8990
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_trivial(WorkingTreeFormat3)
8991
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_trivial(WorkingTreeFormat4)
8992
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_trivial(WorkingTreeFormat5)
8993
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_trivial(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
8994
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_conflicts(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
8995
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_conflicts(WorkingTreeFormat2)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
8996
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_detect_real_kind(WorkingTreeFormat2)
8997
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_detect_real_kind(WorkingTreeFormat3)
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
8998
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_detect_real_kind(WorkingTreeFormat4)
8999
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_detect_real_kind(WorkingTreeFormat5)
9000
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_detect_real_kind(WorkingTreeFormat6)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
9001
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_filter_unversioned_files(WorkingTreeFormat2)
9002
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_filter_unversioned_files(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9003
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_filter_unversioned_files(WorkingTreeFormat4)
9004
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_filter_unversioned_files(WorkingTreeFormat5)
9005
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_filter_unversioned_files(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
9006
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_format_description(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
9007
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_format_description(WorkingTreeFormat2)
9008
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_format_description(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9009
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_format_description(WorkingTreeFormat4)
9010
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_format_description(WorkingTreeFormat5)
9011
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_format_description(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
9012
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_format_leftmost_parent_id_as_ghost(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
9013
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_format_leftmost_parent_id_as_ghost(WorkingTreeFormat2)
9014
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_format_leftmost_parent_id_as_ghost(WorkingTreeFormat3)
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
9015
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_format_leftmost_parent_id_as_ghost(WorkingTreeFormat4)
9016
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_format_leftmost_parent_id_as_ghost(WorkingTreeFormat5)
9017
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_format_leftmost_parent_id_as_ghost(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
9018
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_get_config_stack(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
9019
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_get_config_stack(WorkingTreeFormat2)
9020
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_get_config_stack(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9021
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_get_config_stack(WorkingTreeFormat4)
9022
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_get_config_stack(WorkingTreeFormat5)
9023
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_get_config_stack(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
9024
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_initialize(GitWorkingTreeFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
9025
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_initialize_with_revision_id(WorkingTreeFormat3)
9026
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_initialize_with_revision_id(WorkingTreeFormat4)
9027
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_initialize_with_revision_id(WorkingTreeFormat5)
9028
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_initialize_with_revision_id(WorkingTreeFormat6)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
9029
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_initialize(WorkingTreeFormat2)
9030
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_initialize(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9031
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_initialize(WorkingTreeFormat4)
9032
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_initialize(WorkingTreeFormat5)
9033
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_initialize(WorkingTreeFormat6)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
9034
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_list_files_kind_change(WorkingTreeFormat2)
9035
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_list_files_kind_change(WorkingTreeFormat3)
9036
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_list_files_sorted(WorkingTreeFormat2)
9037
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_list_files_sorted(WorkingTreeFormat3)
9038
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_list_files_versioned_before_ignored(WorkingTreeFormat2)
9039
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_list_files_versioned_before_ignored(WorkingTreeFormat3)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
9040
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_list_files(WorkingTreeFormat2)
9041
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_list_files(WorkingTreeFormat3)
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
9042
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_list_files(WorkingTreeFormat4)
9043
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_list_files(WorkingTreeFormat5)
9044
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_list_files(WorkingTreeFormat6)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
9045
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_lock_locks_branch(WorkingTreeFormat2)
9046
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_lock_locks_branch(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9047
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_lock_locks_branch(WorkingTreeFormat4)
9048
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_lock_locks_branch(WorkingTreeFormat5)
9049
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_lock_locks_branch(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
9050
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_merge_modified_detects_corruption(GitWorkingTreeFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
9051
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_missing_file_sha1(WorkingTreeFormat4)
9052
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_missing_file_sha1(WorkingTreeFormat5)
9053
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_missing_file_sha1(WorkingTreeFormat6)
9054
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_no_file_sha1(WorkingTreeFormat4)
9055
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_no_file_sha1(WorkingTreeFormat5)
9056
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_no_file_sha1(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
9057
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_open_containing(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
9058
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_open_containing(WorkingTreeFormat2)
9059
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_open_containing(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9060
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_open_containing(WorkingTreeFormat4)
9061
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_open_containing(WorkingTreeFormat5)
9062
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_open_containing(WorkingTreeFormat6)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
9063
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_path2id(WorkingTreeFormat2)
9064
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_path2id(WorkingTreeFormat3)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
9065
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_path2id(WorkingTreeFormat4)
9066
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_path2id(WorkingTreeFormat5)
9067
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_path2id(WorkingTreeFormat6)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
9068
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_post_build_tree_hook(WorkingTreeFormat3)
9069
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_post_build_tree_hook(WorkingTreeFormat4)
9070
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_post_build_tree_hook(WorkingTreeFormat5)
9071
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_post_build_tree_hook(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
9072
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_set_last_revision_different_to_branch(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
9073
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_set_last_revision_different_to_branch(WorkingTreeFormat2)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
9074
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_set_last_revision_different_to_branch(WorkingTreeFormat4)
9075
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_set_last_revision_different_to_branch(WorkingTreeFormat5)
9076
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_set_last_revision_different_to_branch(WorkingTreeFormat6)
9077
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_sprout_hardlink(WorkingTreeFormat4)
9078
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_sprout_hardlink(WorkingTreeFormat5)
9079
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_sprout_hardlink(WorkingTreeFormat6)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
9080
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_stored_kind_with_missing(WorkingTreeFormat2)
9081
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_stored_kind_with_missing(WorkingTreeFormat3)
9082
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_supports_executable(WorkingTreeFormat2)
9083
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_supports_executable(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9084
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_supports_executable(WorkingTreeFormat4)
9085
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_supports_executable(WorkingTreeFormat5)
9086
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_supports_executable(WorkingTreeFormat6)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
9087
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_unknowns(WorkingTreeFormat2)
9088
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_unknowns(WorkingTreeFormat3)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
9089
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_update_returns_conflict_count(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
9090
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_update_returns_conflict_count(WorkingTreeFormat2)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
9091
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_update_sets_last_revision(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
9092
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_update_sets_last_revision(WorkingTreeFormat2)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
9093
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_update_sets_last_revision(WorkingTreeFormat4)
9094
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_update_sets_last_revision(WorkingTreeFormat5)
9095
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_update_sets_last_revision(WorkingTreeFormat6)
9096
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_update_sets_root_id(WorkingTreeFormat4)
9097
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_update_sets_root_id(WorkingTreeFormat5)
9098
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_update_sets_root_id(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
9099
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_update_sets_updated_root_id(GitWorkingTreeFormat)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
9100
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_update_turns_local_commit_into_merge(WorkingTreeFormat4)
9101
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_update_turns_local_commit_into_merge(WorkingTreeFormat5)
9102
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_update_turns_local_commit_into_merge(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
9103
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_update_updates_bound_branch_no_local_commits(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
9104
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_update_updates_bound_branch_no_local_commits(WorkingTreeFormat2)
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
9105
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_update_updates_bound_branch_no_local_commits(WorkingTreeFormat4)
9106
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_update_updates_bound_branch_no_local_commits(WorkingTreeFormat5)
9107
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_update_updates_bound_branch_no_local_commits(WorkingTreeFormat6)
6973.5.6 by Jelmer Vernooij
Update python3.passing.
9108
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_versioned_files_not_unknown(WorkingTreeFormat2)
9109
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_versioned_files_not_unknown(WorkingTreeFormat3)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
9110
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test__write_inventory(GitWorkingTreeFormat)
9111
breezy.tests.per_workingtree.test_workingtree.TestWorthSavingLimit.test_invalid(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
9112
breezy.tests.per_workingtree.test_workingtree.TestWorthSavingLimit.test_invalid(WorkingTreeFormat2)
9113
breezy.tests.per_workingtree.test_workingtree.TestWorthSavingLimit.test_invalid(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9114
breezy.tests.per_workingtree.test_workingtree.TestWorthSavingLimit.test_invalid(WorkingTreeFormat4)
9115
breezy.tests.per_workingtree.test_workingtree.TestWorthSavingLimit.test_invalid(WorkingTreeFormat5)
9116
breezy.tests.per_workingtree.test_workingtree.TestWorthSavingLimit.test_invalid(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
9117
breezy.tests.per_workingtree.test_workingtree.TestWorthSavingLimit.test_not_set(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
9118
breezy.tests.per_workingtree.test_workingtree.TestWorthSavingLimit.test_not_set(WorkingTreeFormat2)
9119
breezy.tests.per_workingtree.test_workingtree.TestWorthSavingLimit.test_not_set(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9120
breezy.tests.per_workingtree.test_workingtree.TestWorthSavingLimit.test_not_set(WorkingTreeFormat4)
9121
breezy.tests.per_workingtree.test_workingtree.TestWorthSavingLimit.test_not_set(WorkingTreeFormat5)
9122
breezy.tests.per_workingtree.test_workingtree.TestWorthSavingLimit.test_not_set(WorkingTreeFormat6)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
9123
breezy.tests.per_workingtree.test_workingtree.TestWorthSavingLimit.test_set_in_branch(GitWorkingTreeFormat)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
9124
breezy.tests.per_workingtree.test_workingtree.TestWorthSavingLimit.test_set_in_branch(WorkingTreeFormat2)
9125
breezy.tests.per_workingtree.test_workingtree.TestWorthSavingLimit.test_set_in_branch(WorkingTreeFormat3)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9126
breezy.tests.per_workingtree.test_workingtree.TestWorthSavingLimit.test_set_in_branch(WorkingTreeFormat4)
9127
breezy.tests.per_workingtree.test_workingtree.TestWorthSavingLimit.test_set_in_branch(WorkingTreeFormat5)
9128
breezy.tests.per_workingtree.test_workingtree.TestWorthSavingLimit.test_set_in_branch(WorkingTreeFormat6)
9129
breezy.tests.per_workingtree.TestWtScenarios.test_protect_wt_scenarios
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
9130
breezy.tests.test_ancestry.TestAncestry.test_straightline_ancestry
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9131
breezy.tests.test_annotate.TestReannotate.test_reannotate
9132
breezy.tests.test_annotate.TestReannotate.test_reannotate_left_matching_blocks
9133
breezy.tests.test_annotate.TestReannotate.test_reannotate_no_parents
6947.1.1 by Jelmer Vernooij
Update python3.passing.
9134
breezy.tests.test_atomicfile.TestAtomicFile.test_abort
9135
breezy.tests.test_atomicfile.TestAtomicFile.test_close
9136
breezy.tests.test_atomicfile.TestAtomicFile.test_commit
9137
breezy.tests.test_atomicfile.TestAtomicFile.test_mode_0400
9138
breezy.tests.test_atomicfile.TestAtomicFile.test_mode_0600
9139
breezy.tests.test_atomicfile.TestAtomicFile.test_mode_0640
9140
breezy.tests.test_atomicfile.TestAtomicFile.test_mode_0660
9141
breezy.tests.test_atomicfile.TestAtomicFile.test_mode_0664
9142
breezy.tests.test_atomicfile.TestAtomicFile.test_mode_0666
9143
breezy.tests.test_atomicfile.TestAtomicFile.test_no_mode
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
9144
breezy.tests.test__bencode.TestBencodeDecode.test_decoder_type_error(C)
9145
breezy.tests.test__bencode.TestBencodeDecode.test_decoder_type_error(python)
9146
breezy.tests.test__bencode.TestBencodeDecode.test_dict(C)
9147
breezy.tests.test__bencode.TestBencodeDecode.test_dict_deepnested(C)
9148
breezy.tests.test__bencode.TestBencodeDecode.test_dict_deepnested(python)
9149
breezy.tests.test__bencode.TestBencodeDecode.test_dict(python)
9150
breezy.tests.test__bencode.TestBencodeDecode.test_empty_string(C)
9151
breezy.tests.test__bencode.TestBencodeDecode.test_empty_string(python)
9152
breezy.tests.test__bencode.TestBencodeDecode.test_int(C)
9153
breezy.tests.test__bencode.TestBencodeDecode.test_int(python)
9154
breezy.tests.test__bencode.TestBencodeDecode.test_junk(C)
9155
breezy.tests.test__bencode.TestBencodeDecode.test_junk(python)
9156
breezy.tests.test__bencode.TestBencodeDecode.test_large_string(C)
9157
breezy.tests.test__bencode.TestBencodeDecode.test_large_string(python)
9158
breezy.tests.test__bencode.TestBencodeDecode.test_list(C)
9159
breezy.tests.test__bencode.TestBencodeDecode.test_list_deepnested(C)
9160
breezy.tests.test__bencode.TestBencodeDecode.test_list_deepnested(python)
9161
breezy.tests.test__bencode.TestBencodeDecode.test_list(python)
9162
breezy.tests.test__bencode.TestBencodeDecode.test_long(C)
9163
breezy.tests.test__bencode.TestBencodeDecode.test_long(python)
9164
breezy.tests.test__bencode.TestBencodeDecode.test_malformed_dict(C)
9165
breezy.tests.test__bencode.TestBencodeDecode.test_malformed_dict(python)
9166
breezy.tests.test__bencode.TestBencodeDecode.test_malformed_int(C)
9167
breezy.tests.test__bencode.TestBencodeDecode.test_malformed_int(python)
9168
breezy.tests.test__bencode.TestBencodeDecode.test_malformed_list(C)
9169
breezy.tests.test__bencode.TestBencodeDecode.test_malformed_list(python)
9170
breezy.tests.test__bencode.TestBencodeDecode.test_malformed_string(C)
9171
breezy.tests.test__bencode.TestBencodeDecode.test_malformed_string(python)
9172
breezy.tests.test__bencode.TestBencodeDecode.test_string(C)
9173
breezy.tests.test__bencode.TestBencodeDecode.test_string(python)
9174
breezy.tests.test__bencode.TestBencodeDecode.test_unknown_object(C)
9175
breezy.tests.test__bencode.TestBencodeDecode.test_unknown_object(python)
9176
breezy.tests.test__bencode.TestBencodeDecode.test_unsupported_type(C)
9177
breezy.tests.test__bencode.TestBencodeDecode.test_unsupported_type(python)
9178
breezy.tests.test__bencode.TestBencodeEncode.test_bencached(C)
9179
breezy.tests.test__bencode.TestBencodeEncode.test_bencached(python)
9180
breezy.tests.test__bencode.TestBencodeEncode.test_bool(C)
9181
breezy.tests.test__bencode.TestBencodeEncode.test_bool(python)
9182
breezy.tests.test__bencode.TestBencodeEncode.test_dict(C)
9183
breezy.tests.test__bencode.TestBencodeEncode.test_dict_deep_nested(C)
9184
breezy.tests.test__bencode.TestBencodeEncode.test_dict_deep_nested(python)
9185
breezy.tests.test__bencode.TestBencodeEncode.test_dict(python)
9186
breezy.tests.test__bencode.TestBencodeEncode.test_int(C)
9187
breezy.tests.test__bencode.TestBencodeEncode.test_int(python)
9188
breezy.tests.test__bencode.TestBencodeEncode.test_invalid_dict(C)
9189
breezy.tests.test__bencode.TestBencodeEncode.test_invalid_dict(python)
9190
breezy.tests.test__bencode.TestBencodeEncode.test_list_as_tuple(C)
9191
breezy.tests.test__bencode.TestBencodeEncode.test_list_as_tuple(python)
9192
breezy.tests.test__bencode.TestBencodeEncode.test_list(C)
9193
breezy.tests.test__bencode.TestBencodeEncode.test_list_deep_nested(C)
9194
breezy.tests.test__bencode.TestBencodeEncode.test_list_deep_nested(python)
9195
breezy.tests.test__bencode.TestBencodeEncode.test_list(python)
9196
breezy.tests.test__bencode.TestBencodeEncode.test_long(C)
9197
breezy.tests.test__bencode.TestBencodeEncode.test_long(python)
9198
breezy.tests.test__bencode.TestBencodeEncode.test_string(C)
9199
breezy.tests.test__bencode.TestBencodeEncode.test_string(python)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9200
breezy.tests.test_bisect_multi.TestBisectMultiBytes.test_change_direction_in_single_key_search
9201
breezy.tests.test_bisect_multi.TestBisectMultiBytes.test_found_keys_returned_other_searches_continue
9202
breezy.tests.test_bisect_multi.TestBisectMultiBytes.test_lookup_missing_key_after_all_others
9203
breezy.tests.test_bisect_multi.TestBisectMultiBytes.test_lookup_missing_key_before_all_others
9204
breezy.tests.test_bisect_multi.TestBisectMultiBytes.test_lookup_missing_key_no_content
9205
breezy.tests.test_bisect_multi.TestBisectMultiBytes.test_lookup_no_keys_no_calls
9206
breezy.tests.test_bisect_multi.TestBisectMultiBytes.test_lookup_when_a_key_is_missing_continues
9207
breezy.tests.test_bisect_multi.TestBisectMultiBytes.test_searches_different_keys_in_different_directions
6973.6.1 by Jelmer Vernooij
More bees.
9208
breezy.tests.test_branchbuilder.TestBranchBuilderBuildSnapshot.test_commit_message_callback
9209
breezy.tests.test_branchbuilder.TestBranchBuilderBuildSnapshot.test_commit_message_default
9210
breezy.tests.test_branchbuilder.TestBranchBuilderBuildSnapshot.test_commit_message_supplied
9211
breezy.tests.test_branchbuilder.TestBranchBuilderBuildSnapshot.test_commit_timestamp
6963.1.2 by Jelmer Vernooij
Fix some more tests.
9212
breezy.tests.test_branchbuilder.TestBranchBuilderBuildSnapshot.test_start_finish_series
6973.6.1 by Jelmer Vernooij
More bees.
9213
breezy.tests.test_branchbuilder.TestBranchBuilder.test_build_commit_timestamp
9214
breezy.tests.test_branchbuilder.TestBranchBuilder.test_build_one_commit
9215
breezy.tests.test_branchbuilder.TestBranchBuilder.test_build_two_commits
6963.1.2 by Jelmer Vernooij
Fix some more tests.
9216
breezy.tests.test_branchbuilder.TestBranchBuilder.test_create
6947.1.1 by Jelmer Vernooij
Update python3.passing.
9217
breezy.tests.test_branchbuilder.TestBranchBuilder.test_format
6963.1.2 by Jelmer Vernooij
Fix some more tests.
9218
breezy.tests.test_branchbuilder.TestBranchBuilder.test_get_branch
6947.1.1 by Jelmer Vernooij
Update python3.passing.
9219
breezy.tests.test_branch.BzrBranch8.test_reference_info_caches_cleared
9220
breezy.tests.test_branch.BzrBranch8.test_reference_info_caching_read_locked
9221
breezy.tests.test_branch.BzrBranch8.test_reference_info_caching_read_unlocked
9222
breezy.tests.test_branch.BzrBranch8.test_reference_info_caching_write_locked
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
9223
breezy.tests.test_branch.TestBranch6.test_config
6947.1.1 by Jelmer Vernooij
Update python3.passing.
9224
breezy.tests.test_branch.TestBranch6.test_creation
9225
breezy.tests.test_branch.TestBranch6.test_default_stacked_location
9226
breezy.tests.test_branch.TestBranch6.test_layout
9227
breezy.tests.test_branch.TestBranch6.test_set_stacked_on_url_errors
6963.1.2 by Jelmer Vernooij
Fix some more tests.
9228
breezy.tests.test_branch.TestBranch7.test_clone_stacked_on_unstackable_repo
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
9229
breezy.tests.test_branch.TestBranch7.test_config
6947.1.1 by Jelmer Vernooij
Update python3.passing.
9230
breezy.tests.test_branch.TestBranch7.test_creation
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9231
breezy.tests.test_branch.TestBranch7.test_layout
6947.1.1 by Jelmer Vernooij
Update python3.passing.
9232
breezy.tests.test_branch.TestBranch7.test_set_stacked_on_url_unstackable_repo
9233
breezy.tests.test_branch.TestBranchFormat5.test_branch_format_5_uses_lockdir
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9234
breezy.tests.test_branch.TestBranchFormatRegistry.test_default
9235
breezy.tests.test_branch.TestBranchFormatRegistry.test_get_all
9236
breezy.tests.test_branch.TestBranchFormatRegistry.test_register_extra
9237
breezy.tests.test_branch.TestBranchFormatRegistry.test_register_extra_lazy
9238
breezy.tests.test_branch.TestBranchFormatRegistry.test_register_unregister_format
9239
breezy.tests.test_branch.TestBranchOptions.test_invalid_append_revisions_only
9240
breezy.tests.test_branch.TestBranchOptions.test_set_delays_write_when_branch_is_locked
9241
breezy.tests.test_branch.TestBranchOptions.test_set_from_config_stack_get_from_config
9242
breezy.tests.test_branch.TestBranchOptions.test_use_fresh_values
9243
breezy.tests.test_branch.TestBranchOptions.test_valid_append_revisions_only
6963.1.2 by Jelmer Vernooij
Fix some more tests.
9244
breezy.tests.test_branch.TestBranchReference.test_create_open_reference
6947.1.1 by Jelmer Vernooij
Update python3.passing.
9245
breezy.tests.test_branch.TestBzrBranchFormat.test_find_format
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9246
breezy.tests.test_branch.TestBzrBranchFormat.test_find_format_not_branch
6947.1.1 by Jelmer Vernooij
Update python3.passing.
9247
breezy.tests.test_branch.TestBzrBranchFormat.test_find_format_unknown_format
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9248
breezy.tests.test_branch.TestBzrBranchFormat.test_find_format_with_features
9249
breezy.tests.test_branch.TestBzrBranchFormat.test_from_string
9250
breezy.tests.test_branch.TestDefaultFormat.test_default_format
9251
breezy.tests.test_branch.TestDefaultFormat.test_default_format_is_same_as_bzrdir_default
6947.1.1 by Jelmer Vernooij
Update python3.passing.
9252
breezy.tests.test_branch.TestDefaultFormat.test_get_set_default_format
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9253
breezy.tests.test_branch.TestErrors.test_unstackable_branch_format
9254
breezy.tests.test_branch.TestHooks.test_constructor
9255
breezy.tests.test_branch.TestHooks.test_installed_hooks_are_BranchHooks
9256
breezy.tests.test_branch.TestHooks.test_post_branch_init_hook
9257
breezy.tests.test_branch.TestHooks.test_post_branch_init_hook_repr
9258
breezy.tests.test_btree_index.TestBTreeBuilder.test_2_leaves_1_0
9259
breezy.tests.test_btree_index.TestBTreeBuilder.test_2_leaves_2_2
9260
breezy.tests.test_btree_index.TestBTreeBuilder.test_clear_cache
9261
breezy.tests.test_btree_index.TestBTreeBuilder.test_empty_1_0
9262
breezy.tests.test_btree_index.TestBTreeBuilder.test_empty_2_1
9263
breezy.tests.test_btree_index.TestBTreeBuilder.test_last_page_not_rounded_2_layer
9264
breezy.tests.test_btree_index.TestBTreeBuilder.test_last_page_rounded_1_layer
9265
breezy.tests.test_btree_index.TestBTreeBuilder.test_root_leaf_1_0
9266
breezy.tests.test_btree_index.TestBTreeBuilder.test_root_leaf_2_2
9267
breezy.tests.test_btree_index.TestBTreeBuilder.test_set_optimize
9268
breezy.tests.test_btree_index.TestBTreeBuilder.test_spill_index_duplicate_key_caught_on_finish
9269
breezy.tests.test_btree_index.TestBTreeBuilder.test_spill_index_stress_1_1
9270
breezy.tests.test_btree_index.TestBTreeBuilder.test_spill_index_stress_1_1_no_combine
9271
breezy.tests.test_btree_index.TestBTreeBuilder.test_spill_index_stress_2_2
9272
breezy.tests.test_btree_index.TestBTreeBuilder.test_three_level_tree_details
9273
breezy.tests.test_btree_index.TestBTreeIndex.test_2_levels_key_count_2_2
9274
breezy.tests.test_btree_index.TestBTreeIndex.test_clear_cache
9275
breezy.tests.test_btree_index.TestBTreeIndex.test_empty_key_count
9276
breezy.tests.test_btree_index.TestBTreeIndex.test_empty_key_count_no_size
9277
breezy.tests.test_btree_index.TestBTreeIndex.test_eq_ne
9278
breezy.tests.test_btree_index.TestBTreeIndex.test_external_references_missing_ref
9279
breezy.tests.test_btree_index.TestBTreeIndex.test_external_references_multiple_ref_lists
9280
breezy.tests.test_btree_index.TestBTreeIndex.test_external_references_no_refs
9281
breezy.tests.test_btree_index.TestBTreeIndex.test_external_references_no_results
9282
breezy.tests.test_btree_index.TestBTreeIndex.test_external_references_two_records
9283
breezy.tests.test_btree_index.TestBTreeIndex.test__find_ancestors_dont_search_known
9284
breezy.tests.test_btree_index.TestBTreeIndex.test__find_ancestors_empty_index
9285
breezy.tests.test_btree_index.TestBTreeIndex.test__find_ancestors_multiple_pages
9286
breezy.tests.test_btree_index.TestBTreeIndex.test__find_ancestors_one_page
9287
breezy.tests.test_btree_index.TestBTreeIndex.test__find_ancestors_one_page_w_missing
9288
breezy.tests.test_btree_index.TestBTreeIndex.test__find_ancestors_one_parent_missing
9289
breezy.tests.test_btree_index.TestBTreeIndex.test_iter_all_entries_reads
9290
breezy.tests.test_btree_index.TestBTreeIndex.test_iter_all_only_root_no_size
9291
breezy.tests.test_btree_index.TestBTreeIndex.test_iter_entries_references_2_refs_resolved
9292
breezy.tests.test_btree_index.TestBTreeIndex.test_iter_key_prefix_1_element_key_None
9293
breezy.tests.test_btree_index.TestBTreeIndex.test_iter_key_prefix_1_key_element_no_refs
9294
breezy.tests.test_btree_index.TestBTreeIndex.test_iter_key_prefix_1_key_element_refs
9295
breezy.tests.test_btree_index.TestBTreeIndex.test_iter_key_prefix_2_key_element_no_refs
9296
breezy.tests.test_btree_index.TestBTreeIndex.test_iter_key_prefix_2_key_element_refs
9297
breezy.tests.test_btree_index.TestBTreeIndex.test_iter_key_prefix_wrong_length
9298
breezy.tests.test_btree_index.TestBTreeIndex.test_key_too_big
9299
breezy.tests.test_btree_index.TestBTreeIndex.test_non_empty_key_count_2_2
9300
breezy.tests.test_btree_index.TestBTreeIndex.test__read_nodes_no_size_multiple_pages
9301
breezy.tests.test_btree_index.TestBTreeIndex.test__read_nodes_no_size_one_page_reads_once
9302
breezy.tests.test_btree_index.TestBTreeIndex.test_supports_unlimited_cache
9303
breezy.tests.test_btree_index.TestBTreeIndex.test_trivial_constructor
9304
breezy.tests.test_btree_index.TestBTreeIndex.test_validate_one_page
9305
breezy.tests.test_btree_index.TestBTreeIndex.test_validate_two_pages
9306
breezy.tests.test_btree_index.TestBTreeIndex.test_with_large_offset
9307
breezy.tests.test_btree_index.TestBTreeIndex.test_with_offset_no_size
9308
breezy.tests.test_btree_index.TestBTreeIndex.test_with_size_constructor
9309
breezy.tests.test_btree_index.TestBTreeIndex.test_with_small_offset
9310
breezy.tests.test_btree_index.TestBTreeNodes.test__flatten_node(python)
9311
breezy.tests.test_btree_index.TestBTreeNodes.test_InternalNode_1(python)
9312
breezy.tests.test_btree_index.TestBTreeNodes.test_LeafNode_1_0(python)
9313
breezy.tests.test_btree_index.TestBTreeNodes.test_LeafNode_2_2(python)
9314
breezy.tests.test_btree_index.TestCompiledBtree.test_exists
9315
breezy.tests.test_btree_index.TestExpandOffsets.test_cannot_fully_expand
9316
breezy.tests.test_btree_index.TestExpandOffsets.test__compute_total_pages_in_index
9317
breezy.tests.test_btree_index.TestExpandOffsets.test_default_recommended_pages
9318
breezy.tests.test_btree_index.TestExpandOffsets.test__find_layer_start_and_stop
9319
breezy.tests.test_btree_index.TestExpandOffsets.test_include_neighbors
9320
breezy.tests.test_btree_index.TestExpandOffsets.test_more_than_recommended
9321
breezy.tests.test_btree_index.TestExpandOffsets.test_no_root_node
9322
breezy.tests.test_btree_index.TestExpandOffsets.test_overlap
9323
breezy.tests.test_btree_index.TestExpandOffsets.test_read_all_from_root
9324
breezy.tests.test_btree_index.TestExpandOffsets.test_read_all_when_cached
9325
breezy.tests.test_btree_index.TestExpandOffsets.test_small_requests_unexpanded
9326
breezy.tests.test_btree_index.TestExpandOffsets.test_stay_within_layer
9327
breezy.tests.test_btree_index.TestExpandOffsets.test_stop_at_cached
9328
breezy.tests.test_btree_index.TestExpandOffsets.test_unknown_size
9329
breezy.tests.test_btree_index.TestMultiBisectRight.test_after
9330
breezy.tests.test_btree_index.TestMultiBisectRight.test_before
9331
breezy.tests.test_btree_index.TestMultiBisectRight.test_exact
9332
breezy.tests.test_btree_index.TestMultiBisectRight.test_inbetween
9333
breezy.tests.test_btree_index.TestMultiBisectRight.test_mixed
9334
breezy.tests.test__btree_serializer.TestGCCKHSHA1LeafNode.test_all_common_prefix
9335
breezy.tests.test__btree_serializer.TestGCCKHSHA1LeafNode.test_common_shift
9336
breezy.tests.test__btree_serializer.TestGCCKHSHA1LeafNode.test_empty_leaf
9337
breezy.tests.test__btree_serializer.TestGCCKHSHA1LeafNode.test_large_offsets
9338
breezy.tests.test__btree_serializer.TestGCCKHSHA1LeafNode.test_many_entries
9339
breezy.tests.test__btree_serializer.TestGCCKHSHA1LeafNode.test_many_key_leaf
9340
breezy.tests.test__btree_serializer.TestGCCKHSHA1LeafNode.test_multi_key_same_offset
9341
breezy.tests.test__btree_serializer.TestGCCKHSHA1LeafNode.test_non_str
9342
breezy.tests.test__btree_serializer.TestGCCKHSHA1LeafNode.test_not_leaf
9343
breezy.tests.test__btree_serializer.TestGCCKHSHA1LeafNode.test_one_key_leaf
9344
breezy.tests.test__btree_serializer.TestGCCKHSHA1LeafNode.test__sizeof__
9345
breezy.tests.test__btree_serializer.TestHexAndUnhex.test_from_hex
9346
breezy.tests.test__btree_serializer.TestHexAndUnhex.test_from_invalid_hex
9347
breezy.tests.test__btree_serializer.TestHexAndUnhex.test_to_hex
9348
breezy.tests.test__btree_serializer.Test_KeyToSha1.test_invalid_empty
9349
breezy.tests.test__btree_serializer.Test_KeyToSha1.test_invalid_not_hex
9350
breezy.tests.test__btree_serializer.Test_KeyToSha1.test_invalid_not_sha1
9351
breezy.tests.test__btree_serializer.Test_KeyToSha1.test_invalid_not_string
9352
breezy.tests.test__btree_serializer.Test_KeyToSha1.test_invalid_not_tuple
9353
breezy.tests.test__btree_serializer.Test_KeyToSha1.test_simple
9354
breezy.tests.test__btree_serializer.Test_Sha1ToKey.test_simple
9355
breezy.tests.test_bugtracker.ErrorsTest.test_incorrect_url
9356
breezy.tests.test_bugtracker.ErrorsTest.test_malformed_bug_identifier
9357
breezy.tests.test_bugtracker.ErrorsTest.test_unknown_bug_tracker_abbreviation
9358
breezy.tests.test_bugtracker.TestBuiltinTrackers.test_bugzilla_registered
9359
breezy.tests.test_bugtracker.TestBuiltinTrackers.test_debian_registered
9360
breezy.tests.test_bugtracker.TestBuiltinTrackers.test_generic_incorrect_url
9361
breezy.tests.test_bugtracker.TestBuiltinTrackers.test_generic_registered
9362
breezy.tests.test_bugtracker.TestBuiltinTrackers.test_generic_registered_non_integer
6963.2.14 by Jelmer Vernooij
Update python3.passing.
9363
breezy.tests.test_bugtracker.TestBuiltinTrackers.test_github
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9364
breezy.tests.test_bugtracker.TestBuiltinTrackers.test_gnome_registered
9365
breezy.tests.test_bugtracker.TestBuiltinTrackers.test_launchpad_registered
9366
breezy.tests.test_bugtracker.TestBuiltinTrackers.test_trac_registered
9367
breezy.tests.test_bugtracker.TestGetBugURL.test_get_bug_url_for_transient_tracker
9368
breezy.tests.test_bugtracker.TestGetBugURL.test_unrecognized_abbreviation_raises_error
6963.2.14 by Jelmer Vernooij
Update python3.passing.
9369
breezy.tests.test_bugtracker.TestProjectIntegerBugTracker.test_appends_id_to_base_url
9370
breezy.tests.test_bugtracker.TestProjectIntegerBugTracker.test_check_bug_id_doesnt_accept_non_project_integers
9371
breezy.tests.test_bugtracker.TestProjectIntegerBugTracker.test_check_bug_id_only_accepts_project_integers
9372
breezy.tests.test_bugtracker.TestProjectIntegerBugTracker.test_doesnt_consult_branch
9373
breezy.tests.test_bugtracker.TestProjectIntegerBugTracker.test_returns_none_if_abbreviation_doesnt_match
9374
breezy.tests.test_bugtracker.TestProjectIntegerBugTracker.test_returns_tracker_if_abbreviation_matches
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9375
breezy.tests.test_bugtracker.TestPropertyEncoding.test_encoding_one
9376
breezy.tests.test_bugtracker.TestPropertyEncoding.test_encoding_two
9377
breezy.tests.test_bugtracker.TestPropertyEncoding.test_encoding_zero
9378
breezy.tests.test_bugtracker.TestUniqueIntegerBugTracker.test_appends_id_to_base_url
9379
breezy.tests.test_bugtracker.TestUniqueIntegerBugTracker.test_check_bug_id_doesnt_accept_non_integers
9380
breezy.tests.test_bugtracker.TestUniqueIntegerBugTracker.test_check_bug_id_only_accepts_integers
9381
breezy.tests.test_bugtracker.TestUniqueIntegerBugTracker.test_doesnt_consult_branch
9382
breezy.tests.test_bugtracker.TestUniqueIntegerBugTracker.test_returns_none_if_abbreviation_doesnt_match
9383
breezy.tests.test_bugtracker.TestUniqueIntegerBugTracker.test_returns_tracker_if_abbreviation_matches
9384
breezy.tests.test_bugtracker.TestURLParametrizedBugTracker.test_get_bug_url_for_integer_id
9385
breezy.tests.test_bugtracker.TestURLParametrizedBugTracker.test_get_bug_url_for_non_integer_id
9386
breezy.tests.test_bugtracker.TestURLParametrizedBugTracker.test_get_with_supported_tag
9387
breezy.tests.test_bugtracker.TestURLParametrizedBugTracker.test_get_with_unsupported_tag
9388
breezy.tests.test_bugtracker.TestURLParametrizedIntegerBugTracker.test_get_bug_url_for_bad_bug
9389
breezy.tests.test_bundle.BTreeTester.test_moves
9390
breezy.tests.test_bundle.BTreeTester.test_renames
6947.1.1 by Jelmer Vernooij
Update python3.passing.
9391
breezy.tests.test_bundle.BundleTester1.test_mismatched_bundle
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9392
breezy.tests.test_bundle.TestBundleWriterReader.test_decode_name
9393
breezy.tests.test_bundle.TestBundleWriterReader.test_encode_name
9394
breezy.tests.test_bundle.TestReadMergeableFromUrl.test_infinite_redirects_are_not_a_bundle
6947.1.1 by Jelmer Vernooij
Update python3.passing.
9395
breezy.tests.test_bundle.V08BundleTester.test_crlf_bundle
9396
breezy.tests.test_bundle.V08BundleTester.test_malformed
9397
breezy.tests.test_bundle.V08BundleTester.test_non_bundle
9398
breezy.tests.test_bundle.V09BundleKnit1Tester.test_crlf_bundle
9399
breezy.tests.test_bundle.V09BundleKnit1Tester.test_malformed
9400
breezy.tests.test_bundle.V09BundleKnit1Tester.test_non_bundle
9401
breezy.tests.test_bundle.V09BundleKnit2Tester.test_crlf_bundle
9402
breezy.tests.test_bundle.V09BundleKnit2Tester.test_malformed
9403
breezy.tests.test_bundle.V09BundleKnit2Tester.test_non_bundle
9404
breezy.tests.test_bundle.V4_2aBundleTester.test_crlf_bundle
9405
breezy.tests.test_bundle.V4_2aBundleTester.test_malformed
9406
breezy.tests.test_bundle.V4_2aBundleTester.test_non_bundle
9407
breezy.tests.test_bundle.V4BundleTester.test_crlf_bundle
9408
breezy.tests.test_bundle.V4BundleTester.test_malformed
9409
breezy.tests.test_bundle.V4BundleTester.test_non_bundle
9410
breezy.tests.test_bzrdir.ChrootedTests.test_cloning_metadir
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9411
breezy.tests.test_bzrdir.ChrootedTests.test_find_branches
9412
breezy.tests.test_bzrdir.ChrootedTests.test_find_controldirs
9413
breezy.tests.test_bzrdir.ChrootedTests.test_find_controldirs_evaluate
9414
breezy.tests.test_bzrdir.ChrootedTests.test_find_controldirs_list_current
9415
breezy.tests.test_bzrdir.ChrootedTests.test_open_containing_tree_branch_or_repository_all
9416
breezy.tests.test_bzrdir.ChrootedTests.test_open_containing_tree_branch_or_repository_branch_subdir
9417
breezy.tests.test_bzrdir.ChrootedTests.test_open_containing_tree_branch_or_repository_no_tree
9418
breezy.tests.test_bzrdir.ChrootedTests.test_open_containing_tree_branch_or_repository_repo
9419
breezy.tests.test_bzrdir.ChrootedTests.test_open_containing_tree_branch_or_repository_repo_subdir
9420
breezy.tests.test_bzrdir.ChrootedTests.test_open_containing_tree_branch_or_repository_shared_repo
9421
breezy.tests.test_bzrdir.ChrootedTests.test_open_from_transport
9422
breezy.tests.test_bzrdir.ChrootedTests.test_open_from_transport_bzrdir_in_parent
9423
breezy.tests.test_bzrdir.ChrootedTests.test_open_from_transport_no_bzrdir
6963.1.2 by Jelmer Vernooij
Fix some more tests.
9424
breezy.tests.test_bzrdir.NonLocalTests.test_checkout_metadir
9425
breezy.tests.test_bzrdir.NonLocalTests.test_clone
9426
breezy.tests.test_bzrdir.NonLocalTests.test_create_branch_convenience
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9427
breezy.tests.test_bzrdir.NonLocalTests.test_create_branch_convenience_force_tree_not_local_fails
6947.1.1 by Jelmer Vernooij
Update python3.passing.
9428
breezy.tests.test_bzrdir.TestBzrDirFormat.test_create_branch_and_repo_under_shared
9429
breezy.tests.test_bzrdir.TestBzrDirFormat.test_create_branch_and_repo_under_shared_force_new
9430
breezy.tests.test_bzrdir.TestBzrDirFormat.test_create_branch_and_repo_uses_default
9431
breezy.tests.test_bzrdir.TestBzrDirFormat.test_create_branch_convenience
9432
breezy.tests.test_bzrdir.TestBzrDirFormat.test_create_branch_convenience_possible_transports
9433
breezy.tests.test_bzrdir.TestBzrDirFormat.test_create_branch_convenience_root
9434
breezy.tests.test_bzrdir.TestBzrDirFormat.test_create_branch_convenience_under_shared_repo
9435
breezy.tests.test_bzrdir.TestBzrDirFormat.test_create_branch_convenience_under_shared_repo_force_new_repo
9436
breezy.tests.test_bzrdir.TestBzrDirFormat.test_create_branch_convenience_under_shared_repo_force_no_tree
6963.1.2 by Jelmer Vernooij
Fix some more tests.
9437
breezy.tests.test_bzrdir.TestBzrDirFormat.test_create_branch_convenience_under_shared_repo_no_tree_policy
9438
breezy.tests.test_bzrdir.TestBzrDirFormat.test_create_branch_convenience_under_shared_repo_no_tree_policy_force_tree
6947.1.1 by Jelmer Vernooij
Update python3.passing.
9439
breezy.tests.test_bzrdir.TestBzrDirFormat.test_create_standalone_working_tree
9440
breezy.tests.test_bzrdir.TestBzrDirFormat.test_create_standalone_working_tree_under_shared_repo
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9441
breezy.tests.test_bzrdir.TestBzrDirFormat.test_find_format
9442
breezy.tests.test_bzrdir.TestBzrDirFormat.test_find_format_nothing_there
6947.1.1 by Jelmer Vernooij
Update python3.passing.
9443
breezy.tests.test_bzrdir.TestBzrDirFormat.test_register_unregister_format
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9444
breezy.tests.test_bzrdir.TestBzrDirHooks.test_post_repo_init
9445
breezy.tests.test_bzrdir.TestBzrDirHooks.test_post_repo_init_hook_repr
9446
breezy.tests.test_bzrdir.TestBzrDirHooks.test_pre_open_actual_exceptions_raised
6963.1.2 by Jelmer Vernooij
Fix some more tests.
9447
breezy.tests.test_bzrdir.TestBzrDirHooks.test_pre_open_called
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
9448
breezy.tests.test_bzrdir.TestBzrDirSprout.test_sprout_parent
6963.1.2 by Jelmer Vernooij
Fix some more tests.
9449
breezy.tests.test_bzrdir.TestBzrDirSprout.test_sprout_uses_branch_sprout
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9450
breezy.tests.test_bzrdir.TestBzrFormat.test_check_support_status_optional
9451
breezy.tests.test_bzrdir.TestBzrFormat.test_check_support_status_required
9452
breezy.tests.test_bzrdir.TestBzrFormat.test_check_support_status_unknown
9453
breezy.tests.test_bzrdir.TestBzrFormat.test_eq
9454
breezy.tests.test_bzrdir.TestBzrFormat.test_feature_already_registered
9455
breezy.tests.test_bzrdir.TestBzrFormat.test_feature_with_space
9456
breezy.tests.test_bzrdir.TestBzrFormat.test_from_string_format_string_mismatch
9457
breezy.tests.test_bzrdir.TestBzrFormat.test_from_string_missing_space
9458
breezy.tests.test_bzrdir.TestBzrFormat.test_from_string_no_features
9459
breezy.tests.test_bzrdir.TestBzrFormat.test_from_string_with_feature
9460
breezy.tests.test_bzrdir.TestBzrFormat.test_from_string_with_spaces
6947.1.1 by Jelmer Vernooij
Update python3.passing.
9461
breezy.tests.test_bzrdir.TestBzrFormat.test_network_name
9462
breezy.tests.test_bzrdir.TestDefaultFormat.test_get_set_default_format
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9463
breezy.tests.test_bzrdir.TestFormatRegistry.test_aliases
9464
breezy.tests.test_bzrdir.TestFormatRegistry.test_format_registry
9465
breezy.tests.test_bzrdir.TestFormatRegistry.test_get_help
9466
breezy.tests.test_bzrdir.TestFormatRegistry.test_help_topic
9467
breezy.tests.test_bzrdir.TestFormatRegistry.test_set_default_repository
6963.1.2 by Jelmer Vernooij
Fix some more tests.
9468
breezy.tests.test_bzrdir.TestGenerateBackupName.test_new
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9469
breezy.tests.test_bzrdir.TestMeta1DirColoFormat.test_downgrade_to_2a
9470
breezy.tests.test_bzrdir.TestMeta1DirColoFormat.test_supports_colo
9471
breezy.tests.test_bzrdir.TestMeta1DirColoFormat.test_upgrade_from_2a
9472
breezy.tests.test_bzrdir.TestMeta1DirFormat.test_comparison
9473
breezy.tests.test_bzrdir.TestMeta1DirFormat.test_meta1dir_uses_lockdir
6947.1.1 by Jelmer Vernooij
Update python3.passing.
9474
breezy.tests.test_bzrdir.TestMeta1DirFormat.test_needs_conversion_different_working_tree
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9475
breezy.tests.test_bzrdir.TestMeta1DirFormat.test_right_base_dirs
9476
breezy.tests.test_bzrdir.TestMeta1DirFormat.test_with_features
6963.1.2 by Jelmer Vernooij
Fix some more tests.
9477
breezy.tests.test_bzrdir.TestMissingRepoBranchesSkipped.test_find_controldirs_missing_repo
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9478
breezy.tests.test_bzrdir.TestRepositoryAcquisitionPolicy.test_acquire_repository_standalone
9479
breezy.tests.test_bzrdir.TestRepositoryAcquisitionPolicy.test_add_fallback_repo_handles_absolute_urls
9480
breezy.tests.test_bzrdir.TestRepositoryAcquisitionPolicy.test_add_fallback_repo_handles_relative_urls
6963.1.2 by Jelmer Vernooij
Fix some more tests.
9481
breezy.tests.test_bzrdir.TestRepositoryAcquisitionPolicy.test_clone_ignores_policy_for_unsupported_formats
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
9482
breezy.tests.test_bzrdir.TestRepositoryAcquisitionPolicy.test_clone_on_transport_obeys_stacking_policy
9483
breezy.tests.test_bzrdir.TestRepositoryAcquisitionPolicy.test_clone_on_transport_upgrades_format_if_stacked_on_specified
9484
breezy.tests.test_bzrdir.TestRepositoryAcquisitionPolicy.test_configure_relative_branch_stacking_url
6963.1.2 by Jelmer Vernooij
Fix some more tests.
9485
breezy.tests.test_bzrdir.TestRepositoryAcquisitionPolicy.test_default_stacking_with_stackable_branch_unstackable_repo
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9486
breezy.tests.test_bzrdir.TestRepositoryAcquisitionPolicy.test_determine_stacking_policy
9487
breezy.tests.test_bzrdir.TestRepositoryAcquisitionPolicy.test_determine_stacking_policy_relative
6947.1.1 by Jelmer Vernooij
Update python3.passing.
9488
breezy.tests.test_bzrdir.TestRepositoryAcquisitionPolicy.test_format_initialize_on_transport_ex_stacked_on
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
9489
breezy.tests.test_bzrdir.TestRepositoryAcquisitionPolicy.test_relative_branch_stacking_to_absolute
9490
breezy.tests.test_bzrdir.TestRepositoryAcquisitionPolicy.test_sprout_ignores_policy_for_unsupported_formats
9491
breezy.tests.test_bzrdir.TestRepositoryAcquisitionPolicy.test_sprout_obeys_stacking_policy
9492
breezy.tests.test_bzrdir.TestRepositoryAcquisitionPolicy.test_sprout_upgrades_format_if_stacked_specified
9493
breezy.tests.test_bzrdir.TestRepositoryAcquisitionPolicy.test_sprout_upgrades_to_rich_root_format_if_needed
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9494
breezy.tests.test_cache_utf8.TestEncodeCache.test_ascii
9495
breezy.tests.test_cache_utf8.TestEncodeCache.test_cached_unicode
9496
breezy.tests.test_cache_utf8.TestEncodeCache.test_cached_utf8
9497
breezy.tests.test_cache_utf8.TestEncodeCache.test_unicode
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
9498
breezy.tests.test_cethread.TestCatchingExceptionThread.test_exception_is_re_raised
9499
breezy.tests.test_cethread.TestCatchingExceptionThread.test_exception_while_switch_and_set
9500
breezy.tests.test_cethread.TestCatchingExceptionThread.test_join_around_exception
9501
breezy.tests.test_cethread.TestCatchingExceptionThread.test_start_and_join_smoke_test
9502
breezy.tests.test_cethread.TestCatchingExceptionThread.test_switch_and_set
9503
breezy.tests.test_cethread.TestCatchingExceptionThread.test_sync_event
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9504
breezy.tests.test__chk_map.Test_BytesToTextKey.test_dir(python)
9505
breezy.tests.test__chk_map.Test_BytesToTextKey.test_file(python)
9506
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_no_kind(python)
9507
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_no_space(python)
9508
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_too_short_file_id(python)
9509
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_too_short_name(python)
9510
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_too_short_parent_id(python)
9511
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_one(python)
9512
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_pref_with_null(python)
9513
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_with_null_pref(python)
9514
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_with_prefix(python)
9515
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_raises_on_non_internal(python)
9516
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_empty(python)
9517
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_items(python)
9518
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_item_with_common_prefix(python)
9519
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_item_with_null_width_1(python)
9520
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_multi_line(python)
9521
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_iteritems_selected_one_of_two_items(python)
9522
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_key_after_map(python)
9523
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_key_after_unmap(python)
9524
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_raises_on_non_leaf(python)
9525
breezy.tests.test_chk_map.TestInternalNode.test_iteritems_empty_new
9526
breezy.tests.test_chk_map.TestInternalNode.test_iteritems_partial_empty
9527
breezy.tests.test_chk_map.TestLeafNode.test_current_size_empty
9528
breezy.tests.test_chk_map.TestLeafNode.test_current_size_size_changed
9529
breezy.tests.test_chk_map.TestLeafNode.test_current_size_width_changed
9530
breezy.tests.test_chk_map.TestLeafNode.test_key_new
9531
breezy.tests.test_chk_map.TestLeafNode.test_unique_serialised_prefix_empty_new
9532
breezy.tests.test_chk_map.TestMapSearchKeys.test_search_key_is_passed_to_root_node
9533
breezy.tests.test_chk_map.TestMapSearchKeys.test_search_key_passed_via__ensure_root
9534
breezy.tests.test_chk_map.TestMap.test_init_and_save_new
9535
breezy.tests.test_chk_map.TestMap.test_init_root_is_LeafNode_new
9536
breezy.tests.test_chk_map.TestMap.test_iter_changes_empty_empty_is_empty
9537
breezy.tests.test_chk_map.TestMap.test_iteritems_empty
9538
breezy.tests.test_chk_map.TestMap.test___len__empty
9539
breezy.tests.test_chk_map.TestNode.test_common_prefix
9540
breezy.tests.test_chk_map.TestNode.test_empty
9541
breezy.tests.test_chk_map.TestNode.test_equal
9542
breezy.tests.test_chk_map.TestNode.test_no_common_prefix
9543
breezy.tests.test_chk_map.TestNode.test_not_a_prefix
9544
breezy.tests.test__chunks_to_lines.TestChunksToLines.test_fulltext_chunk_to_lines(python)
9545
breezy.tests.test__chunks_to_lines.TestChunksToLines.test_lines_to_lines(python)
9546
breezy.tests.test__chunks_to_lines.TestChunksToLines.test_mixed(python)
9547
breezy.tests.test__chunks_to_lines.TestChunksToLines.test_newlines(python)
9548
breezy.tests.test__chunks_to_lines.TestChunksToLines.test_no_final_newline(python)
9549
breezy.tests.test__chunks_to_lines.TestChunksToLines.test_not_lines(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
9550
breezy.tests.test_chunk_writer.TestWriter.test_chunk_writer_empty
9551
breezy.tests.test_chunk_writer.TestWriter.test_optimize_for_size
9552
breezy.tests.test_chunk_writer.TestWriter.test_optimize_for_speed
9553
breezy.tests.test_chunk_writer.TestWriter.test_some_data
9554
breezy.tests.test_chunk_writer.TestWriter.test_too_much_data_does_not_exceed_size
9555
breezy.tests.test_chunk_writer.TestWriter.test_too_much_data_preserves_reserve_space
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
9556
breezy.tests.test_clean_tree.TestCleanTree.test_delete_items_warnings
9557
breezy.tests.test_clean_tree.TestCleanTree.test_symlinks
6770.3.2 by Martin
Add test_cleanup to passing Python 3 tests
9558
breezy.tests.test_cleanup.TestDoWithCleanups.test_cleanup_error_debug_flag
9559
breezy.tests.test_cleanup.TestDoWithCleanups.test_func_and_cleanup_errors_debug_flag
9560
breezy.tests.test_cleanup.TestDoWithCleanups.test_func_error_propagates
9561
breezy.tests.test_cleanup.TestDoWithCleanups.test_func_error_trumps_cleanup_error
9562
breezy.tests.test_cleanup.TestDoWithCleanups.test_func_may_mutate_cleanups
9563
breezy.tests.test_cleanup.TestDoWithCleanups.test_func_passes_and_error_from_cleanup
9564
breezy.tests.test_cleanup.TestDoWithCleanups.test_multiple_cleanup_failures
9565
breezy.tests.test_cleanup.TestDoWithCleanups.test_multiple_cleanup_failures_debug_flag
9566
breezy.tests.test_cleanup.TestDoWithCleanups.test_runs_cleanups
9567
breezy.tests.test_cleanup.TestDoWithCleanups.test_runs_func
9568
breezy.tests.test_cleanup.TestObjectWithCleanups.test_object_with_cleanups
9569
breezy.tests.test_cleanup.TestOperationWithCleanups.test_cleanup_ordering
9570
breezy.tests.test_cleanup.TestRunCleanup.test_cleanup_error
9571
breezy.tests.test_cleanup.TestRunCleanup.test_cleanup_error_debug_flag
9572
breezy.tests.test_cleanup.TestRunCleanup.test_cleanup_with_args_kwargs
9573
breezy.tests.test_cleanup.TestRunCleanup.test_no_errors
9574
breezy.tests.test_cleanup.TestRunCleanup.test_prior_error_cleanup_fails
9575
breezy.tests.test_cleanup.TestRunCleanup.test_prior_error_cleanup_succeeds
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9576
breezy.tests.test_cmdline.TestSplitter.test_double_escape
9577
breezy.tests.test_cmdline.TestSplitter.test_empty_result
9578
breezy.tests.test_cmdline.TestSplitter.test_escape_chars
9579
breezy.tests.test_cmdline.TestSplitter.test_ignore_leading_space
9580
breezy.tests.test_cmdline.TestSplitter.test_ignore_multiple_spaces
9581
breezy.tests.test_cmdline.TestSplitter.test_ignore_trailing_space
9582
breezy.tests.test_cmdline.TestSplitter.test_multiple_quoted_args
9583
breezy.tests.test_cmdline.TestSplitter.test_n_backslashes_handling
9584
breezy.tests.test_cmdline.TestSplitter.test_newline_in_quoted_section
9585
breezy.tests.test_cmdline.TestSplitter.test_posix_quotations
9586
breezy.tests.test_cmdline.TestSplitter.test_quoted_empty
9587
breezy.tests.test_cmdline.TestSplitter.test_simple
9588
breezy.tests.test_cmdline.TestSplitter.test_unicode_chars
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
9589
breezy.tests.test_commands.GuessCommandTests.test_guess
9590
breezy.tests.test_commands.GuessCommandTests.test_guess_override
9591
breezy.tests.test_commands.GuessCommandTests.test_none
9592
breezy.tests.test_commands.TestCommandNotFound.test_not_found_no_suggestion
9593
breezy.tests.test_commands.TestCommandNotFound.test_not_found_with_suggestion
9594
breezy.tests.test_commands.TestCommands.test_all_commands_have_help
9595
breezy.tests.test_commands.TestCommands.test_display_command
9596
breezy.tests.test_commands.TestCommands.test_help_hidden
9597
breezy.tests.test_commands.TestCommands.test_help_not_hidden
9598
breezy.tests.test_commands.TestCommands.test_unicode_command
9599
breezy.tests.test_commands.TestCommands.test_unicode_option
9600
breezy.tests.test_commands.TestExtendCommandHook.test_fires_on_get_cmd_object
9601
breezy.tests.test_commands.TestGetAlias.test_double_quotes
9602
breezy.tests.test_commands.TestGetAlias.test_simple
9603
breezy.tests.test_commands.TestGetAlias.test_single_quotes
9604
breezy.tests.test_commands.TestGetAlias.test_unicode
9605
breezy.tests.test_commands.TestGetCommandHook.test_fires_on_get_cmd_object
9606
breezy.tests.test_commands.TestGetMissingCommandHook.test_fires_on_get_cmd_object
9607
breezy.tests.test_commands.TestGetMissingCommandHook.test_skipped_on_HelpCommandIndex_get_topics
9608
breezy.tests.test_commands.TestInsideCommand.test_command_see_config_overrides
9609
breezy.tests.test_commands.TestInvokedAs.test_invoked_as
9610
breezy.tests.test_commands.TestListCommandHook.test_fires_on_all_command_names
9611
breezy.tests.test_commands.TestPreAndPostCommandHooks.test_post_hook_provided_exception
9612
breezy.tests.test_commands.TestPreAndPostCommandHooks.test_pre_and_post_hooks
9613
breezy.tests.test_commands.TestPreAndPostCommandHooks.test_pre_command_error
9614
breezy.tests.test_commands.TestRegisterLazy.test_aliases
9615
breezy.tests.test_commands.TestRegisterLazy.test_get_unrelated_does_not_import
9616
breezy.tests.test_commands.TestRegisterLazy.test_register_lazy
9617
breezy.tests.test_commands.TestSeeAlso.test_additional_terms
9618
breezy.tests.test_commands.TestSeeAlso.test_deduplication
9619
breezy.tests.test_commands.TestSeeAlso.test_default_subclass_no_see_also
9620
breezy.tests.test_commands.TestSeeAlso.test__see_also
9621
breezy.tests.test_commands.TestSeeAlso.test_sorted
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9622
breezy.tests.test_commit.FilterExcludedTests.test_add_file_excluded
9623
breezy.tests.test_commit.FilterExcludedTests.test_add_file_not_excluded
9624
breezy.tests.test_commit.FilterExcludedTests.test_delete_file_excluded
9625
breezy.tests.test_commit.FilterExcludedTests.test_move_from_or_to_excluded
6973.6.1 by Jelmer Vernooij
More bees.
9626
breezy.tests.test_commit_merge.TestCommitMerge.test_merge_commit_empty
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9627
breezy.tests.test_commit.TestCommit.test_author_with_newline_rejected
6973.6.1 by Jelmer Vernooij
More bees.
9628
breezy.tests.test_commit.TestCommit.test_commit_callback
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
9629
breezy.tests.test_commit.TestCommit.test_commit_empty
6973.6.1 by Jelmer Vernooij
More bees.
9630
breezy.tests.test_commit.TestCommit.test_commit_empty_authors_list
9631
breezy.tests.test_commit.TestCommit.test_commit_has_1ms_resolution
9632
breezy.tests.test_commit.TestCommit.test_commit_no_author
9633
breezy.tests.test_commit.TestCommit.test_commit_object_doesnt_set_nick
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
9634
breezy.tests.test_commit.TestCommit.test_commit_removals_respects_filespec
6973.6.1 by Jelmer Vernooij
More bees.
9635
breezy.tests.test_commit.TestCommit.test_commit_saves_1ms_timestamp
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9636
breezy.tests.test_commit.TestCommit.test_commit_unversioned_specified
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
9637
breezy.tests.test_commit.TestCommit.test_commit_with_checkout_and_branch_sharing_repo
9638
breezy.tests.test_commit.TestCommit.test_missing_commit
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
9639
breezy.tests.test_commit.TestCommit.test_no_callback_netfailure
9640
breezy.tests.test_commit.TestCommit.test_no_callback_pointless
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
9641
breezy.tests.test_commit.TestCommit.test_nonstrict_commit
9642
breezy.tests.test_commit.TestCommit.test_nonstrict_commit_without_unknowns
9643
breezy.tests.test_commit.TestCommit.test_pointless_commit
9644
breezy.tests.test_commit.TestCommit.test_removed_commit
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
9645
breezy.tests.test_commit.TestCommit.test_reused_rev_id
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
9646
breezy.tests.test_commit.TestCommit.test_safe_master_lock
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
9647
breezy.tests.test_commit.TestCommit.test_strict_commit
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9648
breezy.tests.test_config.TestAuthenticationConfigFile.test_auth_section_header_not_closed
9649
breezy.tests.test_config.TestAuthenticationConfigFile.test_auth_value_not_boolean
9650
breezy.tests.test_config.TestAuthenticationConfigFile.test_auth_value_not_int
9651
breezy.tests.test_config.TestAuthenticationConfigFile.test_credentials_for_host_port
9652
breezy.tests.test_config.TestAuthenticationConfigFile.test_credentials_for_path
9653
breezy.tests.test_config.TestAuthenticationConfigFile.test_credentials_for_scheme_host
9654
breezy.tests.test_config.TestAuthenticationConfigFile.test_credentials_for_user
9655
breezy.tests.test_config.TestAuthenticationConfigFile.test_credentials_for_user_without_password
9656
breezy.tests.test_config.TestAuthenticationConfigFile.test_empty_config
9657
breezy.tests.test_config.TestAuthenticationConfigFile.test_for_matching_host
9658
breezy.tests.test_config.TestAuthenticationConfigFile.test_for_matching_host_None
9659
breezy.tests.test_config.TestAuthenticationConfigFile.test_missing_auth_section_header
9660
breezy.tests.test_config.TestAuthenticationConfigFile.test_non_utf8_config
9661
breezy.tests.test_config.TestAuthenticationConfigFile.test_unknown_password_encoding
9662
breezy.tests.test_config.TestAuthenticationConfigFile.test_verify_certificates
9663
breezy.tests.test_config.TestAuthenticationConfig.test_password_default_prompts
9664
breezy.tests.test_config.TestAuthenticationConfig.test_ssh_password_emits_warning
9665
breezy.tests.test_config.TestAuthenticationConfig.test_ssh_without_password_doesnt_emit_warning
9666
breezy.tests.test_config.TestAuthenticationConfig.test_username_default_no_prompt
9667
breezy.tests.test_config.TestAuthenticationConfig.test_username_defaults_prompts
9668
breezy.tests.test_config.TestAuthenticationConfig.test_uses_fallback_stores
9669
breezy.tests.test_config.TestAuthenticationStorage.test_reset_credentials_different_name
9670
breezy.tests.test_config.TestAuthenticationStorage.test_set_credentials
9671
breezy.tests.test_config.TestAutoUserId.test_auto_user_id
9672
breezy.tests.test_config.TestBaseStackGet.test_get_for_broken_callable
9673
breezy.tests.test_config.TestBaseStackGet.test_get_for_empty_section_callable
9674
breezy.tests.test_config.TestBaseStackGet.test_get_without_default_value_for_not_registered
9675
breezy.tests.test_config.TestBaseStackGet.test_get_without_registered_default_value
9676
breezy.tests.test_config.TestBaseStackGet.test_get_with_registered_default_value
9677
breezy.tests.test_config.TestBranchConfigItems.test_BRZ_EMAIL_OVERRIDES
9678
breezy.tests.test_config.TestBranchConfigItems.test_get_user_option_global
9679
breezy.tests.test_config.TestBranchConfigItems.test_user_id
9680
breezy.tests.test_config.TestBranchConfig.test_autonick_urlencoded
9681
breezy.tests.test_config.TestBranchConfig.test_config_url
9682
breezy.tests.test_config.TestBranchConfig.test_constructs_error
9683
breezy.tests.test_config.TestBranchConfig.test_constructs_valid
9684
breezy.tests.test_config.TestBranchConfig.test_get_config
9685
breezy.tests.test_config.TestBranchConfig.test_get_location_config
9686
breezy.tests.test_config.TestBranchConfig.test_has_explicit_nickname
9687
breezy.tests.test_config.TestBranchConfig.test_warn_if_masked
9688
breezy.tests.test_config.TestCommandLineStore.test_list_override
9689
breezy.tests.test_config.TestCommandLineStore.test_multiple_overrides
9690
breezy.tests.test_config.TestCommandLineStore.test_no_override
9691
breezy.tests.test_config.TestCommandLineStore.test_simple_override
9692
breezy.tests.test_config.TestCommandLineStore.test_wrong_syntax
9693
breezy.tests.test_config.TestConcreteStacks.test_build_stack(branch)
9694
breezy.tests.test_config.TestConcreteStacks.test_build_stack(breezy)
9695
breezy.tests.test_config.TestConcreteStacks.test_build_stack(location)
9696
breezy.tests.test_config.TestConcurrentStoreUpdates.test_last_speaker_wins(branch)
9697
breezy.tests.test_config.TestConcurrentStoreUpdates.test_last_speaker_wins(breezy)
9698
breezy.tests.test_config.TestConcurrentStoreUpdates.test_last_speaker_wins(location)
9699
breezy.tests.test_config.TestConcurrentStoreUpdates.test_listen_to_the_last_speaker(branch)
9700
breezy.tests.test_config.TestConcurrentStoreUpdates.test_listen_to_the_last_speaker(breezy)
9701
breezy.tests.test_config.TestConcurrentStoreUpdates.test_listen_to_the_last_speaker(location)
9702
breezy.tests.test_config.TestConcurrentStoreUpdates.test_read_while_writing(branch)
9703
breezy.tests.test_config.TestConcurrentStoreUpdates.test_read_while_writing(breezy)
9704
breezy.tests.test_config.TestConcurrentStoreUpdates.test_read_while_writing(location)
9705
breezy.tests.test_config.TestConcurrentStoreUpdates.test_simple_read_access(branch)
9706
breezy.tests.test_config.TestConcurrentStoreUpdates.test_simple_read_access(breezy)
9707
breezy.tests.test_config.TestConcurrentStoreUpdates.test_simple_read_access(location)
9708
breezy.tests.test_config.TestConcurrentStoreUpdates.test_simple_write_access(branch)
9709
breezy.tests.test_config.TestConcurrentStoreUpdates.test_simple_write_access(breezy)
9710
breezy.tests.test_config.TestConcurrentStoreUpdates.test_simple_write_access(location)
9711
breezy.tests.test_config.TestConcurrentStoreUpdates.test_writes_are_serialized(branch)
9712
breezy.tests.test_config.TestConcurrentStoreUpdates.test_writes_are_serialized(breezy)
9713
breezy.tests.test_config.TestConcurrentStoreUpdates.test_writes_are_serialized(location)
9714
breezy.tests.test_config.TestConfigGetOptions.test_no_variable
9715
breezy.tests.test_config.TestConfigGetOptions.test_option_in_branch
9716
breezy.tests.test_config.TestConfigGetOptions.test_option_in_branch_and_locations
9717
breezy.tests.test_config.TestConfigGetOptions.test_option_in_breezy
9718
breezy.tests.test_config.TestConfigGetOptions.test_option_in_breezy_and_branch
9719
breezy.tests.test_config.TestConfigGetOptions.test_option_in_breezy_locations_and_branch
9720
breezy.tests.test_config.TestConfigGetOptions.test_option_in_locations
9721
breezy.tests.test_config.TestConfigGetSections.test_branch_data_default_section
9722
breezy.tests.test_config.TestConfigGetSections.test_branch_default_sections
9723
breezy.tests.test_config.TestConfigGetSections.test_breezy_default_section
9724
breezy.tests.test_config.TestConfigGetSections.test_breezy_named_section
9725
breezy.tests.test_config.TestConfigGetSections.test_locations_default_section
9726
breezy.tests.test_config.TestConfigGetSections.test_locations_matching_sections
9727
breezy.tests.test_config.TestConfigGetSections.test_locations_named_section
9728
breezy.tests.test_config.TestConfigObj.test_triple_quotes
9729
breezy.tests.test_config.TestConfigPathFallback.test_authentication_config_filename
9730
breezy.tests.test_config.TestConfigPathFallback.test_config_dir
9731
breezy.tests.test_config.TestConfigPathFallback.test_config_filename
9732
breezy.tests.test_config.TestConfigPathFallback.test_locations_config_filename
9733
breezy.tests.test_config.TestConfigPathFallback.test_xdg_cache_dir
9734
breezy.tests.test_config.TestConfigPath.test_authentication_config_filename
9735
breezy.tests.test_config.TestConfigPath.test_config_dir
9736
breezy.tests.test_config.TestConfigPath.test_config_filename
9737
breezy.tests.test_config.TestConfigPath.test_locations_config_filename
9738
breezy.tests.test_config.TestConfigPath.test_xdg_cache_dir
9739
breezy.tests.test_config.TestConfigRemoveOption.test_remove_in_branch
9740
breezy.tests.test_config.TestConfigRemoveOption.test_remove_in_breezy
9741
breezy.tests.test_config.TestConfigRemoveOption.test_remove_in_locations
9742
breezy.tests.test_config.TestConfig.test_constructs
9743
breezy.tests.test_config.TestConfig.test_get_change_editor
9744
breezy.tests.test_config.TestConfig.test_get_user_option_default
9745
breezy.tests.test_config.TestConfig.test_user_email
9746
breezy.tests.test_config.TestConfig.test_username
9747
breezy.tests.test_config.TestConfig.test_validate_signatures_in_log_default
9748
breezy.tests.test_config.TestCredentialStoreRegistry.test_default_credential_store
9749
breezy.tests.test_config.TestCredentialStoreRegistry.test_fallback_credentials
9750
breezy.tests.test_config.TestCredentialStoreRegistry.test_fallback_first_wins
9751
breezy.tests.test_config.TestCredentialStoreRegistry.test_fallback_none_registered
9752
breezy.tests.test_config.TestCredentialStoreRegistry.test_is_fallback
9753
breezy.tests.test_config.TestCredentialStoreRegistry.test_no_fallback
9754
breezy.tests.test_config.TestCredentialStoreRegistry.test_register
9755
breezy.tests.test_config.TestCredentialStoreRegistry.test_register_lazy
9756
breezy.tests.test_config.TestCredentialStoreRegistry.test_unknown_credential_store
9757
breezy.tests.test_config.TestGetConfig.test_calls_read_filenames
9758
breezy.tests.test_config.TestGetConfig.test_constructs
9759
breezy.tests.test_config.TestGetUserOptionAs.test_get_user_option_as_bool
9760
breezy.tests.test_config.TestGetUserOptionAs.test_get_user_option_as_list
9761
breezy.tests.test_config.TestGlobalConfigItems.test_absent_user_id
9762
breezy.tests.test_config.TestGlobalConfigItems.test_configured_validate_signatures_in_log
9763
breezy.tests.test_config.TestGlobalConfigItems.test_find_merge_tool
9764
breezy.tests.test_config.TestGlobalConfigItems.test_find_merge_tool_known
9765
breezy.tests.test_config.TestGlobalConfigItems.test_find_merge_tool_not_found
9766
breezy.tests.test_config.TestGlobalConfigItems.test_find_merge_tool_override_known
9767
breezy.tests.test_config.TestGlobalConfigItems.test_get_alias
9768
breezy.tests.test_config.TestGlobalConfigItems.test_get_aliases
9769
breezy.tests.test_config.TestGlobalConfigItems.test_get_change_editor
9770
breezy.tests.test_config.TestGlobalConfigItems.test_get_long_alias
9771
breezy.tests.test_config.TestGlobalConfigItems.test_get_merge_tools
9772
breezy.tests.test_config.TestGlobalConfigItems.test_get_merge_tools_empty
9773
breezy.tests.test_config.TestGlobalConfigItems.test_get_no_alias
9774
breezy.tests.test_config.TestGlobalConfigItems.test_get_no_change_editor
9775
breezy.tests.test_config.TestGlobalConfigItems.test_get_user_option_default
9776
breezy.tests.test_config.TestGlobalConfigItems.test_get_user_option_global
9777
breezy.tests.test_config.TestGlobalConfigItems.test_user_id
9778
breezy.tests.test_config.TestGlobalConfigSavingOptions.test_empty
9779
breezy.tests.test_config.TestGlobalConfigSavingOptions.test_remove_alias
9780
breezy.tests.test_config.TestGlobalConfigSavingOptions.test_set_alias
9781
breezy.tests.test_config.TestIniBaseConfigOnDisk.test_cannot_reload_without_name
9782
breezy.tests.test_config.TestIniBaseConfigOnDisk.test_reload_see_new_value
9783
breezy.tests.test_config.TestIniConfigBuilding.test_cached
9784
breezy.tests.test_config.TestIniConfigBuilding.test_contructs
9785
breezy.tests.test_config.TestIniConfigBuilding.test_from_fp
9786
breezy.tests.test_config.TestIniConfigBuilding.test_ini_config_ownership
9787
breezy.tests.test_config.TestIniConfigContent.test_load_utf8
9788
breezy.tests.test_config.TestIniConfigOptionExpansion.test_cascading_list
9789
breezy.tests.test_config.TestIniConfigOptionExpansion.test_embedded_ref
9790
breezy.tests.test_config.TestIniConfigOptionExpansion.test_env_adding_options
9791
breezy.tests.test_config.TestIniConfigOptionExpansion.test_env_overriding_options
9792
breezy.tests.test_config.TestIniConfigOptionExpansion.test_indirect_loop
9793
breezy.tests.test_config.TestIniConfigOptionExpansion.test_indirect_ref
9794
breezy.tests.test_config.TestIniConfigOptionExpansion.test_list
9795
breezy.tests.test_config.TestIniConfigOptionExpansion.test_no_expansion
9796
breezy.tests.test_config.TestIniConfigOptionExpansion.test_pathological_hidden_list
9797
breezy.tests.test_config.TestIniConfigOptionExpansion.test_simple_loop
9798
breezy.tests.test_config.TestIniConfigOptionExpansion.test_simple_ref
9799
breezy.tests.test_config.TestIniConfigOptionExpansion.test_unknown_ref
9800
breezy.tests.test_config.TestIniConfigSaving.test_cant_save_without_a_file_name
9801
breezy.tests.test_config.TestIniFileStoreContent.test_load_permission_denied
9802
breezy.tests.test_config.TestIniFileStoreContent.test_load_utf8
9803
breezy.tests.test_config.TestIterOptionRefs.test_broken_ref
9804
breezy.tests.test_config.TestIterOptionRefs.test_embedded_ref
9805
breezy.tests.test_config.TestIterOptionRefs.test_empty
9806
breezy.tests.test_config.TestIterOptionRefs.test_newline_in_refs_are_not_matched
9807
breezy.tests.test_config.TestIterOptionRefs.test_no_refs
9808
breezy.tests.test_config.TestIterOptionRefs.test_single_ref
9809
breezy.tests.test_config.TestIterOptionRefs.test_two_refs
9810
breezy.tests.test_config.TestListOption.test_convert_invalid
9811
breezy.tests.test_config.TestListOption.test_convert_valid
9812
breezy.tests.test_config.TestLocationConfigOptionExpansion.test_cross_related_sections
9813
breezy.tests.test_config.TestLocationConfigOptionExpansion.test_dont_cross_unrelated_section
9814
breezy.tests.test_config.TestLocationConfig.test_branch_calls_read_filenames
9815
breezy.tests.test_config.TestLocationConfig.test_constructs_error
9816
breezy.tests.test_config.TestLocationConfig.test_constructs_valid
9817
breezy.tests.test_config.TestLocationConfig.test_get_bzr_remote_path
9818
breezy.tests.test_config.TestLocationConfig.test_get_global_config
9819
breezy.tests.test_config.TestLocationConfig.test__get_matching_sections_exact
9820
breezy.tests.test_config.TestLocationConfig.test__get_matching_sections_explicit_over_glob
9821
breezy.tests.test_config.TestLocationConfig.test__get_matching_sections_ignoreparent
9822
breezy.tests.test_config.TestLocationConfig.test__get_matching_sections_ignoreparent_subdir
9823
breezy.tests.test_config.TestLocationConfig.test__get_matching_sections_no_match
9824
breezy.tests.test_config.TestLocationConfig.test__get_matching_sections_subdir_child
9825
breezy.tests.test_config.TestLocationConfig.test__get_matching_sections_subdir_child_child
9826
breezy.tests.test_config.TestLocationConfig.test__get_matching_sections_subdir_recursive
9827
breezy.tests.test_config.TestLocationConfig.test__get_matching_sections_subdir_trailing_slash
9828
breezy.tests.test_config.TestLocationConfig.test__get_matching_sections_suffix_does_not
9829
breezy.tests.test_config.TestLocationConfig.test__get_matching_sections_trailing_slash_with_children
9830
breezy.tests.test_config.TestLocationConfig.test__get_option_policy_norecurse
9831
breezy.tests.test_config.TestLocationConfig.test__get_option_policy_normal
9832
breezy.tests.test_config.TestLocationConfig.test__get_options_with_policy
9833
breezy.tests.test_config.TestLocationConfig.test_get_user_option_appendpath
9834
breezy.tests.test_config.TestLocationConfig.test_get_user_option_global
9835
breezy.tests.test_config.TestLocationConfig.test_get_user_option_local
9836
breezy.tests.test_config.TestLocationConfig.test_get_user_option_norecurse
9837
breezy.tests.test_config.TestLocationConfig.test_location_not_listed
9838
breezy.tests.test_config.TestLocationConfig.test_location_without_username
9839
breezy.tests.test_config.TestLocationConfig.test_overriding_location
9840
breezy.tests.test_config.TestLocationConfig.test_set_user_option_appendpath
9841
breezy.tests.test_config.TestLocationConfig.test_set_user_option_change_policy
9842
breezy.tests.test_config.TestLocationConfig.test_set_user_option_norecurse
9843
breezy.tests.test_config.TestLocationMatcher.test_file_urls_are_normalized
9844
breezy.tests.test_config.TestLocationSection.test_invalid_policy
9845
breezy.tests.test_config.TestLocationSection.test_option_with_extra_path
9846
breezy.tests.test_config.TestLocationSection.test_simple_option
9847
breezy.tests.test_config.TestLockableConfig.test_last_speaker_wins(global)
9848
breezy.tests.test_config.TestLockableConfig.test_last_speaker_wins(locations)
9849
breezy.tests.test_config.TestLockableConfig.test_listen_to_the_last_speaker(global)
9850
breezy.tests.test_config.TestLockableConfig.test_listen_to_the_last_speaker(locations)
9851
breezy.tests.test_config.TestLockableConfig.test_read_while_writing(global)
9852
breezy.tests.test_config.TestLockableConfig.test_read_while_writing(locations)
9853
breezy.tests.test_config.TestLockableConfig.test_simple_read_access(global)
9854
breezy.tests.test_config.TestLockableConfig.test_simple_read_access(locations)
9855
breezy.tests.test_config.TestLockableConfig.test_simple_write_access(global)
9856
breezy.tests.test_config.TestLockableConfig.test_simple_write_access(locations)
9857
breezy.tests.test_config.TestLockableConfig.test_writes_are_serialized(global)
9858
breezy.tests.test_config.TestLockableConfig.test_writes_are_serialized(locations)
9859
breezy.tests.test_config.TestLockableIniFileStore.test_create_store_in_created_dir
9860
breezy.tests.test_config.TestMailAddressExtraction.test_extract_email_address
9861
breezy.tests.test_config.TestMailAddressExtraction.test_parse_username
9862
breezy.tests.test_config.TestMutableSection.test_remove(mutable)
9863
breezy.tests.test_config.TestMutableSection.test_remove_new_option(mutable)
9864
breezy.tests.test_config.TestMutableSection.test_set(mutable)
9865
breezy.tests.test_config.TestMutableSection.test_set_preserve_original_once(mutable)
9866
breezy.tests.test_config.TestMutableStore.test_load_hook(branch)
9867
breezy.tests.test_config.TestMutableStore.test_load_hook(breezy)
9868
breezy.tests.test_config.TestMutableStore.test_load_hook(configobj)
9869
breezy.tests.test_config.TestMutableStore.test_load_hook(control)
9870
breezy.tests.test_config.TestMutableStore.test_load_hook(location)
9871
breezy.tests.test_config.TestMutableStore.test_load_hook(remote_branch)
9872
breezy.tests.test_config.TestMutableStore.test_save_empty_creates_no_file(branch)
9873
breezy.tests.test_config.TestMutableStore.test_save_empty_creates_no_file(breezy)
9874
breezy.tests.test_config.TestMutableStore.test_save_empty_creates_no_file(configobj)
9875
breezy.tests.test_config.TestMutableStore.test_save_empty_creates_no_file(control)
9876
breezy.tests.test_config.TestMutableStore.test_save_empty_creates_no_file(location)
9877
breezy.tests.test_config.TestMutableStore.test_save_empty_creates_no_file(remote_branch)
9878
breezy.tests.test_config.TestMutableStore.test_save_hook(branch)
9879
breezy.tests.test_config.TestMutableStore.test_save_hook(breezy)
9880
breezy.tests.test_config.TestMutableStore.test_save_hook(configobj)
9881
breezy.tests.test_config.TestMutableStore.test_save_hook(control)
9882
breezy.tests.test_config.TestMutableStore.test_save_hook(location)
9883
breezy.tests.test_config.TestMutableStore.test_save_hook(remote_branch)
9884
breezy.tests.test_config.TestMutableStore.test_save_with_content_succeeds(branch)
9885
breezy.tests.test_config.TestMutableStore.test_save_with_content_succeeds(remote_branch)
9886
breezy.tests.test_config.TestMutableStore.test_set_option_in_empty_store(branch)
9887
breezy.tests.test_config.TestMutableStore.test_set_option_in_empty_store(breezy)
9888
breezy.tests.test_config.TestMutableStore.test_set_option_in_empty_store(configobj)
9889
breezy.tests.test_config.TestMutableStore.test_set_option_in_empty_store(control)
9890
breezy.tests.test_config.TestMutableStore.test_set_option_in_empty_store(location)
9891
breezy.tests.test_config.TestMutableStore.test_set_option_in_empty_store(remote_branch)
9892
breezy.tests.test_config.TestOldConfigHooks.test_get_hook_branch
9893
breezy.tests.test_config.TestOldConfigHooks.test_get_hook_breezy
9894
breezy.tests.test_config.TestOldConfigHooks.test_get_hook_locations
9895
breezy.tests.test_config.TestOldConfigHooks.test_load_hook_branch
9896
breezy.tests.test_config.TestOldConfigHooks.test_load_hook_breezy
9897
breezy.tests.test_config.TestOldConfigHooks.test_load_hook_locations
9898
breezy.tests.test_config.TestOldConfigHooks.test_remove_hook_branch
9899
breezy.tests.test_config.TestOldConfigHooks.test_remove_hook_breezy
9900
breezy.tests.test_config.TestOldConfigHooks.test_remove_hook_locations
9901
breezy.tests.test_config.TestOldConfigHooks.test_save_hook_branch
9902
breezy.tests.test_config.TestOldConfigHooks.test_save_hook_breezy
9903
breezy.tests.test_config.TestOldConfigHooks.test_save_hook_locations
9904
breezy.tests.test_config.TestOldConfigHooks.test_set_hook_branch
9905
breezy.tests.test_config.TestOldConfigHooks.test_set_hook_breezy
9906
breezy.tests.test_config.TestOldConfigHooks.test_set_hook_locations
9907
breezy.tests.test_config.TestOptionNames.test_invalid_names
9908
breezy.tests.test_config.TestOptionNames.test_valid_names
9909
breezy.tests.test_config.TestOptionNames.test_valid_references
9910
breezy.tests.test_config.TestOptionRegistry.test_dont_lazy_register_illegal_name
9911
breezy.tests.test_config.TestOptionRegistry.test_dont_register_illegal_name
9912
breezy.tests.test_config.TestOptionRegistry.test_register
9913
breezy.tests.test_config.TestOptionRegistry.test_registered_help
9914
breezy.tests.test_config.TestOptionRegistry.test_registered_lazy_help
9915
breezy.tests.test_config.TestOptionRegistry.test_register_lazy
9916
breezy.tests.test_config.TestOption.test_callable_default_value
9917
breezy.tests.test_config.TestOption.test_default_value
9918
breezy.tests.test_config.TestOption.test_default_value_from_env
9919
breezy.tests.test_config.TestOption.test_first_default_value_from_env_wins
9920
breezy.tests.test_config.TestOption.test_get_help_topic
9921
breezy.tests.test_config.TestOption.test_not_supported_list_default_value
9922
breezy.tests.test_config.TestOption.test_not_supported_object_default_value
9923
breezy.tests.test_config.TestOptionWithBooleanConverter.test_convert_invalid
9924
breezy.tests.test_config.TestOptionWithBooleanConverter.test_convert_valid
9925
breezy.tests.test_config.TestOptionWithIntegerConverter.test_convert_invalid
9926
breezy.tests.test_config.TestOptionWithIntegerConverter.test_convert_valid
9927
breezy.tests.test_config.TestOptionWithSIUnitConverter.test_convert_invalid
9928
breezy.tests.test_config.TestOptionWithSIUnitConverter.test_convert_valid
9929
breezy.tests.test_config.TestPlainTextCredentialStore.test_decode_password
9930
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(acceptable_keys)
9931
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(add.maximum_file_size)
9932
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(append_revisions_only)
9933
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(bound)
9934
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(bound_location)
9935
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(branch.fetch_tags)
9936
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(bugtracker)
9937
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(bzr.transform.orphan_policy)
9938
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(bzr.workingtree.worth_saving_limit)
9939
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(check_signatures)
9940
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(child_submit_format)
9941
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(child_submit_to)
9942
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(commit.template_from_files)
9943
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(create_signatures)
9944
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(debug_flags)
9945
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(default_format)
9946
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(dirstate.fdatasync)
9947
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(dpush_strict)
9948
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(editor)
9949
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(email)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
9950
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(git.http)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9951
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(gpg_signing_key)
9952
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(language)
9953
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(launchpad.packaging_verbosity)
9954
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(launchpad_username)
9955
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(locks.steal_dead)
9956
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(log_format)
9957
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(mail_client)
9958
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(output_encoding)
9959
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(parent_location)
9960
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(po_merge.command)
9961
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(po_merge.po_dirs)
9962
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(po_merge.po_glob)
9963
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(po_merge.pot_glob)
9964
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(post_commit)
9965
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(post_commit_body)
9966
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(post_commit_difflimit)
9967
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(post_commit_diffoptions)
9968
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(post_commit_log_format)
9969
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(post_commit_mailer)
9970
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(post_commit_push_pull)
9971
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(post_commit_sender)
9972
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(post_commit_subject)
9973
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(post_commit_to)
9974
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(progress_bar)
9975
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(public_branch)
9976
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(push_location)
9977
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(push_strict)
9978
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(repository.fdatasync)
9979
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(revision_mail_headers)
9980
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(selftest.timeout)
9981
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(send_strict)
9982
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(serve.client_timeout)
9983
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(smtp_password)
9984
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(smtp_server)
9985
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(smtp_username)
9986
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(ssl.ca_certs)
9987
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(ssl.cert_reqs)
9988
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(stacked_on_location)
9989
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(submit_branch)
9990
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(submit_to)
9991
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(suppress_warnings)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
9992
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(transform.orphan_policy)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
9993
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(upload_auto)
9994
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(upload_auto_quiet)
9995
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(upload_location)
9996
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(upload_revid_location)
9997
breezy.tests.test_config.TestRegisteredOptions.test_help_is_set(validate_signatures_in_log)
9998
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(acceptable_keys)
9999
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(add.maximum_file_size)
10000
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(append_revisions_only)
10001
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(bound)
10002
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(bound_location)
10003
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(branch.fetch_tags)
10004
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(bugtracker)
10005
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(bzr.transform.orphan_policy)
10006
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(bzr.workingtree.worth_saving_limit)
10007
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(check_signatures)
10008
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(child_submit_format)
10009
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(child_submit_to)
10010
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(commit.template_from_files)
10011
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(create_signatures)
10012
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(debug_flags)
10013
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(default_format)
10014
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(dirstate.fdatasync)
10015
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(dpush_strict)
10016
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(editor)
10017
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(email)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
10018
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(git.http)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10019
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(gpg_signing_key)
10020
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(language)
10021
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(launchpad.packaging_verbosity)
10022
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(launchpad_username)
10023
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(locks.steal_dead)
10024
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(log_format)
10025
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(mail_client)
10026
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(output_encoding)
10027
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(parent_location)
10028
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(po_merge.command)
10029
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(po_merge.po_dirs)
10030
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(po_merge.po_glob)
10031
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(po_merge.pot_glob)
10032
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(post_commit)
10033
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(post_commit_body)
10034
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(post_commit_difflimit)
10035
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(post_commit_diffoptions)
10036
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(post_commit_log_format)
10037
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(post_commit_mailer)
10038
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(post_commit_push_pull)
10039
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(post_commit_sender)
10040
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(post_commit_subject)
10041
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(post_commit_to)
10042
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(progress_bar)
10043
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(public_branch)
10044
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(push_location)
10045
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(push_strict)
10046
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(repository.fdatasync)
10047
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(revision_mail_headers)
10048
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(selftest.timeout)
10049
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(send_strict)
10050
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(serve.client_timeout)
10051
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(smtp_password)
10052
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(smtp_server)
10053
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(smtp_username)
10054
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(ssl.ca_certs)
10055
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(ssl.cert_reqs)
10056
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(stacked_on_location)
10057
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(submit_branch)
10058
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(submit_to)
10059
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(suppress_warnings)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
10060
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(transform.orphan_policy)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10061
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(upload_auto)
10062
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(upload_auto_quiet)
10063
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(upload_location)
10064
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(upload_revid_location)
10065
breezy.tests.test_config.TestRegisteredOptions.test_proper_name(validate_signatures_in_log)
10066
breezy.tests.test_config.TestRegistryOption.test_convert_invalid
10067
breezy.tests.test_config.TestRegistryOption.test_convert_valid
10068
breezy.tests.test_config.TestRegistryOption.test_get_help_text
10069
breezy.tests.test_config.TestRegistryOption.test_help
10070
breezy.tests.test_config.TestSectionMatcher.test_build_doesnt_load_store(id)
10071
breezy.tests.test_config.TestSectionMatcher.test_build_doesnt_load_store(location)
10072
breezy.tests.test_config.TestSection.test_get_a_value
10073
breezy.tests.test_config.TestSection.test_get_unknown_option
10074
breezy.tests.test_config.TestSection.test_options_is_shared
10075
breezy.tests.test_config.TestSharedStores.test_breezy_conf_shared
10076
breezy.tests.test_config.TestStackExpandOptions.test_env_adding_options
10077
breezy.tests.test_config.TestStackExpandOptions.test_illegal_def_is_ignored
10078
breezy.tests.test_config.TestStackExpandOptions.test_no_expansion
10079
breezy.tests.test_config.TestStackExpandOptions.test_unknown_ref
10080
breezy.tests.test_config.TestStackGet.test_get_for_empty_stack(branch)
10081
breezy.tests.test_config.TestStackGet.test_get_for_empty_stack(breezy)
10082
breezy.tests.test_config.TestStackGet.test_get_for_empty_stack(location)
10083
breezy.tests.test_config.TestStackGet.test_get_hook(branch)
10084
breezy.tests.test_config.TestStackGet.test_get_hook(breezy)
10085
breezy.tests.test_config.TestStackGet.test_get_hook(location)
10086
breezy.tests.test_config.TestStackIterSections.test_empty_stack
10087
breezy.tests.test_config.TestStackRemove.test_remove_existing(branch)
10088
breezy.tests.test_config.TestStackRemove.test_remove_existing(breezy)
10089
breezy.tests.test_config.TestStackRemove.test_remove_existing(location)
10090
breezy.tests.test_config.TestStackRemove.test_remove_hook(branch)
10091
breezy.tests.test_config.TestStackRemove.test_remove_hook(breezy)
10092
breezy.tests.test_config.TestStackRemove.test_remove_hook(location)
10093
breezy.tests.test_config.TestStackRemove.test_remove_unknown(branch)
10094
breezy.tests.test_config.TestStackRemove.test_remove_unknown(breezy)
10095
breezy.tests.test_config.TestStackRemove.test_remove_unknown(location)
10096
breezy.tests.test_config.TestStackSet.test_set_creates_a_new_section(branch)
10097
breezy.tests.test_config.TestStackSet.test_set_creates_a_new_section(breezy)
10098
breezy.tests.test_config.TestStackSet.test_set_creates_a_new_section(location)
10099
breezy.tests.test_config.TestStackSet.test_set_hook(branch)
10100
breezy.tests.test_config.TestStackSet.test_set_hook(breezy)
10101
breezy.tests.test_config.TestStackSet.test_set_hook(location)
10102
breezy.tests.test_config.TestStackSet.test_simple_set(branch)
10103
breezy.tests.test_config.TestStackSet.test_simple_set(breezy)
10104
breezy.tests.test_config.TestStackSet.test_simple_set(location)
10105
breezy.tests.test_config.TestStoreMinimalAPI.test_id(branch)
10106
breezy.tests.test_config.TestStoreMinimalAPI.test_id(breezy)
10107
breezy.tests.test_config.TestStoreMinimalAPI.test_id(cmdline)
10108
breezy.tests.test_config.TestStoreMinimalAPI.test_id(configobj)
10109
breezy.tests.test_config.TestStoreMinimalAPI.test_id(control)
10110
breezy.tests.test_config.TestStoreMinimalAPI.test_id(location)
10111
breezy.tests.test_config.TestStoreSaveChanges.test_concurrent_update_modified
10112
breezy.tests.test_config.TestStoreSaveChanges.test_no_changes_no_save
10113
breezy.tests.test_config.TestStoreSaveChanges.test_unrelated_concurrent_update
10114
breezy.tests.test_config.TestSupressWarning.test_suppress_warning_known
10115
breezy.tests.test_config.TestSupressWarning.test_suppress_warning_unknown
10116
breezy.tests.test_config.TestTransportConfig.test_get_value
6963.1.2 by Jelmer Vernooij
Fix some more tests.
10117
breezy.tests.test_config.TestTransportConfig.test_load_permission_denied
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10118
breezy.tests.test_config.TestTransportConfig.test_load_utf8
10119
breezy.tests.test_config.TestTransportConfig.test_set_unset_default_stack_on
10120
breezy.tests.test_config.TestTransportIniFileStore.test_loading_unknown_file_fails
10121
breezy.tests.test_config.TestTreeConfig.test_get_value
10122
breezy.tests.test_config.TestXDGConfigDir.test_xdg_config_dir_exists
10123
breezy.tests.test_config.TestXDGConfigDir.test_xdg_config_home
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
10124
breezy.tests.test_conflicts.TestConflictList.test_stanzas_roundtrip
10125
breezy.tests.test_conflicts.TestConflicts.test_resolve_conflicts_recursive
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10126
breezy.tests.test_conflicts.TestConflicts.test_select_conflicts
10127
breezy.tests.test_conflicts.TestPerConflict.test_stanzification(TextConflict)
10128
breezy.tests.test_conflicts.TestResolveActionOption.test_done
10129
breezy.tests.test_conflicts.TestResolveActionOption.test_take_other
10130
breezy.tests.test_conflicts.TestResolveActionOption.test_take_this
10131
breezy.tests.test_conflicts.TestResolveActionOption.test_unknown_action
10132
breezy.tests.test_controldir.DefaultControlComponentFormatTests.test_check_support_status_supported
10133
breezy.tests.test_controldir.DefaultControlComponentFormatTests.test_check_support_status_unsupported
10134
breezy.tests.test_controldir.DefaultControlComponentFormatTests.test_recommend_upgrade_current_format
10135
breezy.tests.test_controldir.DefaultControlComponentFormatTests.test_recommend_upgrade_old_format
10136
breezy.tests.test_controldir.IsControlFilenameTest.test_is_bzrdir
10137
breezy.tests.test_controldir.IsControlFilenameTest.test_is_not_bzrdir
10138
breezy.tests.test_controldir.TestErrors.test_must_have_working_tree
10139
breezy.tests.test_controldir.TestMetaComponentFormatRegistry.test_get_all
10140
breezy.tests.test_controldir.TestMetaComponentFormatRegistry.test_get_all_modules
10141
breezy.tests.test_controldir.TestMetaComponentFormatRegistry.test_register_extra
10142
breezy.tests.test_controldir.TestMetaComponentFormatRegistry.test_register_extra_lazy
10143
breezy.tests.test_controldir.TestMetaComponentFormatRegistry.test_register_unregister_format
10144
breezy.tests.test_controldir.TestNotBzrDir.test_create_and_find_format
10145
breezy.tests.test_controldir.TestProber.test_known_formats(CVSProber)
10146
breezy.tests.test_controldir.TestProber.test_known_formats(DarcsProber)
10147
breezy.tests.test_controldir.TestProber.test_known_formats(MonotoneProber)
10148
breezy.tests.test_controldir.TestProber.test_probe_transport_empty(BzrProber)
10149
breezy.tests.test_controldir.TestProber.test_probe_transport_empty(CVSProber)
10150
breezy.tests.test_controldir.TestProber.test_probe_transport_empty(DarcsProber)
6964.2.2 by Jelmer Vernooij
Update python3.passing.
10151
breezy.tests.test_controldir.TestProber.test_probe_transport_empty(LocalGitProber)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10152
breezy.tests.test_controldir.TestProber.test_probe_transport_empty(MonotoneProber)
10153
breezy.tests.test_counted_lock.TestCountedLock.test_break_lock
10154
breezy.tests.test_counted_lock.TestCountedLock.test_read_lock
10155
breezy.tests.test_counted_lock.TestCountedLock.test_read_lock_while_write_locked
10156
breezy.tests.test_counted_lock.TestCountedLock.test_reenter_with_token
10157
breezy.tests.test_counted_lock.TestCountedLock.test_unlock_not_locked
10158
breezy.tests.test_counted_lock.TestCountedLock.test_write_lock_reentrant
10159
breezy.tests.test_counted_lock.TestCountedLock.test_write_lock_while_read_locked
10160
breezy.tests.test_counted_lock.TestDummyLock.test_basic_locking
10161
breezy.tests.test_counted_lock.TestDummyLock.test_break_lock
10162
breezy.tests.test_counted_lock.TestDummyLock.test_detect_underlock
10163
breezy.tests.test_counted_lock.TestDummyLock.test_lock_initially_not_held
10164
breezy.tests.test_counted_lock.TestDummyLock.test_lock_not_reentrant
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
10165
breezy.tests.test_crash.TestApportReporting.test_apport_report
10166
breezy.tests.test_crash.TestNonApportReporting.test_report_bug_legacy
10167
breezy.tests.test_debug.TestDebugFlags.test_set_multiple_debug_flags_from_config
10168
breezy.tests.test_debug.TestDebugFlags.test_set_no_debug_flags_from_config
10169
breezy.tests.test_debug.TestDebugFlags.test_set_single_debug_flags_from_config
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10170
breezy.tests.test_decorators.TestOnlyRaisesDecorator.test_quietly_logs_unapproved_errors
10171
breezy.tests.test_decorators.TestOnlyRaisesDecorator.test_raises_approved_error
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
10172
breezy.tests.test_delta.TestDeltaShow.test_long_status
10173
breezy.tests.test_delta.TestDeltaShow.test_long_status_path_predicate
10174
breezy.tests.test_delta.TestDeltaShow.test_predicate_always
10175
breezy.tests.test_delta.TestDeltaShow.test_short_status
10176
breezy.tests.test_delta.TestDeltaShow.test_short_status_path_predicate
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10177
breezy.tests.test_delta.TestReportChanges.test_kind
10178
breezy.tests.test_delta.TestReportChanges.test_missing
10179
breezy.tests.test_delta.TestReportChanges.test_modification
10180
breezy.tests.test_delta.TestReportChanges.test_new
10181
breezy.tests.test_delta.TestReportChanges.test_removal
10182
breezy.tests.test_delta.TestReportChanges.test_rename
10183
breezy.tests.test_delta.TestReportChanges.test_report_changes
10184
breezy.tests.test_delta.TestReportChanges.test_report_unversioned
10185
breezy.tests.test_delta.TestReportChanges.test_unversioned
10186
breezy.tests.test_delta.TestReportChanges.test_view_filtering
10187
breezy.tests.test_diff.TestDiffFromToolEncodedFilename.test_encodable_filename
10188
breezy.tests.test_diff.TestDiffFromToolEncodedFilename.test_unencodable_filename
10189
breezy.tests.test_diff.TestDiffFromTool.test_execute_missing
10190
breezy.tests.test_diff.TestDiffFromTool.test_from_string
10191
breezy.tests.test_diff.TestDiffFromTool.test_from_string_path_with_backslashes
10192
breezy.tests.test_diff.TestDiffFromTool.test_from_string_u5
10193
breezy.tests.test_diff.TestDiffFromTool.test_prepare_files_creates_paths_readable_by_windows_tool
10194
breezy.tests.test_diff.TestDiffOptionsScenarios.test_unified_not_added(--brief)
10195
breezy.tests.test_diff.TestDiffOptionsScenarios.test_unified_not_added(-c)
10196
breezy.tests.test_diff.TestDiffOptionsScenarios.test_unified_not_added(-C)
10197
breezy.tests.test_diff.TestDiffOptionsScenarios.test_unified_not_added(--context)
10198
breezy.tests.test_diff.TestDiffOptionsScenarios.test_unified_not_added(-D)
10199
breezy.tests.test_diff.TestDiffOptionsScenarios.test_unified_not_added(-e)
10200
breezy.tests.test_diff.TestDiffOptionsScenarios.test_unified_not_added(--ed)
10201
breezy.tests.test_diff.TestDiffOptionsScenarios.test_unified_not_added(-f)
10202
breezy.tests.test_diff.TestDiffOptionsScenarios.test_unified_not_added(--forward-ed)
10203
breezy.tests.test_diff.TestDiffOptionsScenarios.test_unified_not_added(--ifdef)
10204
breezy.tests.test_diff.TestDiffOptionsScenarios.test_unified_not_added(-n)
10205
breezy.tests.test_diff.TestDiffOptionsScenarios.test_unified_not_added(--normal)
10206
breezy.tests.test_diff.TestDiffOptionsScenarios.test_unified_not_added(-q)
10207
breezy.tests.test_diff.TestDiffOptionsScenarios.test_unified_not_added(--rcs)
10208
breezy.tests.test_diff.TestDiffOptionsScenarios.test_unified_not_added(--side-by-side)
10209
breezy.tests.test_diff.TestDiffOptionsScenarios.test_unified_not_added(-u)
10210
breezy.tests.test_diff.TestDiffOptionsScenarios.test_unified_not_added(-U)
10211
breezy.tests.test_diff.TestDiffOptionsScenarios.test_unified_not_added(--unified)
10212
breezy.tests.test_diff.TestDiffOptionsScenarios.test_unified_not_added(-y)
10213
breezy.tests.test_diff.TestDiffOptions.test_unified_added
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
10214
breezy.tests.test_diff.TestGetTreesAndBranchesToDiffLocked.test_basic
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10215
breezy.tests.test_diff.TestPatienceDiffLib_c.test_diff_unicode_string
10216
breezy.tests.test_diff.TestPatienceDiffLib_c.test_grouped_opcodes
10217
breezy.tests.test_diff.TestPatienceDiffLib_c.test_matching_blocks
10218
breezy.tests.test_diff.TestPatienceDiffLib_c.test_matching_blocks_tuples
10219
breezy.tests.test_diff.TestPatienceDiffLib_c.test_multiple_ranges
10220
breezy.tests.test_diff.TestPatienceDiffLib_c.test_opcodes
10221
breezy.tests.test_diff.TestPatienceDiffLib_c.test_patience_unified_diff
10222
breezy.tests.test_diff.TestPatienceDiffLib_c.test_patience_unified_diff_with_dates
10223
breezy.tests.test_diff.TestPatienceDiffLib_c.test_recurse_matches
10224
breezy.tests.test_diff.TestPatienceDiffLib_c.test_unhashable
10225
breezy.tests.test_diff.TestPatienceDiffLib_c.test_unique_lcs
10226
breezy.tests.test_diff.TestPatienceDiffLibFiles_c.test_patience_unified_diff_files
10227
breezy.tests.test_diff.TestPatienceDiffLib.test_grouped_opcodes
10228
breezy.tests.test_diff.TestPatienceDiffLib.test_matching_blocks
10229
breezy.tests.test_diff.TestPatienceDiffLib.test_matching_blocks_tuples
10230
breezy.tests.test_diff.TestPatienceDiffLib.test_multiple_ranges
10231
breezy.tests.test_diff.TestPatienceDiffLib.test_opcodes
10232
breezy.tests.test_diff.TestPatienceDiffLib.test_patience_unified_diff
10233
breezy.tests.test_diff.TestPatienceDiffLib.test_patience_unified_diff_with_dates
10234
breezy.tests.test_diff.TestPatienceDiffLib.test_recurse_matches
10235
breezy.tests.test_diff.TestPatienceDiffLib.test_unique_lcs
10236
breezy.tests.test_diff.TestUsingCompiledIfAvailable.test_PatienceSequenceMatcher
10237
breezy.tests.test_diff.TestUsingCompiledIfAvailable.test_recurse_matches
10238
breezy.tests.test_diff.TestUsingCompiledIfAvailable.test_unique_lcs
10239
breezy.tests.test_directory_service.TestAliasDirectory.test_extra_path
10240
breezy.tests.test_directory_service.TestAliasDirectory.test_lookup_badname
10241
breezy.tests.test_directory_service.TestAliasDirectory.test_lookup_badvalue
10242
breezy.tests.test_directory_service.TestAliasDirectory.test_lookup_bound
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
10243
breezy.tests.test_directory_service.TestAliasDirectory.test_lookup_parent
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10244
breezy.tests.test_directory_service.TestAliasDirectory.test_lookup_public
10245
breezy.tests.test_directory_service.TestAliasDirectory.test_lookup_push
10246
breezy.tests.test_directory_service.TestAliasDirectory.test_lookup_submit
10247
breezy.tests.test_directory_service.TestAliasDirectory.test_lookup_this
10248
breezy.tests.test_directory_service.TestAliasDirectory.test_register_location_alias
10249
breezy.tests.test_directory_service.TestColocatedDirectory.test_no_such_branch
10250
breezy.tests.test_directory_service.TestDirectoryLookup.test_dereference
10251
breezy.tests.test_directory_service.TestDirectoryLookup.test_get_directory_service
10252
breezy.tests.test_directory_service.TestDirectoryLookup.test_get_transport
10253
breezy.tests.test__dirstate_helpers.TestCompiledBisectDirblock.test_involved
10254
breezy.tests.test__dirstate_helpers.TestCompiledBisectDirblock.test_involved_cached
10255
breezy.tests.test__dirstate_helpers.TestCompiledBisectDirblock.test_simple
10256
breezy.tests.test__dirstate_helpers.TestCompiledBisectPathLeft.test_involved
10257
breezy.tests.test__dirstate_helpers.TestCompiledBisectPathLeft.test_simple
10258
breezy.tests.test__dirstate_helpers.TestCompiledBisectPathRight.test_involved
10259
breezy.tests.test__dirstate_helpers.TestCompiledBisectPathRight.test_simple
10260
breezy.tests.test__dirstate_helpers.TestCompiledLtByDirs.test_cmp_empty
10261
breezy.tests.test__dirstate_helpers.TestCompiledLtByDirs.test_cmp_non_ascii
10262
breezy.tests.test__dirstate_helpers.TestCompiledLtByDirs.test_cmp_same_str
10263
breezy.tests.test__dirstate_helpers.TestCompiledLtByDirs.test_cmp_unicode_not_allowed
10264
breezy.tests.test__dirstate_helpers.TestCompiledLtByDirs.test_simple_paths
10265
breezy.tests.test__dirstate_helpers.TestCompiledLtByDirs.test_tricky_paths
10266
breezy.tests.test__dirstate_helpers.TestCompiledLtPathByDirblock.test_cmp_simple_paths
10267
breezy.tests.test__dirstate_helpers.TestCompiledLtPathByDirblock.test_nonascii
10268
breezy.tests.test__dirstate_helpers.TestCompiledLtPathByDirblock.test_tricky_paths
10269
breezy.tests.test__dirstate_helpers.TestCompiledLtPathByDirblock.test_unicode_not_allowed
10270
breezy.tests.test__dirstate_helpers.TestCompiledReadDirblocks.test_smoketest(unicode)
10271
breezy.tests.test__dirstate_helpers.TestCompiledReadDirblocks.test_trailing_garbage(unicode)
10272
breezy.tests.test__dirstate_helpers.TestLtByDirs.test_cmp_unicode_not_allowed
10273
breezy.tests.test__dirstate_helpers.TestLtPathByDirblock.test_unicode_not_allowed
10274
breezy.tests.test__dirstate_helpers.TestMemRChr.test_missing
10275
breezy.tests.test__dirstate_helpers.TestMemRChr.test_multiple
10276
breezy.tests.test__dirstate_helpers.TestMemRChr.test_single_entry
10277
breezy.tests.test__dirstate_helpers.TestMemRChr.test_with_nulls
10278
breezy.tests.test__dirstate_helpers.TestPackStat.test_ancient_ctime(dirstate_Python)
10279
breezy.tests.test__dirstate_helpers.TestPackStat.test_ancient_mtime(dirstate_Python)
10280
breezy.tests.test__dirstate_helpers.TestPackStat.test_distant_ctime(dirstate_Python)
10281
breezy.tests.test__dirstate_helpers.TestPackStat.test_distant_mtime(dirstate_Python)
10282
breezy.tests.test__dirstate_helpers.TestPackStat.test_fractional_ctime(dirstate_Python)
10283
breezy.tests.test__dirstate_helpers.TestPackStat.test_fractional_mtime(dirstate_Python)
10284
breezy.tests.test__dirstate_helpers.TestPackStat.test_giant_inode(dirstate_Python)
10285
breezy.tests.test__dirstate_helpers.TestPackStat.test_giant_size(dirstate_Python)
10286
breezy.tests.test__dirstate_helpers.TestPackStat.test_negative_dev(dirstate_Python)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
10287
breezy.tests.test__dirstate_helpers.TestProcessEntry.test_simple_changes(unicode,dirstate_Python)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10288
breezy.tests.test__dirstate_helpers.TestUsingCompiledIfAvailable.test_bisect_dirblock
10289
breezy.tests.test__dirstate_helpers.TestUsingCompiledIfAvailable.test__bisect_path_left
10290
breezy.tests.test__dirstate_helpers.TestUsingCompiledIfAvailable.test__bisect_path_right
10291
breezy.tests.test__dirstate_helpers.TestUsingCompiledIfAvailable.test_lt_by_dirs
10292
breezy.tests.test__dirstate_helpers.TestUsingCompiledIfAvailable.test_process_entry
10293
breezy.tests.test__dirstate_helpers.TestUsingCompiledIfAvailable.test__read_dirblocks
10294
breezy.tests.test__dirstate_helpers.TestUsingCompiledIfAvailable.test_update_entry
10295
breezy.tests.test_dirstate.TestDirStateManipulations.test_add_forbidden_names(unicode)
10296
breezy.tests.test_dirstate.TestDirStateOnFile.test_can_save_clean_on_file(unicode)
10297
breezy.tests.test_dirstate.TestDiscardMergeParents.test_discard_no_parents(unicode)
10298
breezy.tests.test_dirstate.TestErrors.test_dirstate_corrupt
10299
breezy.tests.test_dirstate.TestGetLines.test_iter_entries(unicode)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
10300
breezy.tests.test_dirstate.TestSHA1Provider.test_defaultsha1provider_sha1
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
10301
breezy.tests.test_dirstate.TestSHA1Provider.test_defaultsha1provider_stat_and_sha1
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10302
breezy.tests.test_dirstate.TestSHA1Provider.test_sha1provider_is_an_interface
6800.1.2 by Jelmer Vernooij
Run more tests.
10303
breezy.tests.test_email_message.TestEmailMessage.test_empty_message
10304
breezy.tests.test_email_message.TestEmailMessage.test_multiple_destinations
10305
breezy.tests.test_email_message.TestEmailMessage.test_retrieving_headers
10306
breezy.tests.test_email_message.TestEmailMessage.test_setting_headers
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10307
breezy.tests.test_eol_filters.TestEolFilters.test_to_crlf
10308
breezy.tests.test_eol_filters.TestEolFilters.test_to_lf
10309
breezy.tests.test_eol_filters.TestEolRulesSpecifications.test_eol_missing_altogether_is_ok
10310
breezy.tests.test_eol_filters.TestEolRulesSpecifications.test_exact_value
10311
breezy.tests.test_eol_filters.TestEolRulesSpecifications.test_other_known_values
10312
breezy.tests.test_eol_filters.TestEolRulesSpecifications.test_unknown_value
10313
breezy.tests.test_errors.TestErrorFormatting.test_cannot_bind_address
10314
breezy.tests.test_errors.TestErrorFormatting.test_mismatched_format_args
10315
breezy.tests.test_errors.TestErrorFormatting.test_missing_format_string
10316
breezy.tests.test_errors.TestErrorFormatting.test_transform_rename_failed
10317
breezy.tests.test_errors.TestErrors.test_bad_filename_encoding
10318
breezy.tests.test_errors.TestErrors.test_bzrerror_from_literal_string
10319
breezy.tests.test_errors.TestErrors.test_check_error
10320
breezy.tests.test_errors.TestErrors.test_container_has_excess_data
10321
breezy.tests.test_errors.TestErrors.test_duplicate_file_id
10322
breezy.tests.test_errors.TestErrors.test_duplicate_help_prefix
10323
breezy.tests.test_errors.TestErrors.test_duplicate_record_name_error
10324
breezy.tests.test_errors.TestErrors.test_error_from_smart_server
10325
breezy.tests.test_errors.TestErrors.test_ghost_revisions_have_no_revno
10326
breezy.tests.test_errors.TestErrors.test_immortal_pending_deletion_message
10327
breezy.tests.test_errors.TestErrors.test_incompatibleVersion
10328
breezy.tests.test_errors.TestErrors.test_inconsistent_delta
10329
breezy.tests.test_errors.TestErrors.test_inconsistent_delta_delta
10330
breezy.tests.test_errors.TestErrors.test_in_process_transport
10331
breezy.tests.test_errors.TestErrors.test_invalid_http_range
10332
breezy.tests.test_errors.TestErrors.test_invalid_range
10333
breezy.tests.test_errors.TestErrors.test_invalid_record
10334
breezy.tests.test_errors.TestErrors.test_invalid_url_join
10335
breezy.tests.test_errors.TestErrors.test_inventory_modified
10336
breezy.tests.test_errors.TestErrors.test_jail_break
10337
breezy.tests.test_errors.TestErrors.test_lock_active
10338
breezy.tests.test_errors.TestErrors.test_lock_corrupt
10339
breezy.tests.test_errors.TestErrors.test_lock_failed
10340
breezy.tests.test_errors.TestErrors.test_medium_not_connected
6963.2.6 by Jelmer Vernooij
Fix some more tests.
10341
breezy.tests.test_errors.TestErrors.test_no_arg_named_message
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10342
breezy.tests.test_errors.TestErrors.test_no_smart_medium
10343
breezy.tests.test_errors.TestErrors.test_no_such_id
10344
breezy.tests.test_errors.TestErrors.test_no_such_revision_in_tree
10345
breezy.tests.test_errors.TestErrors.test_not_branch_bzrdir_with_recursive_not_branch_error
10346
breezy.tests.test_errors.TestErrors.test_not_branch_no_args
10347
breezy.tests.test_errors.TestErrors.test_not_stacked
10348
breezy.tests.test_errors.TestErrors.test_not_write_locked
10349
breezy.tests.test_errors.TestErrors.test_read_error
10350
breezy.tests.test_errors.TestErrors.test_reading_completed
10351
breezy.tests.test_errors.TestErrors.test_recursive_bind
10352
breezy.tests.test_errors.TestErrors.test_repository_data_stream_error
10353
breezy.tests.test_errors.TestErrors.test_retry_with_new_packs
10354
breezy.tests.test_errors.TestErrors.test_smart_message_handler_error
10355
breezy.tests.test_errors.TestErrors.test_socket_connection_error
10356
breezy.tests.test_errors.TestErrors.test_target_not_branch
10357
breezy.tests.test_errors.TestErrors.test_tip_change_rejected
10358
breezy.tests.test_errors.TestErrors.test_too_many_concurrent_requests
10359
breezy.tests.test_errors.TestErrors.test_transport_not_possible
10360
breezy.tests.test_errors.TestErrors.test_unable_create_symlink
10361
breezy.tests.test_errors.TestErrors.test_unable_encode_path
10362
breezy.tests.test_errors.TestErrors.test_unavailable_representation
10363
breezy.tests.test_errors.TestErrors.test_unexpected_end_of_container
10364
breezy.tests.test_errors.TestErrors.test_unexpected_smart_server_response
10365
breezy.tests.test_errors.TestErrors.test_unknown_container_format
10366
breezy.tests.test_errors.TestErrors.test_unknown_format
10367
breezy.tests.test_errors.TestErrors.test_unknown_record_type
10368
breezy.tests.test_errors.TestErrors.test_unresumable_write_group
10369
breezy.tests.test_errors.TestErrors.test_unstackable_location
10370
breezy.tests.test_errors.TestErrors.test_unstackable_repository_format
10371
breezy.tests.test_errors.TestErrors.test_unsuspendable_write_group
10372
breezy.tests.test_errors.TestErrors.test_untranslateable_error_from_smart_server
10373
breezy.tests.test_errors.TestErrors.test_up_to_date
10374
breezy.tests.test_errors.TestErrors.test_writing_completed
10375
breezy.tests.test_errors.TestErrors.test_writing_not_completed
10376
breezy.tests.test_errors.TestErrorsUsingTransport.test_corrupt_repository
6963.1.2 by Jelmer Vernooij
Fix some more tests.
10377
breezy.tests.test_errors.TestErrorsUsingTransport.test_no_public_branch
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10378
breezy.tests.test_errors.TestErrorsUsingTransport.test_no_repo
10379
breezy.tests.test_errors.TestErrorsUsingTransport.test_not_branch_bzrdir_without_repo
10380
breezy.tests.test_errors.TestErrorsUsingTransport.test_not_branch_bzrdir_with_repo
10381
breezy.tests.test_errors.TestErrorsUsingTransport.test_not_branch_laziness
10382
breezy.tests.test_export_pot.TestEscape.test_complex_escape
10383
breezy.tests.test_export_pot.TestEscape.test_simple_escape
10384
breezy.tests.test_export_pot.TestModuleContext.test_from_class
10385
breezy.tests.test_export_pot.TestModuleContext.test_from_class_missing
10386
breezy.tests.test_export_pot.TestModuleContext.test_from_string
10387
breezy.tests.test_export_pot.TestModuleContext.test___init__
10388
breezy.tests.test_export_pot.TestNormalize.test_multi_lines
10389
breezy.tests.test_export_pot.TestNormalize.test_single_line
10390
breezy.tests.test_export_pot.TestParseSource.test_classes
10391
breezy.tests.test_export_pot.TestParseSource.test_classes_nested
10392
breezy.tests.test_export_pot.TestParseSource.test_strings_docstrings
10393
breezy.tests.test_export_pot.TestParseSource.test_strings_literals
10394
breezy.tests.test_export_pot.TestParseSource.test_strings_multiline
6947.1.1 by Jelmer Vernooij
Update python3.passing.
10395
breezy.tests.test_export_pot.TestWriteOption.test_option_hidden
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10396
breezy.tests.test_export.RootNameTests.test_root_name
10397
breezy.tests.test_export.TarExporterTests.test_xz_stdout
10398
breezy.tests.test_export.TestDirExport.test_empty
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
10399
breezy.tests.test_features.TestBackslashFilenameFeature.test_probe_passes
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10400
breezy.tests.test_features.Test_CompatibilityFeature.test_does_thunk
10401
breezy.tests.test_features.Test_CompatibilityFeature.test_reports_correct_location
10402
breezy.tests.test_features.TestFeature.test_caching
10403
breezy.tests.test_features.TestFeature.test_default_str
10404
breezy.tests.test_features.TestFeature.test_named_str
10405
breezy.tests.test_features.TestModuleAvailableFeature.test_available_module
10406
breezy.tests.test_features.TestModuleAvailableFeature.test_unavailable_module
10407
breezy.tests.test_features.TestPluginLoadedFeature.test_available_plugin
10408
breezy.tests.test_features.TestPluginLoadedFeature.test_unavailable_plugin
10409
breezy.tests.test_features.TestUnavailableFeature.test_access_feature
10410
breezy.tests.test_features.TestUnicodeFilenameFeature.test_probe_passes
6973.6.1 by Jelmer Vernooij
More bees.
10411
breezy.tests.test_fetch_ghosts.TestFetchGhosts.test_fetch_ghosts_failure
10412
breezy.tests.test_fetch_ghosts.TestFetchGhosts.test_fetch_ghosts_success
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10413
breezy.tests.test_fetch.TestFetch.test_fetch_self
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
10414
breezy.tests.test_fifo_cache.TestFIFOCache.test_add_is_present
10415
breezy.tests.test_fifo_cache.TestFIFOCache.test_add_maintains_fifo
10416
breezy.tests.test_fifo_cache.TestFIFOCache.test_cache_size
10417
breezy.tests.test_fifo_cache.TestFIFOCache.test_cleanup_at_deconstruct
10418
breezy.tests.test_fifo_cache.TestFIFOCache.test_cleanup_funcs
10419
breezy.tests.test_fifo_cache.TestFIFOCache.test_clear
10420
breezy.tests.test_fifo_cache.TestFIFOCache.test_copy_not_implemented
10421
breezy.tests.test_fifo_cache.TestFIFOCache.test_default_after_cleanup_count
10422
breezy.tests.test_fifo_cache.TestFIFOCache.test_missing
10423
breezy.tests.test_fifo_cache.TestFIFOCache.test_popitem_not_implemeted
10424
breezy.tests.test_fifo_cache.TestFIFOCache.test_pop_not_implemeted
10425
breezy.tests.test_fifo_cache.TestFIFOCache.test_resize_larger
10426
breezy.tests.test_fifo_cache.TestFIFOCache.test_resize_smaller
10427
breezy.tests.test_fifo_cache.TestFIFOCache.test_setdefault
10428
breezy.tests.test_fifo_cache.TestFIFOCache.test_update
10429
breezy.tests.test_fifo_cache.TestFIFOSizeCache.test_adding_large_key
10430
breezy.tests.test_fifo_cache.TestFIFOSizeCache.test_add_is_present
10431
breezy.tests.test_fifo_cache.TestFIFOSizeCache.test_add_maintains_fifo
10432
breezy.tests.test_fifo_cache.TestFIFOSizeCache.test_missing
10433
breezy.tests.test_fifo_cache.TestFIFOSizeCache.test_resize_larger
10434
breezy.tests.test_fifo_cache.TestFIFOSizeCache.test_resize_smaller
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10435
breezy.tests.test_filters.TestContentFilterContext.test_empty_filter_context
10436
breezy.tests.test_filters.TestContentFilterContext.test_filter_context_with_path
10437
breezy.tests.test_filters.TestFilteredOutput.test_filtered_output_bytes
10438
breezy.tests.test_filters.TestFilterStackMaps.test_filter_stack_maps
10439
breezy.tests.test_filters.TestFilterStackMaps.test_get_filter_stack_for
10440
breezy.tests.test_foreign.ForeignRevisionTests.test_create
10441
breezy.tests.test_foreign.ForeignVcsRegistryTests.test_parse_revision_id
10442
breezy.tests.test_foreign.ForeignVcsRegistryTests.test_parse_revision_id_no_dash
10443
breezy.tests.test_foreign.ForeignVcsRegistryTests.test_parse_revision_id_unknown_mapping
10444
breezy.tests.test_ftp_transport.TestFTPErrorTranslation.test_translate_directory_not_empty
10445
breezy.tests.test_ftp_transport.TestFTPTestServer.test_basic_exists
10446
breezy.tests.test_ftp_transport.TestFTPTestServer.test__reconnect
10447
breezy.tests.test_ftp_transport.TestFTPTestServerUI.test_empty_password
10448
breezy.tests.test_ftp_transport.TestFTPTestServerUI.test_no_prompt_for_password_when_using_auth_config
10449
breezy.tests.test_ftp_transport.TestFTPTestServerUI.test_no_prompt_for_username
10450
breezy.tests.test_ftp_transport.TestFTPTestServerUI.test_prompt_for_password
10451
breezy.tests.test_generate_ids.TestFileIds.test__next_id_suffix_sets_suffix
10452
breezy.tests.test_globbing.TestExceptionGlobster.test_exclusion_order
10453
breezy.tests.test_globbing.TestExceptionGlobster.test_exclusion_patterns
10454
breezy.tests.test_globbing.TestGlobster.test_asterisk
10455
breezy.tests.test_globbing.TestGlobster.test_backslash
10456
breezy.tests.test_globbing.TestGlobster.test_bad_pattern
10457
breezy.tests.test_globbing.TestGlobster.test_char_group_alnum
10458
breezy.tests.test_globbing.TestGlobster.test_char_group_ascii
10459
breezy.tests.test_globbing.TestGlobster.test_char_group_blank
10460
breezy.tests.test_globbing.TestGlobster.test_char_group_cntrl
10461
breezy.tests.test_globbing.TestGlobster.test_char_group_digit
10462
breezy.tests.test_globbing.TestGlobster.test_char_group_range
10463
breezy.tests.test_globbing.TestGlobster.test_char_group_space
10464
breezy.tests.test_globbing.TestGlobster.test_double_asterisk
10465
breezy.tests.test_globbing.TestGlobster.test_end_anchor
10466
breezy.tests.test_globbing.TestGlobster.test_large_globset
10467
breezy.tests.test_globbing.TestGlobster.test_leading_asterisk_dot
10468
breezy.tests.test_globbing.TestGlobster.test_leading_dot_slash
10469
breezy.tests.test_globbing.TestGlobster.test_mixed_globs
10470
breezy.tests.test_globbing.TestGlobster.test_question_mark
10471
breezy.tests.test_globbing.TestGlobster.test_regex
10472
breezy.tests.test_globbing.TestGlobster.test_trailing_slash
10473
breezy.tests.test_globbing.TestNormalizePattern.test_backslashes
10474
breezy.tests.test_globbing.TestNormalizePattern.test_forward_slashes
10475
breezy.tests.test_globbing.TestNormalizePattern.test_mixed_slashes
10476
breezy.tests.test_globbing.TestOrderedGlobster.test_ordered_globs
10477
breezy.tests.test_gpg.TestDisabled.test_sign
10478
breezy.tests.test_gpg.TestDisabled.test_verify
10479
breezy.tests.test_graph.TestCachingParentsProviderExtras.test_cached
10480
breezy.tests.test_graph.TestCachingParentsProviderExtras.test_cache_extras
10481
breezy.tests.test_graph.TestCachingParentsProviderExtras.test_cache_initially_empty
10482
breezy.tests.test_graph.TestCachingParentsProviderExtras.test_cache_misses
10483
breezy.tests.test_graph.TestCachingParentsProviderExtras.test_disable_cache_clears_cache
10484
breezy.tests.test_graph.TestCachingParentsProviderExtras.test_enable_cache_raises
10485
breezy.tests.test_graph.TestCachingParentsProviderExtras.test_extras_using_cached
10486
breezy.tests.test_graph.TestCachingParentsProviderExtras.test_no_cache_misses
10487
breezy.tests.test_graph.TestCachingParentsProviderExtras.test_uncached
10488
breezy.tests.test_graph.TestCachingParentsProvider.test_get_cached_parent_map
10489
breezy.tests.test_graph.TestCachingParentsProvider.test_get_parent_map
10490
breezy.tests.test_graph.TestCachingParentsProvider.test_get_parent_map_mixed
10491
breezy.tests.test_graph.TestCachingParentsProvider.test_get_parent_map_not_present
10492
breezy.tests.test_graph.TestCachingParentsProvider.test_get_parent_map_repeated
10493
breezy.tests.test_graph.TestCachingParentsProvider.test_note_missing_key
10494
breezy.tests.test_graph.TestCollapseLinearRegions.test_collapse_chain
10495
breezy.tests.test_graph.TestCollapseLinearRegions.test_collapse_nothing
10496
breezy.tests.test_graph.TestCollapseLinearRegions.test_collapse_with_multiple_children
10497
breezy.tests.test_graph.TestFindDescendants.test_find_descendants_rev1_rev3
10498
breezy.tests.test_graph.TestFindDescendants.test_find_descendants_rev1_rev4
10499
breezy.tests.test_graph.TestFindDescendants.test_find_descendants_rev2a_rev4
10500
breezy.tests.test_graph.TestFindLefthandMerger.test_find_lefthand_merger_f
10501
breezy.tests.test_graph.TestFindLefthandMerger.test_find_lefthand_merger_g
10502
breezy.tests.test_graph.TestFindLefthandMerger.test_find_lefthand_merger_h
10503
breezy.tests.test_graph.TestFindLefthandMerger.test_find_lefthand_merger_rev2a
10504
breezy.tests.test_graph.TestFindLefthandMerger.test_find_lefthand_merger_rev2b
10505
breezy.tests.test_graph.TestFindLefthandMerger.test_find_lefthand_merger_rev4
10506
breezy.tests.test_graph.TestFindMergeOrder.test_ancestors
10507
breezy.tests.test_graph.TestFindMergeOrder.test_parents
10508
breezy.tests.test_graph.TestFindMergeOrder.test_shortcut_after_one_ancestor
10509
breezy.tests.test_graph.TestFindMergeOrder.test_shortcut_one_ancestor
10510
breezy.tests.test_graph.TestFindUniqueAncestors.test_complex_shortcut
10511
breezy.tests.test_graph.TestFindUniqueAncestors.test_complex_shortcut2
10512
breezy.tests.test_graph.TestFindUniqueAncestors.test_empty_set
10513
breezy.tests.test_graph.TestFindUniqueAncestors.test_in_ancestry
10514
breezy.tests.test_graph.TestFindUniqueAncestors.test_minimal_ancestry
10515
breezy.tests.test_graph.TestFindUniqueAncestors.test_multiple_interesting_unique
10516
breezy.tests.test_graph.TestFindUniqueAncestors.test_multiple_revisions
10517
breezy.tests.test_graph.TestFindUniqueAncestors.test_racing_shortcuts
10518
breezy.tests.test_graph.TestFindUniqueAncestors.test_single_node
10519
breezy.tests.test_graph.TestGetChildMap.test_get_child_map
10520
breezy.tests.test_graph.TestGraphFindDistanceToNull.test_ancestor_is_ghost
10521
breezy.tests.test_graph.TestGraphFindDistanceToNull.test_known_in_ancestry
10522
breezy.tests.test_graph.TestGraphFindDistanceToNull.test_known_in_ancestry_limits
10523
breezy.tests.test_graph.TestGraphFindDistanceToNull.test_nothing_known
10524
breezy.tests.test_graph.TestGraphFindDistanceToNull.test_rev_is_ghost
10525
breezy.tests.test_graph.TestGraphFindDistanceToNull.test_target_is_ancestor
10526
breezy.tests.test_graph.TestGraphFindDistanceToNull.test_target_is_ancestor_limits
10527
breezy.tests.test_graph.TestGraphFindDistanceToNull.test_target_parallel_to_known_limits
10528
breezy.tests.test_graph.TestGraph.test_breadth_first_change_search
10529
breezy.tests.test_graph.TestGraph.test_breadth_first_get_result_excludes_current_pending
10530
breezy.tests.test_graph.TestGraph.test_breadth_first_get_result_ghosts_are_excluded
10531
breezy.tests.test_graph.TestGraph.test_breadth_first_get_result_starting_a_ghost_ghost_is_excluded
10532
breezy.tests.test_graph.TestGraph.test_breadth_first_get_result_starts_stops
10533
breezy.tests.test_graph.TestGraph.test_breadth_first_revision_count_includes_NULL_REVISION
10534
breezy.tests.test_graph.TestGraph.test_breadth_first_search_change_next_to_next_with_ghosts
10535
breezy.tests.test_graph.TestGraph.test_breadth_first_search_deep_ghosts
10536
breezy.tests.test_graph.TestGraph.test_breadth_first_search_get_result_after_StopIteration
10537
breezy.tests.test_graph.TestGraph.test_breadth_first_search_start_ghosts
10538
breezy.tests.test_graph.TestGraph.test_breadth_first_stop_searching_late
10539
breezy.tests.test_graph.TestGraph.test_breadth_first_stop_searching_not_queried
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
10540
breezy.tests.test_graph.TestGraph.test_common_ancestor_two_repos
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10541
breezy.tests.test_graph.TestGraph.test_filter_candidate_lca
6974.2.1 by Jelmer Vernooij
Port breezy.graph to Python3.
10542
breezy.tests.test_graph.TestGraph.test_graph_difference
10543
breezy.tests.test_graph.TestGraph.test_graph_difference_complex_shortcut
10544
breezy.tests.test_graph.TestGraph.test_graph_difference_complex_shortcut2
10545
breezy.tests.test_graph.TestGraph.test_graph_difference_criss_cross
10546
breezy.tests.test_graph.TestGraph.test_graph_difference_double_shortcut
10547
breezy.tests.test_graph.TestGraph.test_graph_difference_extended_history
10548
breezy.tests.test_graph.TestGraph.test_graph_difference_separate_ancestry
10549
breezy.tests.test_graph.TestGraph.test_graph_difference_shortcut_extra_root
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10550
breezy.tests.test_graph.TestGraph.test_heads_criss_cross
10551
breezy.tests.test_graph.TestGraph.test_heads_limits_search
10552
breezy.tests.test_graph.TestGraph.test_heads_limits_search_assymetric
10553
breezy.tests.test_graph.TestGraph.test_heads_limits_search_common_search_must_continue
6974.2.1 by Jelmer Vernooij
Port breezy.graph to Python3.
10554
breezy.tests.test_graph.TestGraph.test_heads_null
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10555
breezy.tests.test_graph.TestGraph.test_heads_one
10556
breezy.tests.test_graph.TestGraph.test_heads_shortcut
6974.2.1 by Jelmer Vernooij
Port breezy.graph to Python3.
10557
breezy.tests.test_graph.TestGraph.test_heads_single
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10558
breezy.tests.test_graph.TestGraph.test_heads_two_heads
6974.2.1 by Jelmer Vernooij
Port breezy.graph to Python3.
10559
breezy.tests.test_graph.TestGraph.test_is_ancestor
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10560
breezy.tests.test_graph.TestGraph.test_is_ancestor_boundary
6974.2.1 by Jelmer Vernooij
Port breezy.graph to Python3.
10561
breezy.tests.test_graph.TestGraph.test_is_between
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10562
breezy.tests.test_graph.TestGraph.test_iter_ancestry
10563
breezy.tests.test_graph.TestGraph.test_iter_ancestry_with_ghost
10564
breezy.tests.test_graph.TestGraph.test_iter_topo_order
10565
breezy.tests.test_graph.TestGraph.test_lca
10566
breezy.tests.test_graph.TestGraph.test_lca_criss_cross
10567
breezy.tests.test_graph.TestGraph.test_lca_double_shortcut
10568
breezy.tests.test_graph.TestGraph.test_lca_shortcut
10569
breezy.tests.test_graph.TestGraph.test_lefthand_distance_ghosts
10570
breezy.tests.test_graph.TestGraph.test_lefthand_distance_smoke
10571
breezy.tests.test_graph.TestGraph.test_no_unique_lca
10572
breezy.tests.test_graph.TestGraph.test_recursive_unique_lca
10573
breezy.tests.test_graph.TestGraph.test__remove_simple_descendants
10574
breezy.tests.test_graph.TestGraph.test__remove_simple_descendants_chain
10575
breezy.tests.test_graph.TestGraph.test__remove_simple_descendants_disjoint
10576
breezy.tests.test_graph.TestGraph.test__remove_simple_descendants_siblings
10577
breezy.tests.test_graph.TestGraph.test_unique_lca_criss_cross
10578
breezy.tests.test_graph.TestGraph.test_unique_lca_null_revision
10579
breezy.tests.test_graph.TestGraph.test_unique_lca_null_revision2
10580
breezy.tests.test_graph.TestGraphThunkIdsToKeys.test_add_node
10581
breezy.tests.test_graph.TestGraphThunkIdsToKeys.test_heads
10582
breezy.tests.test_graph.TestGraphThunkIdsToKeys.test_merge_sort
10583
breezy.tests.test_graph.TestStackedParentsProvider.test_handles_no_get_cached_parent_map
10584
breezy.tests.test_graph.TestStackedParentsProvider.test_query_order
10585
breezy.tests.test_graph.TestStackedParentsProvider.test_stacked_parents_provider
10586
breezy.tests.test_graph.TestStackedParentsProvider.test_stacked_parents_provider_overlapping
6803.2.3 by Martin
Record new passing groupcompress tests
10587
breezy.tests.test_groupcompress.TestAllGroupCompressors.test_empty_content(python)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10588
breezy.tests.test_groupcompress.TestAllGroupCompressors.test_empty_delta(python)
6803.2.3 by Martin
Record new passing groupcompress tests
10589
breezy.tests.test_groupcompress.TestAllGroupCompressors.test_extract_from_compressor(python)
10590
breezy.tests.test_groupcompress.TestAllGroupCompressors.test_one_nosha_delta(python)
10591
breezy.tests.test_groupcompress.TestAllGroupCompressors.test_pop_last(python)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10592
breezy.tests.test__groupcompress.TestBase128Int.test_decode(python)
10593
breezy.tests.test__groupcompress.TestBase128Int.test_decode_with_trailing_bytes(python)
6803.2.6 by Martin
Record new passing test_pack and test__groupcompress tests
10594
breezy.tests.test__groupcompress.TestBase128Int.test_encode(python)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10595
breezy.tests.test_groupcompress.Test_BatchingBlockFetcher.test_add_key_cached_read_memo
10596
breezy.tests.test_groupcompress.Test_BatchingBlockFetcher.test_add_key_duplicate_read_memo
10597
breezy.tests.test_groupcompress.Test_BatchingBlockFetcher.test_add_key_new_read_memo
6803.2.3 by Martin
Record new passing groupcompress tests
10598
breezy.tests.test_groupcompress.Test_BatchingBlockFetcher.test_yield_factories_calls_get_blocks
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10599
breezy.tests.test_groupcompress.Test_BatchingBlockFetcher.test_yield_factories_empty
6803.2.3 by Martin
Record new passing groupcompress tests
10600
breezy.tests.test_groupcompress.Test_BatchingBlockFetcher.test_yield_factories_flushing
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10601
breezy.tests.test__groupcompress.TestCopyInstruction.test_decode
10602
breezy.tests.test__groupcompress.TestCopyInstruction.test_decode_no_length
10603
breezy.tests.test__groupcompress.TestCopyInstruction.test_decode_no_offset
10604
breezy.tests.test__groupcompress.TestCopyInstruction.test_decode_not_start
10605
breezy.tests.test__groupcompress.TestCopyInstruction.test_encode
10606
breezy.tests.test__groupcompress.TestCopyInstruction.test_encode_no_length
10607
breezy.tests.test__groupcompress.TestCopyInstruction.test_encode_no_offset
10608
breezy.tests.test__groupcompress.TestDeltaIndex.test_add_source_max_bytes_to_index
10609
breezy.tests.test__groupcompress.TestDeltaIndex.test_delta_against_multiple_sources
10610
breezy.tests.test__groupcompress.TestDeltaIndex.test_delta_with_delta_bytes
10611
breezy.tests.test__groupcompress.TestDeltaIndex.test_delta_with_offsets
10612
breezy.tests.test__groupcompress.TestDeltaIndex.test__dump_index_simple
10613
breezy.tests.test__groupcompress.TestDeltaIndex.test__dump_index_two_sources
10614
breezy.tests.test__groupcompress.TestDeltaIndex.test__dump_no_index
10615
breezy.tests.test__groupcompress.TestDeltaIndex.test_first_add_source_doesnt_index_until_make_delta
10616
breezy.tests.test__groupcompress.TestDeltaIndex.test_make_delta
10617
breezy.tests.test__groupcompress.TestDeltaIndex.test_repr
10618
breezy.tests.test__groupcompress.TestDeltaIndex.test_second_add_source_triggers_make_index
10619
breezy.tests.test_groupcompress.Test_GCBuildDetails.test_acts_like_tuple
10620
breezy.tests.test_groupcompress.Test_GCBuildDetails.test__repr__
6803.2.3 by Martin
Record new passing groupcompress tests
10621
breezy.tests.test_groupcompress.TestGroupCompressBlock.test__dump
10622
breezy.tests.test_groupcompress.TestGroupCompressBlock.test__ensure_all_content
10623
breezy.tests.test_groupcompress.TestGroupCompressBlock.test_from_bytes
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10624
breezy.tests.test_groupcompress.TestGroupCompressBlock.test_from_empty_bytes
10625
breezy.tests.test_groupcompress.TestGroupCompressBlock.test_from_invalid
6803.2.3 by Martin
Record new passing groupcompress tests
10626
breezy.tests.test_groupcompress.TestGroupCompressBlock.test_from_minimal_bytes
10627
breezy.tests.test_groupcompress.TestGroupCompressBlock.test_partial_decomp
10628
breezy.tests.test_groupcompress.TestGroupCompressBlock.test_to_bytes
10629
breezy.tests.test_groupcompress.TestGroupCompressBlock.test_to_chunks
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10630
breezy.tests.test_groupcompress.TestGroupCompressConfig.test_max_bytes_to_index_bad_config
10631
breezy.tests.test_groupcompress.TestGroupCompressConfig.test_max_bytes_to_index_default
10632
breezy.tests.test_groupcompress.TestGroupCompressConfig.test_max_bytes_to_index_in_config
6803.2.3 by Martin
Record new passing groupcompress tests
10633
breezy.tests.test_groupcompress.TestGroupCompressVersionedFiles.test_add_missing_noncompression_parent_unvalidated_index
10634
breezy.tests.test_groupcompress.TestGroupCompressVersionedFiles.test_clear_cache
10635
breezy.tests.test_groupcompress.TestGroupCompressVersionedFiles.test_get_record_stream_accesses_compressor_settings
10636
breezy.tests.test_groupcompress.TestGroupCompressVersionedFiles.test_get_record_stream_as_requested
10637
breezy.tests.test_groupcompress.TestGroupCompressVersionedFiles.test_get_record_stream_max_bytes_to_index_default
10638
breezy.tests.test_groupcompress.TestGroupCompressVersionedFiles.test_inconsistent_redundant_inserts_raises
10639
breezy.tests.test_groupcompress.TestGroupCompressVersionedFiles.test_inconsistent_redundant_inserts_warn
10640
breezy.tests.test_groupcompress.TestGroupCompressVersionedFiles.test__insert_record_stream_no_reuse_block
10641
breezy.tests.test_groupcompress.TestGroupCompressVersionedFiles.test_insert_record_stream_packs_on_the_fly
10642
breezy.tests.test_groupcompress.TestGroupCompressVersionedFiles.test_insert_record_stream_reuses_blocks
10643
breezy.tests.test_groupcompress.TestGroupCompressVersionedFiles.test_track_external_parent_refs
10644
breezy.tests.test_groupcompress.TestLazyGroupCompress.test_check_is_well_utilized_all_keys
10645
breezy.tests.test_groupcompress.TestLazyGroupCompress.test_check_is_well_utilized_mixed_keys
10646
breezy.tests.test_groupcompress.TestLazyGroupCompress.test_check_is_well_utilized_partial_use
10647
breezy.tests.test_groupcompress.TestLazyGroupCompress.test__check_rebuild_middle
10648
breezy.tests.test_groupcompress.TestLazyGroupCompress.test__check_rebuild_no_changes
10649
breezy.tests.test_groupcompress.TestLazyGroupCompress.test__check_rebuild_only_one
10650
breezy.tests.test_groupcompress.TestLazyGroupCompress.test_from_bytes
10651
breezy.tests.test_groupcompress.TestLazyGroupCompress.test_get_fulltexts
10652
breezy.tests.test_groupcompress.TestLazyGroupCompress.test_manager_custom_compressor_settings
10653
breezy.tests.test_groupcompress.TestLazyGroupCompress.test_manager_default_compressor_settings
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10654
breezy.tests.test_groupcompress.TestLazyGroupCompress.test__rebuild_handles_compressor_settings
6803.2.3 by Martin
Record new passing groupcompress tests
10655
breezy.tests.test_groupcompress.TestLazyGroupCompress.test__wire_bytes
10656
breezy.tests.test_groupcompress.TestLazyGroupCompress.test__wire_bytes_no_keys
6803.2.6 by Martin
Record new passing test_pack and test__groupcompress tests
10657
breezy.tests.test__groupcompress.TestMakeAndApplyCompatible.test_direct(PP)
10658
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_apply_delta_is_typesafe(python)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10659
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_apply_delta(python)
6803.2.3 by Martin
Record new passing groupcompress tests
10660
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_apply_delta_to_source_is_safe(python)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10661
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_apply_delta_to_source(python)
6803.2.6 by Martin
Record new passing test_pack and test__groupcompress tests
10662
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_make_delta_is_typesafe(python)
10663
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_make_delta(python)
10664
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_make_delta_with_large_copies(python)
10665
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_make_noop_delta(python)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10666
breezy.tests.test_groupcompress.TestPyrexGroupCompressor.test_stats
10667
breezy.tests.test_groupcompress.TestPyrexGroupCompressor.test_three_nosha_delta
10668
breezy.tests.test_groupcompress.TestPyrexGroupCompressor.test_two_nosha_delta
6803.2.3 by Martin
Record new passing groupcompress tests
10669
breezy.tests.test_groupcompress.TestPythonGroupCompressor.test_stats
10670
breezy.tests.test_groupcompress.TestPythonGroupCompressor.test_three_nosha_delta
10671
breezy.tests.test_groupcompress.TestPythonGroupCompressor.test_two_nosha_delta
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
10672
breezy.tests.test_hashcache.TestHashCacheFakeFilesystem.test_hashcache_invalidates
10673
breezy.tests.test_hashcache.TestHashCacheFakeFilesystem.test_hashcache_miss_new_file
10674
breezy.tests.test_hashcache.TestHashCacheFakeFilesystem.test_hashcache_old_file
10675
breezy.tests.test_hashcache.TestHashCache.test_hammer_hashcache
10676
breezy.tests.test_hashcache.TestHashCache.test_hashcache_initial_miss
10677
breezy.tests.test_hashcache.TestHashCache.test_hashcache_load
10678
breezy.tests.test_hashcache.TestHashCache.test_hashcache_new_file
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10679
breezy.tests.test_hashcache.TestHashCache.test_hashcache_nonexistent_file
10680
breezy.tests.test_hashcache.TestHashCache.test_hashcache_not_file
10681
breezy.tests.test_hashcache.TestHashCache.test_hashcache_raise
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
10682
breezy.tests.test_hashcache.TestHashCache.test_hashcache_replaced_file
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10683
breezy.tests.test_help.TestCommandHelp.test_get_help_topic
10684
breezy.tests.test_help.TestCommandIndex.test_default_constructable
10685
breezy.tests.test_help.TestCommandIndex.test_get_topics_None
10686
breezy.tests.test_help.TestCommandIndex.test_get_topics_no_topic
10687
breezy.tests.test_help.TestCommandIndex.test_get_topics_rocks
10688
breezy.tests.test_help.TestCommandIndex.test_get_topic_with_prefix
10689
breezy.tests.test_help.TestCommandIndex.test_prefix
10690
breezy.tests.test_help.TestConfigOptionIndex.test_get_topics_None
10691
breezy.tests.test_help.TestConfigOptionIndex.test_get_topics_no_topic
10692
breezy.tests.test_help.TestConfigOptionIndex.test_get_topic_with_prefix
10693
breezy.tests.test_help.TestConfigOptionIndex.test_prefix
10694
breezy.tests.test_help.TestErrors.test_no_help_topic
10695
breezy.tests.test_help.TestHelpIndices.test_default_search_path
10696
breezy.tests.test_help.TestHelpIndices.test_search_calls_get_topic
10697
breezy.tests.test_help.TestHelpIndices.test_search_checks_for_duplicate_prefixes
10698
breezy.tests.test_help.TestHelpIndices.test_search_for_unknown_topic_raises
10699
breezy.tests.test_help.TestHelpIndices.test_search_returns_index_and_results
10700
breezy.tests.test_help.TestRegisteredTopic.test_contruct
10701
breezy.tests.test_help.TestRegisteredTopic.test_get_help_topic
10702
breezy.tests.test_help.TestTopicIndex.test_default_constructable
10703
breezy.tests.test_help.TestTopicIndex.test_get_topics_None
10704
breezy.tests.test_help.TestTopicIndex.test_get_topics_no_topic
10705
breezy.tests.test_help.TestTopicIndex.test_get_topics_topics
10706
breezy.tests.test_help.TestTopicIndex.test_prefix
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
10707
breezy.tests.test_hooks.TestErrors.test_unknown_hook
10708
breezy.tests.test_hooks.TestHookRegistry.test_items_are_reasonable_keys
10709
breezy.tests.test_hooks.TestHookRegistry.test_known_hooks_key_to_object
10710
breezy.tests.test_hooks.TestHookRegistry.test_known_hooks_key_to_parent_and_attribute
10711
breezy.tests.test_hooks.TestHooks.test_docs
10712
breezy.tests.test_hooks.TestHooks.test_install_lazy_named_hook
10713
breezy.tests.test_hooks.TestHooks.test_install_named_hook_and_retrieve_name
10714
breezy.tests.test_hooks.TestHooks.test_install_named_hook_appends_known_hook
10715
breezy.tests.test_hooks.TestHooks.test_install_named_hook_lazy
10716
breezy.tests.test_hooks.TestHooks.test_install_named_hook_lazy_old
10717
breezy.tests.test_hooks.TestHooks.test_install_named_hook_raises_unknown_hook
10718
breezy.tests.test_hooks.TestHooks.test_uninstall_multiple_named_hooks
10719
breezy.tests.test_hooks.TestHooks.test_uninstall_named_hook
10720
breezy.tests.test_hooks.TestHooks.test_uninstall_named_hook_old_style
10721
breezy.tests.test_hooks.TestHooks.test_uninstall_named_hook_raises_unknown_hook
10722
breezy.tests.test_hooks.TestHooks.test_uninstall_named_hook_unknown_callable
10723
breezy.tests.test_hooks.TestHooks.test_valid_lazy_hooks
10724
breezy.tests.test_hooks.TestHook.test_docs
10725
breezy.tests.test_hooks.TestHook.test_hook
10726
breezy.tests.test_hooks.TestHook.test___init__
10727
breezy.tests.test_hooks.TestHook.test_lazy_hook
10728
breezy.tests.test_hooks.TestHook.test___repr
10729
breezy.tests.test_hooks.TestHook.test_uninstall
10730
breezy.tests.test_hooks.TestHook.test_uninstall_unknown
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10731
breezy.tests.test_http_response.TestRangeFileVarious.test_range_syntax
10732
breezy.tests.test_http_response.TestRangeFileVarious.test_seek_whence
10733
breezy.tests.test_http_response.TestResponseFileIter.test_iter_empty
10734
breezy.tests.test_https_ca_bundle.TestGetCAPath.test_found_nothing
10735
breezy.tests.test_https_ca_bundle.TestGetCAPath.test_in_path
10736
breezy.tests.test_https_urllib.CaCertsConfigTests.test_default_exists
10737
breezy.tests.test_https_urllib.CaCertsConfigTests.test_specified
10738
breezy.tests.test_https_urllib.CaCertsConfigTests.test_specified_doesnt_exist
10739
breezy.tests.test_https_urllib.MatchHostnameTests.test_common_name
10740
breezy.tests.test_https_urllib.MatchHostnameTests.test_no_certificate
10741
breezy.tests.test_https_urllib.MatchHostnameTests.test_no_valid_attributes
10742
breezy.tests.test_https_urllib.MatchHostnameTests.test_wildcards_in_cert
10743
breezy.tests.test_http.TestAuthHeader.test_basic_extract_realm
10744
breezy.tests.test_http.TestAuthHeader.test_basic_header
10745
breezy.tests.test_http.TestAuthHeader.test_digest_header
10746
breezy.tests.test_http.TestAuthHeader.test_empty_header
10747
breezy.tests.test_http.TestAuthHeader.test_negotiate_header
6947.1.1 by Jelmer Vernooij
Update python3.passing.
10748
breezy.tests.test_http.TestAuth.test_changing_nonce(urllib,HTTP/1.0,basic)
10749
breezy.tests.test_http.TestAuth.test_changing_nonce(urllib,HTTP/1.0,basicdigest)
10750
breezy.tests.test_http.TestAuth.test_changing_nonce(urllib,HTTP/1.1,basic)
10751
breezy.tests.test_http.TestAuth.test_changing_nonce(urllib,HTTP/1.1,basicdigest)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10752
breezy.tests.test_http.TestBadStatusServer.test_http_get(urllib,HTTP/1.0)
10753
breezy.tests.test_http.TestBadStatusServer.test_http_has(urllib,HTTP/1.0)
10754
breezy.tests.test_http.TestHttpProxyWhiteBox.test_evaluate_proxy_bypass_false
10755
breezy.tests.test_http.TestHTTPRangeParsing.test_invalid_ranges
10756
breezy.tests.test_http.TestHTTPRangeParsing.test_range_without_end
10757
breezy.tests.test_http.TestHTTPRangeParsing.test_simple_range
10758
breezy.tests.test_http.TestHTTPRangeParsing.test_tail
10759
breezy.tests.test_http.TestHTTPRangeParsing.test_tail_bigger_than_file
6800.1.2 by Jelmer Vernooij
Run more tests.
10760
breezy.tests.test_http.TestHTTPServer.test_create_http_server_force_one_one
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10761
breezy.tests.test_http.TestHTTPServer.test_create_http_server_force_one_zero
10762
breezy.tests.test_http.TestHTTPServer.test_create_http_server_one_one
10763
breezy.tests.test_http.TestHTTPServer.test_create_http_server_one_zero
10764
breezy.tests.test_http.TestHTTPServer.test_force_invalid_protocol
10765
breezy.tests.test_http.TestHTTPServer.test_invalid_protocol
10766
breezy.tests.test_http.TestHTTPServer.test_server_start_and_stop
10767
breezy.tests.test_http.TestHttpTransportRegistration.test_http_registered(urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
10768
breezy.tests.test_http.TestHttpTransportUrls.test_abs_url(urllib)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10769
breezy.tests.test_http.TestHttpTransportUrls.test_http_impl_urls(urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
10770
breezy.tests.test_http.TestHttpTransportUrls.test_http_root_urls(urllib)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10771
breezy.tests.test_http.TestHttpTransportUrls.test_invalid_http_urls(urllib)
10772
breezy.tests.test_http.TestInvalidStatusServer.test_http_get(urllib,HTTP/1.0)
10773
breezy.tests.test_http.TestInvalidStatusServer.test_http_has(urllib,HTTP/1.0)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
10774
breezy.tests.test_http.TestProxyAuth.test_changing_nonce(urllib,HTTP/1.0,proxy-basic)
10775
breezy.tests.test_http.TestProxyAuth.test_changing_nonce(urllib,HTTP/1.0,proxy-basicdigest)
10776
breezy.tests.test_http.TestProxyAuth.test_changing_nonce(urllib,HTTP/1.1,proxy-basic)
10777
breezy.tests.test_http.TestProxyAuth.test_changing_nonce(urllib,HTTP/1.1,proxy-basicdigest)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10778
breezy.tests.test_http.TestRangeHeader.test_range_header_mixed
10779
breezy.tests.test_http.TestRangeHeader.test_range_header_multi
10780
breezy.tests.test_http.TestRangeHeader.test_range_header_single
10781
breezy.tests.test_http.TestRangeHeader.test_range_header_tail
10782
breezy.tests.test_http.TestRecordingServer.test_create
10783
breezy.tests.test_http.TestRecordingServer.test_setUp_and_stop
10784
breezy.tests.test_http.Test_redirected_to.test_redirected_to_different_host_same_user(urllib)
10785
breezy.tests.test_http.Test_redirected_to.test_redirected_to_host(urllib)
10786
breezy.tests.test_http.Test_redirected_to.test_redirected_to_same_host_different_protocol(urllib)
10787
breezy.tests.test_http.Test_redirected_to.test_redirected_to_same_host_sibling_protocol(urllib)
10788
breezy.tests.test_http.Test_redirected_to.test_redirected_to_same_host_specific_implementation(urllib)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
10789
breezy.tests.test_http.Test_redirected_to.test_redirected_to_self_with_slash(urllib)
10790
breezy.tests.test_http.Test_redirected_to.test_redirected_to_subdir(urllib)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10791
breezy.tests.test_i18n.TestInstall.test_custom_languages
10792
breezy.tests.test_i18n.TestInstall.test_disable_i18n
10793
breezy.tests.test_i18n.TestInstall.test_no_env_variables
10794
breezy.tests.test_identitymap.TestIdentityMap.test_add_weave
10795
breezy.tests.test_identitymap.TestIdentityMap.test_construct
10796
breezy.tests.test_identitymap.TestIdentityMap.test_double_add_weave
10797
breezy.tests.test_identitymap.TestIdentityMap.test_remove_object
10798
breezy.tests.test_identitymap.TestIdentityMap.test_symbols
10799
breezy.tests.test_identitymap.TestNullIdentityMap.test_add_weave
10800
breezy.tests.test_identitymap.TestNullIdentityMap.test_construct
10801
breezy.tests.test_identitymap.TestNullIdentityMap.test_double_add_weave
10802
breezy.tests.test_identitymap.TestNullIdentityMap.test_null_identity_map_has_no_remove
10803
breezy.tests.test_identitymap.TestNullIdentityMap.test_symbols
10804
breezy.tests.test_ignores.TestParseIgnoreFile.test_parse_empty
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
10805
breezy.tests.test_ignores.TestParseIgnoreFile.test_parse_fancy
10806
breezy.tests.test_ignores.TestParseIgnoreFile.test_parse_non_utf8
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10807
breezy.tests.test_ignores.TestRuntimeIgnores.test_add
10808
breezy.tests.test_ignores.TestRuntimeIgnores.test_add_duplicate
6963.2.6 by Jelmer Vernooij
Fix some more tests.
10809
breezy.tests.test_ignores.TestTreeIgnores.test_adds_ending_newline
10810
breezy.tests.test_ignores.TestTreeIgnores.test_add_to_existing
10811
breezy.tests.test_ignores.TestTreeIgnores.test_does_not_add_dupe
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
10812
breezy.tests.test_ignores.TestTreeIgnores.test_new_file
6963.2.6 by Jelmer Vernooij
Fix some more tests.
10813
breezy.tests.test_ignores.TestTreeIgnores.test_non_ascii
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
10814
breezy.tests.test_ignores.TestUserIgnores.test_add
10815
breezy.tests.test_ignores.TestUserIgnores.test_add_directory
10816
breezy.tests.test_ignores.TestUserIgnores.test_add_unique
10817
breezy.tests.test_ignores.TestUserIgnores.test_create_if_missing
10818
breezy.tests.test_ignores.TestUserIgnores.test_set
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10819
breezy.tests.test_ignores.TestUserIgnores.test_use_empty
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
10820
breezy.tests.test_ignores.TestUserIgnores.test_use_existing
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10821
breezy.tests.test_index.ErrorTests.test_bad_index_data
10822
breezy.tests.test_index.ErrorTests.test_bad_index_duplicate_key
10823
breezy.tests.test_index.ErrorTests.test_bad_index_format_signature
10824
breezy.tests.test_index.ErrorTests.test_bad_index_key
10825
breezy.tests.test_index.ErrorTests.test_bad_index_options
10826
breezy.tests.test_index.ErrorTests.test_bad_index_value
6963.1.2 by Jelmer Vernooij
Fix some more tests.
10827
breezy.tests.test_index.TestCombinedGraphIndex.test__find_ancestors_empty_index
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10828
breezy.tests.test_index.TestCombinedGraphIndex.test_find_ancestors_no_indexes
6963.1.2 by Jelmer Vernooij
Fix some more tests.
10829
breezy.tests.test_index.TestCombinedGraphIndex.test_iter_all_entries_children_empty
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10830
breezy.tests.test_index.TestCombinedGraphIndex.test_iter_all_entries_empty
10831
breezy.tests.test_index.TestCombinedGraphIndex.test_iter_missing_entry_empty
6963.1.2 by Jelmer Vernooij
Fix some more tests.
10832
breezy.tests.test_index.TestCombinedGraphIndex.test_iter_missing_entry_one_index
10833
breezy.tests.test_index.TestCombinedGraphIndex.test_iter_missing_entry_two_index
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10834
breezy.tests.test_index.TestCombinedGraphIndex.test_iter_nothing_children_empty
10835
breezy.tests.test_index.TestCombinedGraphIndex.test_iter_nothing_empty
6963.1.2 by Jelmer Vernooij
Fix some more tests.
10836
breezy.tests.test_index.TestCombinedGraphIndex.test_key_count_empty
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10837
breezy.tests.test_index.TestCombinedGraphIndex.test_open_missing_index_no_error
10838
breezy.tests.test_index.TestCombinedGraphIndex.test_validate_empty
6947.1.1 by Jelmer Vernooij
Update python3.passing.
10839
breezy.tests.test_index.TestGraphIndexBuilder.test_add_node_bad_key
10840
breezy.tests.test_index.TestGraphIndexBuilder.test_add_node_bad_key_in_reference_lists
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10841
breezy.tests.test_index.TestGraphIndexBuilder.test_clear_cache
10842
breezy.tests.test_index.TestGraphIndexBuilder.test_set_optimize
10843
breezy.tests.test_index.TestGraphIndexPrefixAdapter.test_construct
10844
breezy.tests.test_index.TestGraphIndexPrefixAdapter.test_construct_with_callback
10845
breezy.tests.test_index.TestGraphIndexPrefixAdapter.test_validate
10846
breezy.tests.test_index.TestGraphIndex.test_clear_cache
6963.1.2 by Jelmer Vernooij
Fix some more tests.
10847
breezy.tests.test_index.TestGraphIndex.test_external_references_no_refs
10848
breezy.tests.test_index.TestGraphIndex.test_iter_all_entries_empty
10849
breezy.tests.test_index.TestGraphIndex.test_iter_key_prefix_1_element_key_None
10850
breezy.tests.test_index.TestGraphIndex.test_iter_key_prefix_wrong_length
10851
breezy.tests.test_index.TestGraphIndex.test_iter_missing_entry_empty
10852
breezy.tests.test_index.TestGraphIndex.test_iter_missing_entry_empty_no_size
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10853
breezy.tests.test_index.TestGraphIndex.test_iter_nothing_empty
6963.1.2 by Jelmer Vernooij
Fix some more tests.
10854
breezy.tests.test_index.TestGraphIndex.test_key_count_empty
10855
breezy.tests.test_index.TestGraphIndex.test_lookup_key_via_location_buffers
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10856
breezy.tests.test_index.TestGraphIndex.test_open_sets_parsed_map_empty
10857
breezy.tests.test_index.TestGraphIndex.test_supports_unlimited_cache
6963.1.2 by Jelmer Vernooij
Fix some more tests.
10858
breezy.tests.test_index.TestGraphIndex.test_validate_empty
6947.1.1 by Jelmer Vernooij
Update python3.passing.
10859
breezy.tests.test_index.TestGraphIndex.test_validate_missing_end_line_empty
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10860
breezy.tests.test_index.TestInMemoryGraphIndex.test_iter_all_entries_empty
10861
breezy.tests.test_index.TestInMemoryGraphIndex.test_iter_missing_entry_empty
10862
breezy.tests.test_index.TestInMemoryGraphIndex.test_iter_nothing_empty
10863
breezy.tests.test_index.TestInMemoryGraphIndex.test_key_count_empty
10864
breezy.tests.test_index.TestInMemoryGraphIndex.test_validate_empty
6947.1.1 by Jelmer Vernooij
Update python3.passing.
10865
breezy.tests.test_info.TestInfo.test_describe_branch_format
6963.1.2 by Jelmer Vernooij
Fix some more tests.
10866
breezy.tests.test_info.TestInfo.test_describe_checkout_format
6947.1.1 by Jelmer Vernooij
Update python3.passing.
10867
breezy.tests.test_info.TestInfo.test_describe_repo_format
6963.1.2 by Jelmer Vernooij
Fix some more tests.
10868
breezy.tests.test_info.TestInfo.test_describe_repository_layout
10869
breezy.tests.test_info.TestInfo.test_describe_standalone_layout
10870
breezy.tests.test_info.TestInfo.test_describe_tree_format
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10871
breezy.tests.test_info.TestInfo.test_gather_location_bound
6963.1.2 by Jelmer Vernooij
Fix some more tests.
10872
breezy.tests.test_info.TestInfo.test_gather_location_bound_in_repository
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10873
breezy.tests.test_info.TestInfo.test_gather_location_controldir_only
6963.1.2 by Jelmer Vernooij
Fix some more tests.
10874
breezy.tests.test_info.TestInfo.test_gather_location_heavy_checkout
10875
breezy.tests.test_info.TestInfo.test_gather_location_light_checkout
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10876
breezy.tests.test_info.TestInfo.test_gather_location_repo
10877
breezy.tests.test_info.TestInfo.test_gather_location_repo_branch
6963.1.2 by Jelmer Vernooij
Fix some more tests.
10878
breezy.tests.test_info.TestInfo.test_gather_location_shared_repo_checkout
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10879
breezy.tests.test_info.TestInfo.test_gather_location_standalone
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
10880
breezy.tests.test_info.TestInfo.test_gather_related_braches
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10881
breezy.tests.test_info.TestInfo.test_location_list
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
10882
breezy.tests.test_inventory_delta.TestContent.test_dir
10883
breezy.tests.test_inventory_delta.TestContent.test_file_0_short_sha
10884
breezy.tests.test_inventory_delta.TestContent.test_file_10_foo
10885
breezy.tests.test_inventory_delta.TestContent.test_file_executable
10886
breezy.tests.test_inventory_delta.TestContent.test_file_without_sha1
10887
breezy.tests.test_inventory_delta.TestContent.test_file_without_size
10888
breezy.tests.test_inventory_delta.TestContent.test_link_empty_target
10889
breezy.tests.test_inventory_delta.TestContent.test_link_no_target
10890
breezy.tests.test_inventory_delta.TestContent.test_link_space_target
10891
breezy.tests.test_inventory_delta.TestContent.test_link_unicode_target
10892
breezy.tests.test_inventory_delta.TestContent.test_reference_no_reference
10893
breezy.tests.test_inventory_delta.TestContent.test_reference_null
10894
breezy.tests.test_inventory_delta.TestContent.test_reference_revision
10895
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_bad_format
10896
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_delete
10897
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_duplicate_key_errors
10898
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_invalid_newpath
10899
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_invalid_oldpath
10900
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_last_line_not_empty
10901
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_new_file
10902
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_no_bytes
10903
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_no_parent
10904
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_no_version
10905
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_special_revid_not_valid_last_mod
10906
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_tree_when_disabled
10907
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_tree_when_header_disallows
10908
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_unique_root_id_root_versioned_disabled
10909
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_unversioned_root_versioning_enabled
10910
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_versioned_root_only
10911
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_versioned_root_versioned_disabled
10912
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_versioned_root_when_disabled
10913
breezy.tests.test_inventory_delta.TestDeserialization.test_parse_versioned_root_when_header_disallows
10914
breezy.tests.test_inventory_delta.TestSerialization.test_empty_delta_to_lines
10915
breezy.tests.test_inventory_delta.TestSerialization.test_nonrichroot_versioned_root_errors
10916
breezy.tests.test_inventory_delta.TestSerialization.test_richroot_unversioned_root_errors
10917
breezy.tests.test_inventory_delta.TestSerialization.test_root_only_to_lines
10918
breezy.tests.test_inventory_delta.TestSerialization.test_to_inventory_has_tree_not_meant_to
10919
breezy.tests.test_inventory_delta.TestSerialization.test_to_inventory_root_id_not_versioned
10920
breezy.tests.test_inventory_delta.TestSerialization.test_to_inventory_root_id_versioned_not_permitted
10921
breezy.tests.test_inventory_delta.TestSerialization.test_to_inventory_torture
10922
breezy.tests.test_inventory_delta.TestSerialization.test_tree_reference_disabled
10923
breezy.tests.test_inventory_delta.TestSerialization.test_tree_reference_enabled
10924
breezy.tests.test_inventory_delta.TestSerialization.test_unknown_kind_errors
10925
breezy.tests.test_inventory_delta.TestSerialization.test_unversioned_non_root_errors
10926
breezy.tests.test_inventory_delta.TestSerialization.test_unversioned_root
6947.1.1 by Jelmer Vernooij
Update python3.passing.
10927
breezy.tests.test_inv.TestCHKInventory.test_get_entry
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10928
breezy.tests.test_inv.TestCHKInventory.test___getitem__
6947.1.1 by Jelmer Vernooij
Update python3.passing.
10929
breezy.tests.test_inv.TestCHKInventory.test_has_id_not
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10930
breezy.tests.test_inv.TestDeltaApplication.test_add_existing_id_new_path(Inventory)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
10931
breezy.tests.test_inv.TestDeltaApplication.test_add_existing_id_new_path(WorkingTreeFormat2.apply_inventory_delta)
10932
breezy.tests.test_inv.TestDeltaApplication.test_add_existing_id_new_path(WorkingTreeFormat3.apply_inventory_delta)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10933
breezy.tests.test_inv.TestDeltaApplication.test_add_existing_id_new_path(WorkingTreeFormat4.apply_inventory_delta)
10934
breezy.tests.test_inv.TestDeltaApplication.test_add_existing_id_new_path(WorkingTreeFormat5.apply_inventory_delta)
10935
breezy.tests.test_inv.TestDeltaApplication.test_add_existing_id_new_path(WorkingTreeFormat6.apply_inventory_delta)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
10936
breezy.tests.test_inv.TestDeltaApplication.test_add_file(Inventory)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
10937
breezy.tests.test_inv.TestDeltaApplication.test_add_file(WorkingTreeFormat2.apply_inventory_delta)
10938
breezy.tests.test_inv.TestDeltaApplication.test_add_file(WorkingTreeFormat3.apply_inventory_delta)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10939
breezy.tests.test_inv.TestDeltaApplication.test_add_new_id_existing_path(Inventory)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
10940
breezy.tests.test_inv.TestDeltaApplication.test_add_new_id_existing_path(WorkingTreeFormat2.apply_inventory_delta)
10941
breezy.tests.test_inv.TestDeltaApplication.test_add_new_id_existing_path(WorkingTreeFormat3.apply_inventory_delta)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10942
breezy.tests.test_inv.TestDeltaApplication.test_add_new_id_existing_path(WorkingTreeFormat4.apply_inventory_delta)
10943
breezy.tests.test_inv.TestDeltaApplication.test_add_new_id_existing_path(WorkingTreeFormat5.apply_inventory_delta)
10944
breezy.tests.test_inv.TestDeltaApplication.test_add_new_id_existing_path(WorkingTreeFormat6.apply_inventory_delta)
10945
breezy.tests.test_inv.TestDeltaApplication.test_empty_delta(Inventory)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
10946
breezy.tests.test_inv.TestDeltaApplication.test_empty_delta(WorkingTreeFormat2.apply_inventory_delta)
10947
breezy.tests.test_inv.TestDeltaApplication.test_empty_delta(WorkingTreeFormat3.apply_inventory_delta)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
10948
breezy.tests.test_inv.TestDeltaApplication.test_entries_for_empty_inventory(Inventory)
10949
breezy.tests.test_inv.TestDeltaApplication.test_entries_for_empty_inventory(RepositoryFormat2a)
10950
breezy.tests.test_inv.TestDeltaApplication.test_entries_for_empty_inventory(RepositoryFormat2aSubtree)
10951
breezy.tests.test_inv.TestDeltaApplication.test_entries_for_empty_inventory(RepositoryFormat7)
10952
breezy.tests.test_inv.TestDeltaApplication.test_entries_for_empty_inventory(RepositoryFormatKnit1)
10953
breezy.tests.test_inv.TestDeltaApplication.test_entries_for_empty_inventory(RepositoryFormatKnit3)
10954
breezy.tests.test_inv.TestDeltaApplication.test_entries_for_empty_inventory(RepositoryFormatKnit4)
10955
breezy.tests.test_inv.TestDeltaApplication.test_entries_for_empty_inventory(RepositoryFormatKnitPack1)
10956
breezy.tests.test_inv.TestDeltaApplication.test_entries_for_empty_inventory(RepositoryFormatKnitPack3)
10957
breezy.tests.test_inv.TestDeltaApplication.test_entries_for_empty_inventory(RepositoryFormatKnitPack4)
10958
breezy.tests.test_inv.TestDeltaApplication.test_entries_for_empty_inventory(RepositoryFormatKnitPack5)
10959
breezy.tests.test_inv.TestDeltaApplication.test_entries_for_empty_inventory(RepositoryFormatKnitPack5RichRoot)
10960
breezy.tests.test_inv.TestDeltaApplication.test_entries_for_empty_inventory(RepositoryFormatKnitPack5RichRootBroken)
10961
breezy.tests.test_inv.TestDeltaApplication.test_entries_for_empty_inventory(RepositoryFormatKnitPack6)
10962
breezy.tests.test_inv.TestDeltaApplication.test_entries_for_empty_inventory(RepositoryFormatKnitPack6RichRoot)
10963
breezy.tests.test_inv.TestDeltaApplication.test_entries_for_empty_inventory(RepositoryFormatPackDevelopment2Subtree)
10964
breezy.tests.test_inv.TestDeltaApplication.test_entries_for_empty_inventory(WorkingTreeFormat2.apply_inventory_delta)
10965
breezy.tests.test_inv.TestDeltaApplication.test_entries_for_empty_inventory(WorkingTreeFormat2.update_basis_by_delta)
10966
breezy.tests.test_inv.TestDeltaApplication.test_entries_for_empty_inventory(WorkingTreeFormat3.apply_inventory_delta)
10967
breezy.tests.test_inv.TestDeltaApplication.test_entries_for_empty_inventory(WorkingTreeFormat3.update_basis_by_delta)
10968
breezy.tests.test_inv.TestDeltaApplication.test_entries_for_empty_inventory(WorkingTreeFormat4.apply_inventory_delta)
10969
breezy.tests.test_inv.TestDeltaApplication.test_entries_for_empty_inventory(WorkingTreeFormat4.update_basis_by_delta)
10970
breezy.tests.test_inv.TestDeltaApplication.test_entries_for_empty_inventory(WorkingTreeFormat5.apply_inventory_delta)
10971
breezy.tests.test_inv.TestDeltaApplication.test_entries_for_empty_inventory(WorkingTreeFormat5.update_basis_by_delta)
10972
breezy.tests.test_inv.TestDeltaApplication.test_entries_for_empty_inventory(WorkingTreeFormat6.apply_inventory_delta)
10973
breezy.tests.test_inv.TestDeltaApplication.test_entries_for_empty_inventory(WorkingTreeFormat6.update_basis_by_delta)
10974
breezy.tests.test_inv.TestDeltaApplication.test_is_root(Inventory)
10975
breezy.tests.test_inv.TestDeltaApplication.test_is_root(RepositoryFormat2a)
10976
breezy.tests.test_inv.TestDeltaApplication.test_is_root(RepositoryFormat2aSubtree)
10977
breezy.tests.test_inv.TestDeltaApplication.test_is_root(RepositoryFormat7)
10978
breezy.tests.test_inv.TestDeltaApplication.test_is_root(RepositoryFormatKnit1)
10979
breezy.tests.test_inv.TestDeltaApplication.test_is_root(RepositoryFormatKnit3)
10980
breezy.tests.test_inv.TestDeltaApplication.test_is_root(RepositoryFormatKnit4)
10981
breezy.tests.test_inv.TestDeltaApplication.test_is_root(RepositoryFormatKnitPack1)
10982
breezy.tests.test_inv.TestDeltaApplication.test_is_root(RepositoryFormatKnitPack3)
10983
breezy.tests.test_inv.TestDeltaApplication.test_is_root(RepositoryFormatKnitPack4)
10984
breezy.tests.test_inv.TestDeltaApplication.test_is_root(RepositoryFormatKnitPack5)
10985
breezy.tests.test_inv.TestDeltaApplication.test_is_root(RepositoryFormatKnitPack5RichRoot)
10986
breezy.tests.test_inv.TestDeltaApplication.test_is_root(RepositoryFormatKnitPack5RichRootBroken)
10987
breezy.tests.test_inv.TestDeltaApplication.test_is_root(RepositoryFormatKnitPack6)
10988
breezy.tests.test_inv.TestDeltaApplication.test_is_root(RepositoryFormatKnitPack6RichRoot)
10989
breezy.tests.test_inv.TestDeltaApplication.test_is_root(RepositoryFormatPackDevelopment2Subtree)
10990
breezy.tests.test_inv.TestDeltaApplication.test_is_root(WorkingTreeFormat2.apply_inventory_delta)
10991
breezy.tests.test_inv.TestDeltaApplication.test_is_root(WorkingTreeFormat2.update_basis_by_delta)
10992
breezy.tests.test_inv.TestDeltaApplication.test_is_root(WorkingTreeFormat3.apply_inventory_delta)
10993
breezy.tests.test_inv.TestDeltaApplication.test_is_root(WorkingTreeFormat3.update_basis_by_delta)
10994
breezy.tests.test_inv.TestDeltaApplication.test_is_root(WorkingTreeFormat4.apply_inventory_delta)
10995
breezy.tests.test_inv.TestDeltaApplication.test_is_root(WorkingTreeFormat4.update_basis_by_delta)
10996
breezy.tests.test_inv.TestDeltaApplication.test_is_root(WorkingTreeFormat5.apply_inventory_delta)
10997
breezy.tests.test_inv.TestDeltaApplication.test_is_root(WorkingTreeFormat5.update_basis_by_delta)
10998
breezy.tests.test_inv.TestDeltaApplication.test_is_root(WorkingTreeFormat6.apply_inventory_delta)
10999
breezy.tests.test_inv.TestDeltaApplication.test_is_root(WorkingTreeFormat6.update_basis_by_delta)
11000
breezy.tests.test_inv.TestDeltaApplication.test_mismatched_id_entry_id(Inventory)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
11001
breezy.tests.test_inv.TestDeltaApplication.test_mismatched_id_entry_id(WorkingTreeFormat2.apply_inventory_delta)
11002
breezy.tests.test_inv.TestDeltaApplication.test_mismatched_id_entry_id(WorkingTreeFormat3.apply_inventory_delta)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11003
breezy.tests.test_inv.TestDeltaApplication.test_mismatched_new_path_entry_None(Inventory)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
11004
breezy.tests.test_inv.TestDeltaApplication.test_mismatched_new_path_entry_None(WorkingTreeFormat2.apply_inventory_delta)
11005
breezy.tests.test_inv.TestDeltaApplication.test_mismatched_new_path_entry_None(WorkingTreeFormat3.apply_inventory_delta)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11006
breezy.tests.test_inv.TestDeltaApplication.test_mismatched_new_path_None_entry(Inventory)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
11007
breezy.tests.test_inv.TestDeltaApplication.test_mismatched_new_path_None_entry(WorkingTreeFormat2.apply_inventory_delta)
11008
breezy.tests.test_inv.TestDeltaApplication.test_mismatched_new_path_None_entry(WorkingTreeFormat3.apply_inventory_delta)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11009
breezy.tests.test_inv.TestDeltaApplication.test_new_parent_path_has_wrong_id(Inventory)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
11010
breezy.tests.test_inv.TestDeltaApplication.test_new_parent_path_has_wrong_id(WorkingTreeFormat2.apply_inventory_delta)
11011
breezy.tests.test_inv.TestDeltaApplication.test_new_parent_path_has_wrong_id(WorkingTreeFormat3.apply_inventory_delta)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11012
breezy.tests.test_inv.TestDeltaApplication.test_new_parent_path_has_wrong_id(WorkingTreeFormat4.apply_inventory_delta)
11013
breezy.tests.test_inv.TestDeltaApplication.test_new_parent_path_has_wrong_id(WorkingTreeFormat5.apply_inventory_delta)
11014
breezy.tests.test_inv.TestDeltaApplication.test_new_parent_path_has_wrong_id(WorkingTreeFormat6.apply_inventory_delta)
11015
breezy.tests.test_inv.TestDeltaApplication.test_None_file_id(Inventory)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
11016
breezy.tests.test_inv.TestDeltaApplication.test_None_file_id(WorkingTreeFormat2.apply_inventory_delta)
11017
breezy.tests.test_inv.TestDeltaApplication.test_None_file_id(WorkingTreeFormat3.apply_inventory_delta)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11018
breezy.tests.test_inv.TestDeltaApplication.test_old_parent_path_is_for_other_id(Inventory)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
11019
breezy.tests.test_inv.TestDeltaApplication.test_old_parent_path_is_for_other_id(WorkingTreeFormat2.apply_inventory_delta)
11020
breezy.tests.test_inv.TestDeltaApplication.test_old_parent_path_is_for_other_id(WorkingTreeFormat3.apply_inventory_delta)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11021
breezy.tests.test_inv.TestDeltaApplication.test_old_parent_path_is_for_other_id(WorkingTreeFormat4.apply_inventory_delta)
11022
breezy.tests.test_inv.TestDeltaApplication.test_old_parent_path_is_for_other_id(WorkingTreeFormat5.apply_inventory_delta)
11023
breezy.tests.test_inv.TestDeltaApplication.test_old_parent_path_is_for_other_id(WorkingTreeFormat6.apply_inventory_delta)
11024
breezy.tests.test_inv.TestDeltaApplication.test_old_parent_path_is_wrong(Inventory)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
11025
breezy.tests.test_inv.TestDeltaApplication.test_old_parent_path_is_wrong(WorkingTreeFormat2.apply_inventory_delta)
11026
breezy.tests.test_inv.TestDeltaApplication.test_old_parent_path_is_wrong(WorkingTreeFormat3.apply_inventory_delta)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11027
breezy.tests.test_inv.TestDeltaApplication.test_old_parent_path_is_wrong(WorkingTreeFormat4.apply_inventory_delta)
11028
breezy.tests.test_inv.TestDeltaApplication.test_old_parent_path_is_wrong(WorkingTreeFormat5.apply_inventory_delta)
11029
breezy.tests.test_inv.TestDeltaApplication.test_old_parent_path_is_wrong(WorkingTreeFormat6.apply_inventory_delta)
11030
breezy.tests.test_inv.TestDeltaApplication.test_parent_is_missing(Inventory)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
11031
breezy.tests.test_inv.TestDeltaApplication.test_parent_is_missing(WorkingTreeFormat2.apply_inventory_delta)
11032
breezy.tests.test_inv.TestDeltaApplication.test_parent_is_missing(WorkingTreeFormat3.apply_inventory_delta)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11033
breezy.tests.test_inv.TestDeltaApplication.test_parent_is_not_directory(Inventory)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
11034
breezy.tests.test_inv.TestDeltaApplication.test_parent_is_not_directory(WorkingTreeFormat2.apply_inventory_delta)
11035
breezy.tests.test_inv.TestDeltaApplication.test_parent_is_not_directory(WorkingTreeFormat3.apply_inventory_delta)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11036
breezy.tests.test_inv.TestDeltaApplication.test_parent_is_not_directory(WorkingTreeFormat4.apply_inventory_delta)
11037
breezy.tests.test_inv.TestDeltaApplication.test_parent_is_not_directory(WorkingTreeFormat5.apply_inventory_delta)
11038
breezy.tests.test_inv.TestDeltaApplication.test_parent_is_not_directory(WorkingTreeFormat6.apply_inventory_delta)
11039
breezy.tests.test_inv.TestDeltaApplication.test_remove_dir_leaving_dangling_child(Inventory)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
11040
breezy.tests.test_inv.TestDeltaApplication.test_remove_dir_leaving_dangling_child(WorkingTreeFormat2.apply_inventory_delta)
11041
breezy.tests.test_inv.TestDeltaApplication.test_remove_dir_leaving_dangling_child(WorkingTreeFormat3.apply_inventory_delta)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11042
breezy.tests.test_inv.TestDeltaApplication.test_remove_dir_leaving_dangling_child(WorkingTreeFormat4.apply_inventory_delta)
11043
breezy.tests.test_inv.TestDeltaApplication.test_remove_dir_leaving_dangling_child(WorkingTreeFormat5.apply_inventory_delta)
11044
breezy.tests.test_inv.TestDeltaApplication.test_remove_dir_leaving_dangling_child(WorkingTreeFormat6.apply_inventory_delta)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
11045
breezy.tests.test_inv.TestDeltaApplication.test_remove_file(Inventory)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
11046
breezy.tests.test_inv.TestDeltaApplication.test_remove_file(WorkingTreeFormat2.apply_inventory_delta)
11047
breezy.tests.test_inv.TestDeltaApplication.test_remove_file(WorkingTreeFormat3.apply_inventory_delta)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
11048
breezy.tests.test_inv.TestDeltaApplication.test_renamed_dir_with_renamed_child(Inventory)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
11049
breezy.tests.test_inv.TestDeltaApplication.test_renamed_dir_with_renamed_child(WorkingTreeFormat2.apply_inventory_delta)
11050
breezy.tests.test_inv.TestDeltaApplication.test_renamed_dir_with_renamed_child(WorkingTreeFormat3.apply_inventory_delta)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
11051
breezy.tests.test_inv.TestDeltaApplication.test_rename_dir(Inventory)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
11052
breezy.tests.test_inv.TestDeltaApplication.test_rename_dir(WorkingTreeFormat2.apply_inventory_delta)
11053
breezy.tests.test_inv.TestDeltaApplication.test_rename_dir(WorkingTreeFormat3.apply_inventory_delta)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
11054
breezy.tests.test_inv.TestDeltaApplication.test_rename_file(Inventory)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
11055
breezy.tests.test_inv.TestDeltaApplication.test_rename_file(WorkingTreeFormat2.apply_inventory_delta)
11056
breezy.tests.test_inv.TestDeltaApplication.test_rename_file(WorkingTreeFormat3.apply_inventory_delta)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11057
breezy.tests.test_inv.TestDeltaApplication.test_repeated_file_id(Inventory)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
11058
breezy.tests.test_inv.TestDeltaApplication.test_repeated_file_id(WorkingTreeFormat2.apply_inventory_delta)
11059
breezy.tests.test_inv.TestDeltaApplication.test_repeated_file_id(WorkingTreeFormat3.apply_inventory_delta)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11060
breezy.tests.test_inv.TestDeltaApplication.test_repeated_new_path(Inventory)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
11061
breezy.tests.test_inv.TestDeltaApplication.test_repeated_new_path(WorkingTreeFormat2.apply_inventory_delta)
11062
breezy.tests.test_inv.TestDeltaApplication.test_repeated_new_path(WorkingTreeFormat3.apply_inventory_delta)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11063
breezy.tests.test_inv.TestDeltaApplication.test_repeated_old_path(Inventory)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
11064
breezy.tests.test_inv.TestDeltaApplication.test_repeated_old_path(WorkingTreeFormat2.apply_inventory_delta)
11065
breezy.tests.test_inv.TestDeltaApplication.test_repeated_old_path(WorkingTreeFormat3.apply_inventory_delta)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11066
breezy.tests.test_inv.TestDeltaApplication.test_repeated_old_path(WorkingTreeFormat4.apply_inventory_delta)
11067
breezy.tests.test_inv.TestDeltaApplication.test_repeated_old_path(WorkingTreeFormat5.apply_inventory_delta)
11068
breezy.tests.test_inv.TestDeltaApplication.test_repeated_old_path(WorkingTreeFormat6.apply_inventory_delta)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
11069
breezy.tests.test_inv.TestDeltaApplication.test_replaced_at_new_path(Inventory)
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
11070
breezy.tests.test_inv.TestDeltaApplication.test_replaced_at_new_path(WorkingTreeFormat2.apply_inventory_delta)
11071
breezy.tests.test_inv.TestDeltaApplication.test_replaced_at_new_path(WorkingTreeFormat3.apply_inventory_delta)
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
11072
breezy.tests.test_inv.TestDeltaApplication.test_unicode_file_id(Inventory)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
11073
breezy.tests.test_inv.TestDeltaApplication.test_unicode_file_id(WorkingTreeFormat2.apply_inventory_delta)
11074
breezy.tests.test_inv.TestDeltaApplication.test_unicode_file_id(WorkingTreeFormat3.apply_inventory_delta)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11075
breezy.tests.test_inv.TestDescribeChanges.test_describe_change
11076
breezy.tests.test_inv.TestInventoryEntry.test_dir_detect_changes
11077
breezy.tests.test_inv.TestInventoryEntry.test_directory_has_text
11078
breezy.tests.test_inv.TestInventoryEntry.test_dir_kind_character
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
11079
breezy.tests.test_inv.TestInventoryEntry.test_file_backslash
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11080
breezy.tests.test_inv.TestInventoryEntry.test_file_detect_changes
11081
breezy.tests.test_inv.TestInventoryEntry.test_file_has_text
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
11082
breezy.tests.test_inv.TestInventoryEntry.test_file_invalid_entry_name
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11083
breezy.tests.test_inv.TestInventoryEntry.test_file_kind_character
11084
breezy.tests.test_inv.TestInventoryEntry.test_link_has_text
11085
breezy.tests.test_inv.TestInventoryEntry.test_link_kind_character
11086
breezy.tests.test_inv.TestInventoryEntry.test_make_entry
11087
breezy.tests.test_inv.TestInventoryEntry.test_make_entry_non_normalized
11088
breezy.tests.test_inv.TestInventoryEntry.test_symlink_detect_changes
11089
breezy.tests.test_inv.TestInventoryUpdates.test_add_path
11090
breezy.tests.test_inv.TestInventoryUpdates.test_add_path_of_root
11091
breezy.tests.test_inv.TestInventoryUpdates.test_add_recursive
6947.1.1 by Jelmer Vernooij
Update python3.passing.
11092
breezy.tests.test_inv.TestInventoryUpdates.test_copy
11093
breezy.tests.test_inv.TestInventoryUpdates.test_copy_copies_root_revision
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11094
breezy.tests.test_inv.TestInventoryUpdates.test_copy_empty
11095
breezy.tests.test_inv.TestInventoryUpdates.test_create_tree_reference
11096
breezy.tests.test_inv.TestInventoryUpdates.test_creation_from_root_id
11097
breezy.tests.test_inv.TestMutableInventoryFromTree.test_empty
11098
breezy.tests.test_knit.ErrorTests.test_knit_data_stream_incompatible
11099
breezy.tests.test_knit.ErrorTests.test_knit_data_stream_unknown
11100
breezy.tests.test_knit.ErrorTests.test_knit_header_error
11101
breezy.tests.test_knit.ErrorTests.test_knit_index_unknown_method
6973.5.12 by Jelmer Vernooij
Merge trunk.
11102
breezy.tests.test_knit.LowLevelKnitDataTests.test_corrupted_data
11103
breezy.tests.test_knit.LowLevelKnitDataTests.test_mismatched_version_id
11104
breezy.tests.test_knit.LowLevelKnitDataTests.test_multiple_records_valid
11105
breezy.tests.test_knit.LowLevelKnitDataTests.test_not_enough_lines
11106
breezy.tests.test_knit.LowLevelKnitDataTests.test_too_many_lines
11107
breezy.tests.test_knit.LowLevelKnitDataTests.test_uncompressed_data
11108
breezy.tests.test_knit.LowLevelKnitDataTests.test_valid_knit_data
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11109
breezy.tests.test_knit.LowLevelKnitIndexTests_c.test_add_versions
11110
breezy.tests.test_knit.LowLevelKnitIndexTests_c.test_add_versions_random_id_is_accepted
11111
breezy.tests.test_knit.LowLevelKnitIndexTests_c.test_corrupted_parent
11112
breezy.tests.test_knit.LowLevelKnitIndexTests_c.test_corrupted_parent_in_list
11113
breezy.tests.test_knit.LowLevelKnitIndexTests_c.test_create_file
11114
breezy.tests.test_knit.LowLevelKnitIndexTests_c.test_delay_create_and_add_versions
11115
breezy.tests.test_knit.LowLevelKnitIndexTests_c.test_get_method
11116
breezy.tests.test_knit.LowLevelKnitIndexTests_c.test_get_options
11117
breezy.tests.test_knit.LowLevelKnitIndexTests_c.test_get_parent_map
11118
breezy.tests.test_knit.LowLevelKnitIndexTests_c.test_get_position
11119
breezy.tests.test_knit.LowLevelKnitIndexTests_c.test__get_total_build_size
11120
breezy.tests.test_knit.LowLevelKnitIndexTests_c.test_impossible_parent
11121
breezy.tests.test_knit.LowLevelKnitIndexTests_c.test_invalid_position
11122
breezy.tests.test_knit.LowLevelKnitIndexTests_c.test_invalid_size
11123
breezy.tests.test_knit.LowLevelKnitIndexTests_c.test_keys
11124
breezy.tests.test_knit.LowLevelKnitIndexTests_c.test_read_compressed_parents
11125
breezy.tests.test_knit.LowLevelKnitIndexTests_c.test_read_corrupted_header
11126
breezy.tests.test_knit.LowLevelKnitIndexTests_c.test_read_duplicate_entries
11127
breezy.tests.test_knit.LowLevelKnitIndexTests_c.test_read_ignore_corrupted_lines
11128
breezy.tests.test_knit.LowLevelKnitIndexTests_c.test_read_utf8_parents
11129
breezy.tests.test_knit.LowLevelKnitIndexTests_c.test_read_utf8_version_id
11130
breezy.tests.test_knit.LowLevelKnitIndexTests_c.test_scan_unvalidated_index_not_implemented
11131
breezy.tests.test_knit.LowLevelKnitIndexTests_c.test_short_line
11132
breezy.tests.test_knit.LowLevelKnitIndexTests_c.test_skip_incomplete_record
11133
breezy.tests.test_knit.LowLevelKnitIndexTests_c.test_trailing_characters
11134
breezy.tests.test_knit.LowLevelKnitIndexTests_c.test_write_utf8_parents
11135
breezy.tests.test_knit.LowLevelKnitIndexTests_c.test_write_utf8_version_id
6947.1.1 by Jelmer Vernooij
Update python3.passing.
11136
breezy.tests.test_knit.LowLevelKnitIndexTests.test_create_file
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11137
breezy.tests.test_knit.LowLevelKnitIndexTests.test__get_total_build_size
6973.5.12 by Jelmer Vernooij
Merge trunk.
11138
breezy.tests.test_knit.LowLevelKnitIndexTests.test_read_corrupted_header
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11139
breezy.tests.test_knit.LowLevelKnitIndexTests.test_scan_unvalidated_index_not_implemented
11140
breezy.tests.test_knit.TestAnnotatedKnitContent.test_annotate
11141
breezy.tests.test_knit.TestAnnotatedKnitContent.test_constructor
11142
breezy.tests.test_knit.TestAnnotatedKnitContent.test_copy
11143
breezy.tests.test_knit.TestAnnotatedKnitContent.test_get_line_delta_blocks
11144
breezy.tests.test_knit.TestAnnotatedKnitContent.test_get_line_delta_blocks_noeol
11145
breezy.tests.test_knit.TestAnnotatedKnitContent.test_line_delta
11146
breezy.tests.test_knit.TestAnnotatedKnitContent.test_line_delta_iter
11147
breezy.tests.test_knit.TestAnnotatedKnitContent.test_text
6963.1.2 by Jelmer Vernooij
Fix some more tests.
11148
breezy.tests.test_knit.TestGraphIndexKnit.test_track_external_parent_refs
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11149
breezy.tests.test_knit.Test_KnitAnnotator.test__expand_delta_comp_parent_not_available
11150
breezy.tests.test_knit.Test_KnitAnnotator.test__expand_delta_records_blocks
11151
breezy.tests.test_knit.Test_KnitAnnotator.test__expand_fulltext
11152
breezy.tests.test_knit.Test_KnitAnnotator.test__expand_record_tracks_num_children
11153
breezy.tests.test_knit.Test_KnitAnnotator.test__get_parent_ann_uses_matching_blocks
11154
breezy.tests.test_knit.Test_KnitAnnotator.test__process_pending
11155
breezy.tests.test_knit.Test_KnitAnnotator.test_record_delta_removes_basis
6973.5.12 by Jelmer Vernooij
Merge trunk.
11156
breezy.tests.test_knit.TestKnitIndex.test_knit_index_checks_header
11157
breezy.tests.test_knit.TestKnitKnitAccess.test_add_raw_records
11158
breezy.tests.test_knit.TestKnitKnitAccess.test_add_several_raw_records
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11159
breezy.tests.test_knit.TestKnitVersionedFiles.test__group_keys_for_io
11160
breezy.tests.test_knit.TestKnitVersionedFiles.test__split_by_prefix
11161
breezy.tests.test_knit.TestNoParentsGraphIndexKnit.test_add_good_unvalidated_index
11162
breezy.tests.test_knit.TestNoParentsGraphIndexKnit.test_parents_deltas_incompatible
6973.5.12 by Jelmer Vernooij
Merge trunk.
11163
breezy.tests.test_knit.TestPackKnitAccess.test_add_raw_records
11164
breezy.tests.test_knit.TestPackKnitAccess.test_add_several_raw_records
11165
breezy.tests.test_knit.TestPackKnitAccess.test_failing_readv_raises_no_such_file_with_no_reload
11166
breezy.tests.test_knit.TestPackKnitAccess.test_failing_readv_raises_retry
11167
breezy.tests.test_knit.TestPackKnitAccess.test_missing_file_raises_no_such_file_with_no_reload
11168
breezy.tests.test_knit.TestPackKnitAccess.test_missing_file_raises_retry
11169
breezy.tests.test_knit.TestPackKnitAccess.test_missing_index_raises_key_error_with_no_reload
11170
breezy.tests.test_knit.TestPackKnitAccess.test_missing_index_raises_retry
11171
breezy.tests.test_knit.TestPackKnitAccess.test_read_from_several_packs
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11172
breezy.tests.test_knit.TestPackKnitAccess.test_reload_or_raise_no_reload
11173
breezy.tests.test_knit.TestPackKnitAccess.test_reload_or_raise_reload_changed
11174
breezy.tests.test_knit.TestPackKnitAccess.test_reload_or_raise_reload_no_change
6973.5.12 by Jelmer Vernooij
Merge trunk.
11175
breezy.tests.test_knit.TestPackKnitAccess.test_set_writer
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11176
breezy.tests.test_knit.TestPlainKnitContent.test_annotate
11177
breezy.tests.test_knit.TestPlainKnitContent.test_constructor
11178
breezy.tests.test_knit.TestPlainKnitContent.test_copy
11179
breezy.tests.test_knit.TestPlainKnitContent.test_get_line_delta_blocks
11180
breezy.tests.test_knit.TestPlainKnitContent.test_get_line_delta_blocks_noeol
11181
breezy.tests.test_knit.TestPlainKnitContent.test_line_delta
11182
breezy.tests.test_knit.TestPlainKnitContent.test_line_delta_iter
11183
breezy.tests.test_knit.TestPlainKnitContent.test_text
11184
breezy.tests.test_knit.TestStacking.test_add_fallback_versioned_files
6973.5.12 by Jelmer Vernooij
Merge trunk.
11185
breezy.tests.test_knit.TestStacking.test_add_lines
11186
breezy.tests.test_knit.TestStacking.test_annotate
6947.1.1 by Jelmer Vernooij
Update python3.passing.
11187
breezy.tests.test_knit.TestStacking.test_check
6973.5.12 by Jelmer Vernooij
Merge trunk.
11188
breezy.tests.test_knit.TestStacking.test_get_parent_map
11189
breezy.tests.test_knit.TestStacking.test_get_record_stream_ordered_deltas
11190
breezy.tests.test_knit.TestStacking.test_get_record_stream_unordered_deltas
11191
breezy.tests.test_knit.TestStacking.test_get_record_stream_unordered_fulltexts
11192
breezy.tests.test_knit.TestStacking.test_iter_lines_added_or_present_in_keys
11193
breezy.tests.test_knit.TestStacking.test_keys
11194
breezy.tests.test_knit.TestStacking.test_make_mpdiffs
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11195
breezy.tests.test__known_graph.TestKnownGraphHeads.test_filling_in_ghosts_resets_head_cache(python)
11196
breezy.tests.test__known_graph.TestKnownGraphHeads.test_filling_in_ghosts_resets_head_cache(python-nocache)
11197
breezy.tests.test__known_graph.TestKnownGraphHeads.test_heads_alt_merge(python)
11198
breezy.tests.test__known_graph.TestKnownGraphHeads.test_heads_alt_merge(python-nocache)
11199
breezy.tests.test__known_graph.TestKnownGraphHeads.test_heads_criss_cross(python)
11200
breezy.tests.test__known_graph.TestKnownGraphHeads.test_heads_criss_cross(python-nocache)
11201
breezy.tests.test__known_graph.TestKnownGraphHeads.test_heads_linear(python)
11202
breezy.tests.test__known_graph.TestKnownGraphHeads.test_heads_linear(python-nocache)
6973.5.12 by Jelmer Vernooij
Merge trunk.
11203
breezy.tests.test__known_graph.TestKnownGraphHeads.test_heads_null(python)
11204
breezy.tests.test__known_graph.TestKnownGraphHeads.test_heads_null(python-nocache)
11205
breezy.tests.test__known_graph.TestKnownGraphHeads.test_heads_one(python)
11206
breezy.tests.test__known_graph.TestKnownGraphHeads.test_heads_one(python-nocache)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11207
breezy.tests.test__known_graph.TestKnownGraphHeads.test_heads_shortcut(python)
11208
breezy.tests.test__known_graph.TestKnownGraphHeads.test_heads_shortcut(python-nocache)
6973.5.12 by Jelmer Vernooij
Merge trunk.
11209
breezy.tests.test__known_graph.TestKnownGraphHeads.test_heads_single(python)
11210
breezy.tests.test__known_graph.TestKnownGraphHeads.test_heads_single(python-nocache)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11211
breezy.tests.test__known_graph.TestKnownGraphHeads.test_heads_two_heads(python)
11212
breezy.tests.test__known_graph.TestKnownGraphHeads.test_heads_two_heads(python-nocache)
11213
breezy.tests.test__known_graph.TestKnownGraphHeads.test_heads_with_ghost(python)
11214
breezy.tests.test__known_graph.TestKnownGraphHeads.test_heads_with_ghost(python-nocache)
11215
breezy.tests.test__known_graph.TestKnownGraphMergeSort.test_dotted_revnos_with_simple_merges(python)
11216
breezy.tests.test__known_graph.TestKnownGraphMergeSort.test_end_of_merge_multiple_revisions_merged_at_once(python)
11217
breezy.tests.test__known_graph.TestKnownGraphMergeSort.test_end_of_merge_not_last_revision_in_branch(python)
11218
breezy.tests.test__known_graph.TestKnownGraphMergeSort.test_ghost(python)
11219
breezy.tests.test__known_graph.TestKnownGraphMergeSort.test_graph_cycle(python)
11220
breezy.tests.test__known_graph.TestKnownGraphMergeSort.test_lefthand_ghost(python)
11221
breezy.tests.test__known_graph.TestKnownGraphMergeSort.test_merge_depth_with_nested_merges(python)
11222
breezy.tests.test__known_graph.TestKnownGraphMergeSort.test_merge_sort_empty(python)
11223
breezy.tests.test__known_graph.TestKnownGraphMergeSort.test_merge_sort_not_empty_no_tip(python)
11224
breezy.tests.test__known_graph.TestKnownGraphMergeSort.test_merge_sort_one_revision(python)
11225
breezy.tests.test__known_graph.TestKnownGraphMergeSort.test_merge_sort_race(python)
11226
breezy.tests.test__known_graph.TestKnownGraphMergeSort.test_parallel_root_sequence_numbers_increase_with_merges(python)
11227
breezy.tests.test__known_graph.TestKnownGraphMergeSort.test_revnos_are_globally_assigned(python)
11228
breezy.tests.test__known_graph.TestKnownGraphMergeSort.test_roots_and_sub_branches_versus_ghosts(python)
11229
breezy.tests.test__known_graph.TestKnownGraphMergeSort.test_sequence_numbers_increase_no_merges(python)
11230
breezy.tests.test__known_graph.TestKnownGraphMergeSort.test_sequence_numbers_increase_with_merges(python)
11231
breezy.tests.test__known_graph.TestKnownGraphStableReverseTopoSort.test_empty(python)
11232
breezy.tests.test__known_graph.TestKnownGraphStableReverseTopoSort.test_linear(python)
11233
breezy.tests.test__known_graph.TestKnownGraphStableReverseTopoSort.test_mixed_ancestries(python)
11234
breezy.tests.test__known_graph.TestKnownGraphStableReverseTopoSort.test_single(python)
11235
breezy.tests.test__known_graph.TestKnownGraphStableReverseTopoSort.test_skip_ghost(python)
11236
breezy.tests.test__known_graph.TestKnownGraphStableReverseTopoSort.test_skip_mainline_ghost(python)
11237
breezy.tests.test__known_graph.TestKnownGraphStableReverseTopoSort.test_stable_sorting(python)
11238
breezy.tests.test__known_graph.TestKnownGraph.test_add_existing_node_mismatched_parents(python)
11239
breezy.tests.test__known_graph.TestKnownGraph.test_add_existing_node(python)
11240
breezy.tests.test__known_graph.TestKnownGraph.test_add_new_root(python)
11241
breezy.tests.test__known_graph.TestKnownGraph.test_add_node_with_ghost_parent(python)
11242
breezy.tests.test__known_graph.TestKnownGraph.test_add_with_all_ghost_parents(python)
11243
breezy.tests.test__known_graph.TestKnownGraph.test_children_ancestry1(python)
11244
breezy.tests.test__known_graph.TestKnownGraph.test_fill_in_ghost(python)
11245
breezy.tests.test__known_graph.TestKnownGraph.test_gdfo_after_add_node(python)
11246
breezy.tests.test__known_graph.TestKnownGraph.test_gdfo_ancestry_1(python)
11247
breezy.tests.test__known_graph.TestKnownGraph.test_gdfo_extended_history_shortcut(python)
11248
breezy.tests.test__known_graph.TestKnownGraph.test_gdfo_feature_branch(python)
11249
breezy.tests.test__known_graph.TestKnownGraph.test_gdfo_with_ghost(python)
11250
breezy.tests.test__known_graph.TestKnownGraph.test_parent_ancestry1(python)
11251
breezy.tests.test__known_graph.TestKnownGraph.test_parent_with_ghost(python)
11252
breezy.tests.test__known_graph.TestKnownGraphTopoSort.test_topo_sort_1(python)
11253
breezy.tests.test__known_graph.TestKnownGraphTopoSort.test_topo_sort_cycle_2(python)
11254
breezy.tests.test__known_graph.TestKnownGraphTopoSort.test_topo_sort_cycle(python)
11255
breezy.tests.test__known_graph.TestKnownGraphTopoSort.test_topo_sort_cycle_with_tail(python)
11256
breezy.tests.test__known_graph.TestKnownGraphTopoSort.test_topo_sort_easy(python)
11257
breezy.tests.test__known_graph.TestKnownGraphTopoSort.test_topo_sort_empty(python)
11258
breezy.tests.test__known_graph.TestKnownGraphTopoSort.test_topo_sort_ghost_parent(python)
11259
breezy.tests.test__known_graph.TestKnownGraphTopoSort.test_topo_sort_partial(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
11260
breezy.tests.test_lazy_import.TestCanonicalize.test_from_one_import_two
11261
breezy.tests.test_lazy_import.TestCanonicalize.test_import_one
11262
breezy.tests.test_lazy_import.TestCanonicalize.test_import_one_as_two_as
11263
breezy.tests.test_lazy_import.TestCanonicalize.test_import_one_two
11264
breezy.tests.test_lazy_import.TestCanonicalize.test_missing_trailing
11265
breezy.tests.test_lazy_import.TestCanonicalize.test_multiple
11266
breezy.tests.test_lazy_import.TestConvertImportToMap.test_import_mixed
11267
breezy.tests.test_lazy_import.TestConvertImportToMap.test_import_one
11268
breezy.tests.test_lazy_import.TestConvertImportToMap.test_import_one_as_x
11269
breezy.tests.test_lazy_import.TestConvertImportToMap.test_import_one_two
11270
breezy.tests.test_lazy_import.TestConvertImportToMap.test_import_one_two_as_x
11271
breezy.tests.test_lazy_import.TestConvertImportToMap.test_import_one_two_three
11272
breezy.tests.test_lazy_import.TestConvertImportToMap.test_import_with_as
11273
breezy.tests.test_lazy_import.TestFromToMap.test_from_one_import_two
11274
breezy.tests.test_lazy_import.TestFromToMap.test_from_one_import_two_as_three
11275
breezy.tests.test_lazy_import.TestFromToMap.test_from_one_import_two_three
11276
breezy.tests.test_lazy_import.TestFromToMap.test_from_one_two_import_three
11277
breezy.tests.test_lazy_import.TestImportProcessor.test_from_many
11278
breezy.tests.test_lazy_import.TestImportProcessor.test_from_one_import_two
11279
breezy.tests.test_lazy_import.TestImportProcessor.test_import_as
11280
breezy.tests.test_lazy_import.TestImportProcessor.test_import_many
11281
breezy.tests.test_lazy_import.TestImportProcessor.test_import_one
11282
breezy.tests.test_lazy_import.TestImportProcessor.test_import_one_two
11283
breezy.tests.test_lazy_import.TestImportProcessor.test_incorrect_line
11284
breezy.tests.test_lazy_import.TestImportProcessor.test_mixed
11285
breezy.tests.test_lazy_import.TestImportProcessor.test_name_collision
11286
breezy.tests.test_lazy_import.TestImportProcessor.test_relative_imports
6963.2.6 by Jelmer Vernooij
Fix some more tests.
11287
breezy.tests.test_lazy_import.TestImportReplacerHelper.test_basic_import
11288
breezy.tests.test_lazy_import.TestImportReplacer.test_import_mod
11289
breezy.tests.test_lazy_import.TestImportReplacer.test_import_mod_from_root
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
11290
breezy.tests.test_lazy_import.TestImportReplacer.test_import_root
6963.2.6 by Jelmer Vernooij
Fix some more tests.
11291
breezy.tests.test_lazy_import.TestImportReplacer.test_import_root_and_mod
11292
breezy.tests.test_lazy_import.TestImportReplacer.test_import_root_and_root_mod
11293
breezy.tests.test_lazy_import.TestImportReplacer.test_import_root_sub_submod
11294
breezy.tests.test_lazy_import.TestLazyImportProcessor.test_import_deep
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
11295
breezy.tests.test_lazy_import.TestLazyImportProcessor.test_lazy_import
11296
breezy.tests.test_lazy_import.TestLazyImportProcessor.test_root
11297
breezy.tests.test_lazy_import.TestScopeReplacerReentrance.test_call
11298
breezy.tests.test_lazy_import.TestScopeReplacerReentrance.test_getattribute
11299
breezy.tests.test_lazy_import.TestScopeReplacerReentrance.test_setattr
11300
breezy.tests.test_lazy_import.TestScopeReplacer.test_call_class
11301
breezy.tests.test_lazy_import.TestScopeReplacer.test_call_func
11302
breezy.tests.test_lazy_import.TestScopeReplacer.test_class
11303
breezy.tests.test_lazy_import.TestScopeReplacer.test_enable_proxying
11304
breezy.tests.test_lazy_import.TestScopeReplacer.test_object
11305
breezy.tests.test_lazy_import.TestScopeReplacer.test_other_variable
11306
breezy.tests.test_lazy_import.TestScopeReplacer.test_replace_side_effects
11307
breezy.tests.test_lazy_import.TestScopeReplacer.test_replacing_from_own_scope_fails
11308
breezy.tests.test_lazy_import.TestScopeReplacer.test_setattr_replaces
11309
breezy.tests.test_lazy_regex.TestErrors.test_invalid_pattern
11310
breezy.tests.test_lazy_regex.TestInstallLazyCompile.test_install
11311
breezy.tests.test_lazy_regex.TestInstallLazyCompile.test_reset
11312
breezy.tests.test_lazy_regex.TestLazyCompile.test_extra_args
11313
breezy.tests.test_lazy_regex.TestLazyCompile.test_findall
11314
breezy.tests.test_lazy_regex.TestLazyCompile.test_finditer
11315
breezy.tests.test_lazy_regex.TestLazyCompile.test_match
11316
breezy.tests.test_lazy_regex.TestLazyCompile.test_pickle
11317
breezy.tests.test_lazy_regex.TestLazyCompile.test_search
11318
breezy.tests.test_lazy_regex.TestLazyCompile.test_simple_acts_like_regex
11319
breezy.tests.test_lazy_regex.TestLazyCompile.test_split
11320
breezy.tests.test_lazy_regex.TestLazyRegex.test_bad_pattern
11321
breezy.tests.test_lazy_regex.TestLazyRegex.test_lazy_compile
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
11322
breezy.tests.test_library_state.TestLibraryState.test_trace_context
11323
breezy.tests.test_library_state.TestLibraryState.test_ui_is_used
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11324
breezy.tests.test_lockable_files.TestLockableFiles_LockDir.test_break_lock
11325
breezy.tests.test_lockable_files.TestLockableFiles_LockDir.test_dont_leave_in_place
11326
breezy.tests.test_lockable_files.TestLockableFiles_LockDir.test__escape
11327
breezy.tests.test_lockable_files.TestLockableFiles_LockDir.test__escape_empty
11328
breezy.tests.test_lockable_files.TestLockableFiles_LockDir.test__file_modes
11329
breezy.tests.test_lockable_files.TestLockableFiles_LockDir.test_leave_in_place
11330
breezy.tests.test_lockable_files.TestLockableFiles_LockDir.test_lock_created
11331
breezy.tests.test_lockable_files.TestLockableFiles_LockDir.test_lock_write_raises_on_token_mismatch
11332
breezy.tests.test_lockable_files.TestLockableFiles_LockDir.test_lock_write_reenter_with_token
11333
breezy.tests.test_lockable_files.TestLockableFiles_LockDir.test_lock_write_returns_None_refuses_token
11334
breezy.tests.test_lockable_files.TestLockableFiles_LockDir.test_lock_write_returns_token_when_given_token
11335
breezy.tests.test_lockable_files.TestLockableFiles_LockDir.test_lock_write_with_matching_token
11336
breezy.tests.test_lockable_files.TestLockableFiles_LockDir.test_lock_write_with_token_fails_when_unlocked
11337
breezy.tests.test_lockable_files.TestLockableFiles_LockDir.test_second_lock_write_returns_same_token
11338
breezy.tests.test_lockable_files.TestLockableFiles_LockDir.test_unlock_after_lock_write_with_token
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
11339
breezy.tests.test_lockable_files.TestLockableFiles_TransportLock.test_break_lock
11340
breezy.tests.test_lockable_files.TestLockableFiles_TransportLock.test_dont_leave_in_place
11341
breezy.tests.test_lockable_files.TestLockableFiles_TransportLock.test__escape
11342
breezy.tests.test_lockable_files.TestLockableFiles_TransportLock.test__escape_empty
11343
breezy.tests.test_lockable_files.TestLockableFiles_TransportLock.test_leave_in_place
11344
breezy.tests.test_lockable_files.TestLockableFiles_TransportLock.test_lock_write_raises_on_token_mismatch
11345
breezy.tests.test_lockable_files.TestLockableFiles_TransportLock.test_lock_write_reenter_with_token
11346
breezy.tests.test_lockable_files.TestLockableFiles_TransportLock.test_lock_write_returns_None_refuses_token
11347
breezy.tests.test_lockable_files.TestLockableFiles_TransportLock.test_lock_write_returns_token_when_given_token
11348
breezy.tests.test_lockable_files.TestLockableFiles_TransportLock.test_lock_write_with_matching_token
11349
breezy.tests.test_lockable_files.TestLockableFiles_TransportLock.test_lock_write_with_token_fails_when_unlocked
11350
breezy.tests.test_lockable_files.TestLockableFiles_TransportLock.test_second_lock_write_returns_same_token
11351
breezy.tests.test_lockable_files.TestLockableFiles_TransportLock.test_unlock_after_lock_write_with_token
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
11352
breezy.tests.test_lockdir.TestLockDirHooks.test_LockDir_acquired_fail
11353
breezy.tests.test_lockdir.TestLockDirHooks.test_LockDir_acquired_success
11354
breezy.tests.test_lockdir.TestLockDirHooks.test_LockDir_broken_failure
11355
breezy.tests.test_lockdir.TestLockDirHooks.test_LockDir_broken_success
11356
breezy.tests.test_lockdir.TestLockDirHooks.test_LockDir_released_fail
11357
breezy.tests.test_lockdir.TestLockDirHooks.test_LockDir_released_success
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
11358
breezy.tests.test_lockdir.TestLockDir.test_00_lock_creation
11359
breezy.tests.test_lockdir.TestLockDir.test_01_lock_repr
11360
breezy.tests.test_lockdir.TestLockDir.test_02_unlocked_peek
11361
breezy.tests.test_lockdir.TestLockDir.test_03_readonly_peek
11362
breezy.tests.test_lockdir.TestLockDir.test_10_lock_uncontested
11363
breezy.tests.test_lockdir.TestLockDir.test_11_create_readonly_transport
11364
breezy.tests.test_lockdir.TestLockDir.test_12_lock_readonly_transport
11365
breezy.tests.test_lockdir.TestLockDir.test_20_lock_contested
11366
breezy.tests.test_lockdir.TestLockDir.test_20_lock_peek
11367
breezy.tests.test_lockdir.TestLockDir.test_21_peek_readonly
11368
breezy.tests.test_lockdir.TestLockDir.test_30_lock_wait_fail
11369
breezy.tests.test_lockdir.TestLockDir.test_31_lock_wait_easy
11370
breezy.tests.test_lockdir.TestLockDir.test_40_confirm_easy
11371
breezy.tests.test_lockdir.TestLockDir.test_41_confirm_not_held
11372
breezy.tests.test_lockdir.TestLockDir.test_42_confirm_broken_manually
11373
breezy.tests.test_lockdir.TestLockDir.test_43_break
11374
breezy.tests.test_lockdir.TestLockDir.test_44_break_already_released
11375
breezy.tests.test_lockdir.TestLockDir.test_45_break_mismatch
11376
breezy.tests.test_lockdir.TestLockDir.test_46_fake_read_lock
11377
breezy.tests.test_lockdir.TestLockDir.test_50_lockdir_representation
11378
breezy.tests.test_lockdir.TestLockDir.test_break_lock
11379
breezy.tests.test_lockdir.TestLockDir.test_break_lock_corrupt_info
11380
breezy.tests.test_lockdir.TestLockDir.test_break_lock_missing_info
11381
breezy.tests.test_lockdir.TestLockDir.test_corrupt_lockdir_info
11382
breezy.tests.test_lockdir.TestLockDir.test_create_missing_base_directory
11383
breezy.tests.test_lockdir.TestLockDir.test_display_form
11384
breezy.tests.test_lockdir.TestLockDir.test_failed_lock_leaves_no_trash
11385
breezy.tests.test_lockdir.TestLockDir.test_lock_by_token
11386
breezy.tests.test_lockdir.TestLockDir.test_lock_permission
11387
breezy.tests.test_lockdir.TestLockDir.test_lock_with_buggy_rename
11388
breezy.tests.test_lockdir.TestLockDir.test_lock_without_email
11389
breezy.tests.test_lockdir.TestLockDir.test_missing_lockdir_info
11390
breezy.tests.test_lockdir.TestLockDir.test_no_lockdir_info
11391
breezy.tests.test_lockdir.TestLockDir.test_unlock_after_break_raises
11392
breezy.tests.test_lockdir.TestLockHeldInfo.test_is_locked_by_this_process
11393
breezy.tests.test_lockdir.TestLockHeldInfo.test_is_not_locked_by_this_process
11394
breezy.tests.test_lockdir.TestLockHeldInfo.test_lock_holder_dead_process
11395
breezy.tests.test_lockdir.TestLockHeldInfo.test_lock_holder_live_process
11396
breezy.tests.test_lockdir.TestLockHeldInfo.test_lock_holder_other_machine
11397
breezy.tests.test_lockdir.TestLockHeldInfo.test_lock_holder_other_user
11398
breezy.tests.test_lockdir.TestLockHeldInfo.test_no_good_hostname
11399
breezy.tests.test_lockdir.TestLockHeldInfo.test_repr
11400
breezy.tests.test_lockdir.TestLockHeldInfo.test_unicode
11401
breezy.tests.test_lockdir.TestStaleLockDir.test_auto_break_stale_lock
11402
breezy.tests.test_lockdir.TestStaleLockDir.test_auto_break_stale_lock_configured_off
11403
breezy.tests.test_lock.TestOSLock.test_create_read_lock(fcntl)
11404
breezy.tests.test_lock.TestOSLock.test_create_write_lock(fcntl)
11405
breezy.tests.test_lock.TestOSLock.test_read_locks_block_write_locks(fcntl)
11406
breezy.tests.test_lock.TestOSLock.test_read_locks_share(fcntl)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
11407
breezy.tests.test_lock.TestOSLock.test_temporary_write_lock_fails(fcntl)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
11408
breezy.tests.test_lock.TestOSLock.test_temporary_write_lock(fcntl)
11409
breezy.tests.test_lock.TestOSLock.test_write_locks_are_exclusive(fcntl)
11410
breezy.tests.test_lock.TestOSLock.test_write_locks_block_read_lock(fcntl)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11411
breezy.tests.test_log.TestLogFormatter.test_short_author
11412
breezy.tests.test_log.TestLogFormatter.test_short_author_from_authors
11413
breezy.tests.test_log.TestLogFormatter.test_short_author_from_committer
11414
breezy.tests.test_log.TestLogFormatter.test_short_committer
11415
breezy.tests.test_log.TestLogWithBugs.test_bugs_handler_present
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
11416
breezy.tests.test_log.TestLongLogFormatter.test_error_in_properties_handler
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11417
breezy.tests.test_log.TestReverseByDepth.test_mainline_revisions
11418
breezy.tests.test_log.TestReverseByDepth.test_merged_revisions
11419
breezy.tests.test_log.TestReverseByDepth.test_merged_without_child_revisions
11420
breezy.tests.test_log.TestReverseByDepth.test_shifted_merged_revisions
6973.6.1 by Jelmer Vernooij
More bees.
11421
breezy.tests.test_log.TestShowLog.test_cur_revno
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11422
breezy.tests.test_log.TestShowLog.test_empty_branch
6973.6.1 by Jelmer Vernooij
More bees.
11423
breezy.tests.test_log.TestShowLog.test_empty_commit
11424
breezy.tests.test_log.TestShowLog.test_simple_commit
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
11425
breezy.tests.test_lru_cache.TestLRUCache.test_add__null_key
11426
breezy.tests.test_lru_cache.TestLRUCache.test_after_cleanup_larger_than_max
11427
breezy.tests.test_lru_cache.TestLRUCache.test_after_cleanup_none
11428
breezy.tests.test_lru_cache.TestLRUCache.test_by_usage
11429
breezy.tests.test_lru_cache.TestLRUCache.test_cache_size
11430
breezy.tests.test_lru_cache.TestLRUCache.test_cleanup
11431
breezy.tests.test_lru_cache.TestLRUCache.test_cleanup_shrinks_to_after_clean_count
11432
breezy.tests.test_lru_cache.TestLRUCache.test_get
11433
breezy.tests.test_lru_cache.TestLRUCache.test_keys
11434
breezy.tests.test_lru_cache.TestLRUCache.test_len
11435
breezy.tests.test_lru_cache.TestLRUCache.test_map_None
11436
breezy.tests.test_lru_cache.TestLRUCache.test_missing
11437
breezy.tests.test_lru_cache.TestLRUCache.test_overflow
11438
breezy.tests.test_lru_cache.TestLRUCache.test_preserve_last_access_order
11439
breezy.tests.test_lru_cache.TestLRUCache.test_resize_larger
11440
breezy.tests.test_lru_cache.TestLRUCache.test_resize_smaller
11441
breezy.tests.test_lru_cache.TestLRUSizeCache.test_adding_clears_cache_based_on_size
11442
breezy.tests.test_lru_cache.TestLRUSizeCache.test_adding_clears_to_after_cleanup_size
11443
breezy.tests.test_lru_cache.TestLRUSizeCache.test_add__null_key
11444
breezy.tests.test_lru_cache.TestLRUSizeCache.test_add_tracks_size
11445
breezy.tests.test_lru_cache.TestLRUSizeCache.test_basic_init
11446
breezy.tests.test_lru_cache.TestLRUSizeCache.test_cleanup
11447
breezy.tests.test_lru_cache.TestLRUSizeCache.test_custom_sizes
11448
breezy.tests.test_lru_cache.TestLRUSizeCache.test_keys
11449
breezy.tests.test_lru_cache.TestLRUSizeCache.test_no_add_over_size
11450
breezy.tests.test_lru_cache.TestLRUSizeCache.test_remove_tracks_size
11451
breezy.tests.test_lru_cache.TestLRUSizeCache.test_resize_larger
11452
breezy.tests.test_lru_cache.TestLRUSizeCache.test_resize_smaller
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11453
breezy.tests.test_lsprof.TestBzrProfiler.test_block_0
11454
breezy.tests.test_lsprof.TestBzrProfiler.test_block_1
11455
breezy.tests.test_lsprof.TestBzrProfiler.test_start_call_stuff_stop
11456
breezy.tests.test_lsprof.TestStatsSave.test_stats_save_to_callgrind
11457
breezy.tests.test_lsprof.TestStatsSave.test_stats_save_to_pickle
11458
breezy.tests.test_lsprof.TestStatsSave.test_stats_save_to_txt
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
11459
breezy.tests.test_lsprof.TestStats.test_save_to_callgrind
11460
breezy.tests.test_lsprof.TestStats.test_save_to_pickle
11461
breezy.tests.test_lsprof.TestStats.test_save_to_txt
11462
breezy.tests.test_lsprof.TestStats.test_sort
11463
breezy.tests.test_lsprof.TestStats.test_sort_code
11464
breezy.tests.test_lsprof.TestStats.test_sort_totaltime
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11465
breezy.tests.test_mail_client.TestClaws.test_to_required
11466
breezy.tests.test_mail_client.TestDefaultMail.test_compose_merge_request
11467
breezy.tests.test_matchers.TestContainsNoVfsCalls.test_empty
11468
breezy.tests.test_matchers.TestContainsNoVfsCalls.test_ignores_unknown
11469
breezy.tests.test_matchers.TestContainsNoVfsCalls.test_no_vfs_calls
11470
breezy.tests.test_matchers.TestContainsNoVfsCalls.test__str__
11471
breezy.tests.test_matchers.TestHasLayout.test__str__
6947.1.1 by Jelmer Vernooij
Update python3.passing.
11472
breezy.tests.test_matchers.TestHasPathRelations.test_mismatch
11473
breezy.tests.test_matchers.TestHasPathRelations.test__str__
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
11474
breezy.tests.test_matchers.TestMatchesAncestry.test_match
6973.5.12 by Jelmer Vernooij
Merge trunk.
11475
breezy.tests.test_matchers.TestMatchesAncestry.test_mismatch
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11476
breezy.tests.test_matchers.TestMatchesAncestry.test__str__
11477
breezy.tests.test_matchers.TestReturnsUnlockable.test_match
11478
breezy.tests.test_matchers.TestReturnsUnlockable.test_mismatch
11479
breezy.tests.test_matchers.TestReturnsUnlockable.test___str__
11480
breezy.tests.test_matchers.TestRevisionHistoryMatches.test_empty
11481
breezy.tests.test_memorytree.TestMemoryTree.test_add_with_kind
11482
breezy.tests.test_memorytree.TestMemoryTree.test_create_on_branch
11483
breezy.tests.test_memorytree.TestMemoryTree.test_get_root_id
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
11484
breezy.tests.test_memorytree.TestMemoryTree.test_last_revision
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11485
breezy.tests.test_memorytree.TestMemoryTree.test_lock_tree_write
11486
breezy.tests.test_memorytree.TestMemoryTree.test_lock_tree_write_after_read_fails
11487
breezy.tests.test_memorytree.TestMemoryTree.test_lock_write
11488
breezy.tests.test_memorytree.TestMemoryTree.test_lock_write_after_read_fails
11489
breezy.tests.test_memorytree.TestMemoryTree.test_unversion
11490
breezy.tests.test_merge3.TestMerge3.test_allow_objects
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
11491
breezy.tests.test_merge_core.FunctionalMergeTest.test_trivial_star_merge
11492
breezy.tests.test_merge_directive.TestMergeDirective1Branch.test_handle_target_not_a_branch
11493
breezy.tests.test_merge_directive.TestMergeDirective1Branch.test_use_submit_for_missing_dependency
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11494
breezy.tests.test_merge_directive.TestMergeDirective1.test_deserialize_empty
11495
breezy.tests.test_merge_directive.TestMergeDirective1.test_deserialize_junk
11496
breezy.tests.test_merge_directive.TestMergeDirective1.test_merge_source
11497
breezy.tests.test_merge_directive.TestMergeDirective1.test_require_patch
11498
breezy.tests.test_merge_directive.TestMergeDirective2.test_deserialize_empty
11499
breezy.tests.test_merge_directive.TestMergeDirective2.test_deserialize_junk
11500
breezy.tests.test_merge_directive.TestMergeDirective2.test_merge_source
11501
breezy.tests.test_merge.TestLCAMultiWay.test_all_differ
11502
breezy.tests.test_merge.TestLCAMultiWay.test_lca_supersedes_other_lca
11503
breezy.tests.test_merge.TestLCAMultiWay.test_no_lcas
11504
breezy.tests.test_merge.TestLCAMultiWay.test_other_and_this_pick_different_lca
11505
breezy.tests.test_merge.TestLCAMultiWay.test_other_equal_equal_lcas
11506
breezy.tests.test_merge.TestLCAMultiWay.test_other_equal_this
11507
breezy.tests.test_merge.TestLCAMultiWay.test_other_in_lca
11508
breezy.tests.test_merge.TestLCAMultiWay.test_this_in_lca
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
11509
breezy.tests.test_merge.TestMerge.test_ignore_zero_merge_inner
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11510
breezy.tests.test_merge.TestMerge.test_merge_inner_conflicts
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
11511
breezy.tests.test_merge.TestMerge.test_merge_into_null_tree
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11512
breezy.tests.test_merge.TestMerge.test_merge_type_registry
6947.1.1 by Jelmer Vernooij
Update python3.passing.
11513
breezy.tests.test_merge.TestMerge.test_merge_unrelated_retains_root
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
11514
breezy.tests.test_merge.TestMerge.test_nocommits
11515
breezy.tests.test_merge.TestMerge.test_pending
11516
breezy.tests.test_merge.TestMerge.test_undo
11517
breezy.tests.test_merge.TestMerge.test_unrelated
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11518
breezy.tests.test_merge.TestPlanMerge.test__prune_tails
11519
breezy.tests.test_merge.TestPlanMerge.test__remove_external_references
11520
breezy.tests.test_merge.TestPlanMerge.test_subtract_plans
11521
breezy.tests.test_mergetools.TestCheckAvailability.test_exe_on_path
11522
breezy.tests.test_mergetools.TestCheckAvailability.test_full_path
11523
breezy.tests.test_mergetools.TestCheckAvailability.test_non_executable
11524
breezy.tests.test_mergetools.TestCheckAvailability.test_nonexistent
11525
breezy.tests.test_mergetools.TestFilenameSubstitution.test_simple_filename
11526
breezy.tests.test_mergetools.TestFilenameSubstitution.test_spaces
11527
breezy.tests.test_mergetools.TestFilenameSubstitution.test_spaces_and_quotes
11528
breezy.tests.test_mergetools.TestFilenameSubstitution.test_tempfile
6947.1.1 by Jelmer Vernooij
Update python3.passing.
11529
breezy.tests.test_mergetools.TestInvoke.test_failure
11530
breezy.tests.test_mergetools.TestInvoke.test_invoke_expands_exe_path
11531
breezy.tests.test_mergetools.TestInvoke.test_success
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
11532
breezy.tests.test_missing.TestFindUnmerged.test_merged
11533
breezy.tests.test_missing.TestFindUnmerged.test_one_ahead
11534
breezy.tests.test_missing.TestFindUnmerged.test_restrict
11535
breezy.tests.test_missing.TestFindUnmerged.test_revision_range
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
11536
breezy.tests.test_missing.TestFindUnmerged.test_same_branch
6973.6.1 by Jelmer Vernooij
More bees.
11537
breezy.tests.test_msgeditor.MsgEditorTest.test_commit_template_pending_merges
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11538
breezy.tests.test_msgeditor.MsgEditorTest.test__create_temp_file_with_commit_template_in_unicode_dir(cp1251)
11539
breezy.tests.test_msgeditor.MsgEditorTest.test__create_temp_file_with_commit_template_in_unicode_dir(iso-8859-1)
11540
breezy.tests.test_msgeditor.MsgEditorTest.test__create_temp_file_with_commit_template_in_unicode_dir(iso-8859-2)
11541
breezy.tests.test_msgeditor.MsgEditorTest.test__create_temp_file_with_commit_template_in_unicode_dir(utf-8,1)
11542
breezy.tests.test_msgeditor.MsgEditorTest.test__create_temp_file_with_commit_template_in_unicode_dir(utf-8,2)
11543
breezy.tests.test_msgeditor.MsgEditorTest.test_generate_commit_message_template_hook
11544
breezy.tests.test_msgeditor.MsgEditorTest.test_generate_commit_message_template_no_hooks
11545
breezy.tests.test_msgeditor.MsgEditorTest.test_set_commit_message_hook
11546
breezy.tests.test_msgeditor.MsgEditorTest.test_set_commit_message_no_hooks
11547
breezy.tests.test_msgeditor.TestPlatformErrnoWorkarounds.test_subprocess_call_bad_file
11548
breezy.tests.test_multiparent.TestMulti.test_compare_no_parent
11549
breezy.tests.test_multiparent.TestMulti.test_compare_one_parent
11550
breezy.tests.test_multiparent.TestMulti.test_compare_two_parents
11551
breezy.tests.test_multiparent.TestMulti.test_compare_two_parents_blocks
11552
breezy.tests.test_multiparent.TestMulti.test_eq
11553
breezy.tests.test_multiparent.TestMulti.test_get_matching_blocks
11554
breezy.tests.test_multiparent.TestMulti.test_num_lines
11555
breezy.tests.test_multiparent.TestMulti.test_range_iterator
11556
breezy.tests.test_multiparent.TestMulti.test_to_patch
11557
breezy.tests.test_multiparent.TestNewText.test_eq
11558
breezy.tests.test_multiparent.TestNewText.test_to_patch
11559
breezy.tests.test_multiparent.TestParentText.test_eq
11560
breezy.tests.test_multiparent.TestParentText.test_to_patch
11561
breezy.tests.test_multiparent.TestVersionedFile.test_add_version
11562
breezy.tests.test_multiparent.TestVersionedFile.test_get_line_list
11563
breezy.tests.test_multiparent.TestVersionedFile.test_reconstruct_empty
11564
breezy.tests.test_multiparent.TestVersionedFile.test_reconstructor
11565
breezy.tests.test_multiparent.TestVersionedFile.test_reordered
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
11566
breezy.tests.test_mutabletree.TestHasChanges.test_with_pending_merges
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
11567
breezy.tests.test_mutabletree.TestHasChanges.test_with_uncommitted_changes
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11568
breezy.tests.test_mutabletree.TestHooks.test_constructor
11569
breezy.tests.test_mutabletree.TestHooks.test_installed_hooks_are_MutableTreeHooks
11570
breezy.tests.test_nonascii.NormalizedFilename.test__accessible_normalized_filename
11571
breezy.tests.test_nonascii.NormalizedFilename.test_functions
11572
breezy.tests.test_nonascii.NormalizedFilename.test__inaccessible_normalized_filename
11573
breezy.tests.test_nonascii.TestNormalization.test_normalize
11574
breezy.tests.test_options.OptionTests.test_allow_dash
11575
breezy.tests.test_options.OptionTests.test_conversion
11576
breezy.tests.test_options.OptionTests.test_from_kwargs
11577
breezy.tests.test_options.OptionTests.test_help
11578
breezy.tests.test_options.OptionTests.test_is_hidden
11579
breezy.tests.test_options.OptionTests.test_iter_switches
11580
breezy.tests.test_options.OptionTests.test_lazy_registry
11581
breezy.tests.test_options.OptionTests.test_no_more_opts
11582
breezy.tests.test_options.OptionTests.test_option_callback_bool
11583
breezy.tests.test_options.OptionTests.test_option_callback_str
11584
breezy.tests.test_options.OptionTests.test_override
11585
breezy.tests.test_options.OptionTests.test_parse_args
11586
breezy.tests.test_options.OptionTests.test_registry_conversion
11587
breezy.tests.test_options.OptionTests.test_registry_converter
11588
breezy.tests.test_options.OptionTests.test_set_short_name
11589
breezy.tests.test_options.TestListOptions.test_list_option
11590
breezy.tests.test_options.TestListOptions.test_list_option_can_be_reset
11591
breezy.tests.test_options.TestListOptions.test_list_option_no_arguments
11592
breezy.tests.test_options.TestListOptions.test_list_option_param_name
11593
breezy.tests.test_options.TestListOptions.test_list_option_with_dash
11594
breezy.tests.test_options.TestListOptions.test_list_option_with_int_type
11595
breezy.tests.test_options.TestListOptions.test_list_option_with_int_type_can_be_reset
11596
breezy.tests.test_options.TestListOptions.test_option_callback_list
11597
breezy.tests.test_options.TestOptionDefinitions.test_option_grammar
11598
breezy.tests.test_options.TestOptionMisc.test_is_hidden
11599
breezy.tests.test_options.TestOptionMisc.test_option_custom_help
11600
breezy.tests.test_options.TestOptionMisc.test_short_name
11601
breezy.tests.test_options.TestOptionMisc.test_short_value_switches
11602
breezy.tests.test_options.TestVerboseQuietLinkage.test_verbose_quiet_linkage
11603
breezy.tests.test_osutils_encodings.TestFakeCodec.test_fake_codec
11604
breezy.tests.test_osutils_encodings.TestTerminalEncoding.test_get_terminal_encoding_silent
11605
breezy.tests.test_osutils_encodings.TestTerminalEncoding.test_get_terminal_encoding_trace
11606
breezy.tests.test_osutils.TestBackupNames.test_empty
11607
breezy.tests.test_osutils.TestBackupNames.test_existing
11608
breezy.tests.test_osutils.TestCanonicalRelPath.test_canonical_relpath_missing_tail
11609
breezy.tests.test_osutils.TestCanonicalRelPath.test_canonical_relpath_simple
11610
breezy.tests.test_osutils.TestChunksToLines.test_osutils_binding
11611
breezy.tests.test_osutils.Test_CICPCanonicalRelpath.test_at_root_drive
11612
breezy.tests.test_osutils.Test_CICPCanonicalRelpath.test_at_root_slash
11613
breezy.tests.test_osutils.Test_CICPCanonicalRelpath.test_simple
11614
breezy.tests.test_osutils.Test_CICPCanonicalRelpath.test_subdir_missing_tail
11615
breezy.tests.test_osutils.TestConcurrency.test_local_concurrency
11616
breezy.tests.test_osutils.TestConcurrency.test_local_concurrency_environment_variable
11617
breezy.tests.test_osutils.TestConcurrency.test_option_concurrency
11618
breezy.tests.test_osutils.TestContainsWhitespace.test_contains_whitespace
11619
breezy.tests.test_osutils.TestCopyTree.test_copy_basic_tree
11620
breezy.tests.test_osutils.TestCopyTree.test_copy_tree_handlers
11621
breezy.tests.test_osutils.TestCopyTree.test_copy_tree_symlinks
11622
breezy.tests.test_osutils.TestCopyTree.test_copy_tree_target_exists
11623
breezy.tests.test_osutils.TestCreationOps.test_copy_ownership_from_path
11624
breezy.tests.test_osutils.TestCreationOps.test_copy_ownership_nonesrc
11625
breezy.tests.test_osutils.TestDateTime.test_format_date_with_offset_in_original_timezone
11626
breezy.tests.test_osutils.TestDateTime.test_format_delta
11627
breezy.tests.test_osutils.TestDateTime.test_local_time_offset
11628
breezy.tests.test_osutils.TestDateTime.test_local_time_offset_with_timestamp
11629
breezy.tests.test_osutils.TestDeleteAny.test_delete_any_readonly
11630
breezy.tests.test_osutils.TestEnvironmentErrors.test_is_ioerror
11631
breezy.tests.test_osutils.TestEnvironmentErrors.test_is_oserror
11632
breezy.tests.test_osutils.TestEnvironmentErrors.test_is_pywintypes_error
11633
breezy.tests.test_osutils.TestEnvironmentErrors.test_is_select_error
11634
breezy.tests.test_osutils.TestEnvironmentErrors.test_is_socket_error
11635
breezy.tests.test_osutils.TestFailedToLoadExtension.test_report_extension_load_failures_no_warning
11636
breezy.tests.test_osutils.TestFdatasync.test_fdatasync_catches_ENOTSUP
11637
breezy.tests.test_osutils.TestFdatasync.test_fdatasync_catches_EOPNOTSUPP
11638
breezy.tests.test_osutils.TestFdatasync.test_fdatasync_handles_no_EOPNOTSUPP
11639
breezy.tests.test_osutils.TestFdatasync.test_fdatasync_handles_no_fdatasync_no_fsync
11640
breezy.tests.test_osutils.TestFdatasync.test_fdatasync_handles_system_function
11641
breezy.tests.test_osutils.TestFindExecutableInPath.test_other
11642
breezy.tests.test_osutils.TestFindExecutableInPath.test_windows
11643
breezy.tests.test_osutils.TestFindExecutableInPath.test_windows_app_path
11644
breezy.tests.test_osutils.TestGetuserUnicode.test_ascii_user
11645
breezy.tests.test_osutils.TestIsInside.test_is_inside
11646
breezy.tests.test_osutils.TestIsInside.test_is_inside_any
11647
breezy.tests.test_osutils.TestIsInside.test_is_inside_or_parent_of_any
11648
breezy.tests.test_osutils.TestKind.test_file_kind
11649
breezy.tests.test_osutils.TestKind.test_kind_marker
11650
breezy.tests.test_osutils.TestLinks.test_dereference_path
11651
breezy.tests.test_osutils.TestLinks.test_host_os_dereferences_symlinks
11652
breezy.tests.test_osutils.TestMacFuncsDirs.test_getcwd
11653
breezy.tests.test_osutils.TestMacFuncsDirs.test_getcwd_nonnorm
11654
breezy.tests.test_osutils.TestParentDirectories.test_parent_directories
11655
breezy.tests.test_osutils.TestPosixFuncs.test_normpath
11656
breezy.tests.test_osutils.TestPumpFile.test_bracket_block_size
11657
breezy.tests.test_osutils.TestPumpFile.test_defaults
11658
breezy.tests.test_osutils.TestPumpFile.test_report_activity
11659
breezy.tests.test_osutils.TestPumpFile.test_specified_size
11660
breezy.tests.test_osutils.TestPumpFile.test_to_eof
11661
breezy.tests.test_osutils.TestPumpStringFile.test_empty
11662
breezy.tests.test_osutils.TestPumpStringFile.test_more_than_segment_size
11663
breezy.tests.test_osutils.TestPumpStringFile.test_segment_size
11664
breezy.tests.test_osutils.TestPumpStringFile.test_segment_size_multiple
11665
breezy.tests.test_osutils.TestRandChars.test_01_rand_chars_empty
11666
breezy.tests.test_osutils.TestRandChars.test_02_rand_chars_100
11667
breezy.tests.test_osutils.TestReadLink.test_os_readlink_link_decoding
11668
breezy.tests.test_osutils.TestReadLink.test_os_readlink_link_encoding
11669
breezy.tests.test_osutils.TestRelpath.test_deep_relpath
11670
breezy.tests.test_osutils.TestRelpath.test_not_relative
11671
breezy.tests.test_osutils.TestRelpath.test_simple_relpath
11672
breezy.tests.test_osutils.TestRename.test_fancy_rename_fails_if_source_and_target_missing
11673
breezy.tests.test_osutils.TestRename.test_rename_change_case
11674
breezy.tests.test_osutils.TestRename.test_rename_exception
11675
breezy.tests.test_osutils.TestSafeFileId.test_from_unicode_string_ascii_contents
11676
breezy.tests.test_osutils.TestSafeFileId.test_from_unicode_string_unicode_contents
11677
breezy.tests.test_osutils.TestSafeFileId.test_none
11678
breezy.tests.test_osutils.TestSafeRevisionId.test_from_unicode_string_ascii_contents
11679
breezy.tests.test_osutils.TestSafeRevisionId.test_from_unicode_string_unicode_contents
11680
breezy.tests.test_osutils.TestSafeRevisionId.test_none
11681
breezy.tests.test_osutils.TestSafeUnicode.test_from_ascii_string
11682
breezy.tests.test_osutils.TestSafeUnicode.test_from_unicode_string_ascii_contents
11683
breezy.tests.test_osutils.TestSafeUnicode.test_from_unicode_string_unicode_contents
11684
breezy.tests.test_osutils.TestSendAll.test_send_with_disconnected_socket
11685
breezy.tests.test_osutils.TestSendAll.test_send_with_no_progress
11686
breezy.tests.test_osutils.TestSetUnsetEnv.test_double_set
11687
breezy.tests.test_osutils.TestSetUnsetEnv.test_set
11688
breezy.tests.test_osutils.TestSetUnsetEnv.test_unset
6947.1.1 by Jelmer Vernooij
Update python3.passing.
11689
breezy.tests.test_osutils.TestShaFileByName.test_sha_mixed_endings
11690
breezy.tests.test_osutils.TestSizeShaFile.test_sha_mixed_endings
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11691
breezy.tests.test_osutils.TestTerminalWidth.test_BRZ_COLUMNS_0_no_limit
11692
breezy.tests.test_osutils.TestTerminalWidth.test_defaults_to_BRZ_COLUMNS
11693
breezy.tests.test_osutils.TestTerminalWidth.test_default_values
11694
breezy.tests.test_osutils.TestTerminalWidth.test_falls_back_to_COLUMNS
11695
breezy.tests.test_osutils.TestTerminalWidth.test_non_tty_default_without_columns
11696
breezy.tests.test_osutils.TestTerminalWidth.test_no_TIOCGWINSZ
11697
breezy.tests.test_osutils.TestTerminalWidth.test_tty_default_without_columns
11698
breezy.tests.test_osutils.TestUmask.test_get_umask
11699
breezy.tests.test_osutils.TestWalkDirs.test_force_walkdirs_utf8_fs_ascii
11700
breezy.tests.test_osutils.TestWalkDirs.test_force_walkdirs_utf8_fs_utf8
11701
breezy.tests.test_osutils.TestWalkDirs.test_force_walkdirs_utf8_nt
11702
breezy.tests.test_osutils.TestWalkDirs.test_walkdirs
11703
breezy.tests.test_osutils.TestWalkDirs.test_walkdirs_os_error
11704
breezy.tests.test_osutils.TestWalkDirs.test__walkdirs_utf8_win32readdir
11705
breezy.tests.test_osutils.TestWalkDirs.test__walkdirs_utf_win32_find_file_stat_directory
11706
breezy.tests.test_osutils.TestWalkDirs.test__walkdirs_utf_win32_find_file_stat_file
11707
breezy.tests.test_osutils.TestWin32FuncsDirs.test_getcwd
11708
breezy.tests.test_osutils.TestWin32FuncsDirs.test_minimum_path_selection
11709
breezy.tests.test_osutils.TestWin32FuncsDirs.test_mkdtemp
11710
breezy.tests.test_osutils.TestWin32FuncsDirs.test_rename_current_dir
11711
breezy.tests.test_osutils.TestWin32FuncsDirs.test_rename_missing_dir
11712
breezy.tests.test_osutils.TestWin32FuncsDirs.test_splitpath
11713
breezy.tests.test_osutils.TestWin32Funcs.test_abspath
11714
breezy.tests.test_osutils.TestWin32Funcs.test_fixdrive
11715
breezy.tests.test_osutils.TestWin32Funcs.test_getcwd
11716
breezy.tests.test_osutils.TestWin32Funcs.test_pathjoin
11717
breezy.tests.test_osutils.TestWin32Funcs.test_pathjoin_late_bugfix
6803.2.6 by Martin
Record new passing test_pack and test__groupcompress tests
11718
breezy.tests.test_pack.TestBytesRecordReader.test_early_eof
11719
breezy.tests.test_pack.TestBytesRecordReader.test_eof_after_length
11720
breezy.tests.test_pack.TestBytesRecordReader.test_eof_during_name
11721
breezy.tests.test_pack.TestBytesRecordReader.test_initial_eof
11722
breezy.tests.test_pack.TestBytesRecordReader.test_invalid_length
11723
breezy.tests.test_pack.TestBytesRecordReader.test_read_invalid_name_whitespace
11724
breezy.tests.test_pack.TestBytesRecordReader.test_read_max_length
11725
breezy.tests.test_pack.TestBytesRecordReader.test_read_no_max_length
11726
breezy.tests.test_pack.TestBytesRecordReader.test_record_with_no_name
11727
breezy.tests.test_pack.TestBytesRecordReader.test_record_with_one_name
11728
breezy.tests.test_pack.TestBytesRecordReader.test_record_with_two_names
11729
breezy.tests.test_pack.TestBytesRecordReader.test_record_with_two_part_names
11730
breezy.tests.test_pack.TestBytesRecordReader.test_repeated_read_calls
11731
breezy.tests.test_pack.TestBytesRecordReader.test_validate_interrupted_body
11732
breezy.tests.test_pack.TestBytesRecordReader.test_validate_interrupted_prelude
11733
breezy.tests.test_pack.TestBytesRecordReader.test_validate_undecodeable_name
11734
breezy.tests.test_pack.TestBytesRecordReader.test_validate_unparseable_length
11735
breezy.tests.test_pack.TestBytesRecordReader.test_validate_whitespace_in_name
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11736
breezy.tests.test_pack.TestContainerPushParserBytesParsing.test_accept_nothing
11737
breezy.tests.test_pack.TestContainerPushParserBytesParsing.test_incomplete_record
11738
breezy.tests.test_pack.TestContainerPushParserBytesParsing.test_invalid_length
11739
breezy.tests.test_pack.TestContainerPushParserBytesParsing.test_read_invalid_name_whitespace
11740
breezy.tests.test_pack.TestContainerPushParserBytesParsing.test_record_with_no_name
11741
breezy.tests.test_pack.TestContainerPushParserBytesParsing.test_record_with_one_name
11742
breezy.tests.test_pack.TestContainerPushParserBytesParsing.test_record_with_two_names
11743
breezy.tests.test_pack.TestContainerPushParserBytesParsing.test_record_with_two_part_names
11744
breezy.tests.test_pack.TestContainerPushParserBytesParsing.test_repeated_read_pending_records
11745
breezy.tests.test_pack.TestContainerPushParser.test_construct
11746
breezy.tests.test_pack.TestContainerPushParser.test_multiple_empty_records_at_once
11747
breezy.tests.test_pack.TestContainerPushParser.test_multiple_records_at_once
11748
breezy.tests.test_pack.TestContainerReader.test_construct
6803.2.6 by Martin
Record new passing test_pack and test__groupcompress tests
11749
breezy.tests.test_pack.TestContainerReader.test_container_with_one_unnamed_record
11750
breezy.tests.test_pack.TestContainerReader.test_empty_container
11751
breezy.tests.test_pack.TestContainerReader.test_unexpected_end_of_container
11752
breezy.tests.test_pack.TestContainerReader.test_unknown_format
11753
breezy.tests.test_pack.TestContainerReader.test_unknown_record_type
11754
breezy.tests.test_pack.TestContainerReader.test_validate_bad_format
11755
breezy.tests.test_pack.TestContainerReader.test_validate_bad_record_marker
11756
breezy.tests.test_pack.TestContainerReader.test_validate_data_after_end_marker
11757
breezy.tests.test_pack.TestContainerReader.test_validate_duplicate_name
11758
breezy.tests.test_pack.TestContainerReader.test_validate_empty_container
11759
breezy.tests.test_pack.TestContainerReader.test_validate_no_end_marker
11760
breezy.tests.test_pack.TestContainerReader.test_validate_non_empty_valid_container
11761
breezy.tests.test_pack.TestContainerReader.test_validate_undecodeable_name
11762
breezy.tests.test_pack.TestContainerSerialiser.test_begin
11763
breezy.tests.test_pack.TestContainerSerialiser.test_bytes_record_header
11764
breezy.tests.test_pack.TestContainerSerialiser.test_bytes_record_no_name
11765
breezy.tests.test_pack.TestContainerSerialiser.test_bytes_record_one_name_with_one_part
11766
breezy.tests.test_pack.TestContainerSerialiser.test_bytes_record_one_name_with_two_parts
11767
breezy.tests.test_pack.TestContainerSerialiser.test_bytes_record_two_names
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11768
breezy.tests.test_pack.TestContainerSerialiser.test_bytes_record_whitespace_in_name_part
11769
breezy.tests.test_pack.TestContainerSerialiser.test_construct
6803.2.6 by Martin
Record new passing test_pack and test__groupcompress tests
11770
breezy.tests.test_pack.TestContainerSerialiser.test_end
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11771
breezy.tests.test_pack.TestContainerWriter.test_add_bytes_record_invalid_name
6803.2.6 by Martin
Record new passing test_pack and test__groupcompress tests
11772
breezy.tests.test_pack.TestContainerWriter.test_add_bytes_record_no_name
11773
breezy.tests.test_pack.TestContainerWriter.test_add_bytes_record_one_name
11774
breezy.tests.test_pack.TestContainerWriter.test_add_bytes_records_add_to_records_written
11775
breezy.tests.test_pack.TestContainerWriter.test_add_bytes_record_split_writes
11776
breezy.tests.test_pack.TestContainerWriter.test_add_bytes_record_two_element_name
11777
breezy.tests.test_pack.TestContainerWriter.test_add_bytes_record_two_names
11778
breezy.tests.test_pack.TestContainerWriter.test_add_second_bytes_record_gets_higher_offset
11779
breezy.tests.test_pack.TestContainerWriter.test_begin
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11780
breezy.tests.test_pack.TestContainerWriter.test_construct
11781
breezy.tests.test_pack.TestContainerWriter.test_empty_end_does_not_add_a_record_to_records_written
6803.2.6 by Martin
Record new passing test_pack and test__groupcompress tests
11782
breezy.tests.test_pack.TestContainerWriter.test_end
11783
breezy.tests.test_pack.TestContainerWriter.test_non_empty_end_does_not_add_a_record_to_records_written
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11784
breezy.tests.test_pack.TestContainerWriter.test_zero_records_written_after_begin
6803.2.6 by Martin
Record new passing test_pack and test__groupcompress tests
11785
breezy.tests.test_pack.TestMakeReadvReader.test_read_skipping_records
11786
breezy.tests.test_pack.TestReadvFile.test_read_bytes
11787
breezy.tests.test_pack.TestReadvFile.test_readline
11788
breezy.tests.test_pack.TestReadvFile.test_readline_and_read
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11789
breezy.tests.test_patches.PatchesTester.testInit
11790
breezy.tests.test_patches.PatchesTester.testInvalidHeader
11791
breezy.tests.test_patches.PatchesTester.testInvalidPatchHeader
11792
breezy.tests.test_patches.PatchesTester.testMalformedLine
11793
breezy.tests.test_patches.PatchesTester.testMalformedLineNO_NL
11794
breezy.tests.test_patches.PatchesTester.testParsePatches
11795
breezy.tests.test_patches.PatchesTester.test_parse_patches_leading_noise
11796
breezy.tests.test_patches.PatchesTester.testPDiff
11797
breezy.tests.test_patches.PatchesTester.test_preserve_dirty_head
11798
breezy.tests.test_patches.PatchesTester.testValidHunkHeader
11799
breezy.tests.test_patches.PatchesTester.testValidHunkHeader2
11800
breezy.tests.test_patches.PatchesTester.testValidLine
11801
breezy.tests.test_patches.PatchesTester.testValidPatchHeader
6973.6.1 by Jelmer Vernooij
More bees.
11802
breezy.tests.test_permissions.TestSftpPermissions.test_sftp_server_modes
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11803
breezy.tests.test_plugins.TestEnvDisablePlugins.test_empty
11804
breezy.tests.test_plugins.TestEnvDisablePlugins.test_mixed
11805
breezy.tests.test_plugins.TestEnvDisablePlugins.test_multi
11806
breezy.tests.test_plugins.TestEnvDisablePlugins.test_single
11807
breezy.tests.test_plugins.TestEnvDisablePlugins.test_unset
11808
breezy.tests.test_plugins.TestEnvPluginPath.test_adhoc_policy
11809
breezy.tests.test_plugins.TestEnvPluginPath.test_bogus_references
11810
breezy.tests.test_plugins.TestEnvPluginPath.test_default
11811
breezy.tests.test_plugins.TestEnvPluginPath.test_disable_core
11812
breezy.tests.test_plugins.TestEnvPluginPath.test_disable_overrides_enable
11813
breezy.tests.test_plugins.TestEnvPluginPath.test_disable_site
11814
breezy.tests.test_plugins.TestEnvPluginPath.test_disable_user
11815
breezy.tests.test_plugins.TestEnvPluginPath.test_disable_user_twice
11816
breezy.tests.test_plugins.TestEnvPluginPath.test_duplicates_are_removed
11817
breezy.tests.test_plugins.TestEnvPluginPath.test_fallback_policy
11818
breezy.tests.test_plugins.TestEnvPluginPath.test_my_plugin_first
11819
breezy.tests.test_plugins.TestEnvPluginPath.test_my_plugin_only
11820
breezy.tests.test_plugins.TestEnvPluginPath.test_override_core
11821
breezy.tests.test_plugins.TestEnvPluginPath.test_override_policy
11822
breezy.tests.test_plugins.TestEnvPluginPath.test_override_site
11823
breezy.tests.test_plugins.TestEnvPluginsAt.test_bad_name
11824
breezy.tests.test_plugins.TestEnvPluginsAt.test_empty
11825
breezy.tests.test_plugins.TestEnvPluginsAt.test_many_at
11826
breezy.tests.test_plugins.TestEnvPluginsAt.test_multiple
11827
breezy.tests.test_plugins.TestEnvPluginsAt.test_one_path
11828
breezy.tests.test_plugins.TestEnvPluginsAt.test_only_package
11829
breezy.tests.test_plugins.TestEnvPluginsAt.test_only_py
11830
breezy.tests.test_plugins.TestHelpIndex.test_default_constructable
11831
breezy.tests.test_plugins.TestHelpIndex.test_get_plugin_topic_with_prefix
11832
breezy.tests.test_plugins.TestHelpIndex.test_get_topics_for_plugin
11833
breezy.tests.test_plugins.TestHelpIndex.test_get_topics_None
11834
breezy.tests.test_plugins.TestHelpIndex.test_get_topics_no_topic
11835
breezy.tests.test_plugins.TestHelpIndex.test_prefix
11836
breezy.tests.test_plugins.TestModuleHelpTopic.test_contruct
11837
breezy.tests.test_plugins.TestModuleHelpTopic.test_get_help_text_carriage_return
11838
breezy.tests.test_plugins.TestModuleHelpTopic.test_get_help_text_no_carriage_return
11839
breezy.tests.test_plugins.TestModuleHelpTopic.test_get_help_text_None
11840
breezy.tests.test_plugins.TestModuleHelpTopic.test_get_help_text_with_additional_see_also
11841
breezy.tests.test_plugins.TestModuleHelpTopic.test_get_help_topic
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
11842
breezy.tests.test_progress.TestTextProgressView.test_clear
11843
breezy.tests.test_progress.TestTextProgressView.test_render_progress_easy
11844
breezy.tests.test_progress.TestTextProgressView.test_render_progress_nested
11845
breezy.tests.test_progress.TestTextProgressView.test_render_progress_no_bar
11846
breezy.tests.test_progress.TestTextProgressView.test_render_progress_sub_nested
11847
breezy.tests.test_progress.TestTextProgressView.test_render_progress_unicode_enc_missing
11848
breezy.tests.test_progress.TestTextProgressView.test_render_progress_unicode_enc_none
11849
breezy.tests.test_progress.TestTextProgressView.test_render_progress_unicode_enc_utf8
11850
breezy.tests.test_progress.TestTextProgressView.test_render_truncated
11851
breezy.tests.test_progress.TestTextProgressView.test_render_with_activity
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11852
breezy.tests.test_pyutils.TestCalcParent_name.test_dotted_member
11853
breezy.tests.test_pyutils.TestCalcParent_name.test_dotted_module_no_member
11854
breezy.tests.test_pyutils.TestCalcParent_name.test_undotted_member
11855
breezy.tests.test_pyutils.TestCalcParent_name.test_undotted_module_no_member
11856
breezy.tests.test_pyutils.TestGetNamedObject.test_attribute_error
11857
breezy.tests.test_pyutils.TestGetNamedObject.test_dotted_attr
11858
breezy.tests.test_pyutils.TestGetNamedObject.test_dotted_module
11859
breezy.tests.test_pyutils.TestGetNamedObject.test_import_error
11860
breezy.tests.test_pyutils.TestGetNamedObject.test_module_attr
11861
breezy.tests.test_pyutils.TestGetNamedObject.test_module_only
11862
breezy.tests.test_pyutils.TestGetNamedObject.test_package
11863
breezy.tests.test_pyutils.TestGetNamedObject.test_package_attr
11864
breezy.tests.test_read_bundle.TestReadMergeableBundleFromURL.test_read_fail(FtpTransport,UnavailableFTPTestServer)
11865
breezy.tests.test_read_bundle.TestReadMergeableBundleFromURL.test_read_mergeable_from_url(FtpTransport,UnavailableFTPTestServer)
11866
breezy.tests.test_read_bundle.TestReadMergeableBundleFromURL.test_read_mergeable_respects_possible_transports(FtpTransport,UnavailableFTPTestServer)
11867
breezy.tests.test_reconcile.TestReconciler.test_reconciler_finds_branch
11868
breezy.tests.test_reconcile.TestReconciler.test_reconciler_with_no_branch
11869
breezy.tests.test_reconcile.TestWorksWithSharedRepositories.test_reweave_empty
11870
breezy.tests.test_reconfigure.TestReconfigure.test_branch_to_branch
6973.6.1 by Jelmer Vernooij
More bees.
11871
breezy.tests.test_reconfigure.TestReconfigure.test_branch_to_lightweight_checkout
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
11872
breezy.tests.test_reconfigure.TestReconfigure.test_branch_to_lightweight_checkout_failure
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11873
breezy.tests.test_reconfigure.TestReconfigure.test_branch_to_tree
6963.1.2 by Jelmer Vernooij
Fix some more tests.
11874
breezy.tests.test_reconfigure.TestReconfigure.test_checkout_to_branch
11875
breezy.tests.test_reconfigure.TestReconfigure.test_checkout_to_checkout
6973.6.1 by Jelmer Vernooij
More bees.
11876
breezy.tests.test_reconfigure.TestReconfigure.test_lightweight_checkout_to_branch
6963.1.2 by Jelmer Vernooij
Fix some more tests.
11877
breezy.tests.test_reconfigure.TestReconfigure.test_lightweight_checkout_to_checkout
11878
breezy.tests.test_reconfigure.TestReconfigure.test_lightweight_checkout_to_lightweight_checkout
11879
breezy.tests.test_reconfigure.TestReconfigure.test_lightweight_checkout_to_tree_preserves_reference_locations
11880
breezy.tests.test_reconfigure.TestReconfigure.test_lightweight_conversion_uses_shared_repo
11881
breezy.tests.test_reconfigure.TestReconfigure.test_make_without_trees
11882
breezy.tests.test_reconfigure.TestReconfigure.test_make_without_trees_already_no_trees
11883
breezy.tests.test_reconfigure.TestReconfigure.test_make_with_trees
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11884
breezy.tests.test_reconfigure.TestReconfigure.test_make_with_trees_already_with_trees
11885
breezy.tests.test_reconfigure.TestReconfigure.test_repository_tree_reconfiguration_not_supported
11886
breezy.tests.test_reconfigure.TestReconfigure.test_repo_to_branch
11887
breezy.tests.test_reconfigure.TestReconfigure.test_repo_to_tree
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
11888
breezy.tests.test_reconfigure.TestReconfigure.test_select_bind_location
6963.1.2 by Jelmer Vernooij
Fix some more tests.
11889
breezy.tests.test_reconfigure.TestReconfigure.test_select_reference_bind_location
11890
breezy.tests.test_reconfigure.TestReconfigure.test_shared_repo_to_lightweight_checkout
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11891
breezy.tests.test_reconfigure.TestReconfigure.test_standalone_to_standalone
6973.6.1 by Jelmer Vernooij
More bees.
11892
breezy.tests.test_reconfigure.TestReconfigure.test_standalone_to_use_shared
11893
breezy.tests.test_reconfigure.TestReconfigure.test_standalone_to_use_shared_preserves_dead_heads
11894
breezy.tests.test_reconfigure.TestReconfigure.test_synced_checkout_to_lightweight
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11895
breezy.tests.test_reconfigure.TestReconfigure.test_tree_to_branch
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
11896
breezy.tests.test_reconfigure.TestReconfigure.test_tree_to_checkout
11897
breezy.tests.test_reconfigure.TestReconfigure.test_tree_to_lightweight_checkout
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11898
breezy.tests.test_reconfigure.TestReconfigure.test_tree_to_tree
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
11899
breezy.tests.test_reconfigure.TestReconfigure.test_tree_with_pending_merge_to_branch
6963.1.2 by Jelmer Vernooij
Fix some more tests.
11900
breezy.tests.test_reconfigure.TestReconfigure.test_unshared_repo_to_lightweight_checkout
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
11901
breezy.tests.test_reconfigure.TestReconfigure.test_unsynced_branch_to_lightweight_checkout_forced
11902
breezy.tests.test_reconfigure.TestReconfigure.test_unsynced_branch_to_lightweight_checkout_unforced
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
11903
breezy.tests.test_reconfigure.TestReconfigure.test_unsynced_checkout_to_lightweight
6973.6.1 by Jelmer Vernooij
More bees.
11904
breezy.tests.test_reconfigure.TestReconfigure.test_use_shared_to_standalone
6963.1.2 by Jelmer Vernooij
Fix some more tests.
11905
breezy.tests.test_reconfigure.TestReconfigure.test_use_shared_to_use_shared
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11906
breezy.tests.test_registry.TestRegistryIter.test_items
11907
breezy.tests.test_registry.TestRegistryIter.test_iteritems
11908
breezy.tests.test_registry.TestRegistry.test_get_prefix
11909
breezy.tests.test_registry.TestRegistry.test_register_override
11910
breezy.tests.test_registry.TestRegistry.test_registry
6947.1.1 by Jelmer Vernooij
Update python3.passing.
11911
breezy.tests.test_registry.TestRegistry.test_registry_alias
11912
breezy.tests.test_registry.TestRegistry.test_registry_alias_exists
11913
breezy.tests.test_registry.TestRegistry.test_registry_alias_targetmissing
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11914
breezy.tests.test_registry.TestRegistry.test_registry_funcs
11915
breezy.tests.test_registry.TestRegistry.test_registry_help
11916
breezy.tests.test_registry.TestRegistry.test_registry_info
11917
breezy.tests.test_registry.TestRegistryWithDirs.test_lazy_import_get_module
11918
breezy.tests.test_registry.TestRegistryWithDirs.test_lazy_import_registry_foo
11919
breezy.tests.test_registry.TestRegistryWithDirs.test_normal_get_module
6963.1.2 by Jelmer Vernooij
Fix some more tests.
11920
breezy.tests.test_remote.BasicRemoteObjectTests.test_find_correct_format(HPSS-v2)
6963.2.6 by Jelmer Vernooij
Fix some more tests.
11921
breezy.tests.test_remote.BasicRemoteObjectTests.test_find_correct_format(HPSS-v3)
6947.1.1 by Jelmer Vernooij
Update python3.passing.
11922
breezy.tests.test_remote.TestBranchFormat.test_get_format_description
6963.2.6 by Jelmer Vernooij
Fix some more tests.
11923
breezy.tests.test_remote.TestBzrDirFormatInitializeEx.test_error_from_real_server
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11924
breezy.tests.test_remote.TestBzrDirOpenBranch.test__get_tree_branch
11925
breezy.tests.test_remote.TestBzrDirOpenBranch.test_old_server
11926
breezy.tests.test_remote.Test_ClientMedium_remote_is_at_least.test_initially_unlimited
11927
breezy.tests.test_remote.Test_ClientMedium_remote_is_at_least.test__remember_remote_is_before
11928
breezy.tests.test_remote.Test_ClientMedium_remote_path_from_transport.test_remote_path_from_transport
6963.1.2 by Jelmer Vernooij
Fix some more tests.
11929
breezy.tests.test_remote.Test_ClientMedium_remote_path_from_transport.test_remote_path_from_transport_http
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11930
breezy.tests.test_remote.TestErrorTranslationRobustness.test_unrecognised_server_error
11931
breezy.tests.test_remote.TestErrorTranslationSuccess.test_Diverged
11932
breezy.tests.test_remote.TestErrorTranslationSuccess.test_generic_IndexError_no_classname
11933
breezy.tests.test_remote.TestErrorTranslationSuccess.test_generic_KeyError
6973.5.2 by Jelmer Vernooij
Add more bees.
11934
breezy.tests.test_remote.TestErrorTranslationSuccess.test_GhostRevisionsHaveNoRevno
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11935
breezy.tests.test_remote.TestErrorTranslationSuccess.test_IncompatibleRepositories
11936
breezy.tests.test_remote.TestErrorTranslationSuccess.test_LockContention
11937
breezy.tests.test_remote.TestErrorTranslationSuccess.test_LockFailed
11938
breezy.tests.test_remote.TestErrorTranslationSuccess.test_MemoryError
6963.1.2 by Jelmer Vernooij
Fix some more tests.
11939
breezy.tests.test_remote.TestErrorTranslationSuccess.test_nobranch
11940
breezy.tests.test_remote.TestErrorTranslationSuccess.test_nobranch_one_arg
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11941
breezy.tests.test_remote.TestErrorTranslationSuccess.test_norepository
11942
breezy.tests.test_remote.TestErrorTranslationSuccess.test_NoSuchFile_without_context
11943
breezy.tests.test_remote.TestErrorTranslationSuccess.test_nosuchrevision
11944
breezy.tests.test_remote.TestErrorTranslationSuccess.test_NoSuchRevision
11945
breezy.tests.test_remote.TestErrorTranslationSuccess.test_NotStacked
11946
breezy.tests.test_remote.TestErrorTranslationSuccess.test_PermissionDenied_one_arg
11947
breezy.tests.test_remote.TestErrorTranslationSuccess.test_PermissionDenied_two_args
11948
breezy.tests.test_remote.TestErrorTranslationSuccess.test_ReadError
11949
breezy.tests.test_remote.TestErrorTranslationSuccess.test_ReadOnlyError
11950
breezy.tests.test_remote.TestErrorTranslationSuccess.test_TokenMismatch
11951
breezy.tests.test_remote.TestErrorTranslationSuccess.test_UnlockableTransport
11952
breezy.tests.test_remote.TestRemoteSSHTransportAuthentication.test_defaults_to_none
11953
breezy.tests.test_remote.TestRemoteSSHTransportAuthentication.test_uses_authentication_config
6947.1.1 by Jelmer Vernooij
Update python3.passing.
11954
breezy.tests.test_remote.TestRepositoryFormat.test_fast_delta
11955
breezy.tests.test_remote.TestRepositoryFormat.test_get_format_description
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11956
breezy.tests.test_remote.TestRepositoryGetGraph.test_get_graph
11957
breezy.tests.test_remote.TestRepositoryGetRevisionGraph.test_null_revision
11958
breezy.tests.test_remote.TestRepositoryHasRevision.test_none
11959
breezy.tests.test_remote.TestRepositoryIterInventories.test_empty
11960
breezy.tests.test_remote.TestRepositoryWriteGroups.test_suspend_write_group
11961
breezy.tests.test_remote.TestStacking.test_stacked_get_stream_groupcompress
11962
breezy.tests.test_remote.TestTransportIsReadonly.test_error_from_old_server
11963
breezy.tests.test_remote.TestTransportIsReadonly.test_false
11964
breezy.tests.test_remote.TestTransportIsReadonly.test_true
6973.5.2 by Jelmer Vernooij
Add more bees.
11965
breezy.tests.test_remote.TestTransportMkdir.test_permissiondenied
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11966
breezy.tests.test_rename_map.TestRenameMap.test_add_edge_hashes
6947.1.1 by Jelmer Vernooij
Update python3.passing.
11967
breezy.tests.test_rename_map.TestRenameMap.test_file_match_no_dups
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11968
breezy.tests.test_rename_map.TestRenameMap.test_find_directory_renames
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
11969
breezy.tests.test_rename_map.TestRenameMap.test_guess_renames_dry_run
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11970
breezy.tests.test_rename_map.TestRenameMap.test_hitcounts
11971
breezy.tests.test_rename_map.TestRenameMap.test_match_directories
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
11972
breezy.tests.test_repository.Test2a.test_chk_bytes_uses_custom_btree_parser
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11973
breezy.tests.test_repository.Test2a.test_format_pack_compresses_True
11974
breezy.tests.test_repository.Test2a.test_inconsistency_fatal
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
11975
breezy.tests.test_repository.Test2a.test_inventories_use_chk_map_with_parent_base_dict
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
11976
breezy.tests.test_repository.Test2a.test_pack_with_hint
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11977
breezy.tests.test_repository.Test2a.test_stream_source_to_gc
11978
breezy.tests.test_repository.Test2a.test_stream_source_to_non_gc
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
11979
breezy.tests.test_repository.TestCrossFormatPacks.test_IDS_format_same_no
11980
breezy.tests.test_repository.TestCrossFormatPacks.test_sink_format_same_no
6947.1.1 by Jelmer Vernooij
Update python3.passing.
11981
breezy.tests.test_repository.TestDefaultFormat.test_get_set_default_format
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11982
breezy.tests.test_repository.TestFeatures.test_open_with_missing_required_feature
11983
breezy.tests.test_repository.TestFeatures.test_open_with_present_feature
6947.1.1 by Jelmer Vernooij
Update python3.passing.
11984
breezy.tests.test_repository.TestFormatKnit1.test_attribute__fetch_order
11985
breezy.tests.test_repository.TestFormatKnit1.test_attribute__fetch_uses_deltas
11986
breezy.tests.test_repository.TestFormatKnit1.test_deserialise_sets_root_revision
11987
breezy.tests.test_repository.TestFormatKnit1.test_supports_external_lookups
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11988
breezy.tests.test_repository.TestInterRepository.test_get_default_inter_repository
11989
breezy.tests.test_repository.TestInterRepository.test_register_inter_repository_class
11990
breezy.tests.test_repository.TestKnitPackStreamSource.test_source_to_exact_pack_092
11991
breezy.tests.test_repository.TestKnitPackStreamSource.test_source_to_exact_pack_19
11992
breezy.tests.test_repository.TestKnitPackStreamSource.test_source_to_exact_pack_19_rich_root
11993
breezy.tests.test_repository.TestKnitPackStreamSource.test_source_to_exact_pack_rich_root_pack
6947.1.1 by Jelmer Vernooij
Update python3.passing.
11994
breezy.tests.test_repository.TestKnitPackStreamSource.test_stream_source_to_knit
6791.2.6 by Jelmer Vernooij
Update python3.passing.
11995
breezy.tests.test_repository.TestKnitPackStreamSource.test_stream_source_to_non_exact
11996
breezy.tests.test_repository.TestKnitPackStreamSource.test_stream_source_to_non_exact_rich_root
11997
breezy.tests.test_repository.Test_LazyListJoin.test__repr__
11998
breezy.tests.test_repository.TestNewPack.test_new_instance_attributes
11999
breezy.tests.test_repository.TestOptimisingPacker.test_open_pack_will_optimise
12000
breezy.tests.test_repository.TestPack.test___eq____ne__
12001
breezy.tests.test_repository.TestPack.test_file_name
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12002
breezy.tests.test_repository.TestRepositoryConverter.test_convert_empty
6947.1.1 by Jelmer Vernooij
Update python3.passing.
12003
breezy.tests.test_repository.TestRepositoryFormatKnit3.test_attribute__fetch_order
12004
breezy.tests.test_repository.TestRepositoryFormatKnit3.test_attribute__fetch_uses_deltas
12005
breezy.tests.test_repository.TestRepositoryFormatKnit3.test_supports_external_lookups
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12006
breezy.tests.test_repository.TestRepositoryFormatRegistry.test_get_all
12007
breezy.tests.test_repository.TestRepositoryFormatRegistry.test_register_extra
12008
breezy.tests.test_repository.TestRepositoryFormatRegistry.test_register_extra_lazy
12009
breezy.tests.test_repository.TestRepositoryFormatRegistry.test_register_unregister_format
12010
breezy.tests.test_repository.TestRepositoryFormat.test_find_format
12011
breezy.tests.test_repository.TestRepositoryFormat.test_find_format_no_repository
6947.1.1 by Jelmer Vernooij
Update python3.passing.
12012
breezy.tests.test_repository.TestRepositoryFormat.test_find_format_unknown_format
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12013
breezy.tests.test_repository.TestRepositoryFormat.test_find_format_with_features
12014
breezy.tests.test_repository.TestRepositoryFormat.test_from_string
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12015
breezy.tests.test_repository.TestRepositoryPackCollection.test_all_packs_none
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12016
breezy.tests.test_repository.TestRepositoryPackCollection.test_ensure_loaded_unlocked
12017
breezy.tests.test_repository.TestRepositoryPackCollection.test__max_pack_count
12018
breezy.tests.test_repository.TestRepositoryPackCollection.test_pack_distribution_one_to_nine
12019
breezy.tests.test_repository.TestRepositoryPackCollection.test_pack_distribution_stable_at_boundaries
12020
breezy.tests.test_repository.TestRepositoryPackCollection.test_pack_distribution_zero
12021
breezy.tests.test_repository.TestRepositoryPackCollection.test_plan_pack_operations_2009_revisions_skip_all_packs
12022
breezy.tests.test_repository.TestRepositoryPackCollection.test_plan_pack_operations_2010_combines_smallest_two
12023
breezy.tests.test_repository.TestRepositoryPackCollection.test_plan_pack_operations_2010_revisions_skip_all_packs
12024
breezy.tests.test_repository.TestRepositoryPackCollection.test_plan_pack_operations_creates_a_single_op
12025
breezy.tests.test_repository.TestRepositoryPackCollection.test_repr
6973.6.1 by Jelmer Vernooij
More bees.
12026
breezy.tests.test_revisionspec.TestRevisionSpec_date.test_as_revision_id
12027
breezy.tests.test_revisionspec.TestRevisionSpec_date.test_day
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
12028
breezy.tests.test_revisionspec.TestRevisionSpec_date.test_invalid
6973.6.1 by Jelmer Vernooij
More bees.
12029
breezy.tests.test_revisionspec.TestRevisionSpec_date.test_today
12030
breezy.tests.test_revisionspec.TestRevisionSpec_date.test_tomorrow
12031
breezy.tests.test_revisionspec.TestRevisionSpec_date.test_yesterday
12032
breezy.tests.test_revision.TestCommonAncestor.test_get_history
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12033
breezy.tests.test_revision.TestRevisionBugs.test_invalid_status
12034
breezy.tests.test_revision.TestRevisionBugs.test_no_bugs
12035
breezy.tests.test_revision.TestRevisionBugs.test_no_status
12036
breezy.tests.test_revision.TestRevisionBugs.test_some_bugs
12037
breezy.tests.test_revision.TestRevisionBugs.test_too_much_information
12038
breezy.tests.test_revision.TestRevisionMethods.test_get_apparent_authors
12039
breezy.tests.test_revision.TestRevisionMethods.test_get_apparent_authors_no_committer
12040
breezy.tests.test_revision.TestRevisionMethods.test_get_summary
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
12041
breezy.tests.test_revisiontree.TestTreeWithCommits.test_empty_no_root
12042
breezy.tests.test_revisiontree.TestTreeWithCommits.test_empty_no_unknowns
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
12043
breezy.tests.test_revisiontree.TestTreeWithCommits.test_get_file_revision
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
12044
breezy.tests.test_revisiontree.TestTreeWithCommits.test_get_file_revision_root
12045
breezy.tests.test_revisiontree.TestTreeWithCommits.test_no_conflicts
6973.6.1 by Jelmer Vernooij
More bees.
12046
breezy.tests.test_revisiontree.TestTreeWithCommits.test_parents
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12047
breezy.tests.test__rio.TestReadUnicodeStanza.test_continuation_too_early(python)
12048
breezy.tests.test__rio.TestReadUnicodeStanza.test_empty(python)
12049
breezy.tests.test__rio.TestReadUnicodeStanza.test_invalid_early_colon(python)
12050
breezy.tests.test__rio.TestReadUnicodeStanza.test_invalid_tag(python)
12051
breezy.tests.test__rio.TestReadUnicodeStanza.test_large(python)
12052
breezy.tests.test__rio.TestReadUnicodeStanza.test_multi_line(python)
12053
breezy.tests.test__rio.TestReadUnicodeStanza.test_non_ascii_char(python)
12054
breezy.tests.test__rio.TestReadUnicodeStanza.test_none(python)
12055
breezy.tests.test__rio.TestReadUnicodeStanza.test_no_string(python)
12056
breezy.tests.test__rio.TestReadUnicodeStanza.test_repeated(python)
12057
breezy.tests.test__rio.TestReadUnicodeStanza.test_simple(python)
12058
breezy.tests.test__rio.TestReadUTF8Stanza.test_continuation_too_early(python)
12059
breezy.tests.test__rio.TestReadUTF8Stanza.test_empty(python)
12060
breezy.tests.test__rio.TestReadUTF8Stanza.test_invalid_early_colon(python)
12061
breezy.tests.test__rio.TestReadUTF8Stanza.test_invalid_tag(python)
12062
breezy.tests.test__rio.TestReadUTF8Stanza.test_large(python)
12063
breezy.tests.test__rio.TestReadUTF8Stanza.test_multi_line(python)
12064
breezy.tests.test__rio.TestReadUTF8Stanza.test_non_ascii_char(python)
12065
breezy.tests.test__rio.TestReadUTF8Stanza.test_none(python)
12066
breezy.tests.test__rio.TestReadUTF8Stanza.test_no_string(python)
12067
breezy.tests.test__rio.TestReadUTF8Stanza.test_repeated(python)
12068
breezy.tests.test__rio.TestReadUTF8Stanza.test_simple(python)
12069
breezy.tests.test_rio.TestRio.test_as_dict
12070
breezy.tests.test_rio.TestRio.test_backslash
12071
breezy.tests.test_rio.TestRio.test_blank_line
12072
breezy.tests.test_rio.TestRio.test_empty_value
12073
breezy.tests.test_rio.TestRio.test_multiline_string
12074
breezy.tests.test_rio.TestRio.test_nested_rio_unicode
12075
breezy.tests.test_rio.TestRio.test_patch_rio
12076
breezy.tests.test_rio.TestRio.test_patch_rio_linebreaks
12077
breezy.tests.test_rio.TestRio.test_quoted
12078
breezy.tests.test_rio.TestRio.test_read_empty
12079
breezy.tests.test_rio.TestRio.test_read_iter
12080
breezy.tests.test_rio.TestRio.test_read_nul_byte
12081
breezy.tests.test_rio.TestRio.test_read_nul_bytes
12082
breezy.tests.test_rio.TestRio.test_read_several
12083
breezy.tests.test_rio.TestRio.test_read_stanza
12084
breezy.tests.test_rio.TestRio.test_repeated_field
12085
breezy.tests.test_rio.TestRio.test_rio_raises_type_error
12086
breezy.tests.test_rio.TestRio.test_rio_raises_type_error_key
12087
breezy.tests.test_rio.TestRio.test_rio_to_unicode
12088
breezy.tests.test_rio.TestRio.test_rio_unicode
12089
breezy.tests.test_rio.TestRio.test_stanza
12090
breezy.tests.test_rio.TestRio.test_to_file
12091
breezy.tests.test_rio.TestRio.test_to_lines
12092
breezy.tests.test_rio.TestRio.test_tricky_quoted
12093
breezy.tests.test_rio.TestRio.test_whitespace_value
12094
breezy.tests.test_rio.TestRio.test_write_empty_stanza
12095
breezy.tests.test__rio.TestValidTag.test_empty(python)
12096
breezy.tests.test__rio.TestValidTag.test_no_colon(python)
12097
breezy.tests.test__rio.TestValidTag.test_non_ascii_char(python)
12098
breezy.tests.test__rio.TestValidTag.test_no_spaces(python)
12099
breezy.tests.test__rio.TestValidTag.test_numeric(python)
12100
breezy.tests.test__rio.TestValidTag.test_ok(python)
12101
breezy.tests.test__rio.TestValidTag.test_type_error(python)
12102
breezy.tests.test__rio.TestValidTag.test_unicode(python)
12103
breezy.tests.test_rules.TestErrors.test_unknown_rules
12104
breezy.tests.test_rules.TestIniBasedRulesSearcher.test_get_items_file_empty
12105
breezy.tests.test_rules.TestIniBasedRulesSearcher.test_get_items_file_missing
12106
breezy.tests.test_rules.TestIniBasedRulesSearcher.test_get_items_from_extension_match
12107
breezy.tests.test_rules.TestIniBasedRulesSearcher.test_get_items_from_multiple_glob_match
12108
breezy.tests.test_rules.TestIniBasedRulesSearcher.test_get_items_match_first
12109
breezy.tests.test_rules.TestIniBasedRulesSearcher.test_get_items_pathname_match
12110
breezy.tests.test_rules.TestIniBasedRulesSearcher.test_unknown_namespace
12111
breezy.tests.test_rules.TestRulesPath.test_rules_filename
12112
breezy.tests.test_rules.TestStackedRulesSearcher.test_stack_searching
12113
breezy.tests.test_sampler.DemoTest.test_nothing
12114
breezy.tests.test_scenarios.PretendVaryingTest.test_nothing(a,a)
12115
breezy.tests.test_scenarios.PretendVaryingTest.test_nothing(a,b)
12116
breezy.tests.test_scenarios.PretendVaryingTest.test_nothing(b,a)
12117
breezy.tests.test_scenarios.PretendVaryingTest.test_nothing(b,b)
12118
breezy.tests.test_scenarios.TestTestScenarios.test_multiply_scenarios_from_generators
12119
breezy.tests.test_scenarios.TestTestScenarios.test_multiply_tests
12120
breezy.tests.test_scenarios.TestTestScenarios.test_multiply_tests_by_their_scenarios
12121
breezy.tests.test_scenarios.TestTestScenarios.test_multiply_tests_no_scenarios
12122
breezy.tests.test_script.TestArgumentProcessing.test_quotes_removal
12123
breezy.tests.test_script.TestArgumentProcessing.test_verbosity_isolated
12124
breezy.tests.test_script.TestCat.test_cat_bogus_input_file
12125
breezy.tests.test_script.TestCat.test_cat_bogus_output_file
12126
breezy.tests.test_script.TestCat.test_cat_input_to_output
12127
breezy.tests.test_script.TestCat.test_cat_usage
12128
breezy.tests.test_script.TestCat.test_echo_bogus_output_file
12129
breezy.tests.test_script.TestCd.test_cd_dir_and_back_home
12130
breezy.tests.test_script.TestCd.test_cd_out_of_jail
12131
breezy.tests.test_script.TestCd.test_cd_usage
12132
breezy.tests.test_script.TestEcho.test_echo_input
12133
breezy.tests.test_script.TestEcho.test_echo_more_output
12134
breezy.tests.test_script.TestEcho.test_echo_some_to_output
12135
breezy.tests.test_script.TestEcho.test_echo_to_output
12136
breezy.tests.test_script.TestEcho.test_echo_usage
12137
breezy.tests.test_script.TestEcho.test_empty_line_in_output_is_respected
12138
breezy.tests.test_script.TestExecution.test_blank_output_mismatches_output
12139
breezy.tests.test_script.TestExecution.test_ellipsis_everything
12140
breezy.tests.test_script.TestExecution.test_ellipsis_matches_empty
12141
breezy.tests.test_script.TestExecution.test_null_output_matches_option
12142
breezy.tests.test_script.TestExecution.test_stops_on_unexpected_error
12143
breezy.tests.test_script.TestExecution.test_stops_on_unexpected_output
12144
breezy.tests.test_script.TestExecution.test_unknown_command
12145
breezy.tests.test_script.TestMkdir.test_mkdir_in_jail
12146
breezy.tests.test_script.TestMkdir.test_mkdir_jailed
12147
breezy.tests.test_script.TestMkdir.test_mkdir_usage
12148
breezy.tests.test_script.TestMv.test_move_unknown_file
12149
breezy.tests.test_script.TestMv.test_usage
12150
breezy.tests.test_script.TestRedirections.test_input_redirection
12151
breezy.tests.test_script.TestRedirections.test_no_redirection
12152
breezy.tests.test_script.TestRedirections.test_output_redirection
12153
breezy.tests.test_script.TestRedirections.test_redirection_syntax_errors
12154
breezy.tests.test_script.TestRm.test_rm_dir
12155
breezy.tests.test_script.TestRm.test_rm_dir_recursive
12156
breezy.tests.test_script.TestRm.test_rm_file_force
12157
breezy.tests.test_script.TestRm.test_rm_usage
12158
breezy.tests.test_script.TestSyntax.test_command_with_backquotes
12159
breezy.tests.test_script.TestSyntax.test_command_with_double_quoted_param
12160
breezy.tests.test_script.TestSyntax.test_command_with_error
12161
breezy.tests.test_script.TestSyntax.test_command_with_input
12162
breezy.tests.test_script.TestSyntax.test_command_with_output
12163
breezy.tests.test_script.TestSyntax.test_command_with_single_quoted_param
12164
breezy.tests.test_script.TestSyntax.test_comment_is_ignored
12165
breezy.tests.test_script.TestSyntax.test_comment_multiple_lines
12166
breezy.tests.test_script.TestSyntax.test_indented
12167
breezy.tests.test_script.TestSyntax.test_input_without_command
12168
breezy.tests.test_script.TestSyntax.test_output_without_command
12169
breezy.tests.test_script.TestSyntax.test_simple_command
12170
breezy.tests.test_script.TestSyntax.test_trim_blank_lines
12171
breezy.tests.test_selftest.MetaTestLog.test_logging
12172
breezy.tests.test_selftest.TestBlackboxSupport.test_run_bzr_failure_not_caught
12173
breezy.tests.test_selftest.TestBranchScenarios.test_scenarios
12174
breezy.tests.test_selftest.TestBzrDirScenarios.test_scenarios
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12175
breezy.tests.test_selftest.TestChrootedTest.test_root_is_root
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12176
breezy.tests.test_selftest.TestClassesAvailable.test_test_case
12177
breezy.tests.test_selftest.TestClassesAvailable.test_test_loader
12178
breezy.tests.test_selftest.TestClassesAvailable.test_test_suite
12179
breezy.tests.test_selftest.TestConvenienceMakers.test_make_branch_and_memory_tree
12180
breezy.tests.test_selftest.TestConvenienceMakers.test_make_branch_and_tree_with_format
12181
breezy.tests.test_selftest.TestConvenienceMakers.test_make_tree_for_local_vfs_backed_transport
12182
breezy.tests.test_selftest.TestCounterHooks.test_no_hook
12183
breezy.tests.test_selftest.TestCounterHooks.test_run_hook_once
12184
breezy.tests.test_selftest.TestDeprecations.test_callDeprecated
12185
breezy.tests.test_selftest.TestDocTestSuiteIsolation.test_deleted_variable
12186
breezy.tests.test_selftest.TestDocTestSuiteIsolation.test_injected_variable
12187
breezy.tests.test_selftest.TestEnvironHandling.test_overrideEnv_None_called_twice_doesnt_leak
12188
breezy.tests.test_selftest.TestExtraAssertions.test_assertEndsWith
12189
breezy.tests.test_selftest.TestExtraAssertions.test_assertEqualDiff
12190
breezy.tests.test_selftest.TestFilteredByModuleTestLoader.test_exclude_tests
12191
breezy.tests.test_selftest.TestFilteredByModuleTestLoader.test_load_tests
12192
breezy.tests.test_selftest.TestFilteredByNameStartTestLoader.test_exclude_tests
12193
breezy.tests.test_selftest.TestFilteredByNameStartTestLoader.test_load_tests
12194
breezy.tests.test_selftest.TestFilteredByNameStartTestLoader.test_load_tests_inside_module
12195
breezy.tests.test_selftest.TestFinishBzrSubprocess.test_finish_bzr_subprocess_ignoring_retcode
12196
breezy.tests.test_selftest.TestFinishBzrSubprocess.test_finish_bzr_subprocess_with_error
12197
breezy.tests.test_selftest.TestFinishBzrSubprocess.test_finish_subprocess_with_unexpected_retcode
12198
breezy.tests.test_selftest.TestInterRepositoryScenarios.test_scenarios
12199
breezy.tests.test_selftest.TestInterTreeScenarios.test_scenarios
12200
breezy.tests.test_selftest.TestIsolatedEnv.test_basics
12201
breezy.tests.test_selftest.TestIsolatedEnv.test_deleting_variable
12202
breezy.tests.test_selftest.TestIsolatedEnv.test_injecting_known_variable
12203
breezy.tests.test_selftest.TestIsolatedEnv.test_injecting_unknown_variable
12204
breezy.tests.test_selftest.TestLoadTestIdList.test_load_dirty_file
12205
breezy.tests.test_selftest.TestLoadTestIdList.test_load_test_list
12206
breezy.tests.test_selftest.TestLoadTestIdList.test_load_unknown
12207
breezy.tests.test_selftest.TestPostMortemDebugging.test_env_var_triggers_post_mortem
12208
breezy.tests.test_selftest.TestPostMortemDebugging.test_location_bt_error
12209
breezy.tests.test_selftest.TestPostMortemDebugging.test_location_bt_failure
12210
breezy.tests.test_selftest.TestProfileResult.test_profiles_tests
12211
breezy.tests.test_selftest.TestRepositoryScenarios.test_formats_to_scenarios
12212
breezy.tests.test_selftest.TestRunBzrSubprocess.test_allow_plugins
12213
breezy.tests.test_selftest.TestRunBzrSubprocess.test_env_change_passes_through
12214
breezy.tests.test_selftest.TestRunBzrSubprocess.test_no_working_dir_passed_as_None
12215
breezy.tests.test_selftest.TestRunBzrSubprocess.test_no_working_dir_passed_through
12216
breezy.tests.test_selftest.TestRunBzrSubprocess.test_run_bzr_subprocess
12217
breezy.tests.test_selftest.TestRunBzrSubprocess.test_run_bzr_subprocess_no_plugins
12218
breezy.tests.test_selftest.TestRunBzr.test_encoding
12219
breezy.tests.test_selftest.TestRunBzr.test_reject_extra_keyword_arguments
12220
breezy.tests.test_selftest.TestRunBzr.test_retcode
12221
breezy.tests.test_selftest.TestRunBzr.test_run_bzr_error
12222
breezy.tests.test_selftest.TestRunBzr.test_run_bzr_error_regexes
12223
breezy.tests.test_selftest.TestRunBzr.test_stdin
12224
breezy.tests.test_selftest.TestRunBzr.test_working_dir
12225
breezy.tests.test_selftest.TestRunner.test_known_failure_failed_run
12226
breezy.tests.test_selftest.TestRunner.test_known_failure_ok_run
12227
breezy.tests.test_selftest.TestRunner.test_not_applicable
12228
breezy.tests.test_selftest.TestRunner.test_result_decorator
12229
breezy.tests.test_selftest.TestRunner.test_skipped_from_setup
12230
breezy.tests.test_selftest.TestRunner.test_skipped_from_test
12231
breezy.tests.test_selftest.TestRunner.test_skipped_test
12232
breezy.tests.test_selftest.TestRunner.test_startTestRun
12233
breezy.tests.test_selftest.TestRunner.test_stopTestRun
12234
breezy.tests.test_selftest.TestRunner.test_unexpected_success_bad
12235
breezy.tests.test_selftest.TestRunner.test_unsupported_features_listed
12236
breezy.tests.test_selftest.TestRunner.test_verbose_test_count
12237
breezy.tests.test_selftest.TestRunSuite.test_runner_class
12238
breezy.tests.test_selftest.TestSelftestFiltering.test_condition_id_in_list
12239
breezy.tests.test_selftest.TestSelftestFiltering.test_condition_id_re
12240
breezy.tests.test_selftest.TestSelftestFiltering.test_condition_id_startswith
12241
breezy.tests.test_selftest.TestSelftestFiltering.test_condition_isinstance
12242
breezy.tests.test_selftest.TestSelftestFiltering.test_exclude_tests_by_condition
12243
breezy.tests.test_selftest.TestSelftestFiltering.test_exclude_tests_by_re
12244
breezy.tests.test_selftest.TestSelftestFiltering.test_filter_suite_by_condition
12245
breezy.tests.test_selftest.TestSelftestFiltering.test_filter_suite_by_id_list
12246
breezy.tests.test_selftest.TestSelftestFiltering.test_filter_suite_by_id_startswith
12247
breezy.tests.test_selftest.TestSelftestFiltering.test_filter_suite_by_re
12248
breezy.tests.test_selftest.TestSelftestFiltering.test_preserve_input
12249
breezy.tests.test_selftest.TestSelftestFiltering.test_randomize_suite
12250
breezy.tests.test_selftest.TestSelftestFiltering.test_split_suit_by_condition
12251
breezy.tests.test_selftest.TestSelftestFiltering.test_split_suit_by_re
12252
breezy.tests.test_selftest.TestSelftest.test_list_only
12253
breezy.tests.test_selftest.TestSelftest.test_list_only_excludes
12254
breezy.tests.test_selftest.TestSelftest.test_list_only_filtered
12255
breezy.tests.test_selftest.TestSelftest.test_lsprof_tests
12256
breezy.tests.test_selftest.TestSelftest.test_random
12257
breezy.tests.test_selftest.TestSelftest.test_random_reuse_is_same_order
12258
breezy.tests.test_selftest.TestSelftest.test_selftest_benchmark_parameter_invokes_test_suite__benchmark__
12259
breezy.tests.test_selftest.TestSelftest.test_transport_memory
12260
breezy.tests.test_selftest.TestSelftest.test_transport_sftp
12261
breezy.tests.test_selftest.TestSelftestWithIdList.test_load_unknown
12262
breezy.tests.test_selftest.TestStartBzrSubProcess.test_allow_plugins
12263
breezy.tests.test_selftest.TestStartBzrSubProcess.test_env_del_missing
12264
breezy.tests.test_selftest.TestStartBzrSubProcess.test_get_brz_path_with_cwd_breezy
12265
breezy.tests.test_selftest.TestStartBzrSubProcess.test_run_bzr_subprocess_env_del
12266
breezy.tests.test_selftest.TestStartBzrSubProcess.test_run_bzr_subprocess_no_plugins
12267
breezy.tests.test_selftest.TestStartBzrSubProcess.test_set_env
12268
breezy.tests.test_selftest.TestStartBzrSubProcess.test_working_dir
12269
breezy.tests.test_selftest.TestTestCaseInTempDir.test_assertEqualStat_equal
12270
breezy.tests.test_selftest.TestTestCaseInTempDir.test_assertEqualStat_notequal
12271
breezy.tests.test_selftest.TestTestCaseInTempDir.test_assertPathExists
12272
breezy.tests.test_selftest.TestTestCaseInTempDir.test_home_is_not_working
12273
breezy.tests.test_selftest.TestTestCaseLogDetails.test_error_has_log
12274
breezy.tests.test_selftest.TestTestCaseLogDetails.test_fail_has_log
12275
breezy.tests.test_selftest.TestTestCaseLogDetails.test_missing_feature_has_no_log
12276
breezy.tests.test_selftest.TestTestCaseLogDetails.test_skip_has_no_log
12277
breezy.tests.test_selftest.TestTestCaseLogDetails.test_unexpected_success_has_log
12278
breezy.tests.test_selftest.TestTestCaseLogDetails.test_xfail_has_no_log
12279
breezy.tests.test_selftest.TestTestCase.test_allow_debug_flag
12280
breezy.tests.test_selftest.TestTestCase.test_assertLength_fails_different
12281
breezy.tests.test_selftest.TestTestCase.test_assertLength_matches_empty
12282
breezy.tests.test_selftest.TestTestCase.test_assertLength_matches_nonempty
12283
breezy.tests.test_selftest.TestTestCase.test_assertLength_shows_sequence_in_failure
12284
breezy.tests.test_selftest.TestTestCase.test_assert_list_raises_assert_wrong_exception
12285
breezy.tests.test_selftest.TestTestCase.test_assert_list_raises_no_exception
12286
breezy.tests.test_selftest.TestTestCase.test_assert_list_raises_on_generator
12287
breezy.tests.test_selftest.TestTestCase.test_assert_list_raises_on_plain
12288
breezy.tests.test_selftest.TestTestCase.test_base_setUp_not_called_causes_failure
12289
breezy.tests.test_selftest.TestTestCase.test_base_tearDown_not_called_causes_failure
12290
breezy.tests.test_selftest.TestTestCase.test_debug_flags_restored
12291
breezy.tests.test_selftest.TestTestCase.test_debug_flags_sanitised
12292
breezy.tests.test_selftest.TestTestCase.test_disable_lock_checks
12293
breezy.tests.test_selftest.TestTestCase.test__gather_lsprof_in_benchmarks
12294
breezy.tests.test_selftest.TestTestCase.test_hooks_sanitised
12295
breezy.tests.test_selftest.TestTestCase.test_knownFailure
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12296
breezy.tests.test_selftest.TestTestCase.test_open_bzrdir_safe_roots
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12297
breezy.tests.test_selftest.TestTestCase.test_overrideAttr_with_no_existing_value_and_no_value
12298
breezy.tests.test_selftest.TestTestCase.test_overrideAttr_with_no_existing_value_and_value
12299
breezy.tests.test_selftest.TestTestCase.test_overrideAttr_without_value
12300
breezy.tests.test_selftest.TestTestCase.test_overrideAttr_with_value
12301
breezy.tests.test_selftest.TestTestCase.test_recordCalls
12302
breezy.tests.test_selftest.TestTestCase.test_requireFeature_available
12303
breezy.tests.test_selftest.TestTestCase.test_requireFeature_unavailable
12304
breezy.tests.test_selftest.TestTestCase.test_run_disabled_supporting_result
12305
breezy.tests.test_selftest.TestTestCase.test_run_disabled_unittest_result
12306
breezy.tests.test_selftest.TestTestCase.test_run_enabled_unittest_result
12307
breezy.tests.test_selftest.TestTestCase.test_run_no_parameters
12308
breezy.tests.test_selftest.TestTestCase.test_start_server_registers_url
12309
breezy.tests.test_selftest.TestTestCase.test_this_fails_strict_lock_check
12310
breezy.tests.test_selftest.TestTestCase.test_time_creates_benchmark_in_result
12311
breezy.tests.test_selftest.TestTestCase.test_trace_nesting
12312
breezy.tests.test_selftest.TestTestCaseTransports.test_make_controldir_preserves_transport
12313
breezy.tests.test_selftest.TestTestCaseWithMemoryTransport.test_BRZ_HOME_and_HOME_are_bytestrings
12314
breezy.tests.test_selftest.TestTestCaseWithMemoryTransport.test_cwd_is_TEST_ROOT
12315
breezy.tests.test_selftest.TestTestCaseWithMemoryTransport.test_dangling_locks_cause_failures
12316
breezy.tests.test_selftest.TestTestCaseWithMemoryTransport.test_home_is_non_existant_dir_under_root
12317
breezy.tests.test_selftest.TestTestCaseWithMemoryTransport.test_make_branch_and_memory_tree
12318
breezy.tests.test_selftest.TestTestCaseWithMemoryTransport.test_make_branch_and_memory_tree_with_format
12319
breezy.tests.test_selftest.TestTestCaseWithMemoryTransport.test_make_branch_builder
6947.1.1 by Jelmer Vernooij
Update python3.passing.
12320
breezy.tests.test_selftest.TestTestCaseWithMemoryTransport.test_make_branch_builder_with_format
12321
breezy.tests.test_selftest.TestTestCaseWithMemoryTransport.test_make_branch_builder_with_format_name
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12322
breezy.tests.test_selftest.TestTestCaseWithTransport.test_get_readonly_url_http
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12323
breezy.tests.test_selftest.TestTestCaseWithTransport.test_get_readonly_url_none
12324
breezy.tests.test_selftest.TestTestCaseWithTransport.test_is_directory
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
12325
breezy.tests.test_selftest.TestTestCaseWithTransport.test_make_branch_builder
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12326
breezy.tests.test_selftest.TestTestCloning.test_cloned_testcase_does_not_share_details
12327
breezy.tests.test_selftest.TestTestCloning.test_double_apply_scenario_preserves_first_scenario
12328
breezy.tests.test_selftest.TestTestIdList.test_bad_chars_in_params
12329
breezy.tests.test_selftest.TestTestIdList.test_empty_list
12330
breezy.tests.test_selftest.TestTestIdList.test_module_used
12331
breezy.tests.test_selftest.TestTestIdList.test_suite_matches_id_list_with_duplicates
12332
breezy.tests.test_selftest.TestTestIdList.test_test_suite_matches_id_list_with_unknown
12333
breezy.tests.test_selftest.TestTestIdList.test_valid_list
12334
breezy.tests.test_selftest.TestTestLoader.test_load_tests_from_module_name_smoke_test
12335
breezy.tests.test_selftest.TestTestLoader.test_load_tests_from_module_name_with_bogus_module_name
12336
breezy.tests.test_selftest.TestTestLoader.test_module_load_tests_attribute_gets_called
12337
breezy.tests.test_selftest.TestTestLoader.test_module_no_load_tests_attribute_loads_classes
12338
breezy.tests.test_selftest.TestTestPrefixRegistry.test_get_unknown_prefix
12339
breezy.tests.test_selftest.TestTestPrefixRegistry.test_predefined_prefixes
12340
breezy.tests.test_selftest.TestTestPrefixRegistry.test_register_existing_prefix
12341
breezy.tests.test_selftest.TestTestPrefixRegistry.test_register_new_prefix
12342
breezy.tests.test_selftest.TestTestPrefixRegistry.test_resolve_prefix
12343
breezy.tests.test_selftest.TestTestPrefixRegistry.test_resolve_unknown_alias
12344
breezy.tests.test_selftest.TestTestResult.test_add_not_supported
12345
breezy.tests.test_selftest.TestTestResult.test_known_failure
12346
breezy.tests.test_selftest.TestTestResult.test_startTests
12347
breezy.tests.test_selftest.TestTestResult.test_startTests_only_once
12348
breezy.tests.test_selftest.TestTestResult.test_strict_with_known_failure
12349
breezy.tests.test_selftest.TestTestResult.test_strict_with_success
12350
breezy.tests.test_selftest.TestTestResult.test_strict_with_unsupported_feature
12351
breezy.tests.test_selftest.TestTestResult.test_test_reporting
12352
breezy.tests.test_selftest.TestTestResult.test_unavailable_exception
12353
breezy.tests.test_selftest.TestTestResult.test_unittest_reporting_unittest_class
12354
breezy.tests.test_selftest.TestTestResult.test_uses_time_from_testtools
12355
breezy.tests.test_selftest.TestTestResult.test_verbose_report_known_failure
12356
breezy.tests.test_selftest.TestTestResult.test_verbose_report_unsupported
12357
breezy.tests.test_selftest.TestTestScenarioApplication.test_apply_scenario
6800.1.2 by Jelmer Vernooij
Run more tests.
12358
breezy.tests.test_selftest.TestTestSuite.test_test_suite
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12359
breezy.tests.test_selftest.TestTestSuite.test_test_suite_list_and_start
12360
breezy.tests.test_selftest.TestTestSuite.test__test_suite_modules_to_doctest
12361
breezy.tests.test_selftest.TestTestSuite.test__test_suite_testmod_names
12362
breezy.tests.test_selftest.TestThreadLeakDetection.test_multiple_leaks
12363
breezy.tests.test_selftest.TestThreadLeakDetection.test_testcase_without_addCleanups
12364
breezy.tests.test_selftest.TestThreadLeakDetection.test_thread_leak
12365
breezy.tests.test_selftest.TestTransportScenarios.test_get_transport_permutations
12366
breezy.tests.test_selftest.TestTransportScenarios.test_scenarios_include_transport_class
12367
breezy.tests.test_selftest.TestTreeScenarios.test_scenarios
6947.1.1 by Jelmer Vernooij
Update python3.passing.
12368
breezy.tests.test_selftest.TestTreeShape.test_unicode_paths
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12369
breezy.tests.test_selftest.TestUncollectedWarningsForked.test_additonal_decorator
12370
breezy.tests.test_selftest.TestUncollectedWarningsForked.test_exclude_pattern
12371
breezy.tests.test_selftest.TestUncollectedWarningsForked.test_matching_tests_first
12372
breezy.tests.test_selftest.TestUncollectedWarningsForked.test_pattern
12373
breezy.tests.test_selftest.TestUncollectedWarningsForked.test_random_seed
12374
breezy.tests.test_selftest.TestUncollectedWarningsForked.test_starting_with_and_exclude
12375
breezy.tests.test_selftest.TestUncollectedWarningsForked.test_testsuite
12376
breezy.tests.test_selftest.TestUncollectedWarnings.test_additonal_decorator
12377
breezy.tests.test_selftest.TestUncollectedWarnings.test_exclude_pattern
12378
breezy.tests.test_selftest.TestUncollectedWarnings.test_matching_tests_first
12379
breezy.tests.test_selftest.TestUncollectedWarnings.test_pattern
12380
breezy.tests.test_selftest.TestUncollectedWarnings.test_random_seed
12381
breezy.tests.test_selftest.TestUncollectedWarnings.test_starting_with_and_exclude
12382
breezy.tests.test_selftest.TestUncollectedWarnings.test_testsuite
12383
breezy.tests.test_selftest.TestWarningTests.test_callCatchWarnings
12384
breezy.tests.test_selftest.TestWorkingTreeScenarios.test_scenarios
12385
breezy.tests.test_serializer.TestSerializer.test_registry
12386
breezy.tests.test_setup.TestDistutilsVersion.test_version_with_string
6973.6.1 by Jelmer Vernooij
More bees.
12387
breezy.tests.test_sftp_transport.SFTPBranchTest.test_push_support
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12388
breezy.tests.test_sftp_transport.SFTPLatencyKnob.test_default
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12389
breezy.tests.test_sftp_transport.SFTPLatencyKnob.test_latency_knob_slows_transport
6973.6.1 by Jelmer Vernooij
More bees.
12390
breezy.tests.test_sftp_transport.SFTPLockTests.test_sftp_locks
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12391
breezy.tests.test_sftp_transport.SFTPNonServerTest.test_abspath_root_sibling_server
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12392
breezy.tests.test_sftp_transport.SFTPNonServerTest.test_parse_url_with_home_dir
12393
breezy.tests.test_sftp_transport.SFTPNonServerTest.test_relpath
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12394
breezy.tests.test_sftp_transport.SFTPTransportTestRelativeRoot.test__remote_path_relative_root
12395
breezy.tests.test_sftp_transport.SFTPTransportTestRelative.test__remote_path
12396
breezy.tests.test_sftp_transport.SSHVendorBadConnection.test_bad_connection_paramiko
6973.6.1 by Jelmer Vernooij
More bees.
12397
breezy.tests.test_sftp_transport.SSHVendorConnection.test_connection_paramiko
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12398
breezy.tests.test_sftp_transport.SSHVendorConnection.test_connection_vendor
12399
breezy.tests.test_sftp_transport.Test_SFTPReadvHelper.test__get_requests
6963.2.6 by Jelmer Vernooij
Fix some more tests.
12400
breezy.tests.test_sftp_transport.Test_SFTPReadvHelper.test_request_and_yield_offsets
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12401
breezy.tests.test_sftp_transport.TestSocketDelay.test_bandwidth
12402
breezy.tests.test_sftp_transport.TestSocketDelay.test_delay
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12403
breezy.tests.test_sftp_transport.TestUsesAuthConfig.test_sftp_doesnt_prompt_username
12404
breezy.tests.test_sftp_transport.TestUsesAuthConfig.test_sftp_is_none_if_no_config
12405
breezy.tests.test_sftp_transport.TestUsesAuthConfig.test_sftp_uses_config
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12406
breezy.tests.test_shelf.TestErrors.test_invalid_shelf_id
6973.6.1 by Jelmer Vernooij
More bees.
12407
breezy.tests.test_shelf.TestPrepareShelf.test_shelve_all
12408
breezy.tests.test_shelf.TestPrepareShelf.test_shelve_change_handles_modify_text
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12409
breezy.tests.test_shelf.TestPrepareShelf.test_shelve_change_unknown_change
6973.5.12 by Jelmer Vernooij
Merge trunk.
12410
breezy.tests.test_shelf.TestPrepareShelf.test_shelve_delete_contents
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12411
breezy.tests.test_shelf.TestPrepareShelf.test_shelve_skips_added_root
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
12412
breezy.tests.test_shelf.TestPrepareShelf.test_shelve_unversion
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12413
breezy.tests.test_shelf.TestPrepareShelf.test_shelve_unversioned
12414
breezy.tests.test_shelf.TestShelfManager.test_active_shelves
12415
breezy.tests.test_shelf.TestShelfManager.test_delete_shelf
12416
breezy.tests.test_shelf.TestShelfManager.test_get_shelf_filename
12417
breezy.tests.test_shelf.TestShelfManager.test_get_shelf_ids
12418
breezy.tests.test_shelf.TestShelfManager.test_get_shelf_manager
12419
breezy.tests.test_shelf.TestShelfManager.test_last_shelf
12420
breezy.tests.test_shelf.TestShelfManager.test_new_shelf
12421
breezy.tests.test_shelf.TestShelfManager.test_read_non_existant
6947.1.1 by Jelmer Vernooij
Update python3.passing.
12422
breezy.tests.test_shelf.TestUnshelver.test_corrupt_shelf
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
12423
breezy.tests.test_shelf_ui.TestApplyReporter.test_shelve_kind_change
12424
breezy.tests.test_shelf_ui.TestShelver.test_shelve_kind_change
12425
breezy.tests.test_shelf_ui.TestShelver.test_shelve_old_root_preserved
6973.6.1 by Jelmer Vernooij
More bees.
12426
breezy.tests.test_shelf_ui.TestUnshelver.test_unshelve_args_delete_only
12427
breezy.tests.test_shelf_ui.TestUnshelver.test_unshelve_args_invalid_shelf_id
12428
breezy.tests.test_shelf_ui.TestUnshelveScripts.test_unshelve_args_delete_only
12429
breezy.tests.test_shelf_ui.TestUnshelveScripts.test_unshelve_args_invalid_shelf_id
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12430
breezy.tests.test__simple_set.TestSimpleSet.test_add
12431
breezy.tests.test__simple_set.TestSimpleSet.test_add_and_remove_lots_of_items
12432
breezy.tests.test__simple_set.TestSimpleSet.test_discard
12433
breezy.tests.test__simple_set.TestSimpleSet.test_get_set_del_with_collisions
12434
breezy.tests.test__simple_set.TestSimpleSet.test_initial
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12435
breezy.tests.test__simple_set.TestSimpleSet.test__iter__
12436
breezy.tests.test__simple_set.TestSimpleSet.test__lookup
12437
breezy.tests.test__simple_set.TestSimpleSet.test__lookup_after_resize
12438
breezy.tests.test__simple_set.TestSimpleSet.test__lookup_collision
12439
breezy.tests.test__simple_set.TestSimpleSet.test__resize
12440
breezy.tests.test__simple_set.TestSimpleSet.test_richcompare_failure
12441
breezy.tests.test__simple_set.TestSimpleSet.test_richcompare_not_implemented
12442
breezy.tests.test__simple_set.TestSimpleSet.test_second_hash_failure
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12443
breezy.tests.test__simple_set.TestSimpleSet.test__sizeof__
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12444
breezy.tests.test_smart_add.TestAddActions.test__print
12445
breezy.tests.test_smart_add.TestAddActions.test_quiet
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12446
breezy.tests.test_smart_request.TestErrors.test_disabled_method
12447
breezy.tests.test_smart_request.TestJailHook.test_jail_hook
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12448
breezy.tests.test_smart_request.TestJailHook.test_open_bzrdir_in_non_main_thread
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12449
breezy.tests.test_smart_request.TestRequestHanderErrorTranslation.test_generic_BzrError
12450
breezy.tests.test_smart_request.TestRequestHanderErrorTranslation.test_generic_Exception
12451
breezy.tests.test_smart_request.TestRequestHanderErrorTranslation.test_generic_zlib_error
6973.5.2 by Jelmer Vernooij
Add more bees.
12452
breezy.tests.test_smart_request.TestRequestHanderErrorTranslation.test_GhostRevisionsHaveNoRevno
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12453
breezy.tests.test_smart_request.TestRequestHanderErrorTranslation.test_LockContention
12454
breezy.tests.test_smart_request.TestRequestHanderErrorTranslation.test_MemoryError
12455
breezy.tests.test_smart_request.TestRequestHanderErrorTranslation.test_NoSuchFile
12456
breezy.tests.test_smart_request.TestRequestHanderErrorTranslation.test_TokenMismatch
12457
breezy.tests.test_smart_request.TestRequestJail.test_jail
12458
breezy.tests.test_smart_request.TestSmartRequestHandlerErrorTranslation.test_error_translation_from_args_received
12459
breezy.tests.test_smart_request.TestSmartRequestHandlerErrorTranslation.test_error_translation_from_chunk_received
12460
breezy.tests.test_smart_request.TestSmartRequestHandlerErrorTranslation.test_error_translation_from_end_received
12461
breezy.tests.test_smart_request.TestSmartRequestHandlerErrorTranslation.test_unexpected_error_translation
12462
breezy.tests.test_smart_request.TestSmartRequest.test_all_registered_requests_are_safety_qualified
12463
breezy.tests.test_smart_request.TestSmartRequest.test_only_request_code_is_jailed
12464
breezy.tests.test_smart_request.TestSmartRequest.test_request_class_without_do_body
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12465
breezy.tests.test_smart_signals.TestInetServer.test_inet_server_responds_to_sighup
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12466
breezy.tests.test_smart_signals.TestSignalHandlers.test_failing_callback
12467
breezy.tests.test_smart_signals.TestSignalHandlers.test_install_sighup_handler
12468
breezy.tests.test_smart_signals.TestSignalHandlers.test_keyboard_interrupt_propagated
12469
breezy.tests.test_smart_signals.TestSignalHandlers.test_not_installed
12470
breezy.tests.test_smart_signals.TestSignalHandlers.test_registered_callback_gets_called
12471
breezy.tests.test_smart_signals.TestSignalHandlers.test_unregister_during_call
12472
breezy.tests.test_smart_signals.TestSignalHandlers.test_unregister_not_present
12473
breezy.tests.test_smart_signals.TestSignalHandlers.test_weak_references
12474
breezy.tests.test_smart.SmartTCPServerHookTests.test_run_server_started_hooks
12475
breezy.tests.test_smart.SmartTCPServerHookTests.test_run_server_started_hooks_ipv6
12476
breezy.tests.test_smart.SmartTCPServerHookTests.test_run_server_stopped_hooks
12477
breezy.tests.test_smart.TestHandlers.test_all_registrations_exist
12478
breezy.tests.test_smart.TestHandlers.test_registered_methods
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12479
breezy.tests.test_smart.TestSmartServerBranchBreakLock.test_lock_to_break
12480
breezy.tests.test_smart.TestSmartServerBranchBreakLock.test_nothing_to_break
6973.6.1 by Jelmer Vernooij
More bees.
12481
breezy.tests.test_smart.TestSmartServerBranchRequestGetConfigFile.test_default
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12482
breezy.tests.test_smart.TestSmartServerBranchRequestGetConfigFile.test_with_content
12483
breezy.tests.test_smart.TestSmartServerBranchRequestGetParent.test_get_parent_none
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
12484
breezy.tests.test_smart.TestSmartServerBranchRequestGetParent.test_get_parent_something
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12485
breezy.tests.test_smart.TestSmartServerBranchRequestGetPhysicalLockStatus.test_false
12486
breezy.tests.test_smart.TestSmartServerBranchRequestGetPhysicalLockStatus.test_true
12487
breezy.tests.test_smart.TestSmartServerBranchRequestGetStackedOnURL.test_get_stacked_on_url
12488
breezy.tests.test_smart.TestSmartServerBranchRequestGetTagsBytes.test_get_bytes
12489
breezy.tests.test_smart.TestSmartServerBranchRequestLastRevisionInfo.test_empty
6973.5.2 by Jelmer Vernooij
Add more bees.
12490
breezy.tests.test_smart.TestSmartServerBranchRequestLastRevisionInfo.test_ghost
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
12491
breezy.tests.test_smart.TestSmartServerBranchRequestLastRevisionInfo.test_not_empty
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12492
breezy.tests.test_smart.TestSmartServerBranchRequestLockWrite.test_lock_write_on_locked_branch
12493
breezy.tests.test_smart.TestSmartServerBranchRequestLockWrite.test_lock_write_on_locked_repo
6973.6.1 by Jelmer Vernooij
More bees.
12494
breezy.tests.test_smart.TestSmartServerBranchRequestLockWrite.test_lock_write_on_readonly_transport
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12495
breezy.tests.test_smart.TestSmartServerBranchRequestLockWrite.test_lock_write_on_unlocked_branch
12496
breezy.tests.test_smart.TestSmartServerBranchRequestLockWrite.test_lock_write_with_tokens_on_locked_branch
12497
breezy.tests.test_smart.TestSmartServerBranchRequestPutConfigFile.test_with_content
6963.2.6 by Jelmer Vernooij
Fix some more tests.
12498
breezy.tests.test_smart.TestSmartServerBranchRequestRevisionIdToRevno.test_not_found
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12499
breezy.tests.test_smart.TestSmartServerBranchRequestRevisionIdToRevno.test_null
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
12500
breezy.tests.test_smart.TestSmartServerBranchRequestRevisionIdToRevno.test_simple
6973.6.1 by Jelmer Vernooij
More bees.
12501
breezy.tests.test_smart.TestSmartServerBranchRequestSetConfigOption.test_value_name
12502
breezy.tests.test_smart.TestSmartServerBranchRequestSetConfigOption.test_value_name_section
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
12503
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionEx.test_allow_diverged
12504
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionEx.test_branch_last_revision_info_is_updated
12505
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionEx.test_branch_last_revision_info_rewind
6973.5.2 by Jelmer Vernooij
Add more bees.
12506
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionEx.test_NoSuchRevision
6973.6.1 by Jelmer Vernooij
More bees.
12507
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionEx.test_not_allow_diverged
12508
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionEx.test_set_null_to_null
12509
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionEx.test_TipChangeRejected
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
12510
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionInfo.test_branch_last_revision_info_is_updated
12511
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionInfo.test_branch_last_revision_info_rewind
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12512
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionInfo.test_NoSuchRevision
6973.6.1 by Jelmer Vernooij
More bees.
12513
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionInfo.test_set_null_to_null
12514
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionInfo.test_TipChangeRejected
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
12515
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevision.test_branch_last_revision_info_is_updated
12516
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevision.test_branch_last_revision_info_rewind
6973.5.2 by Jelmer Vernooij
Add more bees.
12517
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevision.test_NoSuchRevision
6973.6.1 by Jelmer Vernooij
More bees.
12518
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevision.test_set_null_to_null
12519
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevision.test_TipChangeRejected
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12520
breezy.tests.test_smart.TestSmartServerBranchRequestSetTagsBytes.test_set_bytes
6973.5.2 by Jelmer Vernooij
Add more bees.
12521
breezy.tests.test_smart.TestSmartServerBranchRequest.test_branch_reference
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12522
breezy.tests.test_smart.TestSmartServerBranchRequest.test_no_branch
12523
breezy.tests.test_smart.TestSmartServerBranchRequestUnlock.test_unlock_on_locked_branch_and_repo
12524
breezy.tests.test_smart.TestSmartServerBranchRequestUnlock.test_unlock_on_unlocked_branch_locked_repo
6973.5.2 by Jelmer Vernooij
Add more bees.
12525
breezy.tests.test_smart.TestSmartServerBranchRequestUnlock.test_unlock_on_unlocked_branch_unlocked_repo
12526
breezy.tests.test_smart.TestSmartServerBzrDirRequestCloningMetaDir.test_checkout_metadir
12527
breezy.tests.test_smart.TestSmartServerBzrDirRequestDestroyBranch.test_destroy_branch_default
12528
breezy.tests.test_smart.TestSmartServerBzrDirRequestDestroyRepository.test_destroy_repository_default
12529
breezy.tests.test_smart.TestSmartServerBzrDirRequestDestroyRepository.test_destroy_repository_missing
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12530
breezy.tests.test_smart.TestSmartServerBzrDirRequestGetBranches.test_empty
6973.6.1 by Jelmer Vernooij
More bees.
12531
breezy.tests.test_smart.TestSmartServerBzrDirRequestGetBranches.test_simple
6973.5.2 by Jelmer Vernooij
Add more bees.
12532
breezy.tests.test_smart.TestSmartServerBzrDirRequestGetConfigFile.test_missing
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12533
breezy.tests.test_smart.TestSmartServerBzrDirRequestGetConfigFile.test_present
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12534
breezy.tests.test_smart.TestSmartServerBzrDirRequestHasWorkingTree.test_has_workingtree_no
12535
breezy.tests.test_smart.TestSmartServerBzrDirRequestHasWorkingTree.test_has_workingtree_yes
12536
breezy.tests.test_smart.TestSmartServerIsReadonly.test_is_readonly_no
12537
breezy.tests.test_smart.TestSmartServerIsReadonly.test_is_readonly_yes
6947.1.1 by Jelmer Vernooij
Update python3.passing.
12538
breezy.tests.test_smart.TestSmartServerPackRepositoryAutopack.test_autopack_on_nonpack_format
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12539
breezy.tests.test_smart.TestSmartServerRepositoryAllRevisionIds.test_empty
6973.6.1 by Jelmer Vernooij
More bees.
12540
breezy.tests.test_smart.TestSmartServerRepositoryAllRevisionIds.test_some_revisions
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12541
breezy.tests.test_smart.TestSmartServerRepositoryBreakLock.test_lock_to_break
12542
breezy.tests.test_smart.TestSmartServerRepositoryBreakLock.test_nothing_to_break
12543
breezy.tests.test_smart.TestSmartServerRepositoryGatherStats.test_unknown_revid
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
12544
breezy.tests.test_smart.TestSmartServerRepositoryGetInventories.test_empty
6973.6.1 by Jelmer Vernooij
More bees.
12545
breezy.tests.test_smart.TestSmartServerRepositoryGetParentMap.test_trivial_bzipped
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12546
breezy.tests.test_smart.TestSmartServerRepositoryGetParentMap.test_trivial_include_missing
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12547
breezy.tests.test_smart.TestSmartServerRepositoryGetPhysicalLockStatus.test_without_write_lock
12548
breezy.tests.test_smart.TestSmartServerRepositoryGetPhysicalLockStatus.test_with_write_lock
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12549
breezy.tests.test_smart.TestSmartServerRepositoryGetRevIdForRevno.test_known_revid_missing
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
12550
breezy.tests.test_smart.TestSmartServerRepositoryGetRevIdForRevno.test_revno_found
6973.6.1 by Jelmer Vernooij
More bees.
12551
breezy.tests.test_smart.TestSmartServerRepositoryGetRevisionGraph.test_none_argument
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
12552
breezy.tests.test_smart.TestSmartServerRepositoryGetRevisionGraph.test_no_such_revision
12553
breezy.tests.test_smart.TestSmartServerRepositoryGetRevisionGraph.test_specific_revision_argument
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12554
breezy.tests.test_smart.TestSmartServerRepositoryGetSerializerFormat.test_get_serializer_format
12555
breezy.tests.test_smart.TestSmartServerRepositoryInsertStreamLocked.test_insert_stream_empty
12556
breezy.tests.test_smart.TestSmartServerRepositoryInsertStreamLocked.test_insert_stream_with_wrong_lock_token
12557
breezy.tests.test_smart.TestSmartServerRepositoryInsertStream.test_insert_stream_empty
12558
breezy.tests.test_smart.TestSmartServerRepositoryIsShared.test_is_not_shared
12559
breezy.tests.test_smart.TestSmartServerRepositoryIsShared.test_is_shared
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12560
breezy.tests.test_smart.TestSmartServerRepositoryIterFilesBytes.test_missing
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
12561
breezy.tests.test_smart.TestSmartServerRepositoryIterFilesBytes.test_single
6973.6.1 by Jelmer Vernooij
More bees.
12562
breezy.tests.test_smart.TestSmartServerRepositoryIterRevisions.test_basic
12563
breezy.tests.test_smart.TestSmartServerRepositoryIterRevisions.test_missing
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12564
breezy.tests.test_smart.TestSmartServerRepositoryLockWrite.test_lock_write_on_locked_repo
12565
breezy.tests.test_smart.TestSmartServerRepositoryLockWrite.test_lock_write_on_readonly_transport
12566
breezy.tests.test_smart.TestSmartServerRepositoryLockWrite.test_lock_write_on_unlocked_repo
12567
breezy.tests.test_smart.TestSmartServerRepositoryMakeWorkingTrees.test_is_not_shared
12568
breezy.tests.test_smart.TestSmartServerRepositoryMakeWorkingTrees.test_make_working_trees
12569
breezy.tests.test_smart.TestSmartServerRepositoryPack.test_pack
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12570
breezy.tests.test_smart.TestSmartServerRepositoryReconcile.test_reconcile
6973.5.2 by Jelmer Vernooij
Add more bees.
12571
breezy.tests.test_smart.TestSmartServerRepositoryRequest.test_no_repository
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12572
breezy.tests.test_smart.TestSmartServerRepositorySetMakeWorkingTrees.test_set_false
12573
breezy.tests.test_smart.TestSmartServerRepositorySetMakeWorkingTrees.test_set_true
12574
breezy.tests.test_smart.TestSmartServerRepositoryUnlock.test_unlock_on_locked_repo
12575
breezy.tests.test_smart.TestSmartServerRepositoryUnlock.test_unlock_on_unlocked_repo
12576
breezy.tests.test_smart.TestSmartServerRepositoryWriteGroup.test_abort_write_group
12577
breezy.tests.test_smart.TestSmartServerRepositoryWriteGroup.test_check_write_group
12578
breezy.tests.test_smart.TestSmartServerRepositoryWriteGroup.test_commit_write_group
12579
breezy.tests.test_smart.TestSmartServerRepositoryWriteGroup.test_start_write_group
12580
breezy.tests.test_smart.TestSmartServerRepositoryWriteGroup.test_start_write_group_unsuspendable
6947.1.1 by Jelmer Vernooij
Update python3.passing.
12581
breezy.tests.test_smart.TestSmartServerRequestBzrDirInitializeEx.test_initialized_dir
12582
breezy.tests.test_smart.TestSmartServerRequestBzrDirInitializeEx.test_missing_dir
6973.5.2 by Jelmer Vernooij
Add more bees.
12583
breezy.tests.test_smart.TestSmartServerRequestCreateRepository.test_makes_repository
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12584
breezy.tests.test_smart.TestSmartServerRequestFindRepository.test_nonshared_repository(find_repository)
12585
breezy.tests.test_smart.TestSmartServerRequestFindRepository.test_nonshared_repository(find_repositoryV2)
12586
breezy.tests.test_smart.TestSmartServerRequestFindRepository.test_nonshared_repository(find_repositoryV3)
6973.5.2 by Jelmer Vernooij
Add more bees.
12587
breezy.tests.test_smart.TestSmartServerRequestFindRepository.test_no_repository(find_repository)
12588
breezy.tests.test_smart.TestSmartServerRequestFindRepository.test_no_repository(find_repositoryV2)
12589
breezy.tests.test_smart.TestSmartServerRequestFindRepository.test_no_repository(find_repositoryV3)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12590
breezy.tests.test_smart.TestSmartServerRequestFindRepository.test_rich_root_and_subtree_encoding(find_repository)
12591
breezy.tests.test_smart.TestSmartServerRequestFindRepository.test_rich_root_and_subtree_encoding(find_repositoryV2)
12592
breezy.tests.test_smart.TestSmartServerRequestFindRepository.test_rich_root_and_subtree_encoding(find_repositoryV3)
6973.5.2 by Jelmer Vernooij
Add more bees.
12593
breezy.tests.test_smart.TestSmartServerRequestFindRepository.test_shared_repository(find_repository)
12594
breezy.tests.test_smart.TestSmartServerRequestFindRepository.test_shared_repository(find_repositoryV2)
12595
breezy.tests.test_smart.TestSmartServerRequestFindRepository.test_shared_repository(find_repositoryV3)
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12596
breezy.tests.test_smart.TestSmartServerRequestFindRepository.test_supports_external_lookups_no_v2(find_repositoryV2)
12597
breezy.tests.test_smart.TestSmartServerRequestFindRepository.test_supports_external_lookups_no_v2(find_repositoryV3)
12598
breezy.tests.test_smart.TestSmartServerRequestHasRevision.test_missing_revision
6977.3.1 by Jelmer Vernooij
Keep pack names as text_type, except when storing them in indexes.
12599
breezy.tests.test_smart.TestSmartServerRequestHasRevision.test_present_revision
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12600
breezy.tests.test_smart.TestSmartServerRequestHasSignatureForRevisionId.test_missing_revision
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
12601
breezy.tests.test_smart.TestSmartServerRequestHasSignatureForRevisionId.test_missing_signature
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12602
breezy.tests.test_smart.TestSmartServerRequestInitializeBzrDir.test_empty_dir
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12603
breezy.tests.test_smart.TestSmartServerRequestInitializeBzrDir.test_initialized_dir
12604
breezy.tests.test_smart.TestSmartServerRequestInitializeBzrDir.test_missing_dir
6973.5.2 by Jelmer Vernooij
Add more bees.
12605
breezy.tests.test_smart.TestSmartServerRequestOpenBranch.test_branch
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12606
breezy.tests.test_smart.TestSmartServerRequestOpenBranch.test_no_branch
12607
breezy.tests.test_smart.TestSmartServerRequestOpenBranch.test_notification_on_branch_from_repository
12608
breezy.tests.test_smart.TestSmartServerRequestOpenBranchV2.test_branch
12609
breezy.tests.test_smart.TestSmartServerRequestOpenBranchV2.test_no_branch
12610
breezy.tests.test_smart.TestSmartServerRequestOpenBranchV2.test_notification_on_branch_from_repository
12611
breezy.tests.test_smart.TestSmartServerRequestOpenBranchV2.test_stacked_branch
12612
breezy.tests.test_smart.TestSmartServerRequestOpenBranchV3.test_branch
12613
breezy.tests.test_smart.TestSmartServerRequestOpenBranchV3.test_no_branch
6973.6.1 by Jelmer Vernooij
More bees.
12614
breezy.tests.test_smart.TestSmartServerRequestOpenBranchV3.test_notification_on_branch_from_repository
6973.5.2 by Jelmer Vernooij
Add more bees.
12615
breezy.tests.test_smart.TestSmartServerRequestOpenBranchV3.test_stacked_branch
12616
breezy.tests.test_smart.TestSmartServerRequestOpenBzrDir_2_1_disk.test_present_with_workingtree
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12617
breezy.tests.test_smart.TestSmartServerRequestOpenBzrDir_2_1.test_empty_directory
12618
breezy.tests.test_smart.TestSmartServerRequestOpenBzrDir_2_1.test_no_directory
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12619
breezy.tests.test_smart.TestSmartServerRequestOpenBzrDir_2_1.test_outside_root_client_path
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12620
breezy.tests.test_smart.TestSmartServerRequestOpenBzrDir_2_1.test_present_without_workingtree
12621
breezy.tests.test_smart.TestSmartServerRequestOpenBzrDir.test_empty_directory
12622
breezy.tests.test_smart.TestSmartServerRequestOpenBzrDir.test_no_directory
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12623
breezy.tests.test_smart.TestSmartServerRequestOpenBzrDir.test_outside_root_client_path
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12624
breezy.tests.test_smart.TestSmartServerRequestRevisionHistory.test_empty
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
12625
breezy.tests.test_smart.TestSmartServerRequestRevisionHistory.test_not_empty
6973.6.1 by Jelmer Vernooij
More bees.
12626
breezy.tests.test_smart.TestSmartServerRequest.test_translate_client_path
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12627
breezy.tests.test_smart.TestSmartServerRequest.test_transport_from_client_path
12628
breezy.tests.test_smart.TestSmartServerResponse.test__eq__
12629
breezy.tests.test_smart.TestSmartServerResponse.test__str__
12630
breezy.tests.test_smart_transport.HTTPTunnellingSmokeTest.test_smart_http_medium_request_accept_bytes
12631
breezy.tests.test_smart_transport.LengthPrefixedBodyDecoder.test_accept_bytes
12632
breezy.tests.test_smart_transport.LengthPrefixedBodyDecoder.test_accept_bytes_all_at_once_with_excess
12633
breezy.tests.test_smart_transport.LengthPrefixedBodyDecoder.test_accept_bytes_exact_end_of_body
12634
breezy.tests.test_smart_transport.LengthPrefixedBodyDecoder.test_construct
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12635
breezy.tests.test_smart_transport.ReadOnlyEndToEndTests.test_mkdir_error_readonly
6973.5.2 by Jelmer Vernooij
Add more bees.
12636
breezy.tests.test_smart_transport.ReadOnlyEndToEndTests.test_open_write_stream_error_readonly
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12637
breezy.tests.test_smart_transport.ReadOnlyEndToEndTests.test_rename_error_readonly
12638
breezy.tests.test_smart_transport.RemoteHTTPTransportTestCase.test_clone_unnormal_base
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12639
breezy.tests.test_smart_transport.RemoteHTTPTransportTestCase.test_redirected_to_same_host_different_protocol
12640
breezy.tests.test_smart_transport.RemoteHTTPTransportTestCase.test__redirect_sibling_protocol
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12641
breezy.tests.test_smart_transport.RemoteHTTPTransportTestCase.test__redirect_to
12642
breezy.tests.test_smart_transport.RemoteHTTPTransportTestCase.test__redirect_to_with_user
12643
breezy.tests.test_smart_transport.RemoteHTTPTransportTestCase.test_remote_path_after_clone_child
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12644
breezy.tests.test_smart_transport.RemoteHTTPTransportTestCase.test_remote_path_unnormal_base
12645
breezy.tests.test_smart_transport.RemoteTransportRegistration.test_bzr_https
12646
breezy.tests.test_smart_transport.RemoteTransportRegistration.test_registration
6963.2.6 by Jelmer Vernooij
Fix some more tests.
12647
breezy.tests.test_smart_transport.RemoteTransportTests.test_get_medium_from_transport
6963.1.2 by Jelmer Vernooij
Fix some more tests.
12648
breezy.tests.test_smart_transport.RemoteTransportTests.test_plausible_url
12649
breezy.tests.test_smart_transport.RemoteTransportTests.test_probe_transport
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12650
breezy.tests.test_smart_transport.SmartClientMediumTests.test_construct_smart_simple_pipes_client_medium
12651
breezy.tests.test_smart_transport.SmartClientMediumTests.test_construct_smart_ssh_client_medium
12652
breezy.tests.test_smart_transport.SmartClientMediumTests.test_construct_smart_tcp_client_medium
6947.1.1 by Jelmer Vernooij
Update python3.passing.
12653
breezy.tests.test_smart_transport.SmartClientMediumTests.test_simple_pipes__accept_bytes_pipe_closed
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12654
breezy.tests.test_smart_transport.SmartClientMediumTests.test_simple_pipes_client_get_concurrent_requests
12655
breezy.tests.test_smart_transport.SmartClientMediumTests.test_simple_pipes_client_ignores_disconnect_when_not_connected
12656
breezy.tests.test_smart_transport.SmartClientMediumTests.test_simple_pipes_client_request_type
12657
breezy.tests.test_smart_transport.SmartClientMediumTests.test_ssh_client_ignores_disconnect_when_not_connected
12658
breezy.tests.test_smart_transport.SmartClientMediumTests.test_ssh_client_raises_on_read_when_not_connected
12659
breezy.tests.test_smart_transport.SmartClientMediumTests.test_ssh_client_repr
12660
breezy.tests.test_smart_transport.SmartClientMediumTests.test_ssh_client_repr_no_port
12661
breezy.tests.test_smart_transport.SmartClientMediumTests.test_ssh_client_repr_no_username
12662
breezy.tests.test_smart_transport.SmartClientMediumTests.test_tcp_client_host_unknown_connection_error
12663
breezy.tests.test_smart_transport.SmartClientMediumTests.test_tcp_client_ignores_disconnect_when_not_connected
12664
breezy.tests.test_smart_transport.SmartClientMediumTests.test_tcp_client_raises_on_read_when_not_connected
12665
breezy.tests.test_smart_transport.SmartServerCommandTests.test_hello
12666
breezy.tests.test_smart_transport.SmartServerRequestHandlerTests.test_construct_request_handler
12667
breezy.tests.test_smart_transport.SmartServerRequestHandlerTests.test_disable_vfs_handler_classes_via_environment
12668
breezy.tests.test_smart_transport.SmartServerRequestHandlerTests.test_hello
12669
breezy.tests.test_smart_transport.SmartServerRequestHandlerTests.test_hello_has_finished_body_on_dispatch
12670
breezy.tests.test_smart_transport.SmartServerRequestHandlerTests.test_readonly_exception_becomes_transport_not_possible
12671
breezy.tests.test_smart_transport.TestChunkedBodyDecoder.test_bad_header
12672
breezy.tests.test_smart_transport.TestChunkedBodyDecoder.test_byte_at_a_time
12673
breezy.tests.test_smart_transport.TestChunkedBodyDecoder.test_construct
12674
breezy.tests.test_smart_transport.TestChunkedBodyDecoder.test_decode_error
12675
breezy.tests.test_smart_transport.TestChunkedBodyDecoder.test_empty_content
12676
breezy.tests.test_smart_transport.TestChunkedBodyDecoder.test_excess_bytes
12677
breezy.tests.test_smart_transport.TestChunkedBodyDecoder.test_incomplete_chunk
12678
breezy.tests.test_smart_transport.TestChunkedBodyDecoder.test_incomplete_length
12679
breezy.tests.test_smart_transport.TestChunkedBodyDecoder.test_multidigit_length
12680
breezy.tests.test_smart_transport.TestChunkedBodyDecoder.test_one_chunk
12681
breezy.tests.test_smart_transport.TestChunkedBodyDecoder.test_read_pending_data_resets
12682
breezy.tests.test_smart_transport.TestChunkedBodyDecoder.test_two_chunks
12683
breezy.tests.test_smart_transport.TestFailedSmartServerResponse.test_construct
12684
breezy.tests.test_smart_transport.TestFailedSmartServerResponse.test_is_successful
12685
breezy.tests.test_smart_transport.TestGetProtocolFactoryForBytes.test_version_one
12686
breezy.tests.test_smart_transport.TestGetProtocolFactoryForBytes.test_version_three
12687
breezy.tests.test_smart_transport.TestGetProtocolFactoryForBytes.test_version_two
12688
breezy.tests.test_smart_transport.TestProtocolThree.test_trivial_request
12689
breezy.tests.test_smart_transport.TestRemoteTransport.test__translate_error_readonly
12690
breezy.tests.test_smart_transport.TestSmartClientStreamMediumRequest.test_accept_bytes_after_finished_writing_errors
12691
breezy.tests.test_smart_transport.TestSmartClientStreamMediumRequest.test_construct_sets_stream_request
12692
breezy.tests.test_smart_transport.TestSmartClientStreamMediumRequest.test_construct_while_another_request_active_throws
12693
breezy.tests.test_smart_transport.TestSmartClientStreamMediumRequest.test_finished_read_before_finished_write_errors
12694
breezy.tests.test_smart_transport.TestSmartClientStreamMediumRequest.test_finished_read_clears_current_request
12695
breezy.tests.test_smart_transport.TestSmartClientStreamMediumRequest.test_read_bytes_after_finished_reading_errors
12696
breezy.tests.test_smart_transport.TestSmartClientStreamMediumRequest.test_read_bytes_before_finished_write_errors
12697
breezy.tests.test_smart_transport.TestSmartClientStreamMediumRequest.test_reset
12698
breezy.tests.test_smart_transport.Test_SmartClient.test_call_default_headers
12699
breezy.tests.test_smart_transport.TestSmartServerStreamMedium.test__build_protocol_returns_if_stopping
12700
breezy.tests.test_smart_transport.TestSmartServerStreamMedium.test_pipe_set_timeout
12701
breezy.tests.test_smart_transport.TestSmartServerStreamMedium.test_socket_set_timeout
12702
breezy.tests.test_smart_transport.TestSmartServerStreamMedium.test_socket_stream_shutdown_detection
12703
breezy.tests.test_smart_transport.TestSmartServerStreamMedium.test_socket_wait_for_bytes_with_shutdown
12704
breezy.tests.test_smart_transport.TestSmartTCPServer.test_propagates_timeout
12705
breezy.tests.test_smart_transport.TestSuccessfulSmartServerResponse.test_construct_no_body
12706
breezy.tests.test_smart_transport.TestSuccessfulSmartServerResponse.test_construct_rejects_body_and_body_stream
12707
breezy.tests.test_smart_transport.TestSuccessfulSmartServerResponse.test_construct_with_body
12708
breezy.tests.test_smart_transport.TestSuccessfulSmartServerResponse.test_construct_with_body_stream
12709
breezy.tests.test_smart_transport.TestSuccessfulSmartServerResponse.test_is_successful
12710
breezy.tests.test_smart_transport.TestVersionOneFeaturesInProtocolOne.test_construct_version_one_client_protocol
12711
breezy.tests.test_smart_transport.TestVersionOneFeaturesInProtocolOne.test_construct_version_one_server_protocol
12712
breezy.tests.test_smart_transport.TestVersionOneFeaturesInProtocolOne.test__send_response_errors_with_base_response
12713
breezy.tests.test_smart_transport.TestVersionOneFeaturesInProtocolOne.test_server_offset_serialisation
12714
breezy.tests.test_smart_transport.TestVersionOneFeaturesInProtocolThree.test_construct_version_three_server_protocol
12715
breezy.tests.test_smart_transport.TestVersionOneFeaturesInProtocolThree.test_server_offset_serialisation
12716
breezy.tests.test_smart_transport.TestVersionOneFeaturesInProtocolTwo.test_construct_version_two_client_protocol
12717
breezy.tests.test_smart_transport.TestVersionOneFeaturesInProtocolTwo.test_construct_version_two_server_protocol
12718
breezy.tests.test_smart_transport.TestVersionOneFeaturesInProtocolTwo.test__send_response_errors_with_base_response
12719
breezy.tests.test_smart_transport.TestVersionOneFeaturesInProtocolTwo.test_server_offset_serialisation
12720
breezy.tests.test_smart_transport.WritableEndToEndTests.test__remote_path
12721
breezy.tests.test_smart_transport.WritableEndToEndTests.test_start_tcp_server
6800.1.2 by Jelmer Vernooij
Run more tests.
12722
breezy.tests.test_smtp_connection.TestSMTPConnection.test_get_message_addresses
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12723
breezy.tests.test_source.TestSource.test_tmpdir_not_in_source_files
12724
breezy.tests.test_ssh_transport.SSHVendorManagerTests.test_cached_vendor
12725
breezy.tests.test_ssh_transport.SSHVendorManagerTests.test_default_vendor
12726
breezy.tests.test_ssh_transport.SSHVendorManagerTests.test_get_vendor_by_environment
12727
breezy.tests.test_ssh_transport.SSHVendorManagerTests.test_get_vendor_by_inspection_lsh
12728
breezy.tests.test_ssh_transport.SSHVendorManagerTests.test_get_vendor_by_inspection_openssh
12729
breezy.tests.test_ssh_transport.SSHVendorManagerTests.test_get_vendor_by_inspection_plink
12730
breezy.tests.test_ssh_transport.SSHVendorManagerTests.test_get_vendor_by_inspection_sshcorp
12731
breezy.tests.test_ssh_transport.SSHVendorManagerTests.test_get_vendor_from_path_nix_openssh
12732
breezy.tests.test_ssh_transport.SSHVendorManagerTests.test_get_vendor_from_path_win32_plink
12733
breezy.tests.test_ssh_transport.SSHVendorManagerTests.test_get_vendor_search_order
12734
breezy.tests.test_ssh_transport.SSHVendorManagerTests.test_register_vendor
12735
breezy.tests.test_ssh_transport.SubprocessVendorsTests.test_lsh_command_arguments
12736
breezy.tests.test_ssh_transport.SubprocessVendorsTests.test_lsh_command_tricked
12737
breezy.tests.test_ssh_transport.SubprocessVendorsTests.test_lsh_subsystem_arguments
12738
breezy.tests.test_ssh_transport.SubprocessVendorsTests.test_openssh_command_arguments
12739
breezy.tests.test_ssh_transport.SubprocessVendorsTests.test_openssh_command_tricked
12740
breezy.tests.test_ssh_transport.SubprocessVendorsTests.test_openssh_subsystem_arguments
12741
breezy.tests.test_ssh_transport.SubprocessVendorsTests.test_plink_command_arguments
12742
breezy.tests.test_ssh_transport.SubprocessVendorsTests.test_plink_command_tricked
12743
breezy.tests.test_ssh_transport.SubprocessVendorsTests.test_plink_subsystem_arguments
12744
breezy.tests.test_ssh_transport.SubprocessVendorsTests.test_sshcorp_command_arguments
12745
breezy.tests.test_ssh_transport.SubprocessVendorsTests.test_sshcorp_subsystem_arguments
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12746
breezy.tests.test__static_tuple.TestEnsureStaticTuple.test_flagged_is_static_tuple(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12747
breezy.tests.test__static_tuple.TestEnsureStaticTuple.test_flagged_is_static_tuple(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12748
breezy.tests.test__static_tuple.TestEnsureStaticTuple.test_flagged_is_tuple(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12749
breezy.tests.test__static_tuple.TestEnsureStaticTuple.test_flagged_is_tuple(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12750
breezy.tests.test__static_tuple.TestEnsureStaticTuple.test_is_static_tuple(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12751
breezy.tests.test__static_tuple.TestEnsureStaticTuple.test_is_static_tuple(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12752
breezy.tests.test__static_tuple.TestEnsureStaticTuple.test_is_tuple(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12753
breezy.tests.test__static_tuple.TestEnsureStaticTuple.test_is_tuple(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12754
breezy.tests.test__static_tuple.TestStaticTuple.test_as_tuple(C)
12755
breezy.tests.test__static_tuple.TestStaticTuple.test_as_tuple(python)
12756
breezy.tests.test__static_tuple.TestStaticTuple.test_as_tuples(C)
12757
breezy.tests.test__static_tuple.TestStaticTuple.test_as_tuples(python)
12758
breezy.tests.test__static_tuple.TestStaticTuple.test__c_has_C_API(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12759
breezy.tests.test__static_tuple.TestStaticTuple.test__c_has_C_API(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12760
breezy.tests.test__static_tuple.TestStaticTuple.test__c_intern_handles_refcount(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12761
breezy.tests.test__static_tuple.TestStaticTuple.test__c_intern_handles_refcount(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12762
breezy.tests.test__static_tuple.TestStaticTuple.test__c_keys_are_not_immortal(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12763
breezy.tests.test__static_tuple.TestStaticTuple.test__c_keys_are_not_immortal(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12764
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_all_different_same_width(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12765
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_all_different_same_width(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12766
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_cross_class(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12767
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_cross_class(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12768
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_different_types(C)
12769
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_different_types(python)
12770
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_diff_width(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12771
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_diff_width(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12772
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_equivalent_obj(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12773
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_equivalent_obj(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12774
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_mixed_depths(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12775
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_mixed_depths(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12776
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_same_obj(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12777
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_same_obj(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12778
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_similar_obj(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12779
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_similar_obj(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12780
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_some_different(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12781
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_some_different(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12782
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_to_tuples(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12783
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_to_tuples(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12784
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_vs_none(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12785
breezy.tests.test__static_tuple.TestStaticTuple.test_compare_vs_none(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12786
breezy.tests.test__static_tuple.TestStaticTuple.test_concat(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12787
breezy.tests.test__static_tuple.TestStaticTuple.test_concat(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12788
breezy.tests.test__static_tuple.TestStaticTuple.test_concat_with_bad_tuple(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12789
breezy.tests.test__static_tuple.TestStaticTuple.test_concat_with_bad_tuple(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12790
breezy.tests.test__static_tuple.TestStaticTuple.test_concat_with_non_tuple(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12791
breezy.tests.test__static_tuple.TestStaticTuple.test_concat_with_non_tuple(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12792
breezy.tests.test__static_tuple.TestStaticTuple.test_concat_with_tuple(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12793
breezy.tests.test__static_tuple.TestStaticTuple.test_concat_with_tuple(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12794
breezy.tests.test__static_tuple.TestStaticTuple.test_create_bad_args(C)
12795
breezy.tests.test__static_tuple.TestStaticTuple.test_create_bad_args(python)
12796
breezy.tests.test__static_tuple.TestStaticTuple.test_create(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12797
breezy.tests.test__static_tuple.TestStaticTuple.test_create(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12798
breezy.tests.test__static_tuple.TestStaticTuple.test_empty_is_singleton(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12799
breezy.tests.test__static_tuple.TestStaticTuple.test_empty_is_singleton(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12800
breezy.tests.test__static_tuple.TestStaticTuple.test_from_sequence_generator(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12801
breezy.tests.test__static_tuple.TestStaticTuple.test_from_sequence_generator(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12802
breezy.tests.test__static_tuple.TestStaticTuple.test_from_sequence_incorrect_args(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12803
breezy.tests.test__static_tuple.TestStaticTuple.test_from_sequence_incorrect_args(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12804
breezy.tests.test__static_tuple.TestStaticTuple.test_from_sequence_iterable(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12805
breezy.tests.test__static_tuple.TestStaticTuple.test_from_sequence_iterable(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12806
breezy.tests.test__static_tuple.TestStaticTuple.test_from_sequence_list(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12807
breezy.tests.test__static_tuple.TestStaticTuple.test_from_sequence_list(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12808
breezy.tests.test__static_tuple.TestStaticTuple.test_from_sequence_not_sequence(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12809
breezy.tests.test__static_tuple.TestStaticTuple.test_from_sequence_not_sequence(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12810
breezy.tests.test__static_tuple.TestStaticTuple.test_from_sequence_static_tuple(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12811
breezy.tests.test__static_tuple.TestStaticTuple.test_from_sequence_static_tuple(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12812
breezy.tests.test__static_tuple.TestStaticTuple.test_from_sequence_str(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12813
breezy.tests.test__static_tuple.TestStaticTuple.test_from_sequence_str(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12814
breezy.tests.test__static_tuple.TestStaticTuple.test_from_sequence_tuple(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12815
breezy.tests.test__static_tuple.TestStaticTuple.test_from_sequence_tuple(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12816
breezy.tests.test__static_tuple.TestStaticTuple.test_getitem(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12817
breezy.tests.test__static_tuple.TestStaticTuple.test_getitem(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12818
breezy.tests.test__static_tuple.TestStaticTuple.test_hash(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12819
breezy.tests.test__static_tuple.TestStaticTuple.test_hash(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12820
breezy.tests.test__static_tuple.TestStaticTuple.test_hold_bool(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12821
breezy.tests.test__static_tuple.TestStaticTuple.test_hold_bool(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12822
breezy.tests.test__static_tuple.TestStaticTuple.test_hold_other_static_tuples(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12823
breezy.tests.test__static_tuple.TestStaticTuple.test_hold_other_static_tuples(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12824
breezy.tests.test__static_tuple.TestStaticTuple.test_holds_bytes(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12825
breezy.tests.test__static_tuple.TestStaticTuple.test_holds_bytes(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12826
breezy.tests.test__static_tuple.TestStaticTuple.test_holds_float(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12827
breezy.tests.test__static_tuple.TestStaticTuple.test_holds_float(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12828
breezy.tests.test__static_tuple.TestStaticTuple.test_holds_int(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12829
breezy.tests.test__static_tuple.TestStaticTuple.test_holds_int(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12830
breezy.tests.test__static_tuple.TestStaticTuple.test_holds_long(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12831
breezy.tests.test__static_tuple.TestStaticTuple.test_holds_long(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12832
breezy.tests.test__static_tuple.TestStaticTuple.test_holds_None(C)
12833
breezy.tests.test__static_tuple.TestStaticTuple.test_holds_None(python)
12834
breezy.tests.test__static_tuple.TestStaticTuple.test_holds_unicode(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12835
breezy.tests.test__static_tuple.TestStaticTuple.test_holds_unicode(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12836
breezy.tests.test__static_tuple.TestStaticTuple.test_intern(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12837
breezy.tests.test__static_tuple.TestStaticTuple.test_intern(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12838
breezy.tests.test__static_tuple.TestStaticTuple.test_len(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12839
breezy.tests.test__static_tuple.TestStaticTuple.test_len(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12840
breezy.tests.test__static_tuple.TestStaticTuple.test_nested_referents(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12841
breezy.tests.test__static_tuple.TestStaticTuple.test_nested_referents(python)
12842
breezy.tests.test__static_tuple.TestStaticTuple.test_pickle(C)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12843
breezy.tests.test__static_tuple.TestStaticTuple.test_pickle_empty(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12844
breezy.tests.test__static_tuple.TestStaticTuple.test_pickle_empty(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12845
breezy.tests.test__static_tuple.TestStaticTuple.test_pickle_nested(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12846
breezy.tests.test__static_tuple.TestStaticTuple.test_pickle_nested(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12847
breezy.tests.test__static_tuple.TestStaticTuple.test_pickle(python)
12848
breezy.tests.test__static_tuple.TestStaticTuple.test_refcount(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12849
breezy.tests.test__static_tuple.TestStaticTuple.test_refcount(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12850
breezy.tests.test__static_tuple.TestStaticTuple.test_referents(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12851
breezy.tests.test__static_tuple.TestStaticTuple.test_referents(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12852
breezy.tests.test__static_tuple.TestStaticTuple.test__repr__(C)
12853
breezy.tests.test__static_tuple.TestStaticTuple.test__repr__(python)
12854
breezy.tests.test__static_tuple.TestStaticTuple.test_slice(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12855
breezy.tests.test__static_tuple.TestStaticTuple.test_slice(python)
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12856
breezy.tests.test__static_tuple.TestStaticTuple.test_static_tuple_thunk(C)
6754.4.3 by Jelmer Vernooij
Add whitelist of tests known to pass with python3.
12857
breezy.tests.test__static_tuple.TestStaticTuple.test_static_tuple_thunk(python)
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12858
breezy.tests.test_status.TestHooks.test_constructor
12859
breezy.tests.test_status.TestHooks.test_installed_hooks_are_StatusHooks
12860
breezy.tests.test_strace.TestStrace.test_strace_callable_is_called
12861
breezy.tests.test_strace.TestStrace.test_strace_callable_result
12862
breezy.tests.test_strace.TestStrace.test_strace_result_has_raw_log
12863
breezy.tests.test_symbol_versioning.TestDeprecationWarnings.test_deprecated_dict
12864
breezy.tests.test_symbol_versioning.TestDeprecationWarnings.test_deprecated_function
12865
breezy.tests.test_symbol_versioning.TestDeprecationWarnings.test_deprecated_list
12866
breezy.tests.test_symbol_versioning.TestDeprecationWarnings.test_deprecated_method
12867
breezy.tests.test_symbol_versioning.TestDeprecationWarnings.test_deprecated_passed
12868
breezy.tests.test_symbol_versioning.TestDeprecationWarnings.test_deprecated_static
12869
breezy.tests.test_symbol_versioning.TestSuppressAndActivate.test_activate_deprecation_no_error
12870
breezy.tests.test_symbol_versioning.TestSuppressAndActivate.test_activate_deprecation_with_DW_error
12871
breezy.tests.test_symbol_versioning.TestSuppressAndActivate.test_activate_deprecation_with_error
12872
breezy.tests.test_symbol_versioning.TestSuppressAndActivate.test_set_restore_filters
12873
breezy.tests.test_symbol_versioning.TestSuppressAndActivate.test_suppress_deprecation_warnings
12874
breezy.tests.test_symbol_versioning.TestSuppressAndActivate.test_suppress_deprecation_with_filter
12875
breezy.tests.test_symbol_versioning.TestSuppressAndActivate.test_suppress_deprecation_with_warning_filter
12876
breezy.tests.test_tag.DisabledTagsTests.test_get_reverse_tag_dict
12877
breezy.tests.test_tag.DisabledTagsTests.test_set_tag
12878
breezy.tests.test_test_server.TestTCPServerInAThread.test_server_fails_to_start(TestingTCPServer)
12879
breezy.tests.test_test_server.TestTCPServerInAThread.test_server_fails_to_start(TestingThreadingTCPServer)
12880
breezy.tests.test_test_server.TestTestingSmartConnectionHandler.test_connection_shutdown_while_serving_no_error
12881
breezy.tests.test_test_server.TestTestingSmartConnectionHandler.test_connection_timeout_suppressed
12882
breezy.tests.test_test_server.TestTestingSmartServer.test_sets_client_timeout
12883
breezy.tests.test_textmerge.TestMerge2.test_agreed
12884
breezy.tests.test_textmerge.TestMerge2.test_conflict
12885
breezy.tests.test_textmerge.TestMerge2.test_reprocess
12886
breezy.tests.test_timestamp.TestPatchHeader.test_format_patch_date
12887
breezy.tests.test_timestamp.TestPatchHeader.test_parse_patch_date
12888
breezy.tests.test_timestamp.TestPatchHeader.test_parse_patch_date_bad
12889
breezy.tests.test_timestamp.UnpackHighresDateTests.test_random
12890
breezy.tests.test_timestamp.UnpackHighresDateTests.test_unpack_highres_date
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
12891
breezy.tests.test_trace.TestBzrLog.test_log_rollover
12892
breezy.tests.test_trace.TestLogging.test_log
12893
breezy.tests.test_trace.TestLogging.test_log_bytes_arg
12894
breezy.tests.test_trace.TestLogging.test_log_bytes_msg
12895
breezy.tests.test_trace.TestLogging.test_log_mixed_strings
12896
breezy.tests.test_trace.TestLogging.test_log_repr_broken
12897
breezy.tests.test_trace.TestLogging.test_log_sub
12898
breezy.tests.test_trace.TestLogging.test_log_unicode_arg
12899
breezy.tests.test_trace.TestLogging.test_log_unicode_msg
12900
breezy.tests.test_trace.TestLogging.test_log_utf8_arg
12901
breezy.tests.test_trace.TestLogging.test_log_utf8_msg
12902
breezy.tests.test_trace.TestLogging.test_note
12903
breezy.tests.test_trace.TestLogging.test_warning
12904
breezy.tests.test_trace.TestTraceConfiguration.test_default_config
12905
breezy.tests.test_trace.TestTrace.test_format_exception
12906
breezy.tests.test_trace.TestTrace.test_format_interrupt_exception
12907
breezy.tests.test_trace.TestTrace.test_format_io_error
12908
breezy.tests.test_trace.TestTrace.test_format_mem_dump
12909
breezy.tests.test_trace.TestTrace.test_format_memory_error
12910
breezy.tests.test_trace.TestTrace.test_format_os_error
12911
breezy.tests.test_trace.TestTrace.test_format_pywintypes_error
12912
breezy.tests.test_trace.TestTrace.test_format_sockets_error
12913
breezy.tests.test_trace.TestTrace.test_format_sys_exception
12914
breezy.tests.test_trace.TestTrace.test_format_unicode_error
12915
breezy.tests.test_trace.TestTrace.test_mutter_callsite_1
12916
breezy.tests.test_trace.TestTrace.test_mutter_callsite_2
12917
breezy.tests.test_trace.TestTrace.test_mutter_never_fails
12918
breezy.tests.test_trace.TestTrace.test__open_brz_log_uses_stderr_for_failures
12919
breezy.tests.test_trace.TestTrace.test_push_log_file
12920
breezy.tests.test_trace.TestTrace.test_report_broken_pipe
12921
breezy.tests.test_trace.TestTrace.test_report_external_import_error
12922
breezy.tests.test_trace.TestTrace.test_report_import_syntax_error
12923
breezy.tests.test_trace.TestTrace.test_show_error
12924
breezy.tests.test_trace.TestTrace.test_trace_argument_unicode
12925
breezy.tests.test_trace.TestTrace.test_trace_argument_utf8
12926
breezy.tests.test_trace.TestTrace.test_trace_unicode
12927
breezy.tests.test_trace.TestVerbosityLevel.test_be_quiet
12928
breezy.tests.test_trace.TestVerbosityLevel.test_verbosity_level
6791.2.6 by Jelmer Vernooij
Update python3.passing.
12929
breezy.tests.test_transactions.TestPassThroughTransaction.test_add_and_get
12930
breezy.tests.test_transactions.TestPassThroughTransaction.test_cache_is_ignored
12931
breezy.tests.test_transactions.TestPassThroughTransaction.test_construct
12932
breezy.tests.test_transactions.TestPassThroughTransaction.test_finish_returns
12933
breezy.tests.test_transactions.TestPassThroughTransaction.test_map
12934
breezy.tests.test_transactions.TestPassThroughTransaction.test_register_clean
12935
breezy.tests.test_transactions.TestPassThroughTransaction.test_register_dirty
12936
breezy.tests.test_transactions.TestPassThroughTransaction.test_writable
12937
breezy.tests.test_transactions.TestReadOnlyTransaction.test_add_and_get
12938
breezy.tests.test_transactions.TestReadOnlyTransaction.test_finish_does_not_tell_versioned_file_finished
12939
breezy.tests.test_transactions.TestReadOnlyTransaction.test_finish_returns
12940
breezy.tests.test_transactions.TestReadOnlyTransaction.test_map
12941
breezy.tests.test_transactions.TestReadOnlyTransaction.test_register_clean
12942
breezy.tests.test_transactions.TestReadOnlyTransaction.test_register_dirty_raises
12943
breezy.tests.test_transactions.TestReadOnlyTransaction.test_small_cache_with_references
12944
breezy.tests.test_transactions.TestReadOnlyTransaction.test_writable
12945
breezy.tests.test_transactions.TestSymbols.test_public_symbols
12946
breezy.tests.test_transactions.TestWriteTransaction.test_add_and_get
12947
breezy.tests.test_transactions.TestWriteTransaction.test_finish_returns
12948
breezy.tests.test_transactions.TestWriteTransaction.test_map
12949
breezy.tests.test_transactions.TestWriteTransaction.test_register_clean
12950
breezy.tests.test_transactions.TestWriteTransaction.test_register_dirty
12951
breezy.tests.test_transactions.TestWriteTransaction.test_small_cache_with_references
12952
breezy.tests.test_transactions.TestWriteTransaction.test_writable
12953
breezy.tests.test_transform.TestCommitTransform.test_first_commit_with_merge_parents
12954
breezy.tests.test_transform.TestFileMover.test_apply_deletions
12955
breezy.tests.test_transform.TestFileMover.test_file_mover
12956
breezy.tests.test_transform.TestFileMover.test_file_mover_rollback
12957
breezy.tests.test_transform.TestFileMover.test_pre_delete_rollback
12958
breezy.tests.test_transform.TestOrphan.test_no_orphan_for_transform_preview
12959
breezy.tests.test_transform.TestTransformHooks.test_post_commit_hooks
12960
breezy.tests.test_transform.TestTransformHooks.test_pre_commit_hooks
12961
breezy.tests.test_transform.TestTransformPreview.test_dir_content_summary
12962
breezy.tests.test_transform.TestTransformPreview.test_get_symlink_target
12963
breezy.tests.test_transform.TestTransformPreview.test_missing_content_summary
12964
breezy.tests.test_transform.TestTransformPreview.test_tree_content_summary
12965
breezy.tests.test_transform.TestTransformRollback.test_rollback_deletion
12966
breezy.tests.test_transform.TestTransformRollback.test_rollback_rename
12967
breezy.tests.test_transform.TestTransformRollback.test_rollback_rename_into_place
12968
breezy.tests.test_transform.TestTreeTransform.test_add_two_roots
12969
breezy.tests.test_transform.TestTreeTransform.test_add_unversioned_root
12970
breezy.tests.test_transform.TestTreeTransform.test_adjust_path_updates_child_limbo_names
12971
breezy.tests.test_transform.TestTreeTransform.test_apply_retains_file_id
12972
breezy.tests.test_transform.TestTreeTransform.test_apply_retains_root_directory
12973
breezy.tests.test_transform.TestTreeTransform.test_cancel_with_cancelled_child_should_succeed
12974
breezy.tests.test_transform.TestTreeTransform.test_existing_limbo
12975
breezy.tests.test_transform.TestTreeTransform.test_existing_pending_deletion
12976
breezy.tests.test_transform.TestTreeTransform.test_finalize_order
12977
breezy.tests.test_transform.TestTreeTransform.test_fixup_new_roots_permits_empty_tree
12978
breezy.tests.test_transform.TestTreeTransform.test_noname_contents
12979
breezy.tests.test_transform.TestTreeTransform.test_noname_contents_nested
12980
breezy.tests.test_transform.TestTreeTransform.test_remove_root_fixup
12981
breezy.tests.test_transform.TestTreeTransform.test_retain_existing_root
12982
breezy.tests.test_transform.TestTreeTransform.test_retain_existing_root_added_file
12983
breezy.tests.test_transform.TestTreeTransform.test_reuse_after_cancel
12984
breezy.tests.test_transform.TestTreeTransform.test_reuse_name
12985
breezy.tests.test_transform.TestTreeTransform.test_reuse_when_first_moved
12986
breezy.tests.test_transform.TestTreeTransform.test_two_directories_clash
12987
breezy.tests.test_transform.TestTreeTransform.test_two_directories_clash_finalize
12988
breezy.tests.test_transform.TestTreeTransform.test_unable_create_symlink
12989
breezy.tests.test_transport.ChrootDecoratorTransportTest.test_abspath
12990
breezy.tests.test_transport.ChrootDecoratorTransportTest.test_chroot_url_preserves_chroot
12991
breezy.tests.test_transport.ChrootDecoratorTransportTest.test_clone
12992
breezy.tests.test_transport.ChrootDecoratorTransportTest.test_urljoin_preserves_chroot
12993
breezy.tests.test_transport.FakeNFSDecoratorTests.test_fakenfs_rename_semantics
12994
breezy.tests.test_transport.FakeNFSDecoratorTests.test_fakenfs_server_default
12995
breezy.tests.test_transport.FakeNFSDecoratorTests.test_http_parameters
12996
breezy.tests.test_transport.FakeNFSDecoratorTests.test_local_parameters
12997
breezy.tests.test_transport.FakeVFATDecoratorTests.test_forbidden_chars
12998
breezy.tests.test_transport.FakeVFATDecoratorTests.test_transport_creation
12999
breezy.tests.test_transport.FakeVFATDecoratorTests.test_transport_mkdir
13000
breezy.tests.test_transport_log.TestTransportLog.test_log_transport
13001
breezy.tests.test_transport.PathFilteringDecoratorTransportTest.test_abspath
13002
breezy.tests.test_transport.PathFilteringDecoratorTransportTest.test_clone
13003
breezy.tests.test_transport.PathFilteringDecoratorTransportTest.test__filter
13004
breezy.tests.test_transport.PathFilteringDecoratorTransportTest.test_filter_invocation
13005
breezy.tests.test_transport.PathFilteringDecoratorTransportTest.test_url_preserves_pathfiltering
13006
breezy.tests.test_transport.ReadonlyDecoratorTransportTest.test_http_parameters
13007
breezy.tests.test_transport.ReadonlyDecoratorTransportTest.test_local_parameters
13008
breezy.tests.test_transport.TestChrootServer.test_construct
13009
breezy.tests.test_transport.TestChrootServer.test_get_url
13010
breezy.tests.test_transport.TestChrootServer.test_setUp
13011
breezy.tests.test_transport.TestChrootServer.test_stop_server
13012
breezy.tests.test_transport.TestCoalesceOffsets.test_coalesce_empty
13013
breezy.tests.test_transport.TestCoalesceOffsets.test_coalesce_overlapped
13014
breezy.tests.test_transport.TestConnectedTransport.test_parse_invalid_url
13015
breezy.tests.test_transport.TestConnectedTransport.test_parse_quoted_url
13016
breezy.tests.test_transport.TestConnectedTransport.test_parse_url
13017
breezy.tests.test_transport.TestConnectedTransport.test_parse_url_with_at_in_user
13018
breezy.tests.test_transport.TestConnectedTransport.test_relpath
13019
breezy.tests.test_transport.TestHooks.test_post_connect
13020
breezy.tests.test_transport.TestHooks.test_transporthooks_initialisation
13021
breezy.tests.test_transport.TestLocalTransportMutation.test_local_transport_mkdir
13022
breezy.tests.test_transport.TestLocalTransportMutation.test_local_transport_mkdir_permission_denied
13023
breezy.tests.test_transport.TestLocalTransports.test_get_transport_from_abspath
13024
breezy.tests.test_transport.TestLocalTransports.test_get_transport_from_local_url
13025
breezy.tests.test_transport.TestLocalTransports.test_get_transport_from_relpath
13026
breezy.tests.test_transport.TestLocalTransports.test_local_abspath
13027
breezy.tests.test_transport.TestLocalTransportWriteStream.test_missing_directory
13028
breezy.tests.test_transport.TestLocationToUrl.test_absolute_file_url
13029
breezy.tests.test_transport.TestLocationToUrl.test_directory
13030
breezy.tests.test_transport.TestLocationToUrl.test_path
13031
breezy.tests.test_transport.TestLocationToUrl.test_regular_url
13032
breezy.tests.test_transport.TestLocationToUrl.test_relative_file_url
13033
breezy.tests.test_transport.TestMemoryServer.test_create_server
13034
breezy.tests.test_transport.TestMemoryTransport.test_abspath
13035
breezy.tests.test_transport.TestMemoryTransport.test_abspath_of_relpath_starting_at_root
13036
breezy.tests.test_transport.TestMemoryTransport.test_abspath_of_root
13037
breezy.tests.test_transport.TestMemoryTransport.test_clone
13038
breezy.tests.test_transport.TestMemoryTransport.test_get_missing
13039
breezy.tests.test_transport.TestMemoryTransport.test_get_transport
13040
breezy.tests.test_transport.TestMemoryTransport.test_has_missing
13041
breezy.tests.test_transport.TestMemoryTransport.test_mkdir_missing_parent
13042
breezy.tests.test_transport.TestMemoryTransport.test_mkdir_twice
13043
breezy.tests.test_transport.TestMemoryTransport.test_parameters
13044
breezy.tests.test_transport.TestMemoryTransport.test_put_without_dir_fails
13045
breezy.tests.test_transport.TestReusedTransports.test_don_t_reuse_different_transport
13046
breezy.tests.test_transport.TestReusedTransports.test_reuse_same_transport
13047
breezy.tests.test_transport.TestTransportFromPath.test_with_path
13048
breezy.tests.test_transport.TestTransportFromPath.test_with_url
13049
breezy.tests.test_transport.TestTransportFromUrl.test_with_path
13050
breezy.tests.test_transport.TestTransportFromUrl.test_with_url
13051
breezy.tests.test_transport.TestTransportFromUrl.test_with_url_and_segment_parameters
13052
breezy.tests.test_transport.TestTransport.test__get_set_protocol_handlers
13053
breezy.tests.test_transport.TestTransport.test_get_transport_modules
13054
breezy.tests.test_transport.TestTransport.test_LateReadError
13055
breezy.tests.test_transport.TestTransport.test_local_abspath_non_local_transport
13056
breezy.tests.test_transport.TestTransport.test_ssh_hints
13057
breezy.tests.test_transport.TestTransport.test_transport_dependency
13058
breezy.tests.test_transport.TestTransport.test_transport_fallback
13059
breezy.tests.test_transport.TestTransportTrace.test_clone_preserves_activity
13060
breezy.tests.test_transport.TestTransportTrace.test_decorator
13061
breezy.tests.test_transport.TestUnhtml.test_truncation
13062
breezy.tests.test_transport.TestWin32LocalTransport.test_unc_clone_to_root
13063
breezy.tests.test_treebuilder.TestFakeTree.testFakeTree
13064
breezy.tests.test_treebuilder.TestTreeBuilderMemoryTree.test_build_tree_not_started_errors
13065
breezy.tests.test_treebuilder.TestTreeBuilderMemoryTree.test_create
13066
breezy.tests.test_treebuilder.TestTreeBuilderMemoryTree.test_finish_tree_not_started_errors
13067
breezy.tests.test_treebuilder.TestTreeBuilderMemoryTree.test_finish_tree_unlocks
13068
breezy.tests.test_treebuilder.TestTreeBuilderMemoryTree.test_start_tree_locks_write
13069
breezy.tests.test_treebuilder.TestTreeBuilderMemoryTree.test_start_tree_when_started_fails
13070
breezy.tests.test_treeshape.TestTreeShape.test_build_tree_symlink
13071
breezy.tests.test_tree.TestErrors.test_file_timestamp_unavailable
13072
breezy.tests.test_tree.TestInterTree.test_working_tree_working_tree
13073
breezy.tests.test_tree.TestMultiWalker.test__path_to_key
13074
breezy.tests.test_tree.TestMultiWalker.test__step_one_empty
13075
breezy.tests.test_tree.TestTree.test_changes_from_with_root
13076
breezy.tests.test_tree.TestTree.test_compare_calls_InterTree_compare
13077
breezy.tests.test_tsort.MergeSortTests.test_dotted_revnos_with_simple_merges
13078
breezy.tests.test_tsort.MergeSortTests.test_end_of_merge_multiple_revisions_merged_at_once
13079
breezy.tests.test_tsort.MergeSortTests.test_end_of_merge_not_last_revision_in_branch
13080
breezy.tests.test_tsort.MergeSortTests.test_mainline_revs_partial
13081
breezy.tests.test_tsort.MergeSortTests.test_mainline_revs_with_ghost
13082
breezy.tests.test_tsort.MergeSortTests.test_mainline_revs_with_none
13083
breezy.tests.test_tsort.MergeSortTests.test_merge_depth_with_nested_merges
13084
breezy.tests.test_tsort.MergeSortTests.test_merge_sort_empty
13085
breezy.tests.test_tsort.MergeSortTests.test_merge_sort_not_empty_no_tip
13086
breezy.tests.test_tsort.MergeSortTests.test_merge_sort_one_revision
13087
breezy.tests.test_tsort.MergeSortTests.test_merge_sort_race
13088
breezy.tests.test_tsort.MergeSortTests.test_parallel_root_sequence_numbers_increase_with_merges
13089
breezy.tests.test_tsort.MergeSortTests.test_revnos_are_globally_assigned
13090
breezy.tests.test_tsort.MergeSortTests.test_roots_and_sub_branches_versus_ghosts
13091
breezy.tests.test_tsort.MergeSortTests.test_sequence_numbers_increase_no_merges
13092
breezy.tests.test_tsort.MergeSortTests.test_sequence_numbers_increase_with_merges
13093
breezy.tests.test_tsort.TopoSortTests.test_topo_sort_cycle_with_tail
13094
breezy.tests.test_tsort.TopoSortTests.test_tsort_1
13095
breezy.tests.test_tsort.TopoSortTests.test_tsort_cycle
13096
breezy.tests.test_tsort.TopoSortTests.test_tsort_cycle_2
13097
breezy.tests.test_tsort.TopoSortTests.test_tsort_easy
13098
breezy.tests.test_tsort.TopoSortTests.test_tsort_empty
13099
breezy.tests.test_tsort.TopoSortTests.test_tsort_partial
13100
breezy.tests.test_tsort.TopoSortTests.test_tsort_unincluded_parent
6763.1.1 by Martin
Add to the list of tests we expect to pass on Python 3
13101
breezy.tests.test_ui.CannedInputUIFactoryTests.test_canned_input_get_input
13102
breezy.tests.test_ui.SilentUITests.test_silent_factory_get_password
13103
breezy.tests.test_ui.SilentUITests.test_silent_ui_getbool
13104
breezy.tests.test_ui.TestBoolFromString.test_invalid_values
13105
breezy.tests.test_ui.TestBoolFromString.test_know_valid_values
13106
breezy.tests.test_ui.TestBoolFromString.test_provided_values
13107
breezy.tests.test_ui.TestConfirmationUserInterfacePolicy.test_confirm_action_default
13108
breezy.tests.test_ui.TestConfirmationUserInterfacePolicy.test_confirm_action_specific
13109
breezy.tests.test_ui.TestConfirmationUserInterfacePolicy.test_repr
13110
breezy.tests.test_ui.TestProgressRecordingUI.test_nested_ignore_depth_beyond_one
13111
breezy.tests.test_ui.TestTextUIFactory.test_quietness
13112
breezy.tests.test_ui.TestTextUIFactory.test_text_factory_ascii_password
13113
breezy.tests.test_ui.TestTextUIFactory.test_text_factory_confirm
13114
breezy.tests.test_ui.TestTextUIFactory.test_text_factory_prompt
13115
breezy.tests.test_ui.TestTextUIFactory.test_text_factory_prompts_and_clears
13116
breezy.tests.test_ui.TestTextUIFactory.test_text_factory_unicode_password
13117
breezy.tests.test_ui.TestTextUIFactory.test_text_tick_after_update
13118
breezy.tests.test_ui.TestTextUIFactory.test_text_ui_choose_bad_parameters
13119
breezy.tests.test_ui.TestTextUIFactory.test_text_ui_choose_no_default
13120
breezy.tests.test_ui.TestTextUIFactory.test_text_ui_choose_prompt_automatic
13121
breezy.tests.test_ui.TestTextUIFactory.test_text_ui_choose_prompt_explicit
13122
breezy.tests.test_ui.TestTextUIFactory.test_text_ui_choose_return_values
13123
breezy.tests.test_ui.TestTextUIFactory.test_text_ui_get_boolean
13124
breezy.tests.test_ui.TestTextUIFactory.test_text_ui_get_integer
13125
breezy.tests.test_ui.TestTextUIFactory.test_text_ui_getusername
13126
breezy.tests.test_ui.TestTextUIFactory.test_text_ui_getusername_unicode
13127
breezy.tests.test_ui.TestTextUIFactory.test_text_ui_show_user_warning
13128
breezy.tests.test_ui.TestTextUIOutputStream.test_output_clears_terminal
13129
breezy.tests.test_ui.TestUIConfiguration.test_output_encoding_configuration
13130
breezy.tests.test_ui.TestUIFactoryTests.test_test_ui_factory_progress
13131
breezy.tests.test_ui.UITests.test_progress_construction
13132
breezy.tests.test_ui.UITests.test_text_ui_non_terminal
6973.4.3 by Jelmer Vernooij
Update python3.passing.
13133
breezy.tests.test_upgrade.TestUpgrade.test_convert_knit_dirstate_content
6791.2.6 by Jelmer Vernooij
Update python3.passing.
13134
breezy.tests.test_upstream_import.TestImport.test_common_directory
13135
breezy.tests.test_upstream_import.TestImport.test_get_archive_type
13136
breezy.tests.test_upstream_import.TestImport.test_top_path
13137
breezy.tests.test_url_policy_open.TestBranchOpenerCheckAndFollowBranchReference.test_allowed_reference
13138
breezy.tests.test_url_policy_open.TestBranchOpenerCheckAndFollowBranchReference.test_branch_reference_forbidden
13139
breezy.tests.test_url_policy_open.TestBranchOpenerCheckAndFollowBranchReference.test_branch_reference_loop
13140
breezy.tests.test_url_policy_open.TestBranchOpenerCheckAndFollowBranchReference.test_check_initial_url
13141
breezy.tests.test_url_policy_open.TestBranchOpenerCheckAndFollowBranchReference.test_check_referenced_urls
13142
breezy.tests.test_url_policy_open.TestBranchOpenerCheckAndFollowBranchReference.test_not_reference
13143
breezy.tests.test_url_policy_open.TestBranchOpenerCheckAndFollowBranchReference.test_self_referencing_branch
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
13144
breezy.tests.test_url_policy_open.TestBranchOpenerStacking.test_allowed_relative_nested
13145
breezy.tests.test_url_policy_open.TestBranchOpenerStacking.test_allowed_relative_url
13146
breezy.tests.test_url_policy_open.TestBranchOpenerStacking.test_allowed_url
13147
breezy.tests.test_url_policy_open.TestBranchOpenerStacking.test_custom_opener
6963.1.2 by Jelmer Vernooij
Fix some more tests.
13148
breezy.tests.test_url_policy_open.TestBranchOpenerStacking.test_custom_opener_with_branch_reference
6791.2.6 by Jelmer Vernooij
Update python3.passing.
13149
breezy.tests.test_url_policy_open.TestBranchOpenerStacking.test_default_probers
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
13150
breezy.tests.test_url_policy_open.TestBranchOpenerStacking.test_forbidden_url
13151
breezy.tests.test_url_policy_open.TestBranchOpenerStacking.test_forbidden_url_nested
13152
breezy.tests.test_url_policy_open.TestBranchOpenerStacking.test_loop_stacked_branch
6947.1.1 by Jelmer Vernooij
Update python3.passing.
13153
breezy.tests.test_url_policy_open.TestBranchOpenerStacking.test_nstackable_repository
6791.2.6 by Jelmer Vernooij
Update python3.passing.
13154
breezy.tests.test_url_policy_open.TestBranchOpenerStacking.test_probers
6973.5.10 by Jelmer Vernooij
Random bunch of python3 bee-improvements.
13155
breezy.tests.test_url_policy_open.TestBranchOpenerStacking.test_self_stacked_branch
13156
breezy.tests.test_url_policy_open.TestOpenOnlyScheme.test_hook_does_not_interfere
13157
breezy.tests.test_url_policy_open.TestOpenOnlyScheme.test_stacked_outside_scheme
13158
breezy.tests.test_url_policy_open.TestOpenOnlyScheme.test_stacked_within_scheme
6791.2.6 by Jelmer Vernooij
Update python3.passing.
13159
breezy.tests.test_urlutils.QuoteTests.test_quote
13160
breezy.tests.test_urlutils.QuoteTests.test_quote_tildes
13161
breezy.tests.test_urlutils.TestCwdToURL.test_dot
13162
breezy.tests.test_urlutils.TestDeriveToLocation.test_to_locations_derived_from_paths
13163
breezy.tests.test_urlutils.TestDeriveToLocation.test_to_locations_derived_from_urls
13164
breezy.tests.test_urlutils.TestFileRelpath.test_child_posix
13165
breezy.tests.test_urlutils.TestFileRelpath.test_parent_posix
13166
breezy.tests.test_urlutils.TestFileRelpath.test_same_url_posix
13167
breezy.tests.test_urlutils.TestFileRelpath.test_sibling_posix
13168
breezy.tests.test_urlutils.TestParseURL.test_ipv6
13169
breezy.tests.test_urlutils.TestParseURL.test_ipv6_port
13170
breezy.tests.test_urlutils.TestParseURL.test_parse_simple
13171
breezy.tests.test_urlutils.TestRebaseURL.test_determine_relative_path
13172
breezy.tests.test_urlutils.TestRebaseURL.test_different_hosts
13173
breezy.tests.test_urlutils.TestRebaseURL.test_different_ports
13174
breezy.tests.test_urlutils.TestRebaseURL.test_different_protocol
13175
breezy.tests.test_urlutils.TestRebaseURL.test_non_relative
13176
breezy.tests.test_urlutils.TestRebaseURL.test_rebase_success
13177
breezy.tests.test_urlutils.TestURL.test__combine_paths
13178
breezy.tests.test_urlutils.TestURL.test_eq
13179
breezy.tests.test_urlutils.TestURL.test_ipv6
13180
breezy.tests.test_urlutils.TestURL.test_ipv6_port
13181
breezy.tests.test_urlutils.TestURL.test_parse_simple
13182
breezy.tests.test_urlutils.TestURL.test_quoted
13183
breezy.tests.test_urlutils.TestURL.test_repr
13184
breezy.tests.test_urlutils.TestURL.test_str
13185
breezy.tests.test_urlutils.TestUrlToPath.test_basename
13186
breezy.tests.test_urlutils.TestUrlToPath.test_dirname
13187
breezy.tests.test_urlutils.TestUrlToPath.test_escape_tildes
13188
breezy.tests.test_urlutils.TestUrlToPath.test_function_type
13189
breezy.tests.test_urlutils.TestUrlToPath.test_is_url
13190
breezy.tests.test_urlutils.TestUrlToPath.test_join
13191
breezy.tests.test_urlutils.TestUrlToPath.test_joinpath
13192
breezy.tests.test_urlutils.TestUrlToPath.test_join_segment_parameters
13193
breezy.tests.test_urlutils.TestUrlToPath.test_join_segment_parameters_raw
13194
breezy.tests.test_urlutils.TestUrlToPath.test_posix_local_path_from_url
13195
breezy.tests.test_urlutils.TestUrlToPath.test_relative_url
13196
breezy.tests.test_urlutils.TestUrlToPath.test_split
13197
breezy.tests.test_urlutils.TestUrlToPath.test_split_segment_parameters
13198
breezy.tests.test_urlutils.TestUrlToPath.test_split_segment_parameters_raw
13199
breezy.tests.test_urlutils.TestUrlToPath.test_strip_trailing_slash
13200
breezy.tests.test_urlutils.TestUrlToPath.test_unescape
13201
breezy.tests.test_urlutils.TestUrlToPath.test_url_scheme_re
13202
breezy.tests.test_urlutils.TestUrlToPath.test_win32_extract_drive_letter
13203
breezy.tests.test_urlutils.TestUrlToPath.test_win32_local_path_from_url
13204
breezy.tests.test_urlutils.TestUrlToPath.test_win32_strip_local_trailing_slash
13205
breezy.tests.test_urlutils.TestUrlToPath.test_win32_unc_path_from_url
13206
breezy.tests.test_urlutils.TestUrlToPath.test_win32_unc_path_to_url
13207
breezy.tests.test_utextwrap.TestIndent.test_indent
13208
breezy.tests.test_utextwrap.TestLongWord.test_longword
13209
breezy.tests.test_utextwrap.TestUTextWrap.test_cut
13210
breezy.tests.test_utextwrap.TestUTextWrap.test_width
13211
breezy.tests.test_utextwrap.TestWrap.test_wrap
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
13212
breezy.tests.test_versionedfile.Test_MPDiffGenerator.test_compute_diffs
13213
breezy.tests.test_versionedfile.Test_MPDiffGenerator.test_finds_parents
13214
breezy.tests.test_versionedfile.Test_MPDiffGenerator.test_ignores_ghost_parents
13215
breezy.tests.test_versionedfile.Test_MPDiffGenerator.test_process_contents
6791.2.6 by Jelmer Vernooij
Update python3.passing.
13216
breezy.tests.test_versionedfile.Test_MPDiffGenerator.test_raises_on_ghost_keys
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
13217
breezy.tests.test_versionedfile.Test_MPDiffGenerator.test_refcount_multiple_children
6800.1.2 by Jelmer Vernooij
Run more tests.
13218
breezy.tests.test_version_info.CustomVersionInfoTests.test_custom_without_template
13219
breezy.tests.test_version_info.TestVersionInfoFormatRegistry.test_register_remove
6791.2.6 by Jelmer Vernooij
Update python3.passing.
13220
breezy.tests.test_vf_search.TestLimitedSearchResultFromParentMap.test_ancestry_1
13221
breezy.tests.test_vf_search.TestLimitedSearchResultFromParentMap.test_empty_ancestry
13222
breezy.tests.test_vf_search.TestLimitedSearchResultFromParentMap.test_multiple_heads
13223
breezy.tests.test_vf_search.TestPendingAncestryResultGetKeys.test_get_keys_excludes_null
13224
breezy.tests.test_vf_search.TestPendingAncestryResultRefine.test_refine
13225
breezy.tests.test_vf_search.TestSearchResultFromParentMap.test_ancestry_1
13226
breezy.tests.test_vf_search.TestSearchResultFromParentMap.test_ancestry_2
13227
breezy.tests.test_vf_search.TestSearchResultFromParentMap.test_no_parents
13228
breezy.tests.test_vf_search.TestSearchResultRefine.test_refine
13229
breezy.tests.test_views.TestErrors.test_file_outside_view
13230
breezy.tests.test_views.TestErrors.test_no_such_view
13231
breezy.tests.test_views.TestErrors.test_views_not_supported
13232
breezy.tests.test__walkdirs_win32.TestWin32Finder.test_directory
13233
breezy.tests.test__walkdirs_win32.TestWin32Finder.test_empty_directory
13234
breezy.tests.test__walkdirs_win32.TestWin32Finder.test_file
13235
breezy.tests.test__walkdirs_win32.TestWin32Finder.test_missing_dir
13236
breezy.tests.test__walkdirs_win32.TestWin32Finder.test_prefix
13237
breezy.tests.test__walkdirs_win32.TestWin32Finder.test_top_prefix_to_starting_dir
13238
breezy.tests.test__walkdirs_win32.Test_Win32Stat.test_zero_members_present
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
13239
breezy.tests.test_weave.AnnotateOne.runTest
6791.2.6 by Jelmer Vernooij
Update python3.passing.
13240
breezy.tests.test_weave.BadInsert.runTest
13241
breezy.tests.test_weave.BadWeave.runTest
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
13242
breezy.tests.test_weave.CannedDelete.runTest
13243
breezy.tests.test_weave.CannedReplacement.runTest
6791.2.6 by Jelmer Vernooij
Update python3.passing.
13244
breezy.tests.test_weave.Conflicts.runTest
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
13245
breezy.tests.test_weave.DeleteLines2.runTest
13246
breezy.tests.test_weave.DeleteLines.runTest
13247
breezy.tests.test_weave.DivergedIncludes.runTest
6791.2.6 by Jelmer Vernooij
Update python3.passing.
13248
breezy.tests.test_weave.Easy.runTest
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
13249
breezy.tests.test_weave.IncludeVersions.runTest
13250
breezy.tests.test_weave.InsertLines.runTest
13251
breezy.tests.test_weave.InsertNested.runTest
6791.2.6 by Jelmer Vernooij
Update python3.passing.
13252
breezy.tests.test_weave.InvalidAdd.runTest
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
13253
breezy.tests.test_weave.InvalidRepeatedAdd.runTest
13254
breezy.tests.test_weave.JoinWeavesTests.test_written_detection
13255
breezy.tests.test_weave.Khayyam.test_multi_line_merge
13256
breezy.tests.test_weave.Merge.runTest
6791.2.6 by Jelmer Vernooij
Update python3.passing.
13257
breezy.tests.test_weave.NonConflict.runTest
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
13258
breezy.tests.test_weave.RepeatedAdd.test_duplicate_add
13259
breezy.tests.test_weave.ReplaceLine.runTest
6791.2.6 by Jelmer Vernooij
Update python3.passing.
13260
breezy.tests.test_weave.SuicideDelete.runTest
13261
breezy.tests.test_weave.TestNeedsReweave.test_compatible_parents
13262
breezy.tests.test_weave.TestWeaveFile.test_empty_file
6963.2.17 by Jelmer Vernooij
port breezy.bzr.weave to Python3.
13263
breezy.tests.test_weave.TestWeave.test_allow_reserved_false
13264
breezy.tests.test_weave.TestWeave.test_allow_reserved_true
13265
breezy.tests.test_weave.WeaveContains.runTest
6791.2.6 by Jelmer Vernooij
Update python3.passing.
13266
breezy.tests.test_whitebox.MoreTests.test_relpath
13267
breezy.tests.test_win32utils.TestAppPaths.test_iexplore
13268
breezy.tests.test_win32utils.TestAppPaths.test_not_existing
13269
breezy.tests.test_win32utils.TestAppPaths.test_wordpad
13270
breezy.tests.test_win32utils.Test_CommandLineToArgv.test_backslashes
13271
breezy.tests.test_win32utils.Test_CommandLineToArgv.test_case_insensitive_globs
13272
breezy.tests.test_win32utils.Test_CommandLineToArgv.test_glob_paths
13273
breezy.tests.test_win32utils.Test_CommandLineToArgv.test_quoted_globs
13274
breezy.tests.test_win32utils.Test_CommandLineToArgv.test_slashes_changed
13275
breezy.tests.test_win32utils.Test_CommandLineToArgv.test_with_pdb
13276
breezy.tests.test_win32utils.TestGetEnvironUnicode.test_get
13277
breezy.tests.test_win32utils.TestGetEnvironUnicode.test_long
13278
breezy.tests.test_win32utils.TestGetEnvironUnicode.test_unexpected_error
13279
breezy.tests.test_win32utils.TestGetEnvironUnicode.test_unicode
13280
breezy.tests.test_win32utils.TestGetEnvironUnicode.test_unset
13281
breezy.tests.test_win32utils.TestGetEnvironUnicode.test_unset_default
13282
breezy.tests.test_win32utils.TestLocationsCtypes.test_appdata_matches_environment
13283
breezy.tests.test_win32utils.TestLocationsCtypes.test_appdata_not_using_environment
13284
breezy.tests.test_win32utils.TestLocationsCtypes.test_local_appdata_matches_environment
13285
breezy.tests.test_win32utils.TestLocationsCtypes.test_local_appdata_not_using_environment
13286
breezy.tests.test_win32utils.TestLocationsPywin32.test_appdata_matches_environment
13287
breezy.tests.test_win32utils.TestLocationsPywin32.test_appdata_not_using_environment
13288
breezy.tests.test_win32utils.TestLocationsPywin32.test_local_appdata_matches_environment
13289
breezy.tests.test_win32utils.TestLocationsPywin32.test_local_appdata_not_using_environment
13290
breezy.tests.test_win32utils.TestSetHidden.test_dot_bzr_in_unicode_dir
13291
breezy.tests.test_win32utils.TestSetHidden.test_unicode_dir
13292
breezy.tests.test_win32utils.TestWin32UtilsGlobExpand.test_backslash_globbing
13293
breezy.tests.test_win32utils.TestWin32UtilsGlobExpand.test_case_insensitive_globbing
13294
breezy.tests.test_win32utils.TestWin32UtilsGlobExpand.test_empty_tree
13295
breezy.tests.test_win32utils.TestWin32UtilsGlobExpand.test_tree_ascii
13296
breezy.tests.test_win32utils.TestWin32UtilsGlobExpand.test_unicode_backslashes
13297
breezy.tests.test_workingtree_4.TestWorkingTreeFormat4.test_empty_basis_revtree_to_dirstate_tree
13298
breezy.tests.test_workingtree_4.TestWorkingTreeFormat4.test_empty_basis_to_dirstate_tree
13299
breezy.tests.test_workingtree_4.TestWorkingTreeFormat4.test_new_dirstate_on_new_lock
13300
breezy.tests.test_workingtree_4.TestWorkingTreeFormat4.test_no_dirstate_outside_lock
6855.1.1 by Jelmer Vernooij
Disable proxying on Python 3.
13301
breezy.tests.test_workingtree_4.TestWorkingTreeFormat4.test_resets_ignores_on_last_unlock
6791.2.6 by Jelmer Vernooij
Update python3.passing.
13302
breezy.tests.test_workingtree_4.TestWorkingTreeFormat4.test_uses_lockdir
13303
breezy.tests.test_workingtree_4.TestWorkingTreeFormat4.test_with_subtree_supports_tree_references
13304
breezy.tests.test_workingtree.TestDefaultFormat.test_from_string
13305
breezy.tests.test_workingtree.TestDefaultFormat.test_open
13306
breezy.tests.test_workingtree.TestDefaultFormat.test_open_containing
13307
breezy.tests.test_workingtree.TestFindTrees.test_find_trees
13308
breezy.tests.test_workingtree.TestStoredUncommitted.test_restore_uncommitted_none
13309
breezy.tests.test_workingtree.TestTreeDirectory.test_kind_character
13310
breezy.tests.test_workingtree.TestTreeEntry.test_kind_character
13311
breezy.tests.test_workingtree.TestTreeFile.test_kind_character
13312
breezy.tests.test_workingtree.TestTreeLink.test_kind_character
13313
breezy.tests.test_workingtree.TestWorkingTreeFormatRegistry.test_get_all
13314
breezy.tests.test_workingtree.TestWorkingTreeFormatRegistry.test_register_extra
13315
breezy.tests.test_workingtree.TestWorkingTreeFormatRegistry.test_register_extra_lazy
13316
breezy.tests.test_workingtree.TestWorkingTreeFormatRegistry.test_register_unregister_format
13317
breezy.tests.test_workingtree.TestWorkingTreeFormat.test_find_format_no_tree
13318
breezy.tests.test_workingtree.TestWorkingTreeFormat.test_find_format_with_features
13319
breezy.tests.test_wsgi.TestWSGI.test_construct
13320
breezy.tests.test_wsgi.TestWSGI.test_http_get_rejected
13321
breezy.tests.test_wsgi.TestWSGI.test_make_app
13322
breezy.tests.test_wsgi.TestWSGI.test_relpath_setter
13323
breezy.tests.test_wsgi.TestWSGI.test_relpath_setter_bad_path_prefix
13324
breezy.tests.test_wsgi.TestWSGI.test_relpath_setter_bad_path_suffix
6973.4.2 by Jelmer Vernooij
Port breezy.bzr.xml* to python3.
13325
breezy.tests.test_xml.TestEncodeAndEscape.test_ascii_with_xml
13326
breezy.tests.test_xml.TestEncodeAndEscape.test_simple_ascii
13327
breezy.tests.test_xml.TestEncodeAndEscape.test_unicode
13328
breezy.tests.test_xml.TestEncodeAndEscape.test_utf8_with_xml
6791.2.6 by Jelmer Vernooij
Update python3.passing.
13329
breezy.tests.test_xml.TestMisc.test_unescape_xml
6973.4.2 by Jelmer Vernooij
Port breezy.bzr.xml* to python3.
13330
breezy.tests.test_xml.TestSerializer.test_empty_property_value
13331
breezy.tests.test_xml.TestSerializer.test_inventory_text_v8
13332
breezy.tests.test_xml.TestSerializer.test_pack_revision_5
13333
breezy.tests.test_xml.TestSerializer.test_repack_inventory_5
13334
breezy.tests.test_xml.TestSerializer.test_repack_revision_5
13335
breezy.tests.test_xml.TestSerializer.test_repack_revision_5_utc
13336
breezy.tests.test_xml.TestSerializer.test_revision_ids_are_utf8
13337
breezy.tests.test_xml.TestSerializer.test_revision_text_v6
13338
breezy.tests.test_xml.TestSerializer.test_revision_text_v7
13339
breezy.tests.test_xml.TestSerializer.test_revision_text_v8
13340
breezy.tests.test_xml.TestSerializer.test_roundtrip_inventory_v6
13341
breezy.tests.test_xml.TestSerializer.test_roundtrip_inventory_v7
13342
breezy.tests.test_xml.TestSerializer.test_roundtrip_inventory_v8
13343
breezy.tests.test_xml.TestSerializer.tests_serialize_inventory_v5_with_root
13344
breezy.tests.test_xml.TestSerializer.test_tree_reference
13345
breezy.tests.test_xml.TestSerializer.test_unpack_basis_inventory_5
13346
breezy.tests.test_xml.TestSerializer.test_unpack_inventory_5
13347
breezy.tests.test_xml.TestSerializer.test_unpack_inventory_5a
13348
breezy.tests.test_xml.TestSerializer.test_unpack_inventory_5a_cache_and_copy
13349
breezy.tests.test_xml.TestSerializer.test_unpack_inventory_5a_cache_no_copy
13350
breezy.tests.test_xml.TestSerializer.test_unpack_inventory_5b
13351
breezy.tests.test_xml.TestSerializer.test_unpack_revision_5
13352
breezy.tests.test_xml.TestSerializer.test_unpack_revision_5_utc
6791.2.6 by Jelmer Vernooij
Update python3.passing.
13353
breezy.tests.test_xml.TestSerializer.test_wrong_format_v7
6800.1.2 by Jelmer Vernooij
Run more tests.
13354
breezy.timestamp.format_highres_date
13355
breezy.transport.http.unhtml_roughly