/brz/remove-bazaar

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

« back to all changes in this revision

Viewing changes to python3.passing

  • Committer: Jelmer Vernooij
  • Date: 2018-06-22 00:52:45 UTC
  • mfrom: (6973.7.4 python3-f)
  • Revision ID: jelmer@jelmer.uk-20180622005245-0q92vv00fy9ouyqv
Merge lp:~jelmer/brz/python3-f

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
breezy.plugins.changelog_merge.tests.test_changelog_merge.TestMergeCoreLogic.test_too_hard
21
21
breezy.plugins.commitfromnews.tests.test_msgeditor.TestRegisters.test_registered_at_import
22
22
breezy.plugins.commitfromnews.tests.test_msgeditor.TestRegisters.test_register_registers_for_commit_message_template
 
23
breezy.plugins.email.tests.testemail.TestEmailerWithLocal.test_local_has_revision
 
24
breezy.plugins.email.tests.testemail.TestEmailerWithLocal.test_local_missing_revision
23
25
breezy.plugins.fastimport.tests.test_branch_mapper.TestBranchMapper.test_git_to_bzr
24
26
breezy.plugins.fastimport.tests.test_branch_mapper.TestBranchMapper.test_git_to_bzr_for_trunk
25
27
breezy.plugins.fastimport.tests.test_branch_mapper.TestBranchMapper.test_git_to_bzr_with_slashes
37
39
breezy.plugins.fastimport.tests.test_revision_store.Test_TreeShim.test_id2path_no_delta
38
40
breezy.plugins.fastimport.tests.test_revision_store.Test_TreeShim.test_id2path_with_delta
39
41
breezy.plugins.fastimport.tests.test_revision_store.Test_TreeShim.test_path2id
 
42
breezy.plugins.git.tests.test_blackbox.TestGitBlackBox.test_diff_format
 
43
breezy.plugins.git.tests.test_blackbox.TestGitBlackBox.test_init
 
44
breezy.plugins.git.tests.test_blackbox.TestGitBlackBox.test_init_repo
 
45
breezy.plugins.git.tests.test_blackbox.TestGitBlackBox.test_nick
 
46
breezy.plugins.git.tests.test_branch.TestGitBranch.test_last_revision_is_null
 
47
breezy.plugins.git.tests.test_branch.TestGitBranch.test_open_existing
 
48
breezy.plugins.git.tests.test_branch.TestLocalGitBranchFormat.test_get_format_description
 
49
breezy.plugins.git.tests.test_branch.TestLocalGitBranchFormat.test_supports_tags
 
50
breezy.plugins.git.tests.test_branch.TestWithGitBranch.test_get_parent
 
51
breezy.plugins.git.tests.test_branch.TestWithGitBranch.test_get_physical_lock_status
 
52
breezy.plugins.git.tests.test_branch.TestWithGitBranch.test_get_stacked_on_url
 
53
breezy.plugins.git.tests.test_cache.DictGitShaMapTests.test_lookup_notfound
 
54
breezy.plugins.git.tests.test_cache.SqliteGitShaMapTests.test_lookup_notfound
 
55
breezy.plugins.git.tests.test_dir.TestGitDirFormat.test_eq
 
56
breezy.plugins.git.tests.test_dir.TestGitDirFormat.test_get_format_description
 
57
breezy.plugins.git.tests.test_dir.TestGitDir.test_open_existing
 
58
breezy.plugins.git.tests.test_dir.TestGitDir.test_open_workingtree
 
59
breezy.plugins.git.tests.test_dir.TestGitDir.test_open_workingtree_bare
 
60
breezy.plugins.git.tests.test_git_remote_helper.OpenLocalDirTests.test_from_dir
 
61
breezy.plugins.git.tests.test_git_remote_helper.OpenLocalDirTests.test_from_env_dir
 
62
breezy.plugins.git.tests.test_mapping.FileidTests.test_escape_control_l
 
63
breezy.plugins.git.tests.test_mapping.FileidTests.test_escape_space
 
64
breezy.plugins.git.tests.test_mapping.FileidTests.test_escape_underscore
 
65
breezy.plugins.git.tests.test_mapping.FileidTests.test_escape_underscore_space
 
66
breezy.plugins.git.tests.test_mapping.FileidTests.test_unescape_control_l
 
67
breezy.plugins.git.tests.test_mapping.FileidTests.test_unescape_underscore
 
68
breezy.plugins.git.tests.test_mapping.FileidTests.test_unescape_underscore_space
 
69
breezy.plugins.git.tests.test_mapping.FixPersonIdentifierTests.test_fix
 
70
breezy.plugins.git.tests.test_mapping.FixPersonIdentifierTests.test_valid
 
71
breezy.plugins.git.tests.test_mapping.TestRevidConversionV1.test_is_control_file
 
72
breezy.plugins.git.tests.test_mapping.TestRevidConversionV1.test_simple_bzr_to_git_revision_id
 
73
breezy.plugins.git.tests.test_mapping.TestRevidConversionV1.test_simple_git_to_bzr_revision_id
 
74
breezy.plugins.git.tests.test_memorytree.TestMemoryTree.test_create_on_branch
 
75
breezy.plugins.git.tests.test_memorytree.TestMemoryTree.test_last_revision
 
76
breezy.plugins.git.tests.test_memorytree.TestMemoryTree.test_lock_tree_write
 
77
breezy.plugins.git.tests.test_memorytree.TestMemoryTree.test_lock_tree_write_after_read_fails
 
78
breezy.plugins.git.tests.test_memorytree.TestMemoryTree.test_lock_write_after_read_fails
 
79
breezy.plugins.git.tests.test_memorytree.TestMemoryTree.test_rename_file_to_subdir
 
80
breezy.plugins.git.tests.test_object_store.DirectoryToTreeTests.test_empty
 
81
breezy.plugins.git.tests.test_object_store.DirectoryToTreeTests.test_empty_dir
 
82
breezy.plugins.git.tests.test_object_store.DirectoryToTreeTests.test_empty_dir_dummy_files
 
83
breezy.plugins.git.tests.test_object_store.DirectoryToTreeTests.test_empty_root
 
84
breezy.plugins.git.tests.test_object_store.FindMissingBzrRevidsTests.test_one_missing
 
85
breezy.plugins.git.tests.test_object_store.FindMissingBzrRevidsTests.test_simple
 
86
breezy.plugins.git.tests.test_object_store.FindMissingBzrRevidsTests.test_two_missing
 
87
breezy.plugins.git.tests.test_object_store.FindMissingBzrRevidsTests.test_two_missing_history
 
88
breezy.plugins.git.tests.test_object_store.FindMissingBzrRevidsTests.test_up_to_date
 
89
breezy.plugins.git.tests.test_object_store.LRUTreeCacheTests.test_get
 
90
breezy.plugins.git.tests.test_object_store.LRUTreeCacheTests.test_get_not_present
 
91
breezy.plugins.git.tests.test_object_store.LRUTreeCacheTests.test_iter_revision_trees
 
92
breezy.plugins.git.tests.test_object_store.LRUTreeCacheTests.test_revision_trees
 
93
breezy.plugins.git.tests.test_object_store.TreeToObjectsTests.test_no_changes
 
94
breezy.plugins.git.tests.test_object_store.TreeToObjectsTests.test_with_gitdir
 
95
breezy.plugins.git.tests.test_pristine_tar.RevisionPristineTarDataTests.test_pristine_tar_delta_gz
 
96
breezy.plugins.git.tests.test_pristine_tar.RevisionPristineTarDataTests.test_pristine_tar_delta_unknown
 
97
breezy.plugins.git.tests.test_push.InterToGitRepositoryTests.test_instance
 
98
breezy.plugins.git.tests.test_push.InterToGitRepositoryTests.test_pointless_missing_revisions
 
99
breezy.plugins.git.tests.test_refs.BazaarRefsContainerTests.test_empty
 
100
breezy.plugins.git.tests.test_refs.BranchNameRefConversionTests.test_branch
 
101
breezy.plugins.git.tests.test_refs.BranchNameRefConversionTests.test_head
 
102
breezy.plugins.git.tests.test_refs.BranchNameRefConversionTests.test_tag
 
103
breezy.plugins.git.tests.test_remote.ParseGitErrorTests.test_notbrancherror
 
104
breezy.plugins.git.tests.test_remote.ParseGitErrorTests.test_unknown
 
105
breezy.plugins.git.tests.test_remote.RemoteControlDirTests.test_get_branches
 
106
breezy.plugins.git.tests.test_remote.RemoteControlDirTests.test_list_branches
 
107
breezy.plugins.git.tests.test_remote.RemoteControlDirTests.test_remove_branch
 
108
breezy.plugins.git.tests.test_remote.RemoteControlDirTests.test_remove_tag
 
109
breezy.plugins.git.tests.test_remote.SplitUrlTests.test_homedir
 
110
breezy.plugins.git.tests.test_remote.SplitUrlTests.test_nopath
 
111
breezy.plugins.git.tests.test_remote.SplitUrlTests.test_port
 
112
breezy.plugins.git.tests.test_remote.SplitUrlTests.test_simple
 
113
breezy.plugins.git.tests.test_remote.SplitUrlTests.test_slashpath
 
114
breezy.plugins.git.tests.test_remote.SplitUrlTests.test_username
 
115
breezy.plugins.git.tests.test_remote.TestRemoteGitBranchFormat.test_get_format_description
 
116
breezy.plugins.git.tests.test_remote.TestRemoteGitBranchFormat.test_supports_tags
 
117
breezy.plugins.git.tests.test_repository.GitRepositoryFormat.test_get_format_description
 
118
breezy.plugins.git.tests.test_repository.TestGitRepositoryFeatures.test_has_git_repo
 
119
breezy.plugins.git.tests.test_repository.TestGitRepositoryFeatures.test_open_existing
 
120
breezy.plugins.git.tests.test_repository.TestGitRepository.test_all_revision_ids_none
 
121
breezy.plugins.git.tests.test_repository.TestGitRepository.test_get_parent_map_null
 
122
breezy.plugins.git.tests.test_repository.TestGitRepository.test_get_signature_text
 
123
breezy.plugins.git.tests.test_repository.TestGitRepository.test_has_signature_for_revision_id
 
124
breezy.plugins.git.tests.test_repository.TestGitRepository.test_revision_tree_none
 
125
breezy.plugins.git.tests.test_repository.TestGitRepository.test_supports_rich_root
 
126
breezy.plugins.git.tests.test_revspec.Sha1ValidTests.test_invalid
 
127
breezy.plugins.git.tests.test_revspec.Sha1ValidTests.test_valid
 
128
breezy.plugins.git.tests.test_roundtrip.ExtractMetadataTests.test_roundtrip
 
129
breezy.plugins.git.tests.test_roundtrip.FormatTests.test_empty
 
130
breezy.plugins.git.tests.test_roundtrip.FormatTests.test_parent_ids
 
131
breezy.plugins.git.tests.test_roundtrip.FormatTests.test_properties
 
132
breezy.plugins.git.tests.test_roundtrip.FormatTests.test_revid
 
133
breezy.plugins.git.tests.test_roundtrip.GenerateMetadataTests.test_no_metadata
 
134
breezy.plugins.git.tests.test_roundtrip.GenerateMetadataTests.test_roundtrip
 
135
breezy.plugins.git.tests.test_roundtrip.RoundtripTests.test_parent_ids
 
136
breezy.plugins.git.tests.test_roundtrip.RoundtripTests.test_properties
 
137
breezy.plugins.git.tests.test_roundtrip.RoundtripTests.test_revid
 
138
breezy.plugins.git.tests.test_server.TestPresent.test_present
 
139
breezy.plugins.git.tests.test_transportgit.TransportObjectStoreTests.test_add_commit
 
140
breezy.plugins.git.tests.test_transportgit.TransportObjectStoreTests.test_add_objects
 
141
breezy.plugins.git.tests.test_transportgit.TransportObjectStoreTests.test_add_objects_empty
 
142
breezy.plugins.git.tests.test_transportgit.TransportObjectStoreTests.test_contains_nonexistant
 
143
breezy.plugins.git.tests.test_transportgit.TransportObjectStoreTests.test_determine_wants_all
 
144
breezy.plugins.git.tests.test_transportgit.TransportObjectStoreTests.test_determine_wants_all_zero
 
145
breezy.plugins.git.tests.test_transportgit.TransportObjectStoreTests.test_empty_packs
 
146
breezy.plugins.git.tests.test_transportgit.TransportObjectStoreTests.test_get_nonexistant
 
147
breezy.plugins.git.tests.test_transportgit.TransportObjectStoreTests.test_iter
 
148
breezy.plugins.git.tests.test_unpeel_map.TestUnpeelMap.test_load
 
149
breezy.plugins.git.tests.test_unpeel_map.TestUnpeelMap.test_new
 
150
breezy.plugins.git.tests.test_unpeel_map.TestUnpeelMap.test_update
 
151
breezy.plugins.git.tests.test_urls.TestConvertURL.test_path
 
152
breezy.plugins.git.tests.test_urls.TestConvertURL.test_regular
 
153
breezy.plugins.git.tests.test_urls.TestConvertURL.test_simple
 
154
breezy.plugins.git.tests.test_workingtree.GitWorkingTreeTests.test_conflict_list
 
155
breezy.plugins.git.tests.test_workingtree.TreeDeltaFromGitChangesTests.test_empty
 
156
breezy.plugins.grep.test_grep.TestColorGrep.test_color_option
 
157
breezy.plugins.grep.test_grep.TestColorGrep.test_ver_basic_file
 
158
breezy.plugins.grep.test_grep.TestColorGrep.test_ver_matching_files
 
159
breezy.plugins.grep.test_grep.TestColorGrep.test_wtree_basic_file
 
160
breezy.plugins.grep.test_grep.TestColorGrep.test_wtree_matching_files
40
161
breezy.plugins.netrc_credential_store.tests.test_netrc.TestNetrcCSNoNetrc.test_home_netrc_does_not_exist
 
162
breezy.plugins.repodebug.tests.SmokeTests.test_check_chk
 
163
breezy.plugins.repodebug.tests.SmokeTests.test_chk_used_by
 
164
breezy.plugins.repodebug.tests.SmokeTests.test_fetch_all_records
 
165
breezy.plugins.repodebug.tests.SmokeTests.test_file_refs
 
166
breezy.plugins.repodebug.tests.SmokeTests.test_fix_missing_keys_for_stacking
 
167
breezy.plugins.repodebug.tests.SmokeTests.test_mirror_revs_into
 
168
breezy.plugins.repodebug.tests.SmokeTests.test_repo_has_key
 
169
breezy.plugins.repodebug.tests.SmokeTests.test_repo_keys
41
170
breezy.plugins.stats.test_classify.TestClassify.test_classify_art
42
171
breezy.plugins.stats.test_classify.TestClassify.test_classify_code
43
172
breezy.plugins.stats.test_classify.TestClassify.test_classify_doc_hardcoded
49
178
breezy.plugins.stats.test_stats.TestCollapseByPerson.test_different_name
50
179
breezy.plugins.stats.test_stats.TestCollapseByPerson.test_different_name_case
51
180
breezy.plugins.stats.test_stats.TestCollapseByPerson.test_no_conflicts
 
181
breezy.plugins.upload.tests.test_auto_upload_hook.AutoPushWithLocation.test_auto_push_on_commit
 
182
breezy.plugins.upload.tests.test_auto_upload_hook.AutoPushWithLocation.test_disable_auto_push
 
183
breezy.plugins.upload.tests.test_auto_upload_hook.AutoPushWithoutLocation.test_dont_push_if_no_location
52
184
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_get_push_location_exact(BranchReferenceFormat)
 
185
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_get_push_location_exact(BzrBranchFormat4)
 
186
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_get_push_location_exact(BzrBranchFormat5)
 
187
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_get_push_location_exact(BzrBranchFormat6)
53
188
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_get_push_location_exact(BzrBranchFormat7)
 
189
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_get_push_location_exact(BzrBranchFormat8)
 
190
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_get_push_location_exact(LocalGitBranchFormat)
 
191
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_get_push_location_exact(RemoteBranchFormat-default)
 
192
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_get_push_location_exact(RemoteBranchFormat-v2)
 
193
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_get_push_location_exact(RemoteGitBranchFormat)
54
194
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_get_upload_location_unset(BranchReferenceFormat)
 
195
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_get_upload_location_unset(BzrBranchFormat4)
 
196
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_get_upload_location_unset(BzrBranchFormat5)
 
197
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_get_upload_location_unset(BzrBranchFormat6)
55
198
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_get_upload_location_unset(BzrBranchFormat7)
 
199
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_get_upload_location_unset(BzrBranchFormat8)
 
200
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_get_upload_location_unset(LocalGitBranchFormat)
 
201
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_get_upload_location_unset(RemoteBranchFormat-default)
 
202
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_get_upload_location_unset(RemoteBranchFormat-v2)
 
203
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_get_upload_location_unset(RemoteGitBranchFormat)
56
204
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_set_push_location(BranchReferenceFormat)
 
205
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_set_push_location(BzrBranchFormat4)
 
206
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_set_push_location(BzrBranchFormat5)
 
207
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_set_push_location(BzrBranchFormat6)
57
208
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_set_push_location(BzrBranchFormat7)
 
209
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_set_push_location(BzrBranchFormat8)
 
210
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_set_push_location(LocalGitBranchFormat)
 
211
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_set_push_location(RemoteGitBranchFormat)
 
212
breezy.plugins.upload.tests.test_upload.TestFullUpload.test_create_symlink(SFTPTransport,SFTPAbsoluteServer)
 
213
breezy.plugins.upload.tests.test_upload.TestFullUpload.test_create_symlink(SFTPTransport,SFTPHomeDirServer)
 
214
breezy.plugins.upload.tests.test_upload.TestFullUpload.test_create_symlink(SFTPTransport,SFTPSiblingAbsoluteServer)
 
215
breezy.plugins.upload.tests.test_upload.TestFullUpload.test_full_upload_empty_tree(SFTPTransport,SFTPAbsoluteServer)
 
216
breezy.plugins.upload.tests.test_upload.TestFullUpload.test_full_upload_empty_tree(SFTPTransport,SFTPHomeDirServer)
 
217
breezy.plugins.upload.tests.test_upload.TestFullUpload.test_full_upload_empty_tree(SFTPTransport,SFTPSiblingAbsoluteServer)
 
218
breezy.plugins.upload.tests.test_upload.TestFullUpload.test_ignore_directory(SFTPTransport,SFTPAbsoluteServer)
 
219
breezy.plugins.upload.tests.test_upload.TestFullUpload.test_ignore_directory(SFTPTransport,SFTPHomeDirServer)
 
220
breezy.plugins.upload.tests.test_upload.TestFullUpload.test_ignore_directory(SFTPTransport,SFTPSiblingAbsoluteServer)
 
221
breezy.plugins.upload.tests.test_upload.TestFullUpload.test_ignore_file(SFTPTransport,SFTPAbsoluteServer)
 
222
breezy.plugins.upload.tests.test_upload.TestFullUpload.test_ignore_file(SFTPTransport,SFTPHomeDirServer)
 
223
breezy.plugins.upload.tests.test_upload.TestFullUpload.test_ignore_file(SFTPTransport,SFTPSiblingAbsoluteServer)
 
224
breezy.plugins.upload.tests.test_upload.TestFullUpload.test_ignore_regexp(SFTPTransport,SFTPAbsoluteServer)
 
225
breezy.plugins.upload.tests.test_upload.TestFullUpload.test_ignore_regexp(SFTPTransport,SFTPHomeDirServer)
 
226
breezy.plugins.upload.tests.test_upload.TestFullUpload.test_ignore_regexp(SFTPTransport,SFTPSiblingAbsoluteServer)
 
227
breezy.plugins.upload.tests.test_upload.TestFullUpload.test_invalid_revspec(SFTPTransport,SFTPAbsoluteServer)
 
228
breezy.plugins.upload.tests.test_upload.TestFullUpload.test_invalid_revspec(SFTPTransport,SFTPHomeDirServer)
 
229
breezy.plugins.upload.tests.test_upload.TestFullUpload.test_invalid_revspec(SFTPTransport,SFTPSiblingAbsoluteServer)
 
230
breezy.plugins.upload.tests.test_upload.TestFullUpload.test_make_file_executable(SFTPTransport,SFTPAbsoluteServer)
 
231
breezy.plugins.upload.tests.test_upload.TestFullUpload.test_make_file_executable(SFTPTransport,SFTPHomeDirServer)
 
232
breezy.plugins.upload.tests.test_upload.TestFullUpload.test_make_file_executable(SFTPTransport,SFTPSiblingAbsoluteServer)
 
233
breezy.plugins.upload.tests.test_upload.TestFullUpload.test_no_upload_when_changes(SFTPTransport,SFTPAbsoluteServer)
 
234
breezy.plugins.upload.tests.test_upload.TestFullUpload.test_no_upload_when_changes(SFTPTransport,SFTPHomeDirServer)
 
235
breezy.plugins.upload.tests.test_upload.TestFullUpload.test_no_upload_when_changes(SFTPTransport,SFTPSiblingAbsoluteServer)
 
236
breezy.plugins.upload.tests.test_upload.TestIncrementalUpload.test_create_symlink(SFTPTransport,SFTPAbsoluteServer)
 
237
breezy.plugins.upload.tests.test_upload.TestIncrementalUpload.test_create_symlink(SFTPTransport,SFTPHomeDirServer)
 
238
breezy.plugins.upload.tests.test_upload.TestIncrementalUpload.test_create_symlink(SFTPTransport,SFTPSiblingAbsoluteServer)
 
239
breezy.plugins.upload.tests.test_upload.TestIncrementalUpload.test_delete_symlink(SFTPTransport,SFTPAbsoluteServer)
 
240
breezy.plugins.upload.tests.test_upload.TestIncrementalUpload.test_delete_symlink(SFTPTransport,SFTPHomeDirServer)
 
241
breezy.plugins.upload.tests.test_upload.TestIncrementalUpload.test_delete_symlink(SFTPTransport,SFTPSiblingAbsoluteServer)
 
242
breezy.plugins.upload.tests.test_upload.TestIncrementalUpload.test_ignore_directory(SFTPTransport,SFTPAbsoluteServer)
 
243
breezy.plugins.upload.tests.test_upload.TestIncrementalUpload.test_ignore_directory(SFTPTransport,SFTPHomeDirServer)
 
244
breezy.plugins.upload.tests.test_upload.TestIncrementalUpload.test_ignore_directory(SFTPTransport,SFTPSiblingAbsoluteServer)
 
245
breezy.plugins.upload.tests.test_upload.TestIncrementalUpload.test_ignore_file(SFTPTransport,SFTPAbsoluteServer)
 
246
breezy.plugins.upload.tests.test_upload.TestIncrementalUpload.test_ignore_file(SFTPTransport,SFTPHomeDirServer)
 
247
breezy.plugins.upload.tests.test_upload.TestIncrementalUpload.test_ignore_file(SFTPTransport,SFTPSiblingAbsoluteServer)
 
248
breezy.plugins.upload.tests.test_upload.TestIncrementalUpload.test_ignore_regexp(SFTPTransport,SFTPAbsoluteServer)
 
249
breezy.plugins.upload.tests.test_upload.TestIncrementalUpload.test_ignore_regexp(SFTPTransport,SFTPHomeDirServer)
 
250
breezy.plugins.upload.tests.test_upload.TestIncrementalUpload.test_ignore_regexp(SFTPTransport,SFTPSiblingAbsoluteServer)
 
251
breezy.plugins.upload.tests.test_upload.TestIncrementalUpload.test_make_file_executable(SFTPTransport,SFTPAbsoluteServer)
 
252
breezy.plugins.upload.tests.test_upload.TestIncrementalUpload.test_make_file_executable(SFTPTransport,SFTPHomeDirServer)
 
253
breezy.plugins.upload.tests.test_upload.TestIncrementalUpload.test_make_file_executable(SFTPTransport,SFTPSiblingAbsoluteServer)
 
254
breezy.plugins.upload.tests.test_upload.TestIncrementalUpload.test_no_upload_when_changes(SFTPTransport,SFTPAbsoluteServer)
 
255
breezy.plugins.upload.tests.test_upload.TestIncrementalUpload.test_no_upload_when_changes(SFTPTransport,SFTPHomeDirServer)
 
256
breezy.plugins.upload.tests.test_upload.TestIncrementalUpload.test_no_upload_when_changes(SFTPTransport,SFTPSiblingAbsoluteServer)
 
257
breezy.plugins.upload.tests.test_upload.TestUploadDiverged.test_cant_upload_diverged
 
258
breezy.plugins.upload.tests.test_upload.TestUploadDiverged.test_upload_diverged_with_overwrite
 
259
breezy.plugins.upload.tests.test_upload.TestUploadFromRemoteBranch.test_no_upload_to_remote_working_tree(SFTPTransport,SFTPAbsoluteServer)
 
260
breezy.plugins.upload.tests.test_upload.TestUploadFromRemoteBranch.test_no_upload_to_remote_working_tree(SFTPTransport,SFTPHomeDirServer)
 
261
breezy.plugins.upload.tests.test_upload.TestUploadFromRemoteBranch.test_no_upload_to_remote_working_tree(SFTPTransport,SFTPSiblingAbsoluteServer)
 
262
breezy.plugins.upload.tests.test_upload.TestUploadFromRemoteBranch.test_upload_without_working_tree(SFTPTransport,SFTPHomeDirServer)
58
263
breezy.plugins.weave_fmt.test_bzrdir.SFTPBranchTest.test_lock_file
59
264
breezy.plugins.weave_fmt.test_bzrdir.TestBranchFormat4.test_no_metadir_support
60
265
breezy.plugins.weave_fmt.test_bzrdir.TestBranchFormat4.test_supports_bzrdir_6
127
332
breezy.plugins.weave_fmt.test_store.TestTransportStore.test__relpath_unregister_suffixes
128
333
breezy.plugins.weave_fmt.test_store.TestVersionFileStore.test_get_weave_readonly_cant_write
129
334
breezy.plugins.weave_fmt.test_store.TestVersionFileStore.test_get_weave_registers_dirty_in_write
 
335
breezy.plugins.weave_fmt.test_workingtree.TestFormat2WorkingTree.test_conflicts
130
336
breezy.plugins.weave_fmt.test_workingtree.TestFormat2WorkingTree.test_detect_conflicts
131
337
breezy.pyutils.get_named_object
132
338
breezy.symbol_versioning.deprecated_in
2309
2515
breezy.tests.per_interbranch.test_copy_content_into.TestCopyContentInto.test_inter_is_used(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
2310
2516
breezy.tests.per_interbranch.test_copy_content_into.TestCopyContentInto.test_inter_is_used(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
2311
2517
breezy.tests.per_interbranch.test_copy_content_into.TestCopyContentInto.test_inter_is_used(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
 
2518
breezy.tests.per_interbranch.test_fetch.TestInterBranchFetch.test_fetch_revisions(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
2312
2519
breezy.tests.per_interbranch.test_fetch.TestInterBranchFetch.test_fetch_revisions(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
2313
2520
breezy.tests.per_interbranch.test_fetch.TestInterBranchFetch.test_fetch_revisions(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
2314
2521
breezy.tests.per_interbranch.test_fetch.TestInterBranchFetch.test_fetch_revisions(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
2881
3088
breezy.tests.per_pack_repository.TestPackRepository.test_supports_external_lookups(2a)
2882
3089
breezy.tests.per_pack_repository.TestPackRepository.test_supports_external_lookups(pack-0.92)
2883
3090
breezy.tests.per_pack_repository.TestPackRepository.test_supports_external_lookups(pack-0.92-subtree)
 
3091
breezy.tests.per_repository_chk.test_supported.TestCHKSupport.test_chk_bytes_attribute_is_VersionedFiles(RemoteRepositoryFormat-default(Supported))
 
3092
breezy.tests.per_repository_chk.test_supported.TestCHKSupport.test_chk_bytes_attribute_is_VersionedFiles(RemoteRepositoryFormat-v2(Supported))
2884
3093
breezy.tests.per_repository_chk.test_supported.TestCHKSupport.test_chk_bytes_attribute_is_VersionedFiles(RepositoryFormat2a)
2885
3094
breezy.tests.per_repository_chk.test_supported.TestCHKSupport.test_chk_bytes_attribute_is_VersionedFiles(RepositoryFormat2aSubtree)
 
3095
breezy.tests.per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_chk_leaf_for_inventory(RemoteRepositoryFormat-default(Supported))
 
3096
breezy.tests.per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_chk_leaf_for_inventory(RemoteRepositoryFormat-v2(Supported))
 
3097
breezy.tests.per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_chk_root_for_inventory(RepositoryFormat2a)
 
3098
breezy.tests.per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_chk_root_for_inventory(RepositoryFormat2aSubtree)
 
3099
breezy.tests.per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_chk_root_for_parent_inventory(RemoteRepositoryFormat-default(Supported))
 
3100
breezy.tests.per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_chk_root_for_parent_inventory(RemoteRepositoryFormat-v2(Supported))
2886
3101
breezy.tests.per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_chk_root_for_parent_inventory(RepositoryFormat2a)
2887
3102
breezy.tests.per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_chk_root_for_parent_inventory(RepositoryFormat2aSubtree)
2888
3103
breezy.tests.per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_chk_root_for_unchanged_inventory(RepositoryFormat2a)
2889
3104
breezy.tests.per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_chk_root_for_unchanged_inventory(RepositoryFormat2aSubtree)
 
3105
breezy.tests.per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_text_record(RepositoryFormat2a)
 
3106
breezy.tests.per_repository_chk.test_supported.TestCommitWriteGroupIntegrityCheck.test_missing_text_record(RepositoryFormat2aSubtree)
2890
3107
breezy.tests.per_repository_chk.test_unsupported.TestNoCHKSupport.test_chk_bytes_attribute_is_None(GitRepositoryFormat)
 
3108
breezy.tests.per_repository_chk.test_unsupported.TestNoCHKSupport.test_chk_bytes_attribute_is_None(RemoteRepositoryFormat-default(Not Supported))
 
3109
breezy.tests.per_repository_chk.test_unsupported.TestNoCHKSupport.test_chk_bytes_attribute_is_None(RemoteRepositoryFormat-v2(Not Supported))
2891
3110
breezy.tests.per_repository_chk.test_unsupported.TestNoCHKSupport.test_chk_bytes_attribute_is_None(RepositoryFormat4)
2892
3111
breezy.tests.per_repository_chk.test_unsupported.TestNoCHKSupport.test_chk_bytes_attribute_is_None(RepositoryFormat5)
2893
3112
breezy.tests.per_repository_chk.test_unsupported.TestNoCHKSupport.test_chk_bytes_attribute_is_None(RepositoryFormat6)
4982
5201
breezy.tests.per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormatKnitPack6RichRoot)
4983
5202
breezy.tests.per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormatPackDevelopment2Subtree)
4984
5203
breezy.tests.per_repository.test_statistics.TestGatherStats.test_gather_stats_empty_repo(GitRepositoryFormat)
 
5204
breezy.tests.per_repository.test_statistics.TestGatherStats.test_gather_stats_empty_repo(RemoteRepositoryFormat-default)
 
5205
breezy.tests.per_repository.test_statistics.TestGatherStats.test_gather_stats_empty_repo(RemoteRepositoryFormat-v2)
4985
5206
breezy.tests.per_repository.test_statistics.TestGatherStats.test_gather_stats_empty_repo(RepositoryFormat2a)
4986
5207
breezy.tests.per_repository.test_statistics.TestGatherStats.test_gather_stats_empty_repo(RepositoryFormat2aSubtree)
4987
5208
breezy.tests.per_repository.test_statistics.TestGatherStats.test_gather_stats_empty_repo(RepositoryFormat4)
5004
5225
breezy.tests.per_repository.test_statistics.TestGatherStats.test_gather_stats(RepositoryFormat2aSubtree)
5005
5226
breezy.tests.per_repository.test_statistics.TestGatherStats.test_gather_stats(RepositoryFormat4)
5006
5227
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_does_not_raise_when_suppressed(GitRepositoryFormat)
 
5228
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_does_not_raise_when_suppressed(RemoteRepositoryFormat-default)
5007
5229
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_does_not_raise_when_suppressed(RepositoryFormat2a)
5008
5230
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_does_not_raise_when_suppressed(RepositoryFormat2aSubtree)
5009
5231
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_does_not_raise_when_suppressed(RepositoryFormat4)
5019
5241
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_does_not_raise_when_suppressed(RepositoryFormatKnitPack6RichRoot)
5020
5242
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_does_not_raise_when_suppressed(RepositoryFormatPackDevelopment2Subtree)
5021
5243
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_gets_None(GitRepositoryFormat)
 
5244
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_gets_None(RemoteRepositoryFormat-default)
5022
5245
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_gets_None(RepositoryFormat2a)
5023
5246
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_gets_None(RepositoryFormat2aSubtree)
5024
5247
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_gets_None(RepositoryFormat4)
5038
5261
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_gets_None(RepositoryFormatKnitPack6RichRoot)
5039
5262
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_abort_write_group_gets_None(RepositoryFormatPackDevelopment2Subtree)
5040
5263
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_commit_write_group_does_not_error(GitRepositoryFormat)
 
5264
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_commit_write_group_does_not_error(RemoteRepositoryFormat-default)
5041
5265
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_commit_write_group_does_not_error(RepositoryFormat2a)
5042
5266
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_commit_write_group_does_not_error(RepositoryFormat2aSubtree)
5043
5267
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_commit_write_group_does_not_error(RepositoryFormat4)
5057
5281
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_commit_write_group_does_not_error(RepositoryFormatKnitPack6RichRoot)
5058
5282
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_commit_write_group_does_not_error(RepositoryFormatPackDevelopment2Subtree)
5059
5283
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_is_in_write_group(GitRepositoryFormat)
 
5284
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_is_in_write_group(RemoteRepositoryFormat-default)
5060
5285
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_is_in_write_group(RepositoryFormat2a)
5061
5286
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_is_in_write_group(RepositoryFormat2aSubtree)
5062
5287
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_is_in_write_group(RepositoryFormat4)
5076
5301
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_is_in_write_group(RepositoryFormatKnitPack6RichRoot)
5077
5302
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_is_in_write_group(RepositoryFormatPackDevelopment2Subtree)
5078
5303
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_read_locked_needs_write_lock(GitRepositoryFormat)
 
5304
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_read_locked_needs_write_lock(RemoteRepositoryFormat-default)
 
5305
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_read_locked_needs_write_lock(RemoteRepositoryFormat-v2)
5079
5306
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_read_locked_needs_write_lock(RepositoryFormat2a)
5080
5307
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_read_locked_needs_write_lock(RepositoryFormat2aSubtree)
5081
5308
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_read_locked_needs_write_lock(RepositoryFormat4)
5095
5322
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_read_locked_needs_write_lock(RepositoryFormatKnitPack6RichRoot)
5096
5323
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_read_locked_needs_write_lock(RepositoryFormatPackDevelopment2Subtree)
5097
5324
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_twice_errors(GitRepositoryFormat)
 
5325
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_twice_errors(RemoteRepositoryFormat-default)
5098
5326
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_twice_errors(RepositoryFormat2a)
5099
5327
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_twice_errors(RepositoryFormat2aSubtree)
5100
5328
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_twice_errors(RepositoryFormat4)
5114
5342
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_twice_errors(RepositoryFormatKnitPack6RichRoot)
5115
5343
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_twice_errors(RepositoryFormatPackDevelopment2Subtree)
5116
5344
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_unlocked_needs_write_lock(GitRepositoryFormat)
 
5345
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_unlocked_needs_write_lock(RemoteRepositoryFormat-default)
 
5346
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_unlocked_needs_write_lock(RemoteRepositoryFormat-v2)
5117
5347
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_unlocked_needs_write_lock(RepositoryFormat2a)
5118
5348
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_unlocked_needs_write_lock(RepositoryFormat2aSubtree)
5119
5349
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_unlocked_needs_write_lock(RepositoryFormat4)
5133
5363
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_unlocked_needs_write_lock(RepositoryFormatKnitPack6RichRoot)
5134
5364
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_unlocked_needs_write_lock(RepositoryFormatPackDevelopment2Subtree)
5135
5365
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_write_locked_gets_None(GitRepositoryFormat)
 
5366
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_write_locked_gets_None(RemoteRepositoryFormat-default)
5136
5367
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_write_locked_gets_None(RepositoryFormat2a)
5137
5368
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_write_locked_gets_None(RepositoryFormat2aSubtree)
5138
5369
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_write_locked_gets_None(RepositoryFormat4)
5152
5383
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_write_locked_gets_None(RepositoryFormatKnitPack6RichRoot)
5153
5384
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_start_write_group_write_locked_gets_None(RepositoryFormatPackDevelopment2Subtree)
5154
5385
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_unlock_in_write_group(GitRepositoryFormat)
 
5386
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_unlock_in_write_group(RemoteRepositoryFormat-default)
5155
5387
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_unlock_in_write_group(RepositoryFormat2a)
5156
5388
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_unlock_in_write_group(RepositoryFormat2aSubtree)
5157
5389
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_unlock_in_write_group(RepositoryFormat4)
5170
5402
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_unlock_in_write_group(RepositoryFormatKnitPack6)
5171
5403
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_unlock_in_write_group(RepositoryFormatKnitPack6RichRoot)
5172
5404
breezy.tests.per_repository.test_write_group.TestWriteGroup.test_unlock_in_write_group(RepositoryFormatPackDevelopment2Subtree)
 
5405
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_basis_missing_errors(RemoteRepositoryFormat-default)
5173
5406
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_basis_missing_errors(RepositoryFormat2a)
5174
5407
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_basis_missing_errors(RepositoryFormat2aSubtree)
5175
5408
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_basis_missing_errors(RepositoryFormat4)
5188
5421
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_basis_missing_errors(RepositoryFormatKnitPack6)
5189
5422
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_basis_missing_errors(RepositoryFormatKnitPack6RichRoot)
5190
5423
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_basis_missing_errors(RepositoryFormatPackDevelopment2Subtree)
 
5424
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_not_in_write_group_errors(RemoteRepositoryFormat-default)
5191
5425
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_not_in_write_group_errors(RepositoryFormat2a)
5192
5426
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_not_in_write_group_errors(RepositoryFormat2aSubtree)
5193
5427
breezy.tests.per_repository_vf.test_add_inventory_by_delta.TestAddInventoryByDelta.test_not_in_write_group_errors(RepositoryFormat4)
5217
5451
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat4,TooManyParentsScenario)
5218
5452
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat4,UndamagedRepositoryScenario)
5219
5453
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_check_behaviour(RepositoryFormat4,UnreferencedFileParentsFromNoOpMergeScenario)
 
5454
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat2a,ClaimedFileParentDidNotModifyFileScenario)
 
5455
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat2a,FileParentIsNotInRevisionAncestryScenario)
 
5456
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat2a,FileParentsNotReferencedByAnyInventoryScenario)
 
5457
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat2a,IncorrectlyOrderedParentsScenario)
 
5458
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat2aSubtree,ClaimedFileParentDidNotModifyFileScenario)
 
5459
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat2aSubtree,FileParentIsNotInRevisionAncestryScenario)
 
5460
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat2aSubtree,FileParentsNotReferencedByAnyInventoryScenario)
 
5461
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat2aSubtree,IncorrectlyOrderedParentsScenario)
 
5462
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat2aSubtree,TooManyParentsScenario)
 
5463
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat2aSubtree,UndamagedRepositoryScenario)
 
5464
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat2aSubtree,UnreferencedFileParentsFromNoOpMergeScenario)
 
5465
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat2a,TooManyParentsScenario)
 
5466
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat2a,UndamagedRepositoryScenario)
 
5467
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat2a,UnreferencedFileParentsFromNoOpMergeScenario)
5220
5468
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat4,ClaimedFileParentDidNotModifyFileScenario)
5221
5469
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat4,FileParentHasInaccessibleInventoryScenario)
5222
5470
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_find_text_key_references(RepositoryFormat4,FileParentIsNotInRevisionAncestryScenario)
5242
5490
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat4,UndamagedRepositoryScenario)
5243
5491
breezy.tests.per_repository_vf.test_check_reconcile.TestFileParentReconciliation.test_reconcile_behaviour(RepositoryFormat4,UnreferencedFileParentsFromNoOpMergeScenario)
5244
5492
breezy.tests.per_repository_vf.test_check.TestCallbacks.test_callback_tree_and_branch(RepositoryFormat4)
 
5493
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents_on_clean_repo(RemoteRepositoryFormat-default)
 
5494
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents_on_clean_repo(RemoteRepositoryFormat-v2)
5245
5495
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents_on_clean_repo(RepositoryFormat2a)
5246
5496
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents_on_clean_repo(RepositoryFormat2aSubtree)
5247
5497
breezy.tests.per_repository_vf.test_check.TestFindInconsistentRevisionParents.test__check_for_inconsistent_revision_parents_on_clean_repo(RepositoryFormat4)
5314
5564
breezy.tests.per_repository_vf.test_check.TestNoSpuriousInconsistentAncestors.test_two_files_different_versions_no_inconsistencies_bug_165071(RepositoryFormat4)
5315
5565
breezy.tests.per_repository_vf.test_fetch.TestSource.test_no_absent_records_in_stream_with_ghosts(RepositoryFormat4)
5316
5566
breezy.tests.per_repository_vf.test_fileid_involved.FileIdInvolvedWGhosts.test_file_ids_include_ghosts(RepositoryFormat4)
 
5567
breezy.tests.per_repository_vf.test_fileid_involved.FileIdInvolvedWGhosts.test_file_ids_uses_fallbacks(RemoteRepositoryFormat-default)
 
5568
breezy.tests.per_repository_vf.test_fileid_involved.FileIdInvolvedWGhosts.test_file_ids_uses_fallbacks(RemoteRepositoryFormat-v2)
5317
5569
breezy.tests.per_repository_vf.test_fileid_involved.FileIdInvolvedWGhosts.test_file_ids_uses_fallbacks(RepositoryFormat4)
5318
5570
breezy.tests.per_repository_vf.test_fileid_involved.FileIdInvolvedWGhosts.test_file_ids_uses_fallbacks(RepositoryFormat5)
5319
5571
breezy.tests.per_repository_vf.test_fileid_involved.FileIdInvolvedWGhosts.test_file_ids_uses_fallbacks(RepositoryFormat6)
5334
5586
breezy.tests.per_repository_vf.test_fileid_involved.TestFileIdInvolved.test_fileids_altered_between_two_revs(RepositoryFormat4)
5335
5587
breezy.tests.per_repository_vf.test_fileid_involved.TestFileIdInvolved.test_fileids_altered_by_revision_ids(RepositoryFormat4)
5336
5588
breezy.tests.per_repository_vf.test_fileid_involved.TestFileIdInvolved.test_fileids_involved_full_compare(RepositoryFormat4)
 
5589
breezy.tests.per_repository_vf.test_find_text_key_references.TestFindTextKeyReferences.test_empty(RemoteRepositoryFormat-default)
 
5590
breezy.tests.per_repository_vf.test_find_text_key_references.TestFindTextKeyReferences.test_empty(RemoteRepositoryFormat-v2)
5337
5591
breezy.tests.per_repository_vf.test_find_text_key_references.TestFindTextKeyReferences.test_empty(RepositoryFormat2a)
5338
5592
breezy.tests.per_repository_vf.test_find_text_key_references.TestFindTextKeyReferences.test_empty(RepositoryFormat2aSubtree)
5339
5593
breezy.tests.per_repository_vf.test_find_text_key_references.TestFindTextKeyReferences.test_empty(RepositoryFormat4)
5372
5626
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_aborts_if_bad_parents_in_index(RepositoryFormatKnitPack6)
5373
5627
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_aborts_if_bad_parents_in_index(RepositoryFormatKnitPack6RichRoot)
5374
5628
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_aborts_if_bad_parents_in_index(RepositoryFormatPackDevelopment2Subtree)
 
5629
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_does_not_abort_on_clean_repo(RemoteRepositoryFormat-default)
5375
5630
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_does_not_abort_on_clean_repo(RepositoryFormat2a)
5376
5631
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_does_not_abort_on_clean_repo(RepositoryFormat2aSubtree)
5377
5632
breezy.tests.per_repository_vf.test_reconcile.TestBadRevisionParents.test_does_not_abort_on_clean_repo(RepositoryFormat4)
5408
5663
breezy.tests.per_repository_vf.test_repository.TestCaseWithCorruptRepository.test_corrupt_revision_access_asserts_if_reported_wrong(RepositoryFormat4)
5409
5664
breezy.tests.per_repository_vf.test_repository.TestCaseWithCorruptRepository.test_corrupt_revision_get_revision_reconcile(RepositoryFormat4)
5410
5665
breezy.tests.per_repository_vf.test_repository.TestRepository.test_add_revision_inventory_sha1(RepositoryFormat4)
 
5666
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_order(RemoteRepositoryFormat-default)
 
5667
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_order(RemoteRepositoryFormat-v2)
5411
5668
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_order(RepositoryFormat2a)
5412
5669
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_order(RepositoryFormat2aSubtree)
5413
5670
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_order(RepositoryFormat4)
5426
5683
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_order(RepositoryFormatKnitPack6)
5427
5684
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_order(RepositoryFormatKnitPack6RichRoot)
5428
5685
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_order(RepositoryFormatPackDevelopment2Subtree)
 
5686
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_uses_deltas(RemoteRepositoryFormat-default)
 
5687
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_uses_deltas(RemoteRepositoryFormat-v2)
5429
5688
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_uses_deltas(RepositoryFormat2a)
5430
5689
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_uses_deltas(RepositoryFormat2aSubtree)
5431
5690
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute__fetch_uses_deltas(RepositoryFormat4)
5447
5706
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_inventories_basics(RepositoryFormat2a)
5448
5707
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_inventories_basics(RepositoryFormat2aSubtree)
5449
5708
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_inventories_basics(RepositoryFormat4)
 
5709
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_inventories_store(RemoteRepositoryFormat-default)
5450
5710
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_inventories_store(RepositoryFormat2a)
5451
5711
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_inventories_store(RepositoryFormat2aSubtree)
5452
5712
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_inventories_store(RepositoryFormat4)
5468
5728
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_revision_store_basics(RepositoryFormat2a)
5469
5729
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_revision_store_basics(RepositoryFormat2aSubtree)
5470
5730
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_revision_store_basics(RepositoryFormat4)
 
5731
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_revision_store(RemoteRepositoryFormat-default)
5471
5732
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_revision_store(RepositoryFormat2a)
5472
5733
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_revision_store(RepositoryFormat2aSubtree)
5473
5734
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_revision_store(RepositoryFormat4)
5486
5747
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_revision_store(RepositoryFormatKnitPack6)
5487
5748
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_revision_store(RepositoryFormatKnitPack6RichRoot)
5488
5749
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_revision_store(RepositoryFormatPackDevelopment2Subtree)
 
5750
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_signature_store(RemoteRepositoryFormat-default)
5489
5751
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_signature_store(RepositoryFormat2a)
5490
5752
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_signature_store(RepositoryFormat2aSubtree)
5491
5753
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_signature_store(RepositoryFormat4)
5505
5767
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_signature_store(RepositoryFormatKnitPack6RichRoot)
5506
5768
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_signature_store(RepositoryFormatPackDevelopment2Subtree)
5507
5769
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_text_store_basics(RepositoryFormat4)
 
5770
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_text_store(RemoteRepositoryFormat-default)
5508
5771
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_text_store(RepositoryFormat2a)
5509
5772
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_text_store(RepositoryFormat2aSubtree)
5510
5773
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_text_store(RepositoryFormat4)
5523
5786
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_text_store(RepositoryFormatKnitPack6)
5524
5787
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_text_store(RepositoryFormatKnitPack6RichRoot)
5525
5788
breezy.tests.per_repository_vf.test_repository.TestRepository.test_attribute_text_store(RepositoryFormatPackDevelopment2Subtree)
 
5789
breezy.tests.per_repository_vf.test_repository.TestRepository.test_exposed_versioned_files_are_marked_dirty(RemoteRepositoryFormat-default)
5526
5790
breezy.tests.per_repository_vf.test_repository.TestRepository.test_exposed_versioned_files_are_marked_dirty(RepositoryFormat2a)
5527
5791
breezy.tests.per_repository_vf.test_repository.TestRepository.test_exposed_versioned_files_are_marked_dirty(RepositoryFormat2aSubtree)
5528
5792
breezy.tests.per_repository_vf.test_repository.TestRepository.test_exposed_versioned_files_are_marked_dirty(RepositoryFormat4)
5541
5805
breezy.tests.per_repository_vf.test_repository.TestRepository.test_exposed_versioned_files_are_marked_dirty(RepositoryFormatKnitPack6)
5542
5806
breezy.tests.per_repository_vf.test_repository.TestRepository.test_exposed_versioned_files_are_marked_dirty(RepositoryFormatKnitPack6RichRoot)
5543
5807
breezy.tests.per_repository_vf.test_repository.TestRepository.test_exposed_versioned_files_are_marked_dirty(RepositoryFormatPackDevelopment2Subtree)
 
5808
breezy.tests.per_repository_vf.test_repository.TestRepository.test_get_serializer_format(RemoteRepositoryFormat-default)
 
5809
breezy.tests.per_repository_vf.test_repository.TestRepository.test_get_serializer_format(RemoteRepositoryFormat-v2)
5544
5810
breezy.tests.per_repository_vf.test_repository.TestRepository.test_get_serializer_format(RepositoryFormat2a)
5545
5811
breezy.tests.per_repository_vf.test_repository.TestRepository.test_get_serializer_format(RepositoryFormat2aSubtree)
5546
5812
breezy.tests.per_repository_vf.test_repository.TestRepository.test_get_serializer_format(RepositoryFormat4)
5559
5825
breezy.tests.per_repository_vf.test_repository.TestRepository.test_get_serializer_format(RepositoryFormatKnitPack6)
5560
5826
breezy.tests.per_repository_vf.test_repository.TestRepository.test_get_serializer_format(RepositoryFormatKnitPack6RichRoot)
5561
5827
breezy.tests.per_repository_vf.test_repository.TestRepository.test_get_serializer_format(RepositoryFormatPackDevelopment2Subtree)
 
5828
breezy.tests.per_repository_vf.test_repository.TestRepository.test__get_sink(RemoteRepositoryFormat-default)
 
5829
breezy.tests.per_repository_vf.test_repository.TestRepository.test__get_sink(RemoteRepositoryFormat-v2)
5562
5830
breezy.tests.per_repository_vf.test_repository.TestRepository.test__get_sink(RepositoryFormat2a)
5563
5831
breezy.tests.per_repository_vf.test_repository.TestRepository.test__get_sink(RepositoryFormat2aSubtree)
5564
5832
breezy.tests.per_repository_vf.test_repository.TestRepository.test__get_sink(RepositoryFormat4)
5582
5850
breezy.tests.per_repository_vf.test_repository.TestRepository.test_iter_inventories_is_ordered(RepositoryFormat2a)
5583
5851
breezy.tests.per_repository_vf.test_repository.TestRepository.test_iter_inventories_is_ordered(RepositoryFormat2aSubtree)
5584
5852
breezy.tests.per_repository_vf.test_repository.TestRepository.test_iter_inventories_is_ordered(RepositoryFormat4)
 
5853
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_empty_get_missing_parent_inventories(RemoteRepositoryFormat-default)
5585
5854
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_empty_get_missing_parent_inventories(RepositoryFormat2a)
5586
5855
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_empty_get_missing_parent_inventories(RepositoryFormat2aSubtree)
5587
5856
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_empty_get_missing_parent_inventories(RepositoryFormat4)
5601
5870
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_empty_get_missing_parent_inventories(RepositoryFormatKnitPack6RichRoot)
5602
5871
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_empty_get_missing_parent_inventories(RepositoryFormatPackDevelopment2Subtree)
5603
5872
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_get_missing_parent_inventories_check(RepositoryFormat4)
 
5873
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_get_missing_parent_inventories(RemoteRepositoryFormat-default)
 
5874
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_get_missing_parent_inventories(RemoteRepositoryFormat-v2)
5604
5875
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_get_missing_parent_inventories(RepositoryFormat4)
5605
5876
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_get_missing_parent_inventories(RepositoryFormat5)
5606
5877
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_get_missing_parent_inventories(RepositoryFormat6)
5611
5882
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_get_missing_parent_inventories(RepositoryFormatKnitPack1)
5612
5883
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_get_missing_parent_inventories(RepositoryFormatKnitPack3)
5613
5884
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_get_missing_parent_inventories(RepositoryFormatKnitPack4)
 
5885
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_ghost_revision(RemoteRepositoryFormat-default)
 
5886
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_ghost_revision(RemoteRepositoryFormat-v2)
5614
5887
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_ghost_revision(RepositoryFormat4)
5615
5888
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_ghost_revision(RepositoryFormat5)
5616
5889
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_ghost_revision(RepositoryFormat6)
5621
5894
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_ghost_revision(RepositoryFormatKnitPack1)
5622
5895
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_ghost_revision(RepositoryFormatKnitPack3)
5623
5896
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_ghost_revision(RepositoryFormatKnitPack4)
 
5897
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_passes_resume_info(RemoteRepositoryFormat-default)
 
5898
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_passes_resume_info(RemoteRepositoryFormat-v2)
5624
5899
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_passes_resume_info(RepositoryFormat2a)
5625
5900
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_passes_resume_info(RepositoryFormat2aSubtree)
5626
5901
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_passes_resume_info(RepositoryFormat4)
5633
5908
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_passes_resume_info(RepositoryFormatKnitPack1)
5634
5909
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_passes_resume_info(RepositoryFormatKnitPack3)
5635
5910
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_passes_resume_info(RepositoryFormatKnitPack4)
 
5911
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_lock(RemoteRepositoryFormat-default)
 
5912
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_lock(RemoteRepositoryFormat-v2)
5636
5913
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_lock(RepositoryFormat2a)
5637
5914
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_lock(RepositoryFormat2aSubtree)
5638
5915
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_lock(RepositoryFormat4)
5651
5928
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_lock(RepositoryFormatKnitPack6)
5652
5929
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_lock(RepositoryFormatKnitPack6RichRoot)
5653
5930
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_lock(RepositoryFormatPackDevelopment2Subtree)
 
5931
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_write_group(RemoteRepositoryFormat-default)
5654
5932
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_write_group(RepositoryFormat2a)
5655
5933
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_write_group(RepositoryFormat2aSubtree)
5656
5934
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_write_group(RepositoryFormat4)
5669
5947
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_write_group(RepositoryFormatKnitPack6)
5670
5948
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_write_group(RepositoryFormatKnitPack6RichRoot)
5671
5949
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking_fails_without_write_group(RepositoryFormatPackDevelopment2Subtree)
 
5950
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking(RemoteRepositoryFormat-default)
5672
5951
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking(RepositoryFormat2a)
5673
5952
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking(RepositoryFormat2aSubtree)
5674
5953
breezy.tests.per_repository_vf.test_write_group.TestGetMissingParentInventories.test_insert_stream_without_locking(RepositoryFormat4)
5755
6034
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_suspend_fails(RepositoryFormatKnit1)
5756
6035
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_suspend_fails(RepositoryFormatKnit3)
5757
6036
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_read_after_suspend_fails(RepositoryFormatKnit4)
 
6037
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_resume_empty_initial_write_group(RemoteRepositoryFormat-default)
5758
6038
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_resume_empty_initial_write_group(RepositoryFormat2a)
5759
6039
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_resume_empty_initial_write_group(RepositoryFormat2aSubtree)
5760
6040
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_resume_empty_initial_write_group(RepositoryFormat4)
5774
6054
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_resume_empty_initial_write_group(RepositoryFormatKnitPack6RichRoot)
5775
6055
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_resume_empty_initial_write_group(RepositoryFormatPackDevelopment2Subtree)
5776
6056
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_resume_write_group_then_abort(RepositoryFormat4)
 
6057
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_suspend_empty_initial_write_group(RemoteRepositoryFormat-default)
5777
6058
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_suspend_empty_initial_write_group(RepositoryFormat2a)
5778
6059
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_suspend_empty_initial_write_group(RepositoryFormat2aSubtree)
5779
6060
breezy.tests.per_repository_vf.test_write_group.TestResumeableWriteGroup.test_suspend_empty_initial_write_group(RepositoryFormat4)
7410
7691
breezy.tests.per_tree.test_revision_tree.TestRevisionTree.test_get_random_tree_raises(WorkingTreeFormat5)
7411
7692
breezy.tests.per_tree.test_revision_tree.TestRevisionTree.test_get_random_tree_raises(WorkingTreeFormat6)
7412
7693
breezy.tests.per_tree.test_revision_tree.TestRevisionTree.test_get_random_tree_raises(WorkingTreeFormat6,remote)
 
7694
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_abc_tree_content_3_no_parents(PreviewTree)
 
7695
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_abc_tree_content_3_no_parents(WorkingTreeFormat2)
 
7696
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_abc_tree_content_3_no_parents(WorkingTreeFormat3)
 
7697
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_abc_tree_content_4_no_parents(WorkingTreeFormat2)
 
7698
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_abc_tree_content_4_no_parents(WorkingTreeFormat3)
 
7699
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_abc_tree_content_6_no_parents(PreviewTree)
 
7700
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_abc_tree_content_6_no_parents(RevisionTree)
 
7701
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_abc_tree_content_6_no_parents(WorkingTreeFormat2)
 
7702
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_abc_tree_content_6_no_parents(WorkingTreeFormat3)
 
7703
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_abc_tree_no_parents(PreviewTree)
 
7704
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_abc_tree_no_parents(WorkingTreeFormat2)
 
7705
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_abc_tree_no_parents(WorkingTreeFormat3)
7413
7706
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_empty_tree_no_parents(DirStateRevisionTree,WT4)
7414
7707
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_empty_tree_no_parents(DirStateRevisionTree,WT5)
7415
7708
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_empty_tree_no_parents(PreviewTree)
7966
8259
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_add_reference_same_root(WorkingTreeFormat4)
7967
8260
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_add_reference_same_root(WorkingTreeFormat5)
7968
8261
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_add_reference_same_root(WorkingTreeFormat6)
 
8262
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_add_reference_same_root(WorkingTreeFormat6,remote)
7969
8263
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_add_reference(WorkingTreeFormat3)
7970
8264
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_add_reference(WorkingTreeFormat4)
7971
8265
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_add_reference(WorkingTreeFormat5)
7992
8286
breezy.tests.per_workingtree.test_add.TestAdd.test_add_invalid(WorkingTreeFormat4)
7993
8287
breezy.tests.per_workingtree.test_add.TestAdd.test_add_invalid(WorkingTreeFormat5)
7994
8288
breezy.tests.per_workingtree.test_add.TestAdd.test_add_invalid(WorkingTreeFormat6)
 
8289
breezy.tests.per_workingtree.test_add.TestAdd.test_add_invalid(WorkingTreeFormat6,remote)
7995
8290
breezy.tests.per_workingtree.test_add.TestAdd.test_add_multiple_with_file_ids(GitWorkingTreeFormat)
7996
8291
breezy.tests.per_workingtree.test_add.TestAdd.test_add_multiple(WorkingTreeFormat2)
7997
8292
breezy.tests.per_workingtree.test_add.TestAdd.test_add_multiple(WorkingTreeFormat3)
8009
8304
breezy.tests.per_workingtree.test_add.TestAdd.test_add_previously_added_with_file_id(WorkingTreeFormat4)
8010
8305
breezy.tests.per_workingtree.test_add.TestAdd.test_add_previously_added_with_file_id(WorkingTreeFormat5)
8011
8306
breezy.tests.per_workingtree.test_add.TestAdd.test_add_previously_added_with_file_id(WorkingTreeFormat6)
 
8307
breezy.tests.per_workingtree.test_add.TestAdd.test_add_previously_added_with_file_id(WorkingTreeFormat6,remote)
8012
8308
breezy.tests.per_workingtree.test_add.TestAdd.test_add_previously_added(WorkingTreeFormat2)
8013
8309
breezy.tests.per_workingtree.test_add.TestAdd.test_add_previously_added(WorkingTreeFormat3)
8014
8310
breezy.tests.per_workingtree.test_add.TestAdd.test_add_previously_added(WorkingTreeFormat4)
8015
8311
breezy.tests.per_workingtree.test_add.TestAdd.test_add_previously_added(WorkingTreeFormat5)
8016
8312
breezy.tests.per_workingtree.test_add.TestAdd.test_add_previously_added(WorkingTreeFormat6)
 
8313
breezy.tests.per_workingtree.test_add.TestAdd.test_add_previously_added(WorkingTreeFormat6,remote)
8017
8314
breezy.tests.per_workingtree.test_add.TestAdd.test_add_root(WorkingTreeFormat2)
8018
8315
breezy.tests.per_workingtree.test_add.TestAdd.test_add_root(WorkingTreeFormat3)
8019
8316
breezy.tests.per_workingtree.test_add.TestAdd.test_add_root(WorkingTreeFormat4)
8038
8335
breezy.tests.per_workingtree.test_basis_tree.TestBasisTree.test_emtpy_tree(WorkingTreeFormat4)
8039
8336
breezy.tests.per_workingtree.test_basis_tree.TestBasisTree.test_emtpy_tree(WorkingTreeFormat5)
8040
8337
breezy.tests.per_workingtree.test_basis_tree.TestBasisTree.test_emtpy_tree(WorkingTreeFormat6)
 
8338
breezy.tests.per_workingtree.test_basis_tree.TestBasisTree.test_emtpy_tree(WorkingTreeFormat6,remote)
8041
8339
breezy.tests.per_workingtree.test_break_lock.TestBreakLock.test_locked(WorkingTreeFormat2)
8042
8340
breezy.tests.per_workingtree.test_break_lock.TestBreakLock.test_locked(WorkingTreeFormat3)
8043
8341
breezy.tests.per_workingtree.test_break_lock.TestBreakLock.test_locked(WorkingTreeFormat4)
8048
8346
breezy.tests.per_workingtree.test_break_lock.TestBreakLock.test_unlocked_repo_locked(WorkingTreeFormat4)
8049
8347
breezy.tests.per_workingtree.test_break_lock.TestBreakLock.test_unlocked_repo_locked(WorkingTreeFormat5)
8050
8348
breezy.tests.per_workingtree.test_break_lock.TestBreakLock.test_unlocked_repo_locked(WorkingTreeFormat6)
 
8349
breezy.tests.per_workingtree.test_break_lock.TestBreakLock.test_unlocked_repo_locked(WorkingTreeFormat6,remote)
8051
8350
breezy.tests.per_workingtree.test_break_lock.TestBreakLock.test_unlocked(WorkingTreeFormat2)
8052
8351
breezy.tests.per_workingtree.test_break_lock.TestBreakLock.test_unlocked(WorkingTreeFormat3)
8053
8352
breezy.tests.per_workingtree.test_break_lock.TestBreakLock.test_unlocked(WorkingTreeFormat4)
8054
8353
breezy.tests.per_workingtree.test_break_lock.TestBreakLock.test_unlocked(WorkingTreeFormat5)
8055
8354
breezy.tests.per_workingtree.test_break_lock.TestBreakLock.test_unlocked(WorkingTreeFormat6)
 
8355
breezy.tests.per_workingtree.test_break_lock.TestBreakLock.test_unlocked(WorkingTreeFormat6,remote)
8056
8356
breezy.tests.per_workingtree.test_check_state.TestCheckState.test_check_broken_dirstate(GitWorkingTreeFormat)
8057
8357
breezy.tests.per_workingtree.test_check_state.TestCheckState.test_check_broken_dirstate(WorkingTreeFormat2)
8058
8358
breezy.tests.per_workingtree.test_check_state.TestCheckState.test_check_broken_dirstate(WorkingTreeFormat3)
8062
8362
breezy.tests.per_workingtree.test_check_state.TestCheckState.test_check_state(WorkingTreeFormat4)
8063
8363
breezy.tests.per_workingtree.test_check_state.TestCheckState.test_check_state(WorkingTreeFormat5)
8064
8364
breezy.tests.per_workingtree.test_check_state.TestCheckState.test_check_state(WorkingTreeFormat6)
 
8365
breezy.tests.per_workingtree.test_check_state.TestCheckState.test_check_state(WorkingTreeFormat6,remote)
8065
8366
breezy.tests.per_workingtree.test_check.TestCheck.test__check_with_refs(GitWorkingTreeFormat)
8066
8367
breezy.tests.per_workingtree.test_check.TestCheck.test__check_with_refs(WorkingTreeFormat3)
8067
8368
breezy.tests.per_workingtree.test_check.TestCheck.test__check_with_refs(WorkingTreeFormat4)
8117
8418
breezy.tests.per_workingtree.test_commit.TestCommit.test_local_commit_does_not_push_to_master(WorkingTreeFormat4)
8118
8419
breezy.tests.per_workingtree.test_commit.TestCommit.test_local_commit_does_not_push_to_master(WorkingTreeFormat5)
8119
8420
breezy.tests.per_workingtree.test_commit.TestCommit.test_local_commit_does_not_push_to_master(WorkingTreeFormat6)
 
8421
breezy.tests.per_workingtree.test_commit.TestCommit.test_local_commit_does_not_push_to_master(WorkingTreeFormat6,remote)
8120
8422
breezy.tests.per_workingtree.test_commit.TestCommit.test_local_commit_ignores_master(GitWorkingTreeFormat)
8121
8423
breezy.tests.per_workingtree.test_commit.TestCommit.test_local_commit_ignores_master(WorkingTreeFormat2)
 
8424
breezy.tests.per_workingtree.test_commit.TestCommit.test_local_commit_ignores_master(WorkingTreeFormat6,remote)
8122
8425
breezy.tests.per_workingtree.test_commit.TestCommit.test_nested_commit_second_commit_detects_changes(WorkingTreeFormat2)
8123
8426
breezy.tests.per_workingtree.test_commit.TestCommit.test_nested_commit_second_commit_detects_changes(WorkingTreeFormat3)
 
8427
breezy.tests.per_workingtree.test_commit.TestCommit.test_nested_commit_second_commit_detects_changes(WorkingTreeFormat6,remote)
8124
8428
breezy.tests.per_workingtree.test_commit.TestCommit.test_nested_commit(WorkingTreeFormat2)
8125
8429
breezy.tests.per_workingtree.test_commit.TestCommit.test_nested_commit(WorkingTreeFormat3)
 
8430
breezy.tests.per_workingtree.test_commit.TestCommit.test_nested_commit(WorkingTreeFormat6,remote)
8126
8431
breezy.tests.per_workingtree.test_commit.TestCommit.test_nested_pointless_commits_are_pointless(WorkingTreeFormat2)
8127
8432
breezy.tests.per_workingtree.test_commit.TestCommit.test_nested_pointless_commits_are_pointless(WorkingTreeFormat3)
8128
8433
breezy.tests.per_workingtree.test_commit.TestCommit.test_nested_pointless_commits_are_pointless(WorkingTreeFormat4)
8129
8434
breezy.tests.per_workingtree.test_commit.TestCommit.test_nested_pointless_commits_are_pointless(WorkingTreeFormat5)
8130
8435
breezy.tests.per_workingtree.test_commit.TestCommit.test_nested_pointless_commits_are_pointless(WorkingTreeFormat6)
 
8436
breezy.tests.per_workingtree.test_commit.TestCommit.test_nested_pointless_commits_are_pointless(WorkingTreeFormat6,remote)
8131
8437
breezy.tests.per_workingtree.test_commit.TestCommit.test_record_initial_ghost(GitWorkingTreeFormat)
8132
8438
breezy.tests.per_workingtree.test_commit.TestCommit.test_record_initial_ghost(WorkingTreeFormat2)
 
8439
breezy.tests.per_workingtree.test_commit.TestCommit.test_record_initial_ghost(WorkingTreeFormat6,remote)
8133
8440
breezy.tests.per_workingtree.test_commit.TestCommit.test_record_two_ghosts(GitWorkingTreeFormat)
8134
8441
breezy.tests.per_workingtree.test_commit.TestCommit.test_record_two_ghosts(WorkingTreeFormat2)
 
8442
breezy.tests.per_workingtree.test_commit.TestCommit.test_record_two_ghosts(WorkingTreeFormat6,remote)
8135
8443
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_binary(GitWorkingTreeFormat)
8136
8444
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_binary(WorkingTreeFormat2)
8137
8445
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_crlf_binary(WorkingTreeFormat3)
8276
8584
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_with_no_lock_fails(WorkingTreeFormat4)
8277
8585
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_with_no_lock_fails(WorkingTreeFormat5)
8278
8586
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_with_no_lock_fails(WorkingTreeFormat6)
 
8587
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_with_no_lock_fails(WorkingTreeFormat6,remote)
8279
8588
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_with_read_lock_fails(GitWorkingTreeFormat)
8280
8589
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_with_read_lock_fails(WorkingTreeFormat2)
8281
8590
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_with_read_lock_fails(WorkingTreeFormat3)
8282
8591
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_with_read_lock_fails(WorkingTreeFormat4)
8283
8592
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_with_read_lock_fails(WorkingTreeFormat5)
8284
8593
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_with_read_lock_fails(WorkingTreeFormat6)
 
8594
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_with_read_lock_fails(WorkingTreeFormat6,remote)
8285
8595
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_after_commit(WorkingTreeFormat4)
8286
8596
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_after_commit(WorkingTreeFormat5)
8287
8597
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_after_commit(WorkingTreeFormat6)
8290
8600
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(WorkingTreeFormat4)
8291
8601
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(WorkingTreeFormat5)
8292
8602
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(WorkingTreeFormat6)
 
8603
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(WorkingTreeFormat6,remote)
8293
8604
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_get_renamed_time(WorkingTreeFormat2)
8294
8605
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_get_renamed_time(WorkingTreeFormat3)
8295
8606
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_missing(WorkingTreeFormat2)
8297
8608
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_missing(WorkingTreeFormat4)
8298
8609
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_missing(WorkingTreeFormat5)
8299
8610
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_missing(WorkingTreeFormat6)
 
8611
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_missing(WorkingTreeFormat6,remote)
8300
8612
breezy.tests.per_workingtree.test_get_parent_ids.TestGetParentIds.test_pending_merges(GitWorkingTreeFormat)
8301
8613
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_add(GitWorkingTreeFormat)
8302
8614
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_add(WorkingTreeFormat2)
8310
8622
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_child_rename_ordering(WorkingTreeFormat4)
8311
8623
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_child_rename_ordering(WorkingTreeFormat5)
8312
8624
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_child_rename_ordering(WorkingTreeFormat6)
 
8625
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_child_rename_ordering(WorkingTreeFormat6,remote)
8313
8626
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_remove(GitWorkingTreeFormat)
8314
8627
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_remove(WorkingTreeFormat2)
8315
8628
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_remove(WorkingTreeFormat3)
8346
8659
breezy.tests.per_workingtree.test_inv.TestTreeReference.test_tree_reference_matches_inv(WorkingTreeFormat4)
8347
8660
breezy.tests.per_workingtree.test_inv.TestTreeReference.test_tree_reference_matches_inv(WorkingTreeFormat5)
8348
8661
breezy.tests.per_workingtree.test_inv.TestTreeReference.test_tree_reference_matches_inv(WorkingTreeFormat6)
 
8662
breezy.tests.per_workingtree.test_inv.TestTreeReference.test_tree_reference_matches_inv(WorkingTreeFormat6,remote)
8349
8663
breezy.tests.per_workingtree.test_is_control_filename.TestIsControlFilename.test_dotbzr_is_control_in_cwd(GitWorkingTreeFormat)
8350
8664
breezy.tests.per_workingtree.test_is_control_filename.TestIsControlFilename.test_dotbzr_is_control_in_cwd(WorkingTreeFormat2)
8351
8665
breezy.tests.per_workingtree.test_is_control_filename.TestIsControlFilename.test_dotbzr_is_control_in_cwd(WorkingTreeFormat3)
8352
8666
breezy.tests.per_workingtree.test_is_control_filename.TestIsControlFilename.test_dotbzr_is_control_in_cwd(WorkingTreeFormat4)
8353
8667
breezy.tests.per_workingtree.test_is_control_filename.TestIsControlFilename.test_dotbzr_is_control_in_cwd(WorkingTreeFormat5)
8354
8668
breezy.tests.per_workingtree.test_is_control_filename.TestIsControlFilename.test_dotbzr_is_control_in_cwd(WorkingTreeFormat6)
 
8669
breezy.tests.per_workingtree.test_is_control_filename.TestIsControlFilename.test_dotbzr_is_control_in_cwd(WorkingTreeFormat6,remote)
8355
8670
breezy.tests.per_workingtree.test_is_control_filename.TestIsControlFilename.test_dotbzr_is_control_in_subdir(GitWorkingTreeFormat)
8356
8671
breezy.tests.per_workingtree.test_is_control_filename.TestIsControlFilename.test_dotbzr_is_control_in_subdir(WorkingTreeFormat2)
8357
8672
breezy.tests.per_workingtree.test_is_control_filename.TestIsControlFilename.test_dotbzr_is_control_in_subdir(WorkingTreeFormat3)
8358
8673
breezy.tests.per_workingtree.test_is_control_filename.TestIsControlFilename.test_dotbzr_is_control_in_subdir(WorkingTreeFormat4)
8359
8674
breezy.tests.per_workingtree.test_is_control_filename.TestIsControlFilename.test_dotbzr_is_control_in_subdir(WorkingTreeFormat5)
8360
8675
breezy.tests.per_workingtree.test_is_control_filename.TestIsControlFilename.test_dotbzr_is_control_in_subdir(WorkingTreeFormat6)
 
8676
breezy.tests.per_workingtree.test_is_control_filename.TestIsControlFilename.test_dotbzr_is_control_in_subdir(WorkingTreeFormat6,remote)
8361
8677
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_global_ignored(GitWorkingTreeFormat)
8362
8678
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_ignore_caching(GitWorkingTreeFormat)
8363
8679
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_ignore_caching(WorkingTreeFormat2)
8365
8681
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_ignore_caching(WorkingTreeFormat4)
8366
8682
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_ignore_caching(WorkingTreeFormat5)
8367
8683
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_ignore_caching(WorkingTreeFormat6)
 
8684
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_ignore_caching(WorkingTreeFormat6,remote)
8368
8685
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_is_ignored(GitWorkingTreeFormat)
8369
8686
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_mixed_is_ignored(GitWorkingTreeFormat)
8370
8687
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_mixed_is_ignored(WorkingTreeFormat2)
8372
8689
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_mixed_is_ignored(WorkingTreeFormat4)
8373
8690
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_mixed_is_ignored(WorkingTreeFormat5)
8374
8691
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_mixed_is_ignored(WorkingTreeFormat6)
 
8692
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_mixed_is_ignored(WorkingTreeFormat6,remote)
8375
8693
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_runtime_ignores(GitWorkingTreeFormat)
8376
8694
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_runtime_ignores(WorkingTreeFormat2)
8377
8695
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_runtime_ignores(WorkingTreeFormat3)
8378
8696
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_runtime_ignores(WorkingTreeFormat4)
8379
8697
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_runtime_ignores(WorkingTreeFormat5)
8380
8698
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_runtime_ignores(WorkingTreeFormat6)
 
8699
breezy.tests.per_workingtree.test_is_ignored.TestIsIgnored.test_runtime_ignores(WorkingTreeFormat6,remote)
8381
8700
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_failing_to_lock_branch_does_not_lock(WorkingTreeFormat2)
8382
8701
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_failing_to_lock_branch_does_not_lock(WorkingTreeFormat3)
8383
8702
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_failing_to_lock_branch_does_not_lock(WorkingTreeFormat4)
8399
8718
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_lock_read_returns_unlocker(WorkingTreeFormat4)
8400
8719
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_lock_read_returns_unlocker(WorkingTreeFormat5)
8401
8720
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_lock_read_returns_unlocker(WorkingTreeFormat6)
 
8721
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_lock_read_returns_unlocker(WorkingTreeFormat6,remote)
8402
8722
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_lock_tree_write_returns_unlocker(GitWorkingTreeFormat)
8403
8723
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_lock_tree_write_returns_unlocker(WorkingTreeFormat2)
8404
8724
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_lock_tree_write_returns_unlocker(WorkingTreeFormat3)
8405
8725
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_lock_tree_write_returns_unlocker(WorkingTreeFormat4)
8406
8726
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_lock_tree_write_returns_unlocker(WorkingTreeFormat5)
8407
8727
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_lock_tree_write_returns_unlocker(WorkingTreeFormat6)
 
8728
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_lock_tree_write_returns_unlocker(WorkingTreeFormat6,remote)
8408
8729
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_lock_write_returns_unlocker(WorkingTreeFormat2)
8409
8730
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_lock_write_returns_unlocker(WorkingTreeFormat3)
8410
8731
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_lock_write_returns_unlocker(WorkingTreeFormat4)
8416
8737
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_read_unlock(WorkingTreeFormat4)
8417
8738
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_read_unlock(WorkingTreeFormat5)
8418
8739
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_read_unlock(WorkingTreeFormat6)
 
8740
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_read_unlock(WorkingTreeFormat6,remote)
8419
8741
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_tree_write_branch_read_locked(GitWorkingTreeFormat)
8420
8742
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_tree_write_branch_read_locked(WorkingTreeFormat2)
8421
8743
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_tree_write_branch_read_locked(WorkingTreeFormat3)
8422
8744
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_tree_write_branch_read_locked(WorkingTreeFormat4)
8423
8745
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_tree_write_branch_read_locked(WorkingTreeFormat5)
8424
8746
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_tree_write_branch_read_locked(WorkingTreeFormat6)
 
8747
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_tree_write_branch_read_locked(WorkingTreeFormat6,remote)
8425
8748
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_tree_write_unlock(GitWorkingTreeFormat)
8426
8749
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_tree_write_unlock(WorkingTreeFormat2)
8427
8750
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_tree_write_unlock(WorkingTreeFormat3)
8428
8751
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_tree_write_unlock(WorkingTreeFormat4)
8429
8752
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_tree_write_unlock(WorkingTreeFormat5)
8430
8753
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_tree_write_unlock(WorkingTreeFormat6)
 
8754
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_tree_write_unlock(WorkingTreeFormat6,remote)
8431
8755
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_write_unlock(WorkingTreeFormat2)
8432
8756
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_write_unlock(WorkingTreeFormat3)
8433
8757
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_trivial_lock_write_unlock(WorkingTreeFormat4)
8443
8767
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_from_tree_write_lock_flushes(WorkingTreeFormat4)
8444
8768
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_from_tree_write_lock_flushes(WorkingTreeFormat5)
8445
8769
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_from_tree_write_lock_flushes(WorkingTreeFormat6)
 
8770
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_from_tree_write_lock_flushes(WorkingTreeFormat6,remote)
8446
8771
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_from_write_lock_flushes(WorkingTreeFormat2)
8447
8772
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_from_write_lock_flushes(WorkingTreeFormat3)
8448
8773
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_from_write_lock_flushes(WorkingTreeFormat4)
8449
8774
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_from_write_lock_flushes(WorkingTreeFormat5)
8450
8775
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_from_write_lock_flushes(WorkingTreeFormat6)
 
8776
breezy.tests.per_workingtree.test_merge_from_branch.TestMergeFromBranch.test_compare_after_merge(WorkingTreeFormat4)
 
8777
breezy.tests.per_workingtree.test_merge_from_branch.TestMergeFromBranch.test_compare_after_merge(WorkingTreeFormat5)
 
8778
breezy.tests.per_workingtree.test_merge_from_branch.TestMergeFromBranch.test_compare_after_merge(WorkingTreeFormat6)
 
8779
breezy.tests.per_workingtree.test_merge_from_branch.TestMergeFromBranch.test_merge_base(WorkingTreeFormat4)
 
8780
breezy.tests.per_workingtree.test_merge_from_branch.TestMergeFromBranch.test_merge_base(WorkingTreeFormat5)
 
8781
breezy.tests.per_workingtree.test_merge_from_branch.TestMergeFromBranch.test_merge_base(WorkingTreeFormat6)
8451
8782
breezy.tests.per_workingtree.test_merge_from_branch.TestMergeFromBranch.test_merge_empty(WorkingTreeFormat4)
8452
8783
breezy.tests.per_workingtree.test_merge_from_branch.TestMergeFromBranch.test_merge_empty(WorkingTreeFormat5)
8453
8784
breezy.tests.per_workingtree.test_merge_from_branch.TestMergeFromBranch.test_merge_empty(WorkingTreeFormat6)
8486
8817
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_comparison_data_does_not_autodetect_subtree(WorkingTreeFormat4)
8487
8818
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_comparison_data_does_not_autodetect_subtree(WorkingTreeFormat5)
8488
8819
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_comparison_data_does_not_autodetect_subtree(WorkingTreeFormat6)
 
8820
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_comparison_data_does_not_autodetect_subtree(WorkingTreeFormat6,remote)
8489
8821
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_extract_while_locked(WorkingTreeFormat2)
8490
8822
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_extract_while_locked(WorkingTreeFormat3)
 
8823
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_extract_while_locked(WorkingTreeFormat6,remote)
8491
8824
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_iter_entries_by_dir_autodetects_subtree(WorkingTreeFormat2)
8492
8825
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_iter_entries_by_dir_autodetects_subtree(WorkingTreeFormat3)
 
8826
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_iter_entries_by_dir_autodetects_subtree(WorkingTreeFormat6,remote)
8493
8827
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_may_not_autodetect_subtree(WorkingTreeFormat2)
8494
8828
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_may_not_autodetect_subtree(WorkingTreeFormat3)
8495
8829
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_may_not_autodetect_subtree(WorkingTreeFormat4)
8496
8830
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_may_not_autodetect_subtree(WorkingTreeFormat5)
8497
8831
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_may_not_autodetect_subtree(WorkingTreeFormat6)
 
8832
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_may_not_autodetect_subtree(WorkingTreeFormat6,remote)
8498
8833
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_set_get_inventory_tree_reference(GitWorkingTreeFormat)
8499
8834
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_set_get_inventory_tree_reference(WorkingTreeFormat2)
8500
8835
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_set_get_inventory_tree_reference(WorkingTreeFormat3)
 
8836
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_set_get_inventory_tree_reference(WorkingTreeFormat6,remote)
8501
8837
breezy.tests.per_workingtree.test_parents.TestAddParent.test_add_first_parent_id_ghost_rejects(WorkingTreeFormat3)
8502
8838
breezy.tests.per_workingtree.test_parents.TestAddParent.test_add_first_parent_id_ghost_rejects(WorkingTreeFormat4)
8503
8839
breezy.tests.per_workingtree.test_parents.TestAddParent.test_add_first_parent_id_ghost_rejects(WorkingTreeFormat5)
8524
8860
breezy.tests.per_workingtree.test_parents.TestGetParents.test_get_parents(WorkingTreeFormat4)
8525
8861
breezy.tests.per_workingtree.test_parents.TestGetParents.test_get_parents(WorkingTreeFormat5)
8526
8862
breezy.tests.per_workingtree.test_parents.TestGetParents.test_get_parents(WorkingTreeFormat6)
 
8863
breezy.tests.per_workingtree.test_parents.TestGetParents.test_get_parents(WorkingTreeFormat6,remote)
8527
8864
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_duplicate_parent_ids(WorkingTreeFormat4)
8528
8865
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_duplicate_parent_ids(WorkingTreeFormat5)
8529
8866
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_duplicate_parent_ids(WorkingTreeFormat6)
8546
8883
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_one_ghost_parent_rejects(WorkingTreeFormat4)
8547
8884
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_one_ghost_parent_rejects(WorkingTreeFormat5)
8548
8885
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_one_ghost_parent_rejects(WorkingTreeFormat6)
 
8886
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_one_ghost_parent_rejects(WorkingTreeFormat6,remote)
8549
8887
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_parent_ids_in_ancestry(WorkingTreeFormat4)
8550
8888
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_parent_ids_in_ancestry(WorkingTreeFormat5)
8551
8889
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_parent_ids_in_ancestry(WorkingTreeFormat6)
8586
8924
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_find_single_root(WorkingTreeFormat4)
8587
8925
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_find_single_root(WorkingTreeFormat5)
8588
8926
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_find_single_root(WorkingTreeFormat6)
 
8927
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_find_single_root(WorkingTreeFormat6,remote)
8589
8928
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_find_tree_and_clone_roots(GitWorkingTreeFormat)
8590
8929
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_find_tree_basis_roots(GitWorkingTreeFormat)
8591
8930
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_paths_none_result_none(GitWorkingTreeFormat)
8594
8933
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_paths_none_result_none(WorkingTreeFormat4)
8595
8934
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_paths_none_result_none(WorkingTreeFormat5)
8596
8935
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_paths_none_result_none(WorkingTreeFormat6)
 
8936
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_paths_none_result_none(WorkingTreeFormat6,remote)
8597
8937
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_unversioned_all_of_multiple_trees(GitWorkingTreeFormat)
8598
8938
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_unversioned_all_of_multiple_trees(WorkingTreeFormat3)
8599
8939
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_unversioned_all_of_multiple_trees(WorkingTreeFormat4)
8607
8947
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_unversioned_one_tree(WorkingTreeFormat4)
8608
8948
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_unversioned_one_tree(WorkingTreeFormat5)
8609
8949
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_unversioned_one_tree(WorkingTreeFormat6)
 
8950
breezy.tests.per_workingtree.test_paths2ids.TestPaths2Ids.test_unversioned_one_tree(WorkingTreeFormat6,remote)
8610
8951
breezy.tests.per_workingtree.test_pull.TestPull.test_pull_changes_root_id(GitWorkingTreeFormat)
8611
8952
breezy.tests.per_workingtree.test_pull.TestPull.test_pull(WorkingTreeFormat4)
8612
8953
breezy.tests.per_workingtree.test_pull.TestPull.test_pull(WorkingTreeFormat5)
8613
8954
breezy.tests.per_workingtree.test_pull.TestPull.test_pull(WorkingTreeFormat6)
8614
8955
breezy.tests.per_workingtree.test_pull.TestPullWithOrphans.test_pull_orphans(GitWorkingTreeFormat)
8615
8956
breezy.tests.per_workingtree.test_pull.TestPullWithOrphans.test_pull_orphans(WorkingTreeFormat2)
 
8957
breezy.tests.per_workingtree.test_put_file.TestPutFileBytesNonAtomic.test_put_existing_file(WorkingTreeFormat2)
 
8958
breezy.tests.per_workingtree.test_put_file.TestPutFileBytesNonAtomic.test_put_existing_file(WorkingTreeFormat3)
 
8959
breezy.tests.per_workingtree.test_put_file.TestPutFileBytesNonAtomic.test_put_existing_file(WorkingTreeFormat4)
 
8960
breezy.tests.per_workingtree.test_put_file.TestPutFileBytesNonAtomic.test_put_existing_file(WorkingTreeFormat5)
 
8961
breezy.tests.per_workingtree.test_put_file.TestPutFileBytesNonAtomic.test_put_existing_file(WorkingTreeFormat6)
 
8962
breezy.tests.per_workingtree.test_put_file.TestPutFileBytesNonAtomic.test_put_new_file(WorkingTreeFormat2)
 
8963
breezy.tests.per_workingtree.test_put_file.TestPutFileBytesNonAtomic.test_put_new_file(WorkingTreeFormat3)
 
8964
breezy.tests.per_workingtree.test_put_file.TestPutFileBytesNonAtomic.test_put_new_file(WorkingTreeFormat4)
 
8965
breezy.tests.per_workingtree.test_put_file.TestPutFileBytesNonAtomic.test_put_new_file(WorkingTreeFormat5)
 
8966
breezy.tests.per_workingtree.test_put_file.TestPutFileBytesNonAtomic.test_put_new_file(WorkingTreeFormat6)
8616
8967
breezy.tests.per_workingtree.test_read_working_inventory.TestReadWorkingInventory.test_read_after_inventory_modification(GitWorkingTreeFormat)
8617
8968
breezy.tests.per_workingtree.test_read_working_inventory.TestReadWorkingInventory.test_read_after_inventory_modification(WorkingTreeFormat2)
8618
8969
breezy.tests.per_workingtree.test_read_working_inventory.TestReadWorkingInventory.test_read_after_inventory_modification(WorkingTreeFormat3)
8622
8973
breezy.tests.per_workingtree.test_read_working_inventory.TestReadWorkingInventory.test_trivial_read(WorkingTreeFormat4)
8623
8974
breezy.tests.per_workingtree.test_read_working_inventory.TestReadWorkingInventory.test_trivial_read(WorkingTreeFormat5)
8624
8975
breezy.tests.per_workingtree.test_read_working_inventory.TestReadWorkingInventory.test_trivial_read(WorkingTreeFormat6)
 
8976
breezy.tests.per_workingtree.test_read_working_inventory.TestReadWorkingInventory.test_trivial_read(WorkingTreeFormat6,remote)
8625
8977
breezy.tests.per_workingtree.test_remove.TestRemove.test_force_remove_changed_files(WorkingTreeFormat2)
8626
8978
breezy.tests.per_workingtree.test_remove.TestRemove.test_force_remove_changed_files(WorkingTreeFormat3)
8627
8979
breezy.tests.per_workingtree.test_remove.TestRemove.test_force_remove_changed_files(WorkingTreeFormat4)
8628
8980
breezy.tests.per_workingtree.test_remove.TestRemove.test_force_remove_changed_files(WorkingTreeFormat5)
8629
8981
breezy.tests.per_workingtree.test_remove.TestRemove.test_force_remove_changed_files(WorkingTreeFormat6)
 
8982
breezy.tests.per_workingtree.test_remove.TestRemove.test_force_remove_changed_files(WorkingTreeFormat6,remote)
8630
8983
breezy.tests.per_workingtree.test_remove.TestRemove.test_remove_keep_subtree(WorkingTreeFormat3)
8631
8984
breezy.tests.per_workingtree.test_remove.TestRemove.test_remove_keep_subtree(WorkingTreeFormat4)
8632
8985
breezy.tests.per_workingtree.test_remove.TestRemove.test_remove_keep_subtree(WorkingTreeFormat5)
8636
8989
breezy.tests.per_workingtree.test_remove.TestRemove.test_remove_keep(WorkingTreeFormat4)
8637
8990
breezy.tests.per_workingtree.test_remove.TestRemove.test_remove_keep(WorkingTreeFormat5)
8638
8991
breezy.tests.per_workingtree.test_remove.TestRemove.test_remove_keep(WorkingTreeFormat6)
 
8992
breezy.tests.per_workingtree.test_remove.TestRemove.test_remove_keep(WorkingTreeFormat6,remote)
8639
8993
breezy.tests.per_workingtree.test_remove.TestRemove.test_remove_nonexisting_files(WorkingTreeFormat2)
8640
8994
breezy.tests.per_workingtree.test_remove.TestRemove.test_remove_nonexisting_files(WorkingTreeFormat3)
8641
8995
breezy.tests.per_workingtree.test_remove.TestRemove.test_remove_uncommitted_removed_file(WorkingTreeFormat4)
8675
9029
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_pending_merge_revision_tree(WorkingTreeFormat6)
8676
9030
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_uncached_basis_via_revision_tree(GitWorkingTreeFormat)
8677
9031
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_uncached_basis_via_revision_tree(WorkingTreeFormat2)
 
9032
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_uncached_basis_via_revision_tree(WorkingTreeFormat6,remote)
8678
9033
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_zeroth_basis_tree_via_revision_tree(GitWorkingTreeFormat)
8679
9034
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_zeroth_basis_tree_via_revision_tree(WorkingTreeFormat2)
8680
9035
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_zeroth_basis_tree_via_revision_tree(WorkingTreeFormat3)
8681
9036
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_zeroth_basis_tree_via_revision_tree(WorkingTreeFormat4)
8682
9037
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_zeroth_basis_tree_via_revision_tree(WorkingTreeFormat5)
8683
9038
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_zeroth_basis_tree_via_revision_tree(WorkingTreeFormat6)
 
9039
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_zeroth_basis_tree_via_revision_tree(WorkingTreeFormat6,remote)
8684
9040
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_revision_tree_different_root_id(GitWorkingTreeFormat)
8685
9041
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_revision_tree_different_root_id(WorkingTreeFormat3)
8686
9042
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_revision_tree_different_root_id(WorkingTreeFormat4)
8704
9060
breezy.tests.per_workingtree.test_shelf_manager.TestShelfManager.test_shelf_manager(WorkingTreeFormat4)
8705
9061
breezy.tests.per_workingtree.test_shelf_manager.TestShelfManager.test_shelf_manager(WorkingTreeFormat5)
8706
9062
breezy.tests.per_workingtree.test_shelf_manager.TestShelfManager.test_shelf_manager(WorkingTreeFormat6)
 
9063
breezy.tests.per_workingtree.test_shelf_manager.TestShelfManager.test_shelf_manager(WorkingTreeFormat6,remote)
8707
9064
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_above_tree_preserves_tree(WorkingTreeFormat2)
8708
9065
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_above_tree_preserves_tree(WorkingTreeFormat3)
8709
9066
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_above_tree_preserves_tree(WorkingTreeFormat4)
8710
9067
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_above_tree_preserves_tree(WorkingTreeFormat5)
8711
9068
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_above_tree_preserves_tree(WorkingTreeFormat6)
 
9069
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_above_tree_preserves_tree(WorkingTreeFormat6,remote)
8712
9070
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_dir_bug_251864(WorkingTreeFormat3)
8713
9071
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_dot_from_root(WorkingTreeFormat2)
8714
9072
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_dot_from_root(WorkingTreeFormat3)
8715
9073
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_dot_from_root(WorkingTreeFormat4)
8716
9074
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_dot_from_root(WorkingTreeFormat5)
8717
9075
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_dot_from_root(WorkingTreeFormat6)
 
9076
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_dot_from_root(WorkingTreeFormat6,remote)
8718
9077
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_dot_from_subdir(WorkingTreeFormat2)
8719
9078
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_dot_from_subdir(WorkingTreeFormat3)
8720
9079
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_dot_from_subdir(WorkingTreeFormat4)
8721
9080
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_dot_from_subdir(WorkingTreeFormat5)
8722
9081
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_dot_from_subdir(WorkingTreeFormat6)
 
9082
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_dot_from_subdir(WorkingTreeFormat6,remote)
8723
9083
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_file_in_unknown_dir(WorkingTreeFormat2)
8724
9084
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_file_in_unknown_dir(WorkingTreeFormat3)
8725
9085
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_ignored_nested_paths(WorkingTreeFormat2)
8727
9087
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_ignored_nested_paths(WorkingTreeFormat4)
8728
9088
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_ignored_nested_paths(WorkingTreeFormat5)
8729
9089
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_ignored_nested_paths(WorkingTreeFormat6)
 
9090
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_ignored_nested_paths(WorkingTreeFormat6,remote)
8730
9091
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_multiple_dirs(WorkingTreeFormat2)
8731
9092
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_multiple_dirs(WorkingTreeFormat3)
8732
9093
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_multiple_dirs(WorkingTreeFormat4)
8733
9094
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_multiple_dirs(WorkingTreeFormat5)
8734
9095
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_multiple_dirs(WorkingTreeFormat6)
 
9096
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_multiple_dirs(WorkingTreeFormat6,remote)
8735
9097
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_non_existant(GitWorkingTreeFormat)
8736
9098
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_non_existant(WorkingTreeFormat2)
8737
9099
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_non_existant(WorkingTreeFormat3)
8738
9100
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_non_existant(WorkingTreeFormat4)
8739
9101
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_non_existant(WorkingTreeFormat5)
8740
9102
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_non_existant(WorkingTreeFormat6)
 
9103
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_non_existant(WorkingTreeFormat6,remote)
8741
9104
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_paths(WorkingTreeFormat2)
8742
9105
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_paths(WorkingTreeFormat3)
8743
9106
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_paths(WorkingTreeFormat4)
8744
9107
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_paths(WorkingTreeFormat5)
8745
9108
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_paths(WorkingTreeFormat6)
 
9109
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_paths(WorkingTreeFormat6,remote)
8746
9110
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_tree_from_above_tree(WorkingTreeFormat2)
8747
9111
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_tree_from_above_tree(WorkingTreeFormat3)
8748
9112
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_tree_from_above_tree(WorkingTreeFormat4)
8749
9113
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_tree_from_above_tree(WorkingTreeFormat5)
8750
9114
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_tree_from_above_tree(WorkingTreeFormat6)
 
9115
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_add_tree_from_above_tree(WorkingTreeFormat6,remote)
8751
9116
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_path_containing_carriagereturn_skips(WorkingTreeFormat2)
8752
9117
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_path_containing_carriagereturn_skips(WorkingTreeFormat3)
8753
9118
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_path_containing_carriagereturn_skips(WorkingTreeFormat4)
8754
9119
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_path_containing_carriagereturn_skips(WorkingTreeFormat5)
8755
9120
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_path_containing_carriagereturn_skips(WorkingTreeFormat6)
 
9121
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_path_containing_carriagereturn_skips(WorkingTreeFormat6,remote)
8756
9122
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_path_containing_newline_skips(WorkingTreeFormat2)
8757
9123
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_path_containing_newline_skips(WorkingTreeFormat3)
8758
9124
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_path_containing_newline_skips(WorkingTreeFormat4)
8759
9125
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_path_containing_newline_skips(WorkingTreeFormat5)
8760
9126
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_path_containing_newline_skips(WorkingTreeFormat6)
 
9127
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_path_containing_newline_skips(WorkingTreeFormat6,remote)
8761
9128
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_returns_and_ignores(WorkingTreeFormat2)
8762
9129
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_returns_and_ignores(WorkingTreeFormat3)
8763
9130
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_returns_and_ignores(WorkingTreeFormat4)
8764
9131
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_returns_and_ignores(WorkingTreeFormat5)
8765
9132
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_returns_and_ignores(WorkingTreeFormat6)
 
9133
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_returns_and_ignores(WorkingTreeFormat6,remote)
8766
9134
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_save_false(WorkingTreeFormat2)
8767
9135
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_save_false(WorkingTreeFormat3)
8768
9136
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_save_false(WorkingTreeFormat4)
8775
9143
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_skip_nested_trees(WorkingTreeFormat4)
8776
9144
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_skip_nested_trees(WorkingTreeFormat5)
8777
9145
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_skip_nested_trees(WorkingTreeFormat6)
 
9146
breezy.tests.per_workingtree.test_smart_add.TestSmartAddTree.test_skip_nested_trees(WorkingTreeFormat6,remote)
8778
9147
breezy.tests.per_workingtree.test_symlinks.TestOpenTree.test_open_containing_through_symlink(GitWorkingTreeFormat)
8779
9148
breezy.tests.per_workingtree.test_symlinks.TestOpenTree.test_open_containing_through_symlink(WorkingTreeFormat2)
8780
9149
breezy.tests.per_workingtree.test_symlinks.TestOpenTree.test_open_containing_through_symlink(WorkingTreeFormat3)
8781
9150
breezy.tests.per_workingtree.test_symlinks.TestOpenTree.test_open_containing_through_symlink(WorkingTreeFormat4)
8782
9151
breezy.tests.per_workingtree.test_symlinks.TestOpenTree.test_open_containing_through_symlink(WorkingTreeFormat5)
8783
9152
breezy.tests.per_workingtree.test_symlinks.TestOpenTree.test_open_containing_through_symlink(WorkingTreeFormat6)
 
9153
breezy.tests.per_workingtree.test_symlinks.TestOpenTree.test_open_containing_through_symlink(WorkingTreeFormat6,remote)
8784
9154
breezy.tests.per_workingtree.test_symlinks.TestOpenTree.test_tree_files(GitWorkingTreeFormat)
8785
9155
breezy.tests.per_workingtree.test_symlinks.TestOpenTree.test_tree_files(WorkingTreeFormat2)
8786
9156
breezy.tests.per_workingtree.test_symlinks.TestOpenTree.test_tree_files(WorkingTreeFormat3)
8787
9157
breezy.tests.per_workingtree.test_symlinks.TestOpenTree.test_tree_files(WorkingTreeFormat4)
8788
9158
breezy.tests.per_workingtree.test_symlinks.TestOpenTree.test_tree_files(WorkingTreeFormat5)
8789
9159
breezy.tests.per_workingtree.test_symlinks.TestOpenTree.test_tree_files(WorkingTreeFormat6)
 
9160
breezy.tests.per_workingtree.test_symlinks.TestOpenTree.test_tree_files(WorkingTreeFormat6,remote)
8790
9161
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_add_file_under_symlink(WorkingTreeFormat2)
8791
9162
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_add_file_under_symlink(WorkingTreeFormat3)
8792
9163
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_add_file_under_symlink(WorkingTreeFormat4)
8793
9164
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_add_file_under_symlink(WorkingTreeFormat5)
8794
9165
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_add_file_under_symlink(WorkingTreeFormat6)
 
9166
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_add_file_under_symlink(WorkingTreeFormat6,remote)
8795
9167
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_smart_add_symlink_pointing_outside(WorkingTreeFormat2)
8796
9168
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_smart_add_symlink_pointing_outside(WorkingTreeFormat3)
8797
9169
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_smart_add_symlink_pointing_outside(WorkingTreeFormat4)
8798
9170
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_smart_add_symlink_pointing_outside(WorkingTreeFormat5)
8799
9171
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_smart_add_symlink_pointing_outside(WorkingTreeFormat6)
 
9172
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_smart_add_symlink_pointing_outside(WorkingTreeFormat6,remote)
8800
9173
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_smart_add_symlink(WorkingTreeFormat2)
8801
9174
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_smart_add_symlink(WorkingTreeFormat3)
8802
9175
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_smart_add_symlink(WorkingTreeFormat4)
8803
9176
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_smart_add_symlink(WorkingTreeFormat5)
8804
9177
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_smart_add_symlink(WorkingTreeFormat6)
 
9178
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_smart_add_symlink(WorkingTreeFormat6,remote)
8805
9179
breezy.tests.per_workingtree.test_uncommit.TestUncommit.test_uncommit_to_null(WorkingTreeFormat3)
8806
9180
breezy.tests.per_workingtree.test_uncommit.TestUncommit.test_uncommit_to_null(WorkingTreeFormat4)
8807
9181
breezy.tests.per_workingtree.test_uncommit.TestUncommit.test_uncommit_to_null(WorkingTreeFormat5)
8812
9186
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_missing_file(WorkingTreeFormat4)
8813
9187
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_missing_file(WorkingTreeFormat5)
8814
9188
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_missing_file(WorkingTreeFormat6)
 
9189
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_missing_file(WorkingTreeFormat6,remote)
8815
9190
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_requires_write_lock(GitWorkingTreeFormat)
8816
9191
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_requires_write_lock(WorkingTreeFormat2)
8817
9192
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_requires_write_lock(WorkingTreeFormat3)
8818
9193
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_requires_write_lock(WorkingTreeFormat4)
8819
9194
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_requires_write_lock(WorkingTreeFormat5)
8820
9195
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_requires_write_lock(WorkingTreeFormat6)
 
9196
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_requires_write_lock(WorkingTreeFormat6,remote)
8821
9197
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_several_files(WorkingTreeFormat2)
8822
9198
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_several_files(WorkingTreeFormat3)
8823
9199
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_several_files(WorkingTreeFormat4)
8849
9225
breezy.tests.per_workingtree.test_views.TestTreeViews.test_no_such_view(WorkingTreeFormat4)
8850
9226
breezy.tests.per_workingtree.test_views.TestTreeViews.test_no_such_view(WorkingTreeFormat5)
8851
9227
breezy.tests.per_workingtree.test_views.TestTreeViews.test_no_such_view(WorkingTreeFormat6)
 
9228
breezy.tests.per_workingtree.test_views.TestTreeViews.test_no_such_view(WorkingTreeFormat6,remote)
8852
9229
breezy.tests.per_workingtree.test_views.TestTreeViews.test_set_and_get_view_info(GitWorkingTreeFormat)
8853
9230
breezy.tests.per_workingtree.test_views.TestTreeViews.test_set_and_get_view_info(WorkingTreeFormat2)
8854
9231
breezy.tests.per_workingtree.test_views.TestTreeViews.test_set_and_get_view_info(WorkingTreeFormat3)
8871
9248
breezy.tests.per_workingtree.test_views.TestTreeViews.test_views_initially_empty(WorkingTreeFormat4)
8872
9249
breezy.tests.per_workingtree.test_views.TestTreeViews.test_views_initially_empty(WorkingTreeFormat5)
8873
9250
breezy.tests.per_workingtree.test_views.TestTreeViews.test_views_initially_empty(WorkingTreeFormat6)
 
9251
breezy.tests.per_workingtree.test_views.TestTreeViews.test_views_initially_empty(WorkingTreeFormat6,remote)
8874
9252
breezy.tests.per_workingtree.test_views.TestUnsupportedViews.test_view_methods_raise(GitWorkingTreeFormat)
8875
9253
breezy.tests.per_workingtree.test_views.TestUnsupportedViews.test_view_methods_raise(WorkingTreeFormat2)
8876
9254
breezy.tests.per_workingtree.test_views.TestUnsupportedViews.test_view_methods_raise(WorkingTreeFormat3)
8890
9268
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_from_unknown_dir(WorkingTreeFormat4)
8891
9269
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_from_unknown_dir(WorkingTreeFormat5)
8892
9270
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_from_unknown_dir(WorkingTreeFormat6)
 
9271
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_from_unknown_dir(WorkingTreeFormat6,remote)
8893
9272
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_missings(WorkingTreeFormat2)
8894
9273
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_missings(WorkingTreeFormat3)
8895
9274
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdirs_type_changes_wo_symlinks(WorkingTreeFormat2)
8900
9279
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_unknowns(WorkingTreeFormat4)
8901
9280
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_unknowns(WorkingTreeFormat5)
8902
9281
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_unknowns(WorkingTreeFormat6)
 
9282
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_unknowns(WorkingTreeFormat6,remote)
8903
9283
breezy.tests.per_workingtree.test_workingtree.TestControlComponent.test_urls(GitWorkingTreeFormat)
8904
9284
breezy.tests.per_workingtree.test_workingtree.TestControlComponent.test_urls(WorkingTreeFormat2)
8905
9285
breezy.tests.per_workingtree.test_workingtree.TestControlComponent.test_urls(WorkingTreeFormat3)
8906
9286
breezy.tests.per_workingtree.test_workingtree.TestControlComponent.test_urls(WorkingTreeFormat4)
8907
9287
breezy.tests.per_workingtree.test_workingtree.TestControlComponent.test_urls(WorkingTreeFormat5)
8908
9288
breezy.tests.per_workingtree.test_workingtree.TestControlComponent.test_urls(WorkingTreeFormat6)
 
9289
breezy.tests.per_workingtree.test_workingtree.TestControlComponent.test_urls(WorkingTreeFormat6,remote)
8909
9290
breezy.tests.per_workingtree.test_workingtree.TestFormatAttributes.test_supports_setting_file_ids(GitWorkingTreeFormat)
8910
9291
breezy.tests.per_workingtree.test_workingtree.TestFormatAttributes.test_supports_setting_file_ids(WorkingTreeFormat2)
8911
9292
breezy.tests.per_workingtree.test_workingtree.TestFormatAttributes.test_supports_setting_file_ids(WorkingTreeFormat3)
8933
9314
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_add_conflicts(WorkingTreeFormat4)
8934
9315
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_add_conflicts(WorkingTreeFormat5)
8935
9316
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_add_conflicts(WorkingTreeFormat6)
 
9317
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_add_conflicts(WorkingTreeFormat6,remote)
8936
9318
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_add_in_unversioned(WorkingTreeFormat2)
8937
9319
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_add_in_unversioned(WorkingTreeFormat3)
8938
9320
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_add_in_unversioned(WorkingTreeFormat4)
8939
9321
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_add_in_unversioned(WorkingTreeFormat5)
8940
9322
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_add_in_unversioned(WorkingTreeFormat6)
 
9323
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_add_in_unversioned(WorkingTreeFormat6,remote)
8941
9324
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_add_missing(GitWorkingTreeFormat)
8942
9325
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_add_missing(WorkingTreeFormat2)
8943
9326
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_add_missing(WorkingTreeFormat3)
8944
9327
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_add_missing(WorkingTreeFormat4)
8945
9328
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_add_missing(WorkingTreeFormat5)
8946
9329
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_add_missing(WorkingTreeFormat6)
 
9330
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_add_missing(WorkingTreeFormat6,remote)
8947
9331
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_all_file_ids_with_missing(WorkingTreeFormat2)
8948
9332
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_all_file_ids_with_missing(WorkingTreeFormat3)
8949
9333
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_basic_relpath(GitWorkingTreeFormat)
8952
9336
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_basic_relpath(WorkingTreeFormat4)
8953
9337
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_basic_relpath(WorkingTreeFormat5)
8954
9338
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_basic_relpath(WorkingTreeFormat6)
 
9339
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_basic_relpath(WorkingTreeFormat6,remote)
8955
9340
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_branch_attribute_is_not_settable(GitWorkingTreeFormat)
8956
9341
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_branch_attribute_is_not_settable(WorkingTreeFormat2)
8957
9342
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_branch_attribute_is_not_settable(WorkingTreeFormat3)
8958
9343
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_branch_attribute_is_not_settable(WorkingTreeFormat4)
8959
9344
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_branch_attribute_is_not_settable(WorkingTreeFormat5)
8960
9345
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_branch_attribute_is_not_settable(WorkingTreeFormat6)
 
9346
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_branch_attribute_is_not_settable(WorkingTreeFormat6,remote)
8961
9347
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_branch_builder(GitWorkingTreeFormat)
8962
9348
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_branch_builder(WorkingTreeFormat2)
8963
9349
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_branch_builder(WorkingTreeFormat3)
8964
9350
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_branch_builder(WorkingTreeFormat4)
8965
9351
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_branch_builder(WorkingTreeFormat5)
8966
9352
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_branch_builder(WorkingTreeFormat6)
 
9353
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_branch_builder(WorkingTreeFormat6,remote)
8967
9354
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_case_sensitive(GitWorkingTreeFormat)
8968
9355
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_case_sensitive(WorkingTreeFormat2)
8969
9356
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_case_sensitive(WorkingTreeFormat3)
8970
9357
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_case_sensitive(WorkingTreeFormat4)
8971
9358
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_case_sensitive(WorkingTreeFormat5)
8972
9359
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_case_sensitive(WorkingTreeFormat6)
 
9360
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_case_sensitive(WorkingTreeFormat6,remote)
8973
9361
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_and_commit_preserves_last_revision(WorkingTreeFormat3)
8974
9362
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_and_commit_preserves_last_revision(WorkingTreeFormat4)
8975
9363
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_and_commit_preserves_last_revision(WorkingTreeFormat5)
8979
9367
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_empty(WorkingTreeFormat4)
8980
9368
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_empty(WorkingTreeFormat5)
8981
9369
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_empty(WorkingTreeFormat6)
 
9370
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_empty(WorkingTreeFormat6,remote)
8982
9371
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_tree_revision(GitWorkingTreeFormat)
8983
9372
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_tree_revision(WorkingTreeFormat2)
8984
9373
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_tree_revision(WorkingTreeFormat3)
8991
9380
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_trivial(WorkingTreeFormat4)
8992
9381
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_trivial(WorkingTreeFormat5)
8993
9382
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_trivial(WorkingTreeFormat6)
 
9383
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_trivial(WorkingTreeFormat6,remote)
8994
9384
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_conflicts(GitWorkingTreeFormat)
8995
9385
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_conflicts(WorkingTreeFormat2)
8996
9386
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_detect_real_kind(WorkingTreeFormat2)
9003
9393
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_filter_unversioned_files(WorkingTreeFormat4)
9004
9394
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_filter_unversioned_files(WorkingTreeFormat5)
9005
9395
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_filter_unversioned_files(WorkingTreeFormat6)
 
9396
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_filter_unversioned_files(WorkingTreeFormat6,remote)
9006
9397
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_format_description(GitWorkingTreeFormat)
9007
9398
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_format_description(WorkingTreeFormat2)
9008
9399
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_format_description(WorkingTreeFormat3)
9009
9400
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_format_description(WorkingTreeFormat4)
9010
9401
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_format_description(WorkingTreeFormat5)
9011
9402
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_format_description(WorkingTreeFormat6)
 
9403
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_format_description(WorkingTreeFormat6,remote)
9012
9404
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_format_leftmost_parent_id_as_ghost(GitWorkingTreeFormat)
9013
9405
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_format_leftmost_parent_id_as_ghost(WorkingTreeFormat2)
9014
9406
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_format_leftmost_parent_id_as_ghost(WorkingTreeFormat3)
9015
9407
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_format_leftmost_parent_id_as_ghost(WorkingTreeFormat4)
9016
9408
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_format_leftmost_parent_id_as_ghost(WorkingTreeFormat5)
9017
9409
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_format_leftmost_parent_id_as_ghost(WorkingTreeFormat6)
 
9410
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_format_leftmost_parent_id_as_ghost(WorkingTreeFormat6,remote)
9018
9411
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_get_config_stack(GitWorkingTreeFormat)
9019
9412
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_get_config_stack(WorkingTreeFormat2)
9020
9413
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_get_config_stack(WorkingTreeFormat3)
9021
9414
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_get_config_stack(WorkingTreeFormat4)
9022
9415
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_get_config_stack(WorkingTreeFormat5)
9023
9416
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_get_config_stack(WorkingTreeFormat6)
 
9417
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_get_config_stack(WorkingTreeFormat6,remote)
9024
9418
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_initialize(GitWorkingTreeFormat)
9025
9419
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_initialize_with_revision_id(WorkingTreeFormat3)
9026
9420
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_initialize_with_revision_id(WorkingTreeFormat4)
9031
9425
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_initialize(WorkingTreeFormat4)
9032
9426
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_initialize(WorkingTreeFormat5)
9033
9427
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_initialize(WorkingTreeFormat6)
 
9428
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_initialize(WorkingTreeFormat6,remote)
9034
9429
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_list_files_kind_change(WorkingTreeFormat2)
9035
9430
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_list_files_kind_change(WorkingTreeFormat3)
9036
9431
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_list_files_sorted(WorkingTreeFormat2)
9042
9437
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_list_files(WorkingTreeFormat4)
9043
9438
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_list_files(WorkingTreeFormat5)
9044
9439
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_list_files(WorkingTreeFormat6)
 
9440
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_list_files(WorkingTreeFormat6,remote)
9045
9441
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_lock_locks_branch(WorkingTreeFormat2)
9046
9442
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_lock_locks_branch(WorkingTreeFormat3)
9047
9443
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_lock_locks_branch(WorkingTreeFormat4)
9060
9456
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_open_containing(WorkingTreeFormat4)
9061
9457
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_open_containing(WorkingTreeFormat5)
9062
9458
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_open_containing(WorkingTreeFormat6)
 
9459
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_open_containing(WorkingTreeFormat6,remote)
9063
9460
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_path2id(WorkingTreeFormat2)
9064
9461
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_path2id(WorkingTreeFormat3)
9065
9462
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_path2id(WorkingTreeFormat4)
9066
9463
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_path2id(WorkingTreeFormat5)
9067
9464
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_path2id(WorkingTreeFormat6)
 
9465
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_path2id(WorkingTreeFormat6,remote)
9068
9466
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_post_build_tree_hook(WorkingTreeFormat3)
9069
9467
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_post_build_tree_hook(WorkingTreeFormat4)
9070
9468
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_post_build_tree_hook(WorkingTreeFormat5)
9084
9482
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_supports_executable(WorkingTreeFormat4)
9085
9483
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_supports_executable(WorkingTreeFormat5)
9086
9484
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_supports_executable(WorkingTreeFormat6)
 
9485
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_supports_executable(WorkingTreeFormat6,remote)
9087
9486
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_unknowns(WorkingTreeFormat2)
9088
9487
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_unknowns(WorkingTreeFormat3)
9089
9488
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_update_returns_conflict_count(GitWorkingTreeFormat)
9105
9504
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_update_updates_bound_branch_no_local_commits(WorkingTreeFormat4)
9106
9505
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_update_updates_bound_branch_no_local_commits(WorkingTreeFormat5)
9107
9506
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_update_updates_bound_branch_no_local_commits(WorkingTreeFormat6)
 
9507
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_update_updates_bound_branch_no_local_commits(WorkingTreeFormat6,remote)
9108
9508
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_versioned_files_not_unknown(WorkingTreeFormat2)
9109
9509
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_versioned_files_not_unknown(WorkingTreeFormat3)
9110
9510
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test__write_inventory(GitWorkingTreeFormat)
9205
9605
breezy.tests.test_bisect_multi.TestBisectMultiBytes.test_lookup_no_keys_no_calls
9206
9606
breezy.tests.test_bisect_multi.TestBisectMultiBytes.test_lookup_when_a_key_is_missing_continues
9207
9607
breezy.tests.test_bisect_multi.TestBisectMultiBytes.test_searches_different_keys_in_different_directions
 
9608
breezy.tests.test_branchbuilder.TestBranchBuilderBuildSnapshot.test_add_one_file
 
9609
breezy.tests.test_branchbuilder.TestBranchBuilderBuildSnapshot.test_add_second_file
9208
9610
breezy.tests.test_branchbuilder.TestBranchBuilderBuildSnapshot.test_commit_message_callback
9209
9611
breezy.tests.test_branchbuilder.TestBranchBuilderBuildSnapshot.test_commit_message_default
9210
9612
breezy.tests.test_branchbuilder.TestBranchBuilderBuildSnapshot.test_commit_message_supplied
9211
9613
breezy.tests.test_branchbuilder.TestBranchBuilderBuildSnapshot.test_commit_timestamp
 
9614
breezy.tests.test_branchbuilder.TestBranchBuilderBuildSnapshot.test_delete_directory
 
9615
breezy.tests.test_branchbuilder.TestBranchBuilderBuildSnapshot.test_delete_file
 
9616
breezy.tests.test_branchbuilder.TestBranchBuilderBuildSnapshot.test_empty_flush
 
9617
breezy.tests.test_branchbuilder.TestBranchBuilderBuildSnapshot.test_ghost_mainline_history
 
9618
breezy.tests.test_branchbuilder.TestBranchBuilderBuildSnapshot.test_modify_file
 
9619
breezy.tests.test_branchbuilder.TestBranchBuilderBuildSnapshot.test_pivot_root
 
9620
breezy.tests.test_branchbuilder.TestBranchBuilderBuildSnapshot.test_rename
 
9621
breezy.tests.test_branchbuilder.TestBranchBuilderBuildSnapshot.test_rename_into_subdir
 
9622
breezy.tests.test_branchbuilder.TestBranchBuilderBuildSnapshot.test_rename_out_of_unversioned_subdir
 
9623
breezy.tests.test_branchbuilder.TestBranchBuilderBuildSnapshot.test_set_merge_parent
 
9624
breezy.tests.test_branchbuilder.TestBranchBuilderBuildSnapshot.test_set_merge_parent_and_contents
 
9625
breezy.tests.test_branchbuilder.TestBranchBuilderBuildSnapshot.test_set_parent
 
9626
breezy.tests.test_branchbuilder.TestBranchBuilderBuildSnapshot.test_set_parent_to_null
9212
9627
breezy.tests.test_branchbuilder.TestBranchBuilderBuildSnapshot.test_start_finish_series
 
9628
breezy.tests.test_branchbuilder.TestBranchBuilderBuildSnapshot.test_unknown_action
 
9629
breezy.tests.test_branchbuilder.TestBranchBuilder.test_build_commit_parent_ids
9213
9630
breezy.tests.test_branchbuilder.TestBranchBuilder.test_build_commit_timestamp
9214
9631
breezy.tests.test_branchbuilder.TestBranchBuilder.test_build_one_commit
9215
9632
breezy.tests.test_branchbuilder.TestBranchBuilder.test_build_two_commits
9388
9805
breezy.tests.test_bugtracker.TestURLParametrizedIntegerBugTracker.test_get_bug_url_for_bad_bug
9389
9806
breezy.tests.test_bundle.BTreeTester.test_moves
9390
9807
breezy.tests.test_bundle.BTreeTester.test_renames
 
9808
breezy.tests.test_bundle.BundleTester1.test_matched_bundle
9391
9809
breezy.tests.test_bundle.BundleTester1.test_mismatched_bundle
9392
9810
breezy.tests.test_bundle.TestBundleWriterReader.test_decode_name
9393
9811
breezy.tests.test_bundle.TestBundleWriterReader.test_encode_name
9394
9812
breezy.tests.test_bundle.TestReadMergeableFromUrl.test_infinite_redirects_are_not_a_bundle
 
9813
breezy.tests.test_bundle.TestReadMergeableFromUrl.test_smart_server_connection_reset
9395
9814
breezy.tests.test_bundle.V08BundleTester.test_crlf_bundle
9396
9815
breezy.tests.test_bundle.V08BundleTester.test_malformed
9397
9816
breezy.tests.test_bundle.V08BundleTester.test_non_bundle
9470
9889
breezy.tests.test_bzrdir.TestMeta1DirColoFormat.test_supports_colo
9471
9890
breezy.tests.test_bzrdir.TestMeta1DirColoFormat.test_upgrade_from_2a
9472
9891
breezy.tests.test_bzrdir.TestMeta1DirFormat.test_comparison
 
9892
breezy.tests.test_bzrdir.TestMeta1DirFormat.test_initialize_on_format_uses_smart_transport
9473
9893
breezy.tests.test_bzrdir.TestMeta1DirFormat.test_meta1dir_uses_lockdir
9474
9894
breezy.tests.test_bzrdir.TestMeta1DirFormat.test_needs_conversion_different_working_tree
9475
9895
breezy.tests.test_bzrdir.TestMeta1DirFormat.test_right_base_dirs
9644
10064
breezy.tests.test_commit.TestCommit.test_removed_commit
9645
10065
breezy.tests.test_commit.TestCommit.test_reused_rev_id
9646
10066
breezy.tests.test_commit.TestCommit.test_safe_master_lock
 
10067
breezy.tests.test_commit.TestCommit.test_simple_commit
9647
10068
breezy.tests.test_commit.TestCommit.test_strict_commit
9648
10069
breezy.tests.test_config.TestAuthenticationConfigFile.test_auth_section_header_not_closed
9649
10070
breezy.tests.test_config.TestAuthenticationConfigFile.test_auth_value_not_boolean
9691
10112
breezy.tests.test_config.TestCommandLineStore.test_simple_override
9692
10113
breezy.tests.test_config.TestCommandLineStore.test_wrong_syntax
9693
10114
breezy.tests.test_config.TestConcreteStacks.test_build_stack(branch)
 
10115
breezy.tests.test_config.TestConcreteStacks.test_build_stack(branch_only)
9694
10116
breezy.tests.test_config.TestConcreteStacks.test_build_stack(breezy)
9695
10117
breezy.tests.test_config.TestConcreteStacks.test_build_stack(location)
 
10118
breezy.tests.test_config.TestConcreteStacks.test_build_stack(remote_control)
9696
10119
breezy.tests.test_config.TestConcurrentStoreUpdates.test_last_speaker_wins(branch)
 
10120
breezy.tests.test_config.TestConcurrentStoreUpdates.test_last_speaker_wins(branch_only)
9697
10121
breezy.tests.test_config.TestConcurrentStoreUpdates.test_last_speaker_wins(breezy)
9698
10122
breezy.tests.test_config.TestConcurrentStoreUpdates.test_last_speaker_wins(location)
 
10123
breezy.tests.test_config.TestConcurrentStoreUpdates.test_last_speaker_wins(remote_control)
9699
10124
breezy.tests.test_config.TestConcurrentStoreUpdates.test_listen_to_the_last_speaker(branch)
 
10125
breezy.tests.test_config.TestConcurrentStoreUpdates.test_listen_to_the_last_speaker(branch_only)
9700
10126
breezy.tests.test_config.TestConcurrentStoreUpdates.test_listen_to_the_last_speaker(breezy)
9701
10127
breezy.tests.test_config.TestConcurrentStoreUpdates.test_listen_to_the_last_speaker(location)
 
10128
breezy.tests.test_config.TestConcurrentStoreUpdates.test_listen_to_the_last_speaker(remote_control)
9702
10129
breezy.tests.test_config.TestConcurrentStoreUpdates.test_read_while_writing(branch)
 
10130
breezy.tests.test_config.TestConcurrentStoreUpdates.test_read_while_writing(branch_only)
9703
10131
breezy.tests.test_config.TestConcurrentStoreUpdates.test_read_while_writing(breezy)
9704
10132
breezy.tests.test_config.TestConcurrentStoreUpdates.test_read_while_writing(location)
 
10133
breezy.tests.test_config.TestConcurrentStoreUpdates.test_read_while_writing(remote_control)
9705
10134
breezy.tests.test_config.TestConcurrentStoreUpdates.test_simple_read_access(branch)
 
10135
breezy.tests.test_config.TestConcurrentStoreUpdates.test_simple_read_access(branch_only)
9706
10136
breezy.tests.test_config.TestConcurrentStoreUpdates.test_simple_read_access(breezy)
9707
10137
breezy.tests.test_config.TestConcurrentStoreUpdates.test_simple_read_access(location)
 
10138
breezy.tests.test_config.TestConcurrentStoreUpdates.test_simple_read_access(remote_control)
9708
10139
breezy.tests.test_config.TestConcurrentStoreUpdates.test_simple_write_access(branch)
 
10140
breezy.tests.test_config.TestConcurrentStoreUpdates.test_simple_write_access(branch_only)
9709
10141
breezy.tests.test_config.TestConcurrentStoreUpdates.test_simple_write_access(breezy)
9710
10142
breezy.tests.test_config.TestConcurrentStoreUpdates.test_simple_write_access(location)
 
10143
breezy.tests.test_config.TestConcurrentStoreUpdates.test_simple_write_access(remote_control)
9711
10144
breezy.tests.test_config.TestConcurrentStoreUpdates.test_writes_are_serialized(branch)
 
10145
breezy.tests.test_config.TestConcurrentStoreUpdates.test_writes_are_serialized(branch_only)
9712
10146
breezy.tests.test_config.TestConcurrentStoreUpdates.test_writes_are_serialized(breezy)
9713
10147
breezy.tests.test_config.TestConcurrentStoreUpdates.test_writes_are_serialized(location)
 
10148
breezy.tests.test_config.TestConcurrentStoreUpdates.test_writes_are_serialized(remote_control)
9714
10149
breezy.tests.test_config.TestConfigGetOptions.test_no_variable
9715
10150
breezy.tests.test_config.TestConfigGetOptions.test_option_in_branch
9716
10151
breezy.tests.test_config.TestConfigGetOptions.test_option_in_branch_and_locations
9728
10163
breezy.tests.test_config.TestConfigObj.test_triple_quotes
9729
10164
breezy.tests.test_config.TestConfigPathFallback.test_authentication_config_filename
9730
10165
breezy.tests.test_config.TestConfigPathFallback.test_config_dir
 
10166
breezy.tests.test_config.TestConfigPathFallback.test_config_dir_is_unicode
9731
10167
breezy.tests.test_config.TestConfigPathFallback.test_config_filename
9732
10168
breezy.tests.test_config.TestConfigPathFallback.test_locations_config_filename
9733
10169
breezy.tests.test_config.TestConfigPathFallback.test_xdg_cache_dir
9734
10170
breezy.tests.test_config.TestConfigPath.test_authentication_config_filename
9735
10171
breezy.tests.test_config.TestConfigPath.test_config_dir
 
10172
breezy.tests.test_config.TestConfigPath.test_config_dir_is_unicode
9736
10173
breezy.tests.test_config.TestConfigPath.test_config_filename
9737
10174
breezy.tests.test_config.TestConfigPath.test_locations_config_filename
9738
10175
breezy.tests.test_config.TestConfigPath.test_xdg_cache_dir
10078
10515
breezy.tests.test_config.TestStackExpandOptions.test_no_expansion
10079
10516
breezy.tests.test_config.TestStackExpandOptions.test_unknown_ref
10080
10517
breezy.tests.test_config.TestStackGet.test_get_for_empty_stack(branch)
 
10518
breezy.tests.test_config.TestStackGet.test_get_for_empty_stack(branch_only)
10081
10519
breezy.tests.test_config.TestStackGet.test_get_for_empty_stack(breezy)
10082
10520
breezy.tests.test_config.TestStackGet.test_get_for_empty_stack(location)
 
10521
breezy.tests.test_config.TestStackGet.test_get_for_empty_stack(remote_control)
10083
10522
breezy.tests.test_config.TestStackGet.test_get_hook(branch)
10084
10523
breezy.tests.test_config.TestStackGet.test_get_hook(breezy)
10085
10524
breezy.tests.test_config.TestStackGet.test_get_hook(location)
 
10525
breezy.tests.test_config.TestStackGet.test_get_hook(remote_control)
10086
10526
breezy.tests.test_config.TestStackIterSections.test_empty_stack
10087
10527
breezy.tests.test_config.TestStackRemove.test_remove_existing(branch)
10088
10528
breezy.tests.test_config.TestStackRemove.test_remove_existing(breezy)
10089
10529
breezy.tests.test_config.TestStackRemove.test_remove_existing(location)
 
10530
breezy.tests.test_config.TestStackRemove.test_remove_existing(remote_control)
10090
10531
breezy.tests.test_config.TestStackRemove.test_remove_hook(branch)
10091
10532
breezy.tests.test_config.TestStackRemove.test_remove_hook(breezy)
10092
10533
breezy.tests.test_config.TestStackRemove.test_remove_hook(location)
 
10534
breezy.tests.test_config.TestStackRemove.test_remove_hook(remote_control)
10093
10535
breezy.tests.test_config.TestStackRemove.test_remove_unknown(branch)
10094
10536
breezy.tests.test_config.TestStackRemove.test_remove_unknown(breezy)
10095
10537
breezy.tests.test_config.TestStackRemove.test_remove_unknown(location)
 
10538
breezy.tests.test_config.TestStackRemove.test_remove_unknown(remote_control)
10096
10539
breezy.tests.test_config.TestStackSet.test_set_creates_a_new_section(branch)
10097
10540
breezy.tests.test_config.TestStackSet.test_set_creates_a_new_section(breezy)
10098
10541
breezy.tests.test_config.TestStackSet.test_set_creates_a_new_section(location)
 
10542
breezy.tests.test_config.TestStackSet.test_set_creates_a_new_section(remote_control)
10099
10543
breezy.tests.test_config.TestStackSet.test_set_hook(branch)
10100
10544
breezy.tests.test_config.TestStackSet.test_set_hook(breezy)
10101
10545
breezy.tests.test_config.TestStackSet.test_set_hook(location)
 
10546
breezy.tests.test_config.TestStackSet.test_set_hook(remote_control)
10102
10547
breezy.tests.test_config.TestStackSet.test_simple_set(branch)
10103
10548
breezy.tests.test_config.TestStackSet.test_simple_set(breezy)
10104
10549
breezy.tests.test_config.TestStackSet.test_simple_set(location)
 
10550
breezy.tests.test_config.TestStackSet.test_simple_set(remote_control)
10105
10551
breezy.tests.test_config.TestStoreMinimalAPI.test_id(branch)
10106
10552
breezy.tests.test_config.TestStoreMinimalAPI.test_id(breezy)
10107
10553
breezy.tests.test_config.TestStoreMinimalAPI.test_id(cmdline)
10108
10554
breezy.tests.test_config.TestStoreMinimalAPI.test_id(configobj)
10109
10555
breezy.tests.test_config.TestStoreMinimalAPI.test_id(control)
10110
10556
breezy.tests.test_config.TestStoreMinimalAPI.test_id(location)
 
10557
breezy.tests.test_config.TestStoreMinimalAPI.test_id(remote_branch)
10111
10558
breezy.tests.test_config.TestStoreSaveChanges.test_concurrent_update_modified
10112
10559
breezy.tests.test_config.TestStoreSaveChanges.test_no_changes_no_save
10113
10560
breezy.tests.test_config.TestStoreSaveChanges.test_unrelated_concurrent_update
10122
10569
breezy.tests.test_config.TestXDGConfigDir.test_xdg_config_dir_exists
10123
10570
breezy.tests.test_config.TestXDGConfigDir.test_xdg_config_home
10124
10571
breezy.tests.test_conflicts.TestConflictList.test_stanzas_roundtrip
 
10572
breezy.tests.test_conflicts.TestConflictList.test_stringification
10125
10573
breezy.tests.test_conflicts.TestConflicts.test_resolve_conflicts_recursive
10126
10574
breezy.tests.test_conflicts.TestConflicts.test_select_conflicts
 
10575
breezy.tests.test_conflicts.TestPerConflict.test_stanza_roundtrip(TextConflict)
10127
10576
breezy.tests.test_conflicts.TestPerConflict.test_stanzification(TextConflict)
 
10577
breezy.tests.test_conflicts.TestPerConflict.test_stringification(ContentsConflict)
 
10578
breezy.tests.test_conflicts.TestPerConflict.test_stringification(PathConflict)
 
10579
breezy.tests.test_conflicts.TestPerConflict.test_stringification(TextConflict)
10128
10580
breezy.tests.test_conflicts.TestResolveActionOption.test_done
10129
10581
breezy.tests.test_conflicts.TestResolveActionOption.test_take_other
10130
10582
breezy.tests.test_conflicts.TestResolveActionOption.test_take_this
10301
10753
breezy.tests.test_dirstate.TestSHA1Provider.test_defaultsha1provider_stat_and_sha1
10302
10754
breezy.tests.test_dirstate.TestSHA1Provider.test_sha1provider_is_an_interface
10303
10755
breezy.tests.test_email_message.TestEmailMessage.test_empty_message
 
10756
breezy.tests.test_email_message.TestEmailMessage.test_multipart_message_complex
 
10757
breezy.tests.test_email_message.TestEmailMessage.test_multipart_message_simple
10304
10758
breezy.tests.test_email_message.TestEmailMessage.test_multiple_destinations
10305
10759
breezy.tests.test_email_message.TestEmailMessage.test_retrieving_headers
10306
10760
breezy.tests.test_email_message.TestEmailMessage.test_setting_headers
 
10761
breezy.tests.test_email_message.TestSend.test_send_patch
 
10762
breezy.tests.test_email_message.TestSend.test_send_plain
 
10763
breezy.tests.test_email_message.TestSend.test_send_simple
10307
10764
breezy.tests.test_eol_filters.TestEolFilters.test_to_crlf
10308
10765
breezy.tests.test_eol_filters.TestEolFilters.test_to_lf
10309
10766
breezy.tests.test_eol_filters.TestEolRulesSpecifications.test_eol_missing_altogether_is_ok
10411
10868
breezy.tests.test_fetch_ghosts.TestFetchGhosts.test_fetch_ghosts_failure
10412
10869
breezy.tests.test_fetch_ghosts.TestFetchGhosts.test_fetch_ghosts_success
10413
10870
breezy.tests.test_fetch.TestFetch.test_fetch_self
 
10871
breezy.tests.test_fetch.TestMergeFileHistory.test_merge_fetches_file_history
10414
10872
breezy.tests.test_fifo_cache.TestFIFOCache.test_add_is_present
10415
10873
breezy.tests.test_fifo_cache.TestFIFOCache.test_add_maintains_fifo
10416
10874
breezy.tests.test_fifo_cache.TestFIFOCache.test_cache_size
10437
10895
breezy.tests.test_filters.TestFilteredOutput.test_filtered_output_bytes
10438
10896
breezy.tests.test_filters.TestFilterStackMaps.test_filter_stack_maps
10439
10897
breezy.tests.test_filters.TestFilterStackMaps.test_get_filter_stack_for
 
10898
breezy.tests.test_filter_tree.TestFilterTree.test_get_file_text
10440
10899
breezy.tests.test_foreign.ForeignRevisionTests.test_create
10441
10900
breezy.tests.test_foreign.ForeignVcsRegistryTests.test_parse_revision_id
10442
10901
breezy.tests.test_foreign.ForeignVcsRegistryTests.test_parse_revision_id_no_dash
10698
11157
breezy.tests.test_help.TestHelpIndices.test_search_for_unknown_topic_raises
10699
11158
breezy.tests.test_help.TestHelpIndices.test_search_returns_index_and_results
10700
11159
breezy.tests.test_help.TestRegisteredTopic.test_contruct
 
11160
breezy.tests.test_help.TestRegisteredTopic.test_get_help_text
 
11161
breezy.tests.test_help.TestRegisteredTopic.test_get_help_text_with_additional_see_also
10701
11162
breezy.tests.test_help.TestRegisteredTopic.test_get_help_topic
10702
11163
breezy.tests.test_help.TestTopicIndex.test_default_constructable
10703
11164
breezy.tests.test_help.TestTopicIndex.test_get_topics_None
11187
11648
breezy.tests.test_knit.TestStacking.test_check
11188
11649
breezy.tests.test_knit.TestStacking.test_get_parent_map
11189
11650
breezy.tests.test_knit.TestStacking.test_get_record_stream_ordered_deltas
 
11651
breezy.tests.test_knit.TestStacking.test_get_record_stream_ordered_fulltexts
11190
11652
breezy.tests.test_knit.TestStacking.test_get_record_stream_unordered_deltas
11191
11653
breezy.tests.test_knit.TestStacking.test_get_record_stream_unordered_fulltexts
11192
11654
breezy.tests.test_knit.TestStacking.test_iter_lines_added_or_present_in_keys
11336
11798
breezy.tests.test_lockable_files.TestLockableFiles_LockDir.test_lock_write_with_token_fails_when_unlocked
11337
11799
breezy.tests.test_lockable_files.TestLockableFiles_LockDir.test_second_lock_write_returns_same_token
11338
11800
breezy.tests.test_lockable_files.TestLockableFiles_LockDir.test_unlock_after_lock_write_with_token
 
11801
breezy.tests.test_lockable_files.TestLockableFiles_RemoteLockDir.test_dont_leave_in_place
 
11802
breezy.tests.test_lockable_files.TestLockableFiles_RemoteLockDir.test__escape
 
11803
breezy.tests.test_lockable_files.TestLockableFiles_RemoteLockDir.test__escape_empty
 
11804
breezy.tests.test_lockable_files.TestLockableFiles_RemoteLockDir.test_leave_in_place
 
11805
breezy.tests.test_lockable_files.TestLockableFiles_RemoteLockDir.test_lock_write_raises_on_token_mismatch
 
11806
breezy.tests.test_lockable_files.TestLockableFiles_RemoteLockDir.test_lock_write_reenter_with_token
 
11807
breezy.tests.test_lockable_files.TestLockableFiles_RemoteLockDir.test_lock_write_returns_None_refuses_token
 
11808
breezy.tests.test_lockable_files.TestLockableFiles_RemoteLockDir.test_lock_write_returns_token_when_given_token
 
11809
breezy.tests.test_lockable_files.TestLockableFiles_RemoteLockDir.test_lock_write_with_matching_token
 
11810
breezy.tests.test_lockable_files.TestLockableFiles_RemoteLockDir.test_second_lock_write_returns_same_token
 
11811
breezy.tests.test_lockable_files.TestLockableFiles_RemoteLockDir.test_unlock_after_lock_write_with_token
11339
11812
breezy.tests.test_lockable_files.TestLockableFiles_TransportLock.test_break_lock
11340
11813
breezy.tests.test_lockable_files.TestLockableFiles_TransportLock.test_dont_leave_in_place
11341
11814
breezy.tests.test_lockable_files.TestLockableFiles_TransportLock.test__escape
11478
11951
breezy.tests.test_matchers.TestReturnsUnlockable.test_mismatch
11479
11952
breezy.tests.test_matchers.TestReturnsUnlockable.test___str__
11480
11953
breezy.tests.test_matchers.TestRevisionHistoryMatches.test_empty
 
11954
breezy.tests.test_memorytree.TestMemoryTree.test_add_in_subdir
11481
11955
breezy.tests.test_memorytree.TestMemoryTree.test_add_with_kind
 
11956
breezy.tests.test_memorytree.TestMemoryTree.test_commit_trivial
11482
11957
breezy.tests.test_memorytree.TestMemoryTree.test_create_on_branch
11483
11958
breezy.tests.test_memorytree.TestMemoryTree.test_get_root_id
11484
11959
breezy.tests.test_memorytree.TestMemoryTree.test_last_revision
11486
11961
breezy.tests.test_memorytree.TestMemoryTree.test_lock_tree_write_after_read_fails
11487
11962
breezy.tests.test_memorytree.TestMemoryTree.test_lock_write
11488
11963
breezy.tests.test_memorytree.TestMemoryTree.test_lock_write_after_read_fails
 
11964
breezy.tests.test_memorytree.TestMemoryTree.test_put_existing_file
 
11965
breezy.tests.test_memorytree.TestMemoryTree.test_put_new_file
11489
11966
breezy.tests.test_memorytree.TestMemoryTree.test_unversion
11490
11967
breezy.tests.test_merge3.TestMerge3.test_allow_objects
11491
11968
breezy.tests.test_merge_core.FunctionalMergeTest.test_trivial_star_merge
11506
11983
breezy.tests.test_merge.TestLCAMultiWay.test_other_equal_this
11507
11984
breezy.tests.test_merge.TestLCAMultiWay.test_other_in_lca
11508
11985
breezy.tests.test_merge.TestLCAMultiWay.test_this_in_lca
 
11986
breezy.tests.test_merge.TestMergerEntriesLCAOnDisk.test_executable_changes
 
11987
breezy.tests.test_merge.TestMergerEntriesLCAOnDisk.test_simple_lca
11509
11988
breezy.tests.test_merge.TestMerge.test_ignore_zero_merge_inner
11510
11989
breezy.tests.test_merge.TestMerge.test_merge_inner_conflicts
11511
11990
breezy.tests.test_merge.TestMerge.test_merge_into_null_tree
11622
12101
breezy.tests.test_osutils.TestCopyTree.test_copy_tree_target_exists
11623
12102
breezy.tests.test_osutils.TestCreationOps.test_copy_ownership_from_path
11624
12103
breezy.tests.test_osutils.TestCreationOps.test_copy_ownership_nonesrc
 
12104
breezy.tests.test_osutils.TestDateTime.test_format_date
11625
12105
breezy.tests.test_osutils.TestDateTime.test_format_date_with_offset_in_original_timezone
11626
12106
breezy.tests.test_osutils.TestDateTime.test_format_delta
11627
12107
breezy.tests.test_osutils.TestDateTime.test_local_time_offset
11641
12121
breezy.tests.test_osutils.TestFindExecutableInPath.test_other
11642
12122
breezy.tests.test_osutils.TestFindExecutableInPath.test_windows
11643
12123
breezy.tests.test_osutils.TestFindExecutableInPath.test_windows_app_path
 
12124
breezy.tests.test_osutils.TestGetHomeDir.test_is_unicode
 
12125
breezy.tests.test_osutils.TestGetHomeDir.test_posix_home_ascii
 
12126
breezy.tests.test_osutils.TestGetHomeDir.test_posix_homeless
11644
12127
breezy.tests.test_osutils.TestGetuserUnicode.test_ascii_user
 
12128
breezy.tests.test_osutils.TestGetuserUnicode.test_is_unicode
11645
12129
breezy.tests.test_osutils.TestIsInside.test_is_inside
11646
12130
breezy.tests.test_osutils.TestIsInside.test_is_inside_any
11647
12131
breezy.tests.test_osutils.TestIsInside.test_is_inside_or_parent_of_any
11652
12136
breezy.tests.test_osutils.TestMacFuncsDirs.test_getcwd
11653
12137
breezy.tests.test_osutils.TestMacFuncsDirs.test_getcwd_nonnorm
11654
12138
breezy.tests.test_osutils.TestParentDirectories.test_parent_directories
 
12139
breezy.tests.test_osutils.TestPathFromEnviron.test_is_unicode
 
12140
breezy.tests.test_osutils.TestPathFromEnviron.test_posix_path_env_ascii
11655
12141
breezy.tests.test_osutils.TestPosixFuncs.test_normpath
11656
12142
breezy.tests.test_osutils.TestPumpFile.test_bracket_block_size
11657
12143
breezy.tests.test_osutils.TestPumpFile.test_defaults
11713
12199
breezy.tests.test_osutils.TestWin32Funcs.test_abspath
11714
12200
breezy.tests.test_osutils.TestWin32Funcs.test_fixdrive
11715
12201
breezy.tests.test_osutils.TestWin32Funcs.test_getcwd
 
12202
breezy.tests.test_osutils.TestWin32Funcs.test_normpath
11716
12203
breezy.tests.test_osutils.TestWin32Funcs.test_pathjoin
11717
12204
breezy.tests.test_osutils.TestWin32Funcs.test_pathjoin_late_bugfix
 
12205
breezy.tests.test_osutils.TestWin32Funcs.test_realpath
11718
12206
breezy.tests.test_pack.TestBytesRecordReader.test_early_eof
11719
12207
breezy.tests.test_pack.TestBytesRecordReader.test_eof_after_length
11720
12208
breezy.tests.test_pack.TestBytesRecordReader.test_eof_during_name
11917
12405
breezy.tests.test_registry.TestRegistryWithDirs.test_lazy_import_get_module
11918
12406
breezy.tests.test_registry.TestRegistryWithDirs.test_lazy_import_registry_foo
11919
12407
breezy.tests.test_registry.TestRegistryWithDirs.test_normal_get_module
 
12408
breezy.tests.test_remote.BasicRemoteObjectTests.test_create_remote_bzrdir(HPSS-v2)
 
12409
breezy.tests.test_remote.BasicRemoteObjectTests.test_create_remote_bzrdir(HPSS-v3)
11920
12410
breezy.tests.test_remote.BasicRemoteObjectTests.test_find_correct_format(HPSS-v2)
11921
12411
breezy.tests.test_remote.BasicRemoteObjectTests.test_find_correct_format(HPSS-v3)
 
12412
breezy.tests.test_remote.BasicRemoteObjectTests.test_open_detected_smart_format(HPSS-v2)
 
12413
breezy.tests.test_remote.BasicRemoteObjectTests.test_open_detected_smart_format(HPSS-v3)
 
12414
breezy.tests.test_remote.BasicRemoteObjectTests.test_open_remote_branch(HPSS-v2)
 
12415
breezy.tests.test_remote.BasicRemoteObjectTests.test_open_remote_branch(HPSS-v3)
 
12416
breezy.tests.test_remote.BasicRemoteObjectTests.test_remote_branch_format_supports_stacking(HPSS-v2)
 
12417
breezy.tests.test_remote.BasicRemoteObjectTests.test_remote_branch_format_supports_stacking(HPSS-v3)
 
12418
breezy.tests.test_remote.BasicRemoteObjectTests.test_remote_branch_repr(HPSS-v2)
 
12419
breezy.tests.test_remote.BasicRemoteObjectTests.test_remote_branch_repr(HPSS-v3)
 
12420
breezy.tests.test_remote.BasicRemoteObjectTests.test_remote_branch_set_append_revisions_only_upgrade_reqd(HPSS-v3)
 
12421
breezy.tests.test_remote.BasicRemoteObjectTests.test_remote_bzrdir_repr(HPSS-v2)
 
12422
breezy.tests.test_remote.BasicRemoteObjectTests.test_remote_bzrdir_repr(HPSS-v3)
 
12423
breezy.tests.test_remote.BasicRemoteObjectTests.test_remote_repository(HPSS-v2)
 
12424
breezy.tests.test_remote.BasicRemoteObjectTests.test_remote_repository(HPSS-v3)
 
12425
breezy.tests.test_remote.TestBranchBreakLock.test_break_lock
11922
12426
breezy.tests.test_remote.TestBranchFormat.test_get_format_description
 
12427
breezy.tests.test_remote.TestBranchGetParent.test_no_parent
 
12428
breezy.tests.test_remote.TestBranchGetParent.test_parent_absolute
 
12429
breezy.tests.test_remote.TestBranchGetParent.test_parent_relative
 
12430
breezy.tests.test_remote.TestBranchGetPhysicalLockStatus.test_get_physical_lock_status_no
 
12431
breezy.tests.test_remote.TestBranchGetPhysicalLockStatus.test_get_physical_lock_status_yes
 
12432
breezy.tests.test_remote.TestBranchGetPutConfigStore.test_get_branch_conf
 
12433
breezy.tests.test_remote.TestBranchGetPutConfigStore.test_set_branch_conf
 
12434
breezy.tests.test_remote.TestBranchGetSetConfig.test_get_branch_conf
 
12435
breezy.tests.test_remote.TestBranchGetSetConfig.test_get_multi_line_branch_conf
 
12436
breezy.tests.test_remote.TestBranchGetSetConfig.test_set_option
 
12437
breezy.tests.test_remote.TestBranch_get_stacked_on_url.test_get_stacked_on_invalid_url
 
12438
breezy.tests.test_remote.TestBranchGetTagsBytes.test_backwards_compat
 
12439
breezy.tests.test_remote.TestBranchGetTagsBytes.test_trivial
 
12440
breezy.tests.test_remote.TestBranchHeadsToFetch.test_uses_last_revision_info_and_tags_when_set
 
12441
breezy.tests.test_remote.TestBranchHeadsToFetch.test_uses_rpc_for_formats_with_non_default_heads_to_fetch
 
12442
breezy.tests.test_remote.TestBranchLastRevisionInfo.test_empty_branch
 
12443
breezy.tests.test_remote.TestBranchLastRevisionInfo.test_non_empty_branch
 
12444
breezy.tests.test_remote.TestBranchLockWrite.test_lock_write_unlockable
 
12445
breezy.tests.test_remote.TestBranchRevisionIdToRevno.test_dotted
 
12446
breezy.tests.test_remote.TestBranchRevisionIdToRevno.test_dotted_no_smart_verb
 
12447
breezy.tests.test_remote.TestBranchRevisionIdToRevno.test_simple
 
12448
breezy.tests.test_remote.TestBranchSetLastRevisionInfo.test_backwards_compatibility
 
12449
breezy.tests.test_remote.TestBranchSetLastRevisionInfo.test_no_such_revision
 
12450
breezy.tests.test_remote.TestBranchSetLastRevisionInfo.test_set_last_revision_info
 
12451
breezy.tests.test_remote.TestBranchSetLastRevisionInfo.test_tip_change_rejected
 
12452
breezy.tests.test_remote.TestBranchSetLastRevisionInfo.test_unexpected_error
 
12453
breezy.tests.test_remote.TestBranchSetLastRevision.test_no_such_revision
 
12454
breezy.tests.test_remote.TestBranchSetLastRevision.test_set_empty
 
12455
breezy.tests.test_remote.TestBranchSetLastRevision.test_set_nonempty
 
12456
breezy.tests.test_remote.TestBranchSetLastRevision.test_tip_change_rejected
 
12457
breezy.tests.test_remote.TestBranchSetParentLocation.test_no_parent
 
12458
breezy.tests.test_remote.TestBranchSetParentLocation.test_parent
 
12459
breezy.tests.test_remote.TestBranchSetTagsBytes.test_backwards_compatible
 
12460
breezy.tests.test_remote.TestBranchSetTagsBytes.test_trivial
 
12461
breezy.tests.test_remote.TestBzrDirCheckoutMetaDir.test__get_checkout_format
 
12462
breezy.tests.test_remote.TestBzrDirCheckoutMetaDir.test_unknown_format
 
12463
breezy.tests.test_remote.TestBzrDirCloningMetaDir.test_current_server
 
12464
breezy.tests.test_remote.TestBzrDirCloningMetaDir.test_unknown
 
12465
breezy.tests.test_remote.TestBzrDirCreateBranch.test_already_open_repo_and_reused_medium
 
12466
breezy.tests.test_remote.TestBzrDirCreateBranch.test_backwards_compat
 
12467
breezy.tests.test_remote.TestBzrDirCreateBranch.test_current_server
 
12468
breezy.tests.test_remote.TestBzrDirCreateRepository.test_backwards_compat
 
12469
breezy.tests.test_remote.TestBzrDirDestroyBranch.test_destroy_default
 
12470
breezy.tests.test_remote.TestBzrDirDestroyRepository.test_destroy_repository
11923
12471
breezy.tests.test_remote.TestBzrDirFormatInitializeEx.test_error_from_real_server
 
12472
breezy.tests.test_remote.TestBzrDirGetBranches.test_get_branches
 
12473
breezy.tests.test_remote.TestBzrDirGetSetConfig.test__get_config
 
12474
breezy.tests.test_remote.TestBzrDirHasWorkingTree.test_has_workingtree
 
12475
breezy.tests.test_remote.TestBzrDirHasWorkingTree.test_no_workingtree
 
12476
breezy.tests.test_remote.TestBzrDirOpenBranch.test_backwards_compat
 
12477
breezy.tests.test_remote.TestBzrDirOpenBranch.test_branch_missing
 
12478
breezy.tests.test_remote.TestBzrDirOpenBranch.test_branch_present
11924
12479
breezy.tests.test_remote.TestBzrDirOpenBranch.test__get_tree_branch
11925
12480
breezy.tests.test_remote.TestBzrDirOpenBranch.test_old_server
 
12481
breezy.tests.test_remote.TestBzrDirOpenBranch.test_url_quoting_of_path
 
12482
breezy.tests.test_remote.TestBzrDirOpenRepository.test_backwards_compat_1_2_3
 
12483
breezy.tests.test_remote.TestBzrDirOpenRepository.test_backwards_compat_2
 
12484
breezy.tests.test_remote.TestBzrDirOpenRepository.test_current_server
 
12485
breezy.tests.test_remote.TestBzrDirOpen.test_absent
 
12486
breezy.tests.test_remote.TestBzrDirOpen.test_backwards_compat
 
12487
breezy.tests.test_remote.TestBzrDirOpen.test_backwards_compat_hpss_v2
 
12488
breezy.tests.test_remote.TestBzrDirOpen.test_present_without_workingtree
 
12489
breezy.tests.test_remote.TestBzrDirOpen.test_present_with_workingtree
11926
12490
breezy.tests.test_remote.Test_ClientMedium_remote_is_at_least.test_initially_unlimited
11927
12491
breezy.tests.test_remote.Test_ClientMedium_remote_is_at_least.test__remember_remote_is_before
11928
12492
breezy.tests.test_remote.Test_ClientMedium_remote_path_from_transport.test_remote_path_from_transport
11949
12513
breezy.tests.test_remote.TestErrorTranslationSuccess.test_ReadOnlyError
11950
12514
breezy.tests.test_remote.TestErrorTranslationSuccess.test_TokenMismatch
11951
12515
breezy.tests.test_remote.TestErrorTranslationSuccess.test_UnlockableTransport
 
12516
breezy.tests.test_remote.TestRemoteBranchEffort.test_fetch_everything_backwards_compat
 
12517
breezy.tests.test_remote.TestRemotePackRepositoryAutoPack.test_backwards_compatibility
 
12518
breezy.tests.test_remote.TestRemotePackRepositoryAutoPack.test_ok
 
12519
breezy.tests.test_remote.TestRemotePackRepositoryAutoPack.test_ok_with_real_repo
 
12520
breezy.tests.test_remote.TestRemotePackRepositoryAutoPack.test_oom_error_reporting
 
12521
breezy.tests.test_remote.TestRemoteRepositoryCopyContent.test_copy_content_remote_to_local
11952
12522
breezy.tests.test_remote.TestRemoteSSHTransportAuthentication.test_defaults_to_none
11953
12523
breezy.tests.test_remote.TestRemoteSSHTransportAuthentication.test_uses_authentication_config
 
12524
breezy.tests.test_remote.TestRepositoryAddSignatureText.test_add_signature_text
 
12525
breezy.tests.test_remote.TestRepositoryAllRevisionIds.test_empty
 
12526
breezy.tests.test_remote.TestRepositoryBreakLock.test_break_lock
11954
12527
breezy.tests.test_remote.TestRepositoryFormat.test_fast_delta
11955
12528
breezy.tests.test_remote.TestRepositoryFormat.test_get_format_description
 
12529
breezy.tests.test_remote.TestRepositoryGatherStats.test_revid_no_committers
 
12530
breezy.tests.test_remote.TestRepositoryGatherStats.test_revid_none
 
12531
breezy.tests.test_remote.TestRepositoryGatherStats.test_revid_with_committers
11956
12532
breezy.tests.test_remote.TestRepositoryGetGraph.test_get_graph
 
12533
breezy.tests.test_remote.TestRepositoryGetParentMap.test_exposes_get_cached_parent_map
 
12534
breezy.tests.test_remote.TestRepositoryGetParentMap.test_get_parent_map_caching
 
12535
breezy.tests.test_remote.TestRepositoryGetParentMap.test_get_parent_map_fallback_parentless_node
 
12536
breezy.tests.test_remote.TestRepositoryGetParentMap.test_get_parent_map_negative_caches_missing_keys
 
12537
breezy.tests.test_remote.TestRepositoryGetParentMap.test_get_parent_map_reconnects_if_unknown_method
 
12538
breezy.tests.test_remote.TestRepositoryGetParentMap.test_get_parent_map_unexpected_response
 
12539
breezy.tests.test_remote.TestRepositoryGetRevIdForRevno.test_history_incomplete
 
12540
breezy.tests.test_remote.TestRepositoryGetRevIdForRevno.test_nosuchrevision
 
12541
breezy.tests.test_remote.TestRepositoryGetRevIdForRevno.test_ok
 
12542
breezy.tests.test_remote.TestRepositoryGetRevisionGraph.test_none_revision
 
12543
breezy.tests.test_remote.TestRepositoryGetRevisionGraph.test_no_such_revision
11957
12544
breezy.tests.test_remote.TestRepositoryGetRevisionGraph.test_null_revision
 
12545
breezy.tests.test_remote.TestRepositoryGetRevisionGraph.test_specific_revision
 
12546
breezy.tests.test_remote.TestRepositoryGetRevisionGraph.test_unexpected_error
 
12547
breezy.tests.test_remote.TestRepositoryGetRevisionSignatureText.test_no_signature
 
12548
breezy.tests.test_remote.TestRepositoryGetRevisionSignatureText.test_text
 
12549
breezy.tests.test_remote.TestRepositoryGetSerializerFormat.test_get_serializer_format
11958
12550
breezy.tests.test_remote.TestRepositoryHasRevision.test_none
 
12551
breezy.tests.test_remote.TestRepositoryHasSignatureForRevisionId.test_has_signature_for_revision_id
 
12552
breezy.tests.test_remote.TestRepositoryHasSignatureForRevisionId.test_is_not_shared
 
12553
breezy.tests.test_remote.TestRepositoryInsertStream_1_19.test_locked_repo_with_lock_token
 
12554
breezy.tests.test_remote.TestRepositoryInsertStream_1_19.test_locked_repo_with_no_lock_token
 
12555
breezy.tests.test_remote.TestRepositoryInsertStream_1_19.test_unlocked_repo
 
12556
breezy.tests.test_remote.TestRepositoryInsertStream.test_locked_repo_with_lock_token
 
12557
breezy.tests.test_remote.TestRepositoryInsertStream.test_locked_repo_with_no_lock_token
 
12558
breezy.tests.test_remote.TestRepositoryInsertStream.test_unlocked_repo
 
12559
breezy.tests.test_remote.TestRepositoryIsShared.test_is_not_shared
 
12560
breezy.tests.test_remote.TestRepositoryIsShared.test_is_shared
 
12561
breezy.tests.test_remote.TestRepositoryIterFilesBytes.test_missing
 
12562
breezy.tests.test_remote.TestRepositoryIterFilesBytes.test_single
11959
12563
breezy.tests.test_remote.TestRepositoryIterInventories.test_empty
 
12564
breezy.tests.test_remote.TestRepositoryIterInventories.test_missing
 
12565
breezy.tests.test_remote.TestRepositoryLockWrite.test_lock_write
 
12566
breezy.tests.test_remote.TestRepositoryLockWrite.test_lock_write_already_locked
 
12567
breezy.tests.test_remote.TestRepositoryLockWrite.test_lock_write_unlockable
 
12568
breezy.tests.test_remote.TestRepositoryMakeWorkingTrees.test_make_working_trees
 
12569
breezy.tests.test_remote.TestRepositoryMakeWorkingTrees.test_no_working_trees
 
12570
breezy.tests.test_remote.TestRepositoryPack.test_pack
 
12571
breezy.tests.test_remote.TestRepositoryPack.test_pack_with_hint
 
12572
breezy.tests.test_remote.TestRepositoryPhysicalLockStatus.test_get_physical_lock_status_no
 
12573
breezy.tests.test_remote.TestRepositoryPhysicalLockStatus.test_get_physical_lock_status_yes
 
12574
breezy.tests.test_remote.TestRepositoryReconcile.test_reconcile
 
12575
breezy.tests.test_remote.TestRepositorySetMakeWorkingTrees.test_backwards_compat
 
12576
breezy.tests.test_remote.TestRepositorySetMakeWorkingTrees.test_current
 
12577
breezy.tests.test_remote.TestRepositoryTarball.test_repository_tarball
 
12578
breezy.tests.test_remote.TestRepositoryUnlock.test_unlock
 
12579
breezy.tests.test_remote.TestRepositoryUnlock.test_unlock_wrong_token
 
12580
breezy.tests.test_remote.TestRepositoryWriteGroups.test_abort_write_group
 
12581
breezy.tests.test_remote.TestRepositoryWriteGroups.test_commit_write_group
 
12582
breezy.tests.test_remote.TestRepositoryWriteGroups.test_resume_write_group
 
12583
breezy.tests.test_remote.TestRepositoryWriteGroups.test_start_write_group
 
12584
breezy.tests.test_remote.TestRepositoryWriteGroups.test_start_write_group_unsuspendable
11960
12585
breezy.tests.test_remote.TestRepositoryWriteGroups.test_suspend_write_group
11961
12586
breezy.tests.test_remote.TestStacking.test_stacked_get_stream_groupcompress
11962
12587
breezy.tests.test_remote.TestTransportIsReadonly.test_error_from_old_server
11963
12588
breezy.tests.test_remote.TestTransportIsReadonly.test_false
11964
12589
breezy.tests.test_remote.TestTransportIsReadonly.test_true
11965
12590
breezy.tests.test_remote.TestTransportMkdir.test_permissiondenied
 
12591
breezy.tests.test_remote.TestWithCustomErrorHandler.test_no_context
 
12592
breezy.tests.test_remote.TestWithCustomErrorHandler.test_with_context
11966
12593
breezy.tests.test_rename_map.TestRenameMap.test_add_edge_hashes
11967
12594
breezy.tests.test_rename_map.TestRenameMap.test_file_match_no_dups
11968
12595
breezy.tests.test_rename_map.TestRenameMap.test_find_directory_renames
11991
12618
breezy.tests.test_repository.TestKnitPackStreamSource.test_source_to_exact_pack_19
11992
12619
breezy.tests.test_repository.TestKnitPackStreamSource.test_source_to_exact_pack_19_rich_root
11993
12620
breezy.tests.test_repository.TestKnitPackStreamSource.test_source_to_exact_pack_rich_root_pack
 
12621
breezy.tests.test_repository.TestKnitPackStreamSource.test_source_to_remote_exact_pack_19
 
12622
breezy.tests.test_repository.TestKnitPackStreamSource.test_source_to_remote_non_exact_pack_19
11994
12623
breezy.tests.test_repository.TestKnitPackStreamSource.test_stream_source_to_knit
11995
12624
breezy.tests.test_repository.TestKnitPackStreamSource.test_stream_source_to_non_exact
11996
12625
breezy.tests.test_repository.TestKnitPackStreamSource.test_stream_source_to_non_exact_rich_root
12407
13036
breezy.tests.test_shelf.TestPrepareShelf.test_shelve_all
12408
13037
breezy.tests.test_shelf.TestPrepareShelf.test_shelve_change_handles_modify_text
12409
13038
breezy.tests.test_shelf.TestPrepareShelf.test_shelve_change_unknown_change
 
13039
breezy.tests.test_shelf.TestPrepareShelf.test_shelve_content_change
12410
13040
breezy.tests.test_shelf.TestPrepareShelf.test_shelve_delete_contents
12411
13041
breezy.tests.test_shelf.TestPrepareShelf.test_shelve_skips_added_root
12412
13042
breezy.tests.test_shelf.TestPrepareShelf.test_shelve_unversion
12525
13155
breezy.tests.test_smart.TestSmartServerBranchRequestUnlock.test_unlock_on_unlocked_branch_unlocked_repo
12526
13156
breezy.tests.test_smart.TestSmartServerBzrDirRequestCloningMetaDir.test_checkout_metadir
12527
13157
breezy.tests.test_smart.TestSmartServerBzrDirRequestDestroyBranch.test_destroy_branch_default
 
13158
breezy.tests.test_smart.TestSmartServerBzrDirRequestDestroyBranch.test_destroy_branch_missing
12528
13159
breezy.tests.test_smart.TestSmartServerBzrDirRequestDestroyRepository.test_destroy_repository_default
12529
13160
breezy.tests.test_smart.TestSmartServerBzrDirRequestDestroyRepository.test_destroy_repository_missing
12530
13161
breezy.tests.test_smart.TestSmartServerBzrDirRequestGetBranches.test_empty
12540
13171
breezy.tests.test_smart.TestSmartServerRepositoryAllRevisionIds.test_some_revisions
12541
13172
breezy.tests.test_smart.TestSmartServerRepositoryBreakLock.test_lock_to_break
12542
13173
breezy.tests.test_smart.TestSmartServerRepositoryBreakLock.test_nothing_to_break
 
13174
breezy.tests.test_smart.TestSmartServerRepositoryGatherStats.test_empty_revid
 
13175
breezy.tests.test_smart.TestSmartServerRepositoryGatherStats.test_not_empty_repository_with_committers
 
13176
breezy.tests.test_smart.TestSmartServerRepositoryGatherStats.test_revid_with_committers
12543
13177
breezy.tests.test_smart.TestSmartServerRepositoryGatherStats.test_unknown_revid
12544
13178
breezy.tests.test_smart.TestSmartServerRepositoryGetInventories.test_empty
12545
13179
breezy.tests.test_smart.TestSmartServerRepositoryGetParentMap.test_trivial_bzipped
12651
13285
breezy.tests.test_smart_transport.SmartClientMediumTests.test_construct_smart_ssh_client_medium
12652
13286
breezy.tests.test_smart_transport.SmartClientMediumTests.test_construct_smart_tcp_client_medium
12653
13287
breezy.tests.test_smart_transport.SmartClientMediumTests.test_simple_pipes__accept_bytes_pipe_closed
 
13288
breezy.tests.test_smart_transport.SmartClientMediumTests.test_simple_pipes__accept_bytes_subprocess_closed
 
13289
breezy.tests.test_smart_transport.SmartClientMediumTests.test_simple_pipes_client_accept_bytes_after_disconnect
 
13290
breezy.tests.test_smart_transport.SmartClientMediumTests.test_simple_pipes_client__accept_bytes_writes_to_writable
 
13291
breezy.tests.test_smart_transport.SmartClientMediumTests.test_simple_pipes_client_can_always_read
 
13292
breezy.tests.test_smart_transport.SmartClientMediumTests.test_simple_pipes_client_disconnect_does_nothing
12654
13293
breezy.tests.test_smart_transport.SmartClientMediumTests.test_simple_pipes_client_get_concurrent_requests
12655
13294
breezy.tests.test_smart_transport.SmartClientMediumTests.test_simple_pipes_client_ignores_disconnect_when_not_connected
12656
13295
breezy.tests.test_smart_transport.SmartClientMediumTests.test_simple_pipes_client_request_type
 
13296
breezy.tests.test_smart_transport.SmartClientMediumTests.test_simple_pipes_client_supports__flush
 
13297
breezy.tests.test_smart_transport.SmartClientMediumTests.test_simple_pipes__flush_pipe_closed
 
13298
breezy.tests.test_smart_transport.SmartClientMediumTests.test_simple_pipes__flush_subprocess_closed
 
13299
breezy.tests.test_smart_transport.SmartClientMediumTests.test_simple_pipes__read_bytes_pipe_closed
 
13300
breezy.tests.test_smart_transport.SmartClientMediumTests.test_simple_pipes__read_bytes_subprocess_closed
 
13301
breezy.tests.test_smart_transport.SmartClientMediumTests.test_ssh_client_changes_command_when_bzr_remote_path_passed
 
13302
breezy.tests.test_smart_transport.SmartClientMediumTests.test_ssh_client_connects_on_first_use
 
13303
breezy.tests.test_smart_transport.SmartClientMediumTests.test_ssh_client_disconnect_allows_reconnection
 
13304
breezy.tests.test_smart_transport.SmartClientMediumTests.test_ssh_client_disconnect_does_so
12657
13305
breezy.tests.test_smart_transport.SmartClientMediumTests.test_ssh_client_ignores_disconnect_when_not_connected
12658
13306
breezy.tests.test_smart_transport.SmartClientMediumTests.test_ssh_client_raises_on_read_when_not_connected
12659
13307
breezy.tests.test_smart_transport.SmartClientMediumTests.test_ssh_client_repr
12660
13308
breezy.tests.test_smart_transport.SmartClientMediumTests.test_ssh_client_repr_no_port
12661
13309
breezy.tests.test_smart_transport.SmartClientMediumTests.test_ssh_client_repr_no_username
 
13310
breezy.tests.test_smart_transport.SmartClientMediumTests.test_ssh_client_supports__flush
12662
13311
breezy.tests.test_smart_transport.SmartClientMediumTests.test_tcp_client_host_unknown_connection_error
12663
13312
breezy.tests.test_smart_transport.SmartClientMediumTests.test_tcp_client_ignores_disconnect_when_not_connected
12664
13313
breezy.tests.test_smart_transport.SmartClientMediumTests.test_tcp_client_raises_on_read_when_not_connected
 
13314
breezy.tests.test_smart_transport.SmartClientMediumTests.test_tcp_client_supports__flush
12665
13315
breezy.tests.test_smart_transport.SmartServerCommandTests.test_hello
12666
13316
breezy.tests.test_smart_transport.SmartServerRequestHandlerTests.test_construct_request_handler
12667
13317
breezy.tests.test_smart_transport.SmartServerRequestHandlerTests.test_disable_vfs_handler_classes_via_environment
12668
13318
breezy.tests.test_smart_transport.SmartServerRequestHandlerTests.test_hello
12669
13319
breezy.tests.test_smart_transport.SmartServerRequestHandlerTests.test_hello_has_finished_body_on_dispatch
12670
13320
breezy.tests.test_smart_transport.SmartServerRequestHandlerTests.test_readonly_exception_becomes_transport_not_possible
 
13321
breezy.tests.test_smart_transport.SmartServerRequestHandlerTests.test_readv_accept_body
12671
13322
breezy.tests.test_smart_transport.TestChunkedBodyDecoder.test_bad_header
12672
13323
breezy.tests.test_smart_transport.TestChunkedBodyDecoder.test_byte_at_a_time
12673
13324
breezy.tests.test_smart_transport.TestChunkedBodyDecoder.test_construct
12680
13331
breezy.tests.test_smart_transport.TestChunkedBodyDecoder.test_one_chunk
12681
13332
breezy.tests.test_smart_transport.TestChunkedBodyDecoder.test_read_pending_data_resets
12682
13333
breezy.tests.test_smart_transport.TestChunkedBodyDecoder.test_two_chunks
 
13334
breezy.tests.test_smart_transport.TestClientDecodingProtocolThree.test_read_response_tuple_error
 
13335
breezy.tests.test_smart_transport.TestClientEncodingProtocolThree.test_call_smoke_test
 
13336
breezy.tests.test_smart_transport.TestClientEncodingProtocolThree.test_call_with_body_bytes_smoke_test
 
13337
breezy.tests.test_smart_transport.TestClientEncodingProtocolThree.test_call_with_body_bytes_writes_just_once
 
13338
breezy.tests.test_smart_transport.TestClientEncodingProtocolThree.test_call_with_body_stream_empty_stream
 
13339
breezy.tests.test_smart_transport.TestClientEncodingProtocolThree.test_call_with_body_stream_error
 
13340
breezy.tests.test_smart_transport.TestClientEncodingProtocolThree.test_call_with_body_stream_smoke_test
 
13341
breezy.tests.test_smart_transport.TestClientEncodingProtocolThree.test_call_writes_just_once
 
13342
breezy.tests.test_smart_transport.TestClientEncodingProtocolThree.test_records_start_of_body_stream
 
13343
breezy.tests.test_smart_transport.TestConventionalResponseHandlerBodyStream.test_interrupted_by_connection_lost
 
13344
breezy.tests.test_smart_transport.TestConventionalResponseHandlerBodyStream.test_interrupted_by_error
 
13345
breezy.tests.test_smart_transport.TestConventionalResponseHandlerBodyStream.test_multiple_bytes_parts
 
13346
breezy.tests.test_smart_transport.TestConventionalResponseHandlerBodyStream.test_read_body_bytes_interrupted_by_connection_lost
12683
13347
breezy.tests.test_smart_transport.TestFailedSmartServerResponse.test_construct
12684
13348
breezy.tests.test_smart_transport.TestFailedSmartServerResponse.test_is_successful
12685
13349
breezy.tests.test_smart_transport.TestGetProtocolFactoryForBytes.test_version_one
12687
13351
breezy.tests.test_smart_transport.TestGetProtocolFactoryForBytes.test_version_two
12688
13352
breezy.tests.test_smart_transport.TestProtocolThree.test_trivial_request
12689
13353
breezy.tests.test_smart_transport.TestRemoteTransport.test__translate_error_readonly
 
13354
breezy.tests.test_smart_transport.TestResponseEncoderBufferingProtocolThree.test_send_error_writes_just_once
 
13355
breezy.tests.test_smart_transport.TestResponseEncoderBufferingProtocolThree.test_send_response_with_body_stream_buffers_writes
 
13356
breezy.tests.test_smart_transport.TestResponseEncoderBufferingProtocolThree.test_send_response_with_body_writes_just_once
 
13357
breezy.tests.test_smart_transport.TestResponseEncoderBufferingProtocolThree.test_send_response_writes_just_once
 
13358
breezy.tests.test_smart_transport.TestResponseEncodingProtocolThree.test_send_broken_body_stream
 
13359
breezy.tests.test_smart_transport.TestResponseEncodingProtocolThree.test_send_error_unknown_method
 
13360
breezy.tests.test_smart_transport.TestServerHooks.test_server_started_hook_file
 
13361
breezy.tests.test_smart_transport.TestServerHooks.test_server_started_hook_memory
 
13362
breezy.tests.test_smart_transport.TestServerHooks.test_server_stopped_hook_simple_file
 
13363
breezy.tests.test_smart_transport.TestServerHooks.test_server_stopped_hook_simple_memory
 
13364
breezy.tests.test_smart_transport.Test_SmartClientRequest.test__send_disabled_retry
 
13365
breezy.tests.test_smart_transport.Test_SmartClientRequest.test__send_doesnt_retry_read_failure
 
13366
breezy.tests.test_smart_transport.Test_SmartClientRequest.test__send_no_retry_pipes
 
13367
breezy.tests.test_smart_transport.Test_SmartClientRequest.test__send_read_response_sockets
 
13368
breezy.tests.test_smart_transport.Test_SmartClientRequest.test__send_retries_on_write
12690
13369
breezy.tests.test_smart_transport.TestSmartClientStreamMediumRequest.test_accept_bytes_after_finished_writing_errors
12691
13370
breezy.tests.test_smart_transport.TestSmartClientStreamMediumRequest.test_construct_sets_stream_request
12692
13371
breezy.tests.test_smart_transport.TestSmartClientStreamMediumRequest.test_construct_while_another_request_active_throws
12698
13377
breezy.tests.test_smart_transport.Test_SmartClient.test_call_default_headers
12699
13378
breezy.tests.test_smart_transport.TestSmartServerStreamMedium.test__build_protocol_returns_if_stopping
12700
13379
breezy.tests.test_smart_transport.TestSmartServerStreamMedium.test_pipe_set_timeout
 
13380
breezy.tests.test_smart_transport.TestSmartServerStreamMedium.test_pipe_wait_for_bytes_with_timeout_no_data
 
13381
breezy.tests.test_smart_transport.TestSmartServerStreamMedium.test_pipe_wait_for_bytes_with_timeout_with_data
 
13382
breezy.tests.test_smart_transport.TestSmartServerStreamMedium.test_socket_serve_timeout_closes_socket
12701
13383
breezy.tests.test_smart_transport.TestSmartServerStreamMedium.test_socket_set_timeout
12702
13384
breezy.tests.test_smart_transport.TestSmartServerStreamMedium.test_socket_stream_shutdown_detection
12703
13385
breezy.tests.test_smart_transport.TestSmartServerStreamMedium.test_socket_wait_for_bytes_with_shutdown
 
13386
breezy.tests.test_smart_transport.TestSmartServerStreamMedium.test_socket_wait_for_bytes_with_timeout_closed
 
13387
breezy.tests.test_smart_transport.TestSmartServerStreamMedium.test_socket_wait_for_bytes_with_timeout_no_data
 
13388
breezy.tests.test_smart_transport.TestSmartTCPServer.test_get_error_unexpected
12704
13389
breezy.tests.test_smart_transport.TestSmartTCPServer.test_propagates_timeout
 
13390
breezy.tests.test_smart_transport.TestSmartTCPServer.test_serve_conn_tracks_connections
12705
13391
breezy.tests.test_smart_transport.TestSuccessfulSmartServerResponse.test_construct_no_body
12706
13392
breezy.tests.test_smart_transport.TestSuccessfulSmartServerResponse.test_construct_rejects_body_and_body_stream
12707
13393
breezy.tests.test_smart_transport.TestSuccessfulSmartServerResponse.test_construct_with_body
12708
13394
breezy.tests.test_smart_transport.TestSuccessfulSmartServerResponse.test_construct_with_body_stream
12709
13395
breezy.tests.test_smart_transport.TestSuccessfulSmartServerResponse.test_is_successful
 
13396
breezy.tests.test_smart_transport.TestVersionOneFeaturesInProtocolOne.test_accept_body_bytes_to_protocol
 
13397
breezy.tests.test_smart_transport.TestVersionOneFeaturesInProtocolOne.test_accept_excess_bytes_after_body
 
13398
breezy.tests.test_smart_transport.TestVersionOneFeaturesInProtocolOne.test_accept_excess_bytes_after_dispatch
 
13399
breezy.tests.test_smart_transport.TestVersionOneFeaturesInProtocolOne.test_accept_excess_bytes_are_preserved
 
13400
breezy.tests.test_smart_transport.TestVersionOneFeaturesInProtocolOne.test_client_call_empty_response
 
13401
breezy.tests.test_smart_transport.TestVersionOneFeaturesInProtocolOne.test_client_call_three_element_response
 
13402
breezy.tests.test_smart_transport.TestVersionOneFeaturesInProtocolOne.test_client_cancel_read_body_does_not_eat_body_bytes
 
13403
breezy.tests.test_smart_transport.TestVersionOneFeaturesInProtocolOne.test_client_read_body_bytes_all
 
13404
breezy.tests.test_smart_transport.TestVersionOneFeaturesInProtocolOne.test_client_read_body_bytes_interrupted_connection
 
13405
breezy.tests.test_smart_transport.TestVersionOneFeaturesInProtocolOne.test_connection_closed_reporting
12710
13406
breezy.tests.test_smart_transport.TestVersionOneFeaturesInProtocolOne.test_construct_version_one_client_protocol
12711
13407
breezy.tests.test_smart_transport.TestVersionOneFeaturesInProtocolOne.test_construct_version_one_server_protocol
12712
13408
breezy.tests.test_smart_transport.TestVersionOneFeaturesInProtocolOne.test__send_response_errors_with_base_response
 
13409
breezy.tests.test_smart_transport.TestVersionOneFeaturesInProtocolOne.test__send_response_sets_finished_reading
12713
13410
breezy.tests.test_smart_transport.TestVersionOneFeaturesInProtocolOne.test_server_offset_serialisation
 
13411
breezy.tests.test_smart_transport.TestVersionOneFeaturesInProtocolThree.test_connection_closed_reporting
12714
13412
breezy.tests.test_smart_transport.TestVersionOneFeaturesInProtocolThree.test_construct_version_three_server_protocol
12715
13413
breezy.tests.test_smart_transport.TestVersionOneFeaturesInProtocolThree.test_server_offset_serialisation
 
13414
breezy.tests.test_smart_transport.TestVersionOneFeaturesInProtocolTwo.test_accept_body_bytes_to_protocol
 
13415
breezy.tests.test_smart_transport.TestVersionOneFeaturesInProtocolTwo.test_client_read_body_bytes_all
 
13416
breezy.tests.test_smart_transport.TestVersionOneFeaturesInProtocolTwo.test_client_read_body_bytes_incremental
 
13417
breezy.tests.test_smart_transport.TestVersionOneFeaturesInProtocolTwo.test_client_read_body_bytes_interrupted_connection
 
13418
breezy.tests.test_smart_transport.TestVersionOneFeaturesInProtocolTwo.test_connection_closed_reporting
12716
13419
breezy.tests.test_smart_transport.TestVersionOneFeaturesInProtocolTwo.test_construct_version_two_client_protocol
12717
13420
breezy.tests.test_smart_transport.TestVersionOneFeaturesInProtocolTwo.test_construct_version_two_server_protocol
12718
13421
breezy.tests.test_smart_transport.TestVersionOneFeaturesInProtocolTwo.test__send_response_errors_with_base_response
12719
13422
breezy.tests.test_smart_transport.TestVersionOneFeaturesInProtocolTwo.test_server_offset_serialisation
 
13423
breezy.tests.test_smart_transport.WritableEndToEndTests.test_clone_changes_base
 
13424
breezy.tests.test_smart_transport.WritableEndToEndTests.test_open_bzrdir
12720
13425
breezy.tests.test_smart_transport.WritableEndToEndTests.test__remote_path
 
13426
breezy.tests.test_smart_transport.WritableEndToEndTests.test_simple_clone_conn
12721
13427
breezy.tests.test_smart_transport.WritableEndToEndTests.test_start_tcp_server
12722
13428
breezy.tests.test_smtp_connection.TestSMTPConnection.test_get_message_addresses
12723
13429
breezy.tests.test_source.TestSource.test_tmpdir_not_in_source_files
12860
13566
breezy.tests.test_strace.TestStrace.test_strace_callable_is_called
12861
13567
breezy.tests.test_strace.TestStrace.test_strace_callable_result
12862
13568
breezy.tests.test_strace.TestStrace.test_strace_result_has_raw_log
 
13569
breezy.tests.test_subsume.TestWorkingTree.test_subsume_failure
12863
13570
breezy.tests.test_symbol_versioning.TestDeprecationWarnings.test_deprecated_dict
12864
13571
breezy.tests.test_symbol_versioning.TestDeprecationWarnings.test_deprecated_function
12865
13572
breezy.tests.test_symbol_versioning.TestDeprecationWarnings.test_deprecated_list
12875
13582
breezy.tests.test_symbol_versioning.TestSuppressAndActivate.test_suppress_deprecation_with_warning_filter
12876
13583
breezy.tests.test_tag.DisabledTagsTests.test_get_reverse_tag_dict
12877
13584
breezy.tests.test_tag.DisabledTagsTests.test_set_tag
 
13585
breezy.tests.test_tag.TestTagRevisionRenames.test_simple
 
13586
breezy.tests.test_tag.TestTagRevisionRenames.test_unknown_ignored
12878
13587
breezy.tests.test_test_server.TestTCPServerInAThread.test_server_fails_to_start(TestingTCPServer)
12879
13588
breezy.tests.test_test_server.TestTCPServerInAThread.test_server_fails_to_start(TestingThreadingTCPServer)
 
13589
breezy.tests.test_test_server.TestTCPServerInAThread.test_start_stop(TestingTCPServer)
 
13590
breezy.tests.test_test_server.TestTCPServerInAThread.test_start_stop(TestingThreadingTCPServer)
12880
13591
breezy.tests.test_test_server.TestTestingSmartConnectionHandler.test_connection_shutdown_while_serving_no_error
12881
13592
breezy.tests.test_test_server.TestTestingSmartConnectionHandler.test_connection_timeout_suppressed
12882
13593
breezy.tests.test_test_server.TestTestingSmartServer.test_sets_client_timeout
12950
13661
breezy.tests.test_transactions.TestWriteTransaction.test_register_dirty
12951
13662
breezy.tests.test_transactions.TestWriteTransaction.test_small_cache_with_references
12952
13663
breezy.tests.test_transactions.TestWriteTransaction.test_writable
 
13664
breezy.tests.test_transform.TestBuildTree.test_build_tree_accelerator_tree_missing_file
 
13665
breezy.tests.test_transform.TestBuildTree.test_build_tree_hardlinks_preserve_execute
 
13666
breezy.tests.test_transform.TestBuildTree.test_build_with_references
 
13667
breezy.tests.test_transform.TestCommitTransform.test_empy_commit
12953
13668
breezy.tests.test_transform.TestCommitTransform.test_first_commit_with_merge_parents
12954
13669
breezy.tests.test_transform.TestFileMover.test_apply_deletions
12955
13670
breezy.tests.test_transform.TestFileMover.test_file_mover
12956
13671
breezy.tests.test_transform.TestFileMover.test_file_mover_rollback
12957
13672
breezy.tests.test_transform.TestFileMover.test_pre_delete_rollback
 
13673
breezy.tests.test_transform.TestInventoryAltered.test_inventory_altered_noop_changed_parent_id
 
13674
breezy.tests.test_transform.TestInventoryAltered.test_inventory_altered_unchanged
 
13675
breezy.tests.test_transform.TestLinkTree.test_link_fails_if_execute_bit_changed
 
13676
breezy.tests.test_transform.TestLinkTree.test_link_fails_if_modified
12958
13677
breezy.tests.test_transform.TestOrphan.test_no_orphan_for_transform_preview
 
13678
breezy.tests.test_transform.TestSerializeTransform.test_get_parents_texts
12959
13679
breezy.tests.test_transform.TestTransformHooks.test_post_commit_hooks
12960
13680
breezy.tests.test_transform.TestTransformHooks.test_pre_commit_hooks
12961
13681
breezy.tests.test_transform.TestTransformPreview.test_dir_content_summary
 
13682
breezy.tests.test_transform.TestTransformPreview.test_get_set_parent_ids
12962
13683
breezy.tests.test_transform.TestTransformPreview.test_get_symlink_target
 
13684
breezy.tests.test_transform.TestTransformPreview.test_ignore_extra_trees_no_specific_files
 
13685
breezy.tests.test_transform.TestTransformPreview.test_ignore_pb
 
13686
breezy.tests.test_transform.TestTransformPreview.test_ignore_require_versioned_no_specific_files
12963
13687
breezy.tests.test_transform.TestTransformPreview.test_missing_content_summary
 
13688
breezy.tests.test_transform.TestTransformPreview.test_transform_preview
 
13689
breezy.tests.test_transform.TestTransformPreview.test_transform_preview_tree
12964
13690
breezy.tests.test_transform.TestTransformPreview.test_tree_content_summary
12965
13691
breezy.tests.test_transform.TestTransformRollback.test_rollback_deletion
12966
13692
breezy.tests.test_transform.TestTransformRollback.test_rollback_rename
12968
13694
breezy.tests.test_transform.TestTreeTransform.test_add_two_roots
12969
13695
breezy.tests.test_transform.TestTreeTransform.test_add_unversioned_root
12970
13696
breezy.tests.test_transform.TestTreeTransform.test_adjust_path_updates_child_limbo_names
 
13697
breezy.tests.test_transform.TestTreeTransform.test__apply_insertions_updates_sha1
12971
13698
breezy.tests.test_transform.TestTreeTransform.test_apply_retains_file_id
12972
13699
breezy.tests.test_transform.TestTreeTransform.test_apply_retains_root_directory
 
13700
breezy.tests.test_transform.TestTreeTransform.test_cancel_creation_removes_observed_sha1
12973
13701
breezy.tests.test_transform.TestTreeTransform.test_cancel_with_cancelled_child_should_succeed
 
13702
breezy.tests.test_transform.TestTreeTransform.test_create_file_caches_sha1
 
13703
breezy.tests.test_transform.TestTreeTransform.test_create_files_same_timestamp
 
13704
breezy.tests.test_transform.TestTreeTransform.test_create_from_tree_symlink
12974
13705
breezy.tests.test_transform.TestTreeTransform.test_existing_limbo
12975
13706
breezy.tests.test_transform.TestTreeTransform.test_existing_pending_deletion
 
13707
breezy.tests.test_transform.TestTreeTransform.test_file_to_symlink
12976
13708
breezy.tests.test_transform.TestTreeTransform.test_finalize_order
12977
13709
breezy.tests.test_transform.TestTreeTransform.test_fixup_new_roots_permits_empty_tree
 
13710
breezy.tests.test_transform.TestTreeTransform.test_new_file_caches_sha1
 
13711
breezy.tests.test_transform.TestTreeTransform.test_no_final_path
12978
13712
breezy.tests.test_transform.TestTreeTransform.test_noname_contents
12979
13713
breezy.tests.test_transform.TestTreeTransform.test_noname_contents_nested
12980
13714
breezy.tests.test_transform.TestTreeTransform.test_remove_root_fixup
12997
13731
breezy.tests.test_transport.FakeVFATDecoratorTests.test_forbidden_chars
12998
13732
breezy.tests.test_transport.FakeVFATDecoratorTests.test_transport_creation
12999
13733
breezy.tests.test_transport.FakeVFATDecoratorTests.test_transport_mkdir
 
13734
breezy.tests.test_transport_log.TestTransportLog.test_log_readv
13000
13735
breezy.tests.test_transport_log.TestTransportLog.test_log_transport
13001
13736
breezy.tests.test_transport.PathFilteringDecoratorTransportTest.test_abspath
13002
13737
breezy.tests.test_transport.PathFilteringDecoratorTransportTest.test_clone
13009
13744
breezy.tests.test_transport.TestChrootServer.test_get_url
13010
13745
breezy.tests.test_transport.TestChrootServer.test_setUp
13011
13746
breezy.tests.test_transport.TestChrootServer.test_stop_server
 
13747
breezy.tests.test_transport.TestCoalesceOffsets.test_coalesce_default_limit
13012
13748
breezy.tests.test_transport.TestCoalesceOffsets.test_coalesce_empty
 
13749
breezy.tests.test_transport.TestCoalesceOffsets.test_coalesce_fudge
 
13750
breezy.tests.test_transport.TestCoalesceOffsets.test_coalesce_limit
 
13751
breezy.tests.test_transport.TestCoalesceOffsets.test_coalesce_max_size
 
13752
breezy.tests.test_transport.TestCoalesceOffsets.test_coalesce_nearby
 
13753
breezy.tests.test_transport.TestCoalesceOffsets.test_coalesce_no_limit
 
13754
breezy.tests.test_transport.TestCoalesceOffsets.test_coalesce_no_max_size
13013
13755
breezy.tests.test_transport.TestCoalesceOffsets.test_coalesce_overlapped
 
13756
breezy.tests.test_transport.TestCoalesceOffsets.test_coalesce_simple
 
13757
breezy.tests.test_transport.TestCoalesceOffsets.test_coalesce_unrelated
 
13758
breezy.tests.test_transport.TestCoalesceOffsets.test_coalesce_unsorted
 
13759
breezy.tests.test_transport.TestConnectedTransport.test_connection_sharing_propagate_credentials
13014
13760
breezy.tests.test_transport.TestConnectedTransport.test_parse_invalid_url
13015
13761
breezy.tests.test_transport.TestConnectedTransport.test_parse_quoted_url
13016
13762
breezy.tests.test_transport.TestConnectedTransport.test_parse_url
13024
13770
breezy.tests.test_transport.TestLocalTransports.test_get_transport_from_local_url
13025
13771
breezy.tests.test_transport.TestLocalTransports.test_get_transport_from_relpath
13026
13772
breezy.tests.test_transport.TestLocalTransports.test_local_abspath
 
13773
breezy.tests.test_transport.TestLocalTransportWriteStream.test_local_fdatasync_calls_fdatasync
13027
13774
breezy.tests.test_transport.TestLocalTransportWriteStream.test_missing_directory
13028
13775
breezy.tests.test_transport.TestLocationToUrl.test_absolute_file_url
13029
13776
breezy.tests.test_transport.TestLocationToUrl.test_directory
13034
13781
breezy.tests.test_transport.TestMemoryTransport.test_abspath
13035
13782
breezy.tests.test_transport.TestMemoryTransport.test_abspath_of_relpath_starting_at_root
13036
13783
breezy.tests.test_transport.TestMemoryTransport.test_abspath_of_root
 
13784
breezy.tests.test_transport.TestMemoryTransport.test_append_and_get
 
13785
breezy.tests.test_transport.TestMemoryTransport.test_append_without_dir_fails
13037
13786
breezy.tests.test_transport.TestMemoryTransport.test_clone
13038
13787
breezy.tests.test_transport.TestMemoryTransport.test_get_missing
13039
13788
breezy.tests.test_transport.TestMemoryTransport.test_get_transport
13040
13789
breezy.tests.test_transport.TestMemoryTransport.test_has_missing
 
13790
breezy.tests.test_transport.TestMemoryTransport.test_has_present
 
13791
breezy.tests.test_transport.TestMemoryTransport.test_iter_files_recursive
 
13792
breezy.tests.test_transport.TestMemoryTransport.test_list_dir
 
13793
breezy.tests.test_transport.TestMemoryTransport.test_mkdir
13041
13794
breezy.tests.test_transport.TestMemoryTransport.test_mkdir_missing_parent
13042
13795
breezy.tests.test_transport.TestMemoryTransport.test_mkdir_twice
13043
13796
breezy.tests.test_transport.TestMemoryTransport.test_parameters
 
13797
breezy.tests.test_transport.TestMemoryTransport.test_put_and_get
13044
13798
breezy.tests.test_transport.TestMemoryTransport.test_put_without_dir_fails
 
13799
breezy.tests.test_transport.TestMemoryTransport.test_stat
13045
13800
breezy.tests.test_transport.TestReusedTransports.test_don_t_reuse_different_transport
13046
13801
breezy.tests.test_transport.TestReusedTransports.test_reuse_same_transport
 
13802
breezy.tests.test_transport.TestSSHConnections.test_bzr_connect_to_bzr_ssh
13047
13803
breezy.tests.test_transport.TestTransportFromPath.test_with_path
13048
13804
breezy.tests.test_transport.TestTransportFromPath.test_with_url
13049
13805
breezy.tests.test_transport.TestTransportFromUrl.test_with_path
13058
13814
breezy.tests.test_transport.TestTransport.test_transport_fallback
13059
13815
breezy.tests.test_transport.TestTransportTrace.test_clone_preserves_activity
13060
13816
breezy.tests.test_transport.TestTransportTrace.test_decorator
 
13817
breezy.tests.test_transport.TestTransportTrace.test_get
 
13818
breezy.tests.test_transport.TestTransportTrace.test_readv
13061
13819
breezy.tests.test_transport.TestUnhtml.test_truncation
13062
13820
breezy.tests.test_transport.TestWin32LocalTransport.test_unc_clone_to_root
13063
13821
breezy.tests.test_treebuilder.TestFakeTree.testFakeTree
13067
13825
breezy.tests.test_treebuilder.TestTreeBuilderMemoryTree.test_finish_tree_unlocks
13068
13826
breezy.tests.test_treebuilder.TestTreeBuilderMemoryTree.test_start_tree_locks_write
13069
13827
breezy.tests.test_treebuilder.TestTreeBuilderMemoryTree.test_start_tree_when_started_fails
 
13828
breezy.tests.test_tree.FindPreviousPathsTests.test_new
13070
13829
breezy.tests.test_treeshape.TestTreeShape.test_build_tree_symlink
13071
13830
breezy.tests.test_tree.TestErrors.test_file_timestamp_unavailable
 
13831
breezy.tests.test_tree.TestInterTree.test_revision_tree_revision_tree
 
13832
breezy.tests.test_tree.TestInterTree.test_working_tree_revision_tree
13072
13833
breezy.tests.test_tree.TestInterTree.test_working_tree_working_tree
13073
13834
breezy.tests.test_tree.TestMultiWalker.test__path_to_key
13074
13835
breezy.tests.test_tree.TestMultiWalker.test__step_one_empty
13098
13859
breezy.tests.test_tsort.TopoSortTests.test_tsort_empty
13099
13860
breezy.tests.test_tsort.TopoSortTests.test_tsort_partial
13100
13861
breezy.tests.test_tsort.TopoSortTests.test_tsort_unincluded_parent
 
13862
breezy.tests.test_tuned_gzip.TestToGzip.test_enormous_chunks
 
13863
breezy.tests.test_tuned_gzip.TestToGzip.test_large_chunks
 
13864
breezy.tests.test_tuned_gzip.TestToGzip.test_simple_text
 
13865
breezy.tests.test_tuned_gzip.TestToGzip.test_single_chunk
13101
13866
breezy.tests.test_ui.CannedInputUIFactoryTests.test_canned_input_get_input
13102
13867
breezy.tests.test_ui.SilentUITests.test_silent_factory_get_password
13103
13868
breezy.tests.test_ui.SilentUITests.test_silent_ui_getbool
13130
13895
breezy.tests.test_ui.TestUIFactoryTests.test_test_ui_factory_progress
13131
13896
breezy.tests.test_ui.UITests.test_progress_construction
13132
13897
breezy.tests.test_ui.UITests.test_text_ui_non_terminal
 
13898
breezy.tests.test_uncommit.TestUncommit.test_uncommit
 
13899
breezy.tests.test_uncommit.TestUncommit.test_uncommit_bound
 
13900
breezy.tests.test_uncommit.TestUncommit.test_uncommit_bound_local
 
13901
breezy.tests.test_uncommit.TestUncommit.test_uncommit_keep_tags
 
13902
breezy.tests.test_uncommit.TestUncommit.test_uncommit_remove_tags
 
13903
breezy.tests.test_uncommit.TestUncommit.test_uncommit_unbound_local
 
13904
breezy.tests.test_upgrade.TestSmartUpgrade.test_upgrade_repo_with_branches
 
13905
breezy.tests.test_upgrade.TestSmartUpgrade.test_upgrade_repo_with_branches_cleanup
 
13906
breezy.tests.test_upgrade.TestSmartUpgrade.test_upgrade_standalone_branch
 
13907
breezy.tests.test_upgrade.TestSmartUpgrade.test_upgrade_standalone_branch_cleanup
13133
13908
breezy.tests.test_upgrade.TestUpgrade.test_convert_knit_dirstate_content
13134
13909
breezy.tests.test_upstream_import.TestImport.test_common_directory
13135
13910
breezy.tests.test_upstream_import.TestImport.test_get_archive_type
13162
13937
breezy.tests.test_urlutils.TestDeriveToLocation.test_to_locations_derived_from_paths
13163
13938
breezy.tests.test_urlutils.TestDeriveToLocation.test_to_locations_derived_from_urls
13164
13939
breezy.tests.test_urlutils.TestFileRelpath.test_child_posix
 
13940
breezy.tests.test_urlutils.TestFileRelpath.test_child_win32
13165
13941
breezy.tests.test_urlutils.TestFileRelpath.test_parent_posix
 
13942
breezy.tests.test_urlutils.TestFileRelpath.test_parent_win32
13166
13943
breezy.tests.test_urlutils.TestFileRelpath.test_same_url_posix
 
13944
breezy.tests.test_urlutils.TestFileRelpath.test_same_url_win32
13167
13945
breezy.tests.test_urlutils.TestFileRelpath.test_sibling_posix
 
13946
breezy.tests.test_urlutils.TestFileRelpath.test_sibling_win32
13168
13947
breezy.tests.test_urlutils.TestParseURL.test_ipv6
13169
13948
breezy.tests.test_urlutils.TestParseURL.test_ipv6_port
13170
13949
breezy.tests.test_urlutils.TestParseURL.test_parse_simple
13174
13953
breezy.tests.test_urlutils.TestRebaseURL.test_different_protocol
13175
13954
breezy.tests.test_urlutils.TestRebaseURL.test_non_relative
13176
13955
breezy.tests.test_urlutils.TestRebaseURL.test_rebase_success
 
13956
breezy.tests.test_urlutils.TestURL.test_clone
13177
13957
breezy.tests.test_urlutils.TestURL.test__combine_paths
13178
13958
breezy.tests.test_urlutils.TestURL.test_eq
13179
13959
breezy.tests.test_urlutils.TestURL.test_ipv6
13206
13986
breezy.tests.test_urlutils.TestUrlToPath.test_win32_unc_path_to_url
13207
13987
breezy.tests.test_utextwrap.TestIndent.test_indent
13208
13988
breezy.tests.test_utextwrap.TestLongWord.test_longword
 
13989
breezy.tests.test_utextwrap.TestUTextFill.test_fill_indent_with_breaks
 
13990
breezy.tests.test_utextwrap.TestUTextFill.test_fill_indent_without_breaks
 
13991
breezy.tests.test_utextwrap.TestUTextFill.test_fill_indent_without_breaks_with_fixed_width
 
13992
breezy.tests.test_utextwrap.TestUTextFill.test_fill_simple
 
13993
breezy.tests.test_utextwrap.TestUTextFill.test_fill_with_breaks
 
13994
breezy.tests.test_utextwrap.TestUTextFill.test_fill_without_breaks
 
13995
breezy.tests.test_utextwrap.TestUTextWrapAmbiWidth.test_ambiwidth1
 
13996
breezy.tests.test_utextwrap.TestUTextWrapAmbiWidth.test_ambiwidth2
13209
13997
breezy.tests.test_utextwrap.TestUTextWrap.test_cut
 
13998
breezy.tests.test_utextwrap.TestUTextWrap.test_split
13210
13999
breezy.tests.test_utextwrap.TestUTextWrap.test_width
 
14000
breezy.tests.test_utextwrap.TestUTextWrap.test_wrap
13211
14001
breezy.tests.test_utextwrap.TestWrap.test_wrap
13212
14002
breezy.tests.test_versionedfile.Test_MPDiffGenerator.test_compute_diffs
13213
14003
breezy.tests.test_versionedfile.Test_MPDiffGenerator.test_finds_parents
13217
14007
breezy.tests.test_versionedfile.Test_MPDiffGenerator.test_refcount_multiple_children
13218
14008
breezy.tests.test_version_info.CustomVersionInfoTests.test_custom_without_template
13219
14009
breezy.tests.test_version_info.TestVersionInfoFormatRegistry.test_register_remove
 
14010
breezy.tests.test_version_info.TestVersionInfoRio.test_build_date
 
14011
breezy.tests.test_version_info.TestVersionInfoRio.test_not_clean
 
14012
breezy.tests.test_version_info.TestVersionInfoRio.test_revision_history
 
14013
breezy.tests.test_version_info.TestVersionInfoRio.test_rio_version_hook
 
14014
breezy.tests.test_version.TestBzrlibVersioning.test_get_brz_source_tree
13220
14015
breezy.tests.test_vf_search.TestLimitedSearchResultFromParentMap.test_ancestry_1
13221
14016
breezy.tests.test_vf_search.TestLimitedSearchResultFromParentMap.test_empty_ancestry
13222
14017
breezy.tests.test_vf_search.TestLimitedSearchResultFromParentMap.test_multiple_heads
13294
14089
breezy.tests.test_win32utils.TestWin32UtilsGlobExpand.test_empty_tree
13295
14090
breezy.tests.test_win32utils.TestWin32UtilsGlobExpand.test_tree_ascii
13296
14091
breezy.tests.test_win32utils.TestWin32UtilsGlobExpand.test_unicode_backslashes
 
14092
breezy.tests.test_workingtree_4.TestWorkingTreeFormat4.test_constructing_invalid_interdirstate_raises
 
14093
breezy.tests.test_workingtree_4.TestWorkingTreeFormat4.test_default_root_id
 
14094
breezy.tests.test_workingtree_4.TestWorkingTreeFormat4.test_dirstate_doesnt_cache_non_parent_trees
 
14095
breezy.tests.test_workingtree_4.TestWorkingTreeFormat4.test_dirstate_doesnt_read_from_repo_when_returning_cache_tree
 
14096
breezy.tests.test_workingtree_4.TestWorkingTreeFormat4.test_dirstate_doesnt_read_parents_from_repo_when_setting
13297
14097
breezy.tests.test_workingtree_4.TestWorkingTreeFormat4.test_empty_basis_revtree_to_dirstate_tree
13298
14098
breezy.tests.test_workingtree_4.TestWorkingTreeFormat4.test_empty_basis_to_dirstate_tree
 
14099
breezy.tests.test_workingtree_4.TestWorkingTreeFormat4.test_iter_changes_unversioned_error
 
14100
breezy.tests.test_workingtree_4.TestWorkingTreeFormat4.test_merged_revtree_to_tree
13299
14101
breezy.tests.test_workingtree_4.TestWorkingTreeFormat4.test_new_dirstate_on_new_lock
13300
14102
breezy.tests.test_workingtree_4.TestWorkingTreeFormat4.test_no_dirstate_outside_lock
 
14103
breezy.tests.test_workingtree_4.TestWorkingTreeFormat4.test_nonempty_basis_revtree_to_dirstate_tree
 
14104
breezy.tests.test_workingtree_4.TestWorkingTreeFormat4.test_nonempty_basis_to_dirstate_tree
13301
14105
breezy.tests.test_workingtree_4.TestWorkingTreeFormat4.test_resets_ignores_on_last_unlock
 
14106
breezy.tests.test_workingtree_4.TestWorkingTreeFormat4.test_revtree_not_in_dirstate_to_dirstate_not_interdirstate
 
14107
breezy.tests.test_workingtree_4.TestWorkingTreeFormat4.test_revtree_to_revtree_not_interdirstate
 
14108
breezy.tests.test_workingtree_4.TestWorkingTreeFormat4.test_set_parent_trees_handles_missing_basis
 
14109
breezy.tests.test_workingtree_4.TestWorkingTreeFormat4.test_tree_to_basis_in_other_tree
 
14110
breezy.tests.test_workingtree_4.TestWorkingTreeFormat4.test_unique_root_id_per_tree
13302
14111
breezy.tests.test_workingtree_4.TestWorkingTreeFormat4.test_uses_lockdir
13303
14112
breezy.tests.test_workingtree_4.TestWorkingTreeFormat4.test_with_subtree_supports_tree_references
 
14113
breezy.tests.test_workingtree.TestAutoResolve.test_auto_resolve_dir
13304
14114
breezy.tests.test_workingtree.TestDefaultFormat.test_from_string
 
14115
breezy.tests.test_workingtree.TestDefaultFormat.test_get_set_default_format
 
14116
breezy.tests.test_workingtree.TestDefaultFormat.test_get_set_default_format_by_key
13305
14117
breezy.tests.test_workingtree.TestDefaultFormat.test_open
13306
14118
breezy.tests.test_workingtree.TestDefaultFormat.test_open_containing
13307
14119
breezy.tests.test_workingtree.TestFindTrees.test_find_trees
13308
14120
breezy.tests.test_workingtree.TestStoredUncommitted.test_restore_uncommitted_none
 
14121
breezy.tests.test_workingtree.TestStoredUncommitted.test_store_uncommitted_no_change
13309
14122
breezy.tests.test_workingtree.TestTreeDirectory.test_kind_character
13310
14123
breezy.tests.test_workingtree.TestTreeEntry.test_kind_character
13311
14124
breezy.tests.test_workingtree.TestTreeFile.test_kind_character
13312
14125
breezy.tests.test_workingtree.TestTreeLink.test_kind_character
 
14126
breezy.tests.test_workingtree.TestWorkingTreeFormat3.test_disk_layout
 
14127
breezy.tests.test_workingtree.TestWorkingTreeFormat3.test_missing_pending_merges
 
14128
breezy.tests.test_workingtree.TestWorkingTreeFormat3.test_uses_lockdir
13313
14129
breezy.tests.test_workingtree.TestWorkingTreeFormatRegistry.test_get_all
13314
14130
breezy.tests.test_workingtree.TestWorkingTreeFormatRegistry.test_register_extra
13315
14131
breezy.tests.test_workingtree.TestWorkingTreeFormatRegistry.test_register_extra_lazy
13316
14132
breezy.tests.test_workingtree.TestWorkingTreeFormatRegistry.test_register_unregister_format
 
14133
breezy.tests.test_workingtree.TestWorkingTreeFormat.test_find_format
13317
14134
breezy.tests.test_workingtree.TestWorkingTreeFormat.test_find_format_no_tree
 
14135
breezy.tests.test_workingtree.TestWorkingTreeFormat.test_find_format_unknown_format
13318
14136
breezy.tests.test_workingtree.TestWorkingTreeFormat.test_find_format_with_features
13319
14137
breezy.tests.test_wsgi.TestWSGI.test_construct
13320
14138
breezy.tests.test_wsgi.TestWSGI.test_http_get_rejected