/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-07-01 21:13:21 UTC
  • mto: This revision was merged to the branch mainline in revision 7027.
  • Revision ID: jelmer@jelmer.uk-20180701211321-dazu15ry3tcvny2l
Fix some git tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
breezy.plugins.fastimport.tests.test_revision_store.Test_TreeShim.test_id2path_no_delta
40
40
breezy.plugins.fastimport.tests.test_revision_store.Test_TreeShim.test_id2path_with_delta
41
41
breezy.plugins.fastimport.tests.test_revision_store.Test_TreeShim.test_path2id
 
42
breezy.plugins.git.tests.test_blackbox.TestGitBlackBox.test_branch
42
43
breezy.plugins.git.tests.test_blackbox.TestGitBlackBox.test_diff_format
 
44
breezy.plugins.git.tests.test_blackbox.TestGitBlackBox.test_info
43
45
breezy.plugins.git.tests.test_blackbox.TestGitBlackBox.test_init
44
46
breezy.plugins.git.tests.test_blackbox.TestGitBlackBox.test_init_repo
45
47
breezy.plugins.git.tests.test_blackbox.TestGitBlackBox.test_nick
46
48
breezy.plugins.git.tests.test_branch.TestGitBranch.test_last_revision_is_null
47
49
breezy.plugins.git.tests.test_branch.TestGitBranch.test_open_existing
48
50
breezy.plugins.git.tests.test_branch.TestLocalGitBranchFormat.test_get_format_description
 
51
breezy.plugins.git.tests.test_branch.TestLocalGitBranchFormat.test_get_network_name
49
52
breezy.plugins.git.tests.test_branch.TestLocalGitBranchFormat.test_supports_tags
50
53
breezy.plugins.git.tests.test_branch.TestWithGitBranch.test_get_parent
51
54
breezy.plugins.git.tests.test_branch.TestWithGitBranch.test_get_physical_lock_status
52
55
breezy.plugins.git.tests.test_branch.TestWithGitBranch.test_get_stacked_on_url
 
56
breezy.plugins.git.tests.test_builder.TestGitBranchBuilderReal.test_create_real_branch
 
57
breezy.plugins.git.tests.test_builder.TestGitBranchBuilder.test_auto_timestamp
 
58
breezy.plugins.git.tests.test_builder.TestGitBranchBuilder.test_commit_base
 
59
breezy.plugins.git.tests.test_builder.TestGitBranchBuilder.test_commit_merge
 
60
breezy.plugins.git.tests.test_builder.TestGitBranchBuilder.test__create_blob
 
61
breezy.plugins.git.tests.test_builder.TestGitBranchBuilder.test_delete_entry
 
62
breezy.plugins.git.tests.test_builder.TestGitBranchBuilder.test_delete_entry_newline
 
63
breezy.plugins.git.tests.test_builder.TestGitBranchBuilder.test_encode_path
 
64
breezy.plugins.git.tests.test_builder.TestGitBranchBuilder.test_reset
 
65
breezy.plugins.git.tests.test_builder.TestGitBranchBuilder.test_reset_named_ref
 
66
breezy.plugins.git.tests.test_builder.TestGitBranchBuilder.test_set_file
 
67
breezy.plugins.git.tests.test_builder.TestGitBranchBuilder.test_set_file_executable
 
68
breezy.plugins.git.tests.test_builder.TestGitBranchBuilder.test_set_file_unicode
 
69
breezy.plugins.git.tests.test_builder.TestGitBranchBuilder.test_set_link
53
70
breezy.plugins.git.tests.test_cache.DictGitShaMapTests.test_blob
54
71
breezy.plugins.git.tests.test_cache.DictGitShaMapTests.test_commit
55
72
breezy.plugins.git.tests.test_cache.DictGitShaMapTests.test_lookup_notfound
76
93
breezy.plugins.git.tests.test_cache.TdbGitShaMapTests.test_tree
77
94
breezy.plugins.git.tests.test_dir.TestGitDirFormat.test_eq
78
95
breezy.plugins.git.tests.test_dir.TestGitDirFormat.test_get_format_description
 
96
breezy.plugins.git.tests.test_dir.TestGitDir.test_get_head_branch_reference
79
97
breezy.plugins.git.tests.test_dir.TestGitDir.test_open_existing
80
98
breezy.plugins.git.tests.test_dir.TestGitDir.test_open_workingtree
81
99
breezy.plugins.git.tests.test_dir.TestGitDir.test_open_workingtree_bare
 
100
breezy.plugins.git.tests.test_fetch.LocalRepositoryFetchTests.test_empty
 
101
breezy.plugins.git.tests.test_git_remote_helper.FetchTests.test_no_wants
82
102
breezy.plugins.git.tests.test_git_remote_helper.OpenLocalDirTests.test_from_dir
83
103
breezy.plugins.git.tests.test_git_remote_helper.OpenLocalDirTests.test_from_env_dir
 
104
breezy.plugins.git.tests.test_git_remote_helper.RemoteHelperTests.test_capabilities
 
105
breezy.plugins.git.tests.test_git_remote_helper.RemoteHelperTests.test_option
84
106
breezy.plugins.git.tests.test_mapping.FileidTests.test_escape_control_l
85
107
breezy.plugins.git.tests.test_mapping.FileidTests.test_escape_space
86
108
breezy.plugins.git.tests.test_mapping.FileidTests.test_escape_underscore
90
112
breezy.plugins.git.tests.test_mapping.FileidTests.test_unescape_underscore_space
91
113
breezy.plugins.git.tests.test_mapping.FixPersonIdentifierTests.test_fix
92
114
breezy.plugins.git.tests.test_mapping.FixPersonIdentifierTests.test_valid
 
115
breezy.plugins.git.tests.test_mapping.TestRevidConversionV1.test_generate_file_id
93
116
breezy.plugins.git.tests.test_mapping.TestRevidConversionV1.test_is_control_file
94
117
breezy.plugins.git.tests.test_mapping.TestRevidConversionV1.test_simple_bzr_to_git_revision_id
95
118
breezy.plugins.git.tests.test_mapping.TestRevidConversionV1.test_simple_git_to_bzr_revision_id
 
119
breezy.plugins.git.tests.test_memorytree.TestMemoryTree.test_add_in_subdir
 
120
breezy.plugins.git.tests.test_memorytree.TestMemoryTree.test_add_with_kind
 
121
breezy.plugins.git.tests.test_memorytree.TestMemoryTree.test_commit_trivial
96
122
breezy.plugins.git.tests.test_memorytree.TestMemoryTree.test_create_on_branch
97
123
breezy.plugins.git.tests.test_memorytree.TestMemoryTree.test_last_revision
98
124
breezy.plugins.git.tests.test_memorytree.TestMemoryTree.test_lock_tree_write
101
127
breezy.plugins.git.tests.test_memorytree.TestMemoryTree.test_lock_write_after_read_fails
102
128
breezy.plugins.git.tests.test_memorytree.TestMemoryTree.test_put_existing_file
103
129
breezy.plugins.git.tests.test_memorytree.TestMemoryTree.test_put_new_file
 
130
breezy.plugins.git.tests.test_memorytree.TestMemoryTree.test_rename_file
104
131
breezy.plugins.git.tests.test_memorytree.TestMemoryTree.test_rename_file_to_subdir
 
132
breezy.plugins.git.tests.test_memorytree.TestMemoryTree.test_unversion
 
133
breezy.plugins.git.tests.test_object_store.BazaarObjectStoreTests.test_contains
 
134
breezy.plugins.git.tests.test_object_store.BazaarObjectStoreTests.test_get_blob
 
135
breezy.plugins.git.tests.test_object_store.BazaarObjectStoreTests.test_get_raw
105
136
breezy.plugins.git.tests.test_object_store.DirectoryToTreeTests.test_empty
106
137
breezy.plugins.git.tests.test_object_store.DirectoryToTreeTests.test_empty_dir
107
138
breezy.plugins.git.tests.test_object_store.DirectoryToTreeTests.test_empty_dir_dummy_files
120
151
breezy.plugins.git.tests.test_pristine_tar.RevisionPristineTarDataTests.test_pristine_tar_delta_gz
121
152
breezy.plugins.git.tests.test_pristine_tar.RevisionPristineTarDataTests.test_pristine_tar_delta_unknown
122
153
breezy.plugins.git.tests.test_push.InterToGitRepositoryTests.test_instance
 
154
breezy.plugins.git.tests.test_push.InterToGitRepositoryTests.test_pointless_fetch_refs
 
155
breezy.plugins.git.tests.test_push.InterToGitRepositoryTests.test_pointless_fetch_refs_old_mapping
 
156
breezy.plugins.git.tests.test_push.InterToGitRepositoryTests.test_pointless_lossy_fetch_refs
123
157
breezy.plugins.git.tests.test_push.InterToGitRepositoryTests.test_pointless_missing_revisions
124
158
breezy.plugins.git.tests.test_refs.BazaarRefsContainerTests.test_empty
 
159
breezy.plugins.git.tests.test_refs.BazaarRefsContainerTests.test_some_commit
 
160
breezy.plugins.git.tests.test_refs.BazaarRefsContainerTests.test_some_tag
125
161
breezy.plugins.git.tests.test_refs.BranchNameRefConversionTests.test_branch
126
162
breezy.plugins.git.tests.test_refs.BranchNameRefConversionTests.test_head
127
163
breezy.plugins.git.tests.test_refs.BranchNameRefConversionTests.test_tag
128
164
breezy.plugins.git.tests.test_remote.ParseGitErrorTests.test_notbrancherror
129
165
breezy.plugins.git.tests.test_remote.ParseGitErrorTests.test_unknown
 
166
breezy.plugins.git.tests.test_remote.RemoteControlDirTests.test_annotated_tag
130
167
breezy.plugins.git.tests.test_remote.RemoteControlDirTests.test_get_branches
131
168
breezy.plugins.git.tests.test_remote.RemoteControlDirTests.test_list_branches
132
169
breezy.plugins.git.tests.test_remote.RemoteControlDirTests.test_remove_branch
133
170
breezy.plugins.git.tests.test_remote.RemoteControlDirTests.test_remove_tag
 
171
breezy.plugins.git.tests.test_remote.RemoteControlDirTests.test_set_tag
134
172
breezy.plugins.git.tests.test_remote.SplitUrlTests.test_homedir
135
173
breezy.plugins.git.tests.test_remote.SplitUrlTests.test_nopath
136
174
breezy.plugins.git.tests.test_remote.SplitUrlTests.test_port
138
176
breezy.plugins.git.tests.test_remote.SplitUrlTests.test_slashpath
139
177
breezy.plugins.git.tests.test_remote.SplitUrlTests.test_username
140
178
breezy.plugins.git.tests.test_remote.TestRemoteGitBranchFormat.test_get_format_description
 
179
breezy.plugins.git.tests.test_remote.TestRemoteGitBranchFormat.test_get_network_name
141
180
breezy.plugins.git.tests.test_remote.TestRemoteGitBranchFormat.test_supports_tags
142
181
breezy.plugins.git.tests.test_repository.GitRepositoryFormat.test_get_format_description
143
182
breezy.plugins.git.tests.test_repository.TestGitRepositoryFeatures.test_has_git_repo
144
183
breezy.plugins.git.tests.test_repository.TestGitRepositoryFeatures.test_open_existing
 
184
breezy.plugins.git.tests.test_repository.TestGitRepositoryFeatures.test_pack
 
185
breezy.plugins.git.tests.test_repository.TestGitRepositoryFeatures.test_revision_tree
 
186
breezy.plugins.git.tests.test_repository.TestGitRepository.test_all_revision_ids
145
187
breezy.plugins.git.tests.test_repository.TestGitRepository.test_all_revision_ids_none
 
188
breezy.plugins.git.tests.test_repository.TestGitRepository.test_get_known_graph_ancestry
146
189
breezy.plugins.git.tests.test_repository.TestGitRepository.test_get_parent_map_null
147
190
breezy.plugins.git.tests.test_repository.TestGitRepository.test_get_signature_text
148
191
breezy.plugins.git.tests.test_repository.TestGitRepository.test_has_signature_for_revision_id
151
194
breezy.plugins.git.tests.test_revspec.Sha1ValidTests.test_invalid
152
195
breezy.plugins.git.tests.test_revspec.Sha1ValidTests.test_valid
153
196
breezy.plugins.git.tests.test_roundtrip.ExtractMetadataTests.test_roundtrip
 
197
breezy.plugins.git.tests.test_roundtrip.FileIdRoundTripTests.test_deserialize
 
198
breezy.plugins.git.tests.test_roundtrip.FileIdRoundTripTests.test_serialize
154
199
breezy.plugins.git.tests.test_roundtrip.FormatTests.test_empty
155
200
breezy.plugins.git.tests.test_roundtrip.FormatTests.test_parent_ids
156
201
breezy.plugins.git.tests.test_roundtrip.FormatTests.test_properties
160
205
breezy.plugins.git.tests.test_roundtrip.RoundtripTests.test_parent_ids
161
206
breezy.plugins.git.tests.test_roundtrip.RoundtripTests.test_properties
162
207
breezy.plugins.git.tests.test_roundtrip.RoundtripTests.test_revid
 
208
breezy.plugins.git.tests.test_server.TestPlainFetch.test_fetch_from_native_git
 
209
breezy.plugins.git.tests.test_server.TestPlainFetch.test_fetch_from_non_git
 
210
breezy.plugins.git.tests.test_server.TestPlainFetch.test_fetch_nothing
163
211
breezy.plugins.git.tests.test_server.TestPresent.test_present
164
212
breezy.plugins.git.tests.test_transportgit.TransportObjectStoreTests.test_add_commit
165
213
breezy.plugins.git.tests.test_transportgit.TransportObjectStoreTests.test_add_objects
184
232
breezy.plugins.git.tests.test_urls.TestConvertURL.test_path
185
233
breezy.plugins.git.tests.test_urls.TestConvertURL.test_regular
186
234
breezy.plugins.git.tests.test_urls.TestConvertURL.test_simple
 
235
breezy.plugins.git.tests.test_workingtree.ChangesBetweenGitTreeAndWorkingCopyTests.test_added_file
187
236
breezy.plugins.git.tests.test_workingtree.ChangesBetweenGitTreeAndWorkingCopyTests.test_empty
 
237
breezy.plugins.git.tests.test_workingtree.ChangesBetweenGitTreeAndWorkingCopyTests.test_missing_added_file
 
238
breezy.plugins.git.tests.test_workingtree.ChangesBetweenGitTreeAndWorkingCopyTests.test_missing_versioned_file
 
239
breezy.plugins.git.tests.test_workingtree.GitWorkingTreeTests.test_add_conflict
188
240
breezy.plugins.git.tests.test_workingtree.GitWorkingTreeTests.test_conflict_list
189
241
breezy.plugins.git.tests.test_workingtree.TreeDeltaFromGitChangesTests.test_empty
 
242
breezy.plugins.git.tests.test_workingtree.TreeDeltaFromGitChangesTests.test_missing
190
243
breezy.plugins.launchpad.test_account.CheckAccountTests.test_check_lp_login_no_ssh_keys
191
244
breezy.plugins.launchpad.test_account.CheckAccountTests.test_check_lp_login_no_user
192
245
breezy.plugins.launchpad.test_account.CheckAccountTests.test_check_lp_login_valid_user
855
908
breezy.tests.per_branch.test_branch.TestBound.test_bind_diverged(BzrBranchFormat6)
856
909
breezy.tests.per_branch.test_branch.TestBound.test_bind_diverged(BzrBranchFormat7)
857
910
breezy.tests.per_branch.test_branch.TestBound.test_bind_diverged(BzrBranchFormat8)
 
911
breezy.tests.per_branch.test_branch.TestBound.test_bind_diverged(LocalGitBranchFormat)
858
912
breezy.tests.per_branch.test_branch.TestBound.test_bind_diverged(RemoteGitBranchFormat)
859
913
breezy.tests.per_branch.test_branch.TestBound.test_bind_unbind(BranchReferenceFormat)
860
914
breezy.tests.per_branch.test_branch.TestBound.test_bind_unbind(BzrBranchFormat4)
987
1041
breezy.tests.per_branch.test_branch.TestBranch.test_clone_partial(BzrBranchFormat6)
988
1042
breezy.tests.per_branch.test_branch.TestBranch.test_clone_partial(BzrBranchFormat7)
989
1043
breezy.tests.per_branch.test_branch.TestBranch.test_clone_partial(BzrBranchFormat8)
 
1044
breezy.tests.per_branch.test_branch.TestBranch.test_clone_partial(LocalGitBranchFormat)
990
1045
breezy.tests.per_branch.test_branch.TestBranch.test_clone_partial(RemoteGitBranchFormat)
991
1046
breezy.tests.per_branch.test_branch.TestBranch.test_commit_nicks(BranchReferenceFormat)
992
1047
breezy.tests.per_branch.test_branch.TestBranch.test_commit_nicks(BzrBranchFormat4)
1000
1055
breezy.tests.per_branch.test_branch.TestBranch.test_create_anonymous_heavyweight_checkout(BzrBranchFormat6)
1001
1056
breezy.tests.per_branch.test_branch.TestBranch.test_create_anonymous_heavyweight_checkout(BzrBranchFormat7)
1002
1057
breezy.tests.per_branch.test_branch.TestBranch.test_create_anonymous_heavyweight_checkout(BzrBranchFormat8)
 
1058
breezy.tests.per_branch.test_branch.TestBranch.test_create_anonymous_heavyweight_checkout(LocalGitBranchFormat)
1003
1059
breezy.tests.per_branch.test_branch.TestBranch.test_create_anonymous_heavyweight_checkout(RemoteGitBranchFormat)
1004
1060
breezy.tests.per_branch.test_branch.TestBranch.test_create_anonymous_lightweight_checkout(BranchReferenceFormat)
1005
1061
breezy.tests.per_branch.test_branch.TestBranch.test_create_anonymous_lightweight_checkout(BzrBranchFormat4)
1007
1063
breezy.tests.per_branch.test_branch.TestBranch.test_create_anonymous_lightweight_checkout(BzrBranchFormat6)
1008
1064
breezy.tests.per_branch.test_branch.TestBranch.test_create_anonymous_lightweight_checkout(BzrBranchFormat7)
1009
1065
breezy.tests.per_branch.test_branch.TestBranch.test_create_anonymous_lightweight_checkout(BzrBranchFormat8)
 
1066
breezy.tests.per_branch.test_branch.TestBranch.test_create_anonymous_lightweight_checkout(LocalGitBranchFormat)
1010
1067
breezy.tests.per_branch.test_branch.TestBranch.test_create_anonymous_lightweight_checkout(RemoteGitBranchFormat)
1011
1068
breezy.tests.per_branch.test_branch.TestBranch.test_create_append_revisions_only(BranchReferenceFormat)
1012
1069
breezy.tests.per_branch.test_branch.TestBranch.test_create_append_revisions_only(BzrBranchFormat4)
1023
1080
breezy.tests.per_branch.test_branch.TestBranch.test_create_checkout(BzrBranchFormat6)
1024
1081
breezy.tests.per_branch.test_branch.TestBranch.test_create_checkout(BzrBranchFormat7)
1025
1082
breezy.tests.per_branch.test_branch.TestBranch.test_create_checkout(BzrBranchFormat8)
 
1083
breezy.tests.per_branch.test_branch.TestBranch.test_create_checkout(LocalGitBranchFormat)
1026
1084
breezy.tests.per_branch.test_branch.TestBranch.test_create_checkout(RemoteGitBranchFormat)
1027
1085
breezy.tests.per_branch.test_branch.TestBranch.test_create_colocated(BranchReferenceFormat)
1028
1086
breezy.tests.per_branch.test_branch.TestBranch.test_create_colocated(BzrBranchFormat4)
1057
1115
breezy.tests.per_branch.test_branch.TestBranch.test_create_tree_with_merge(BzrBranchFormat6)
1058
1116
breezy.tests.per_branch.test_branch.TestBranch.test_create_tree_with_merge(BzrBranchFormat7)
1059
1117
breezy.tests.per_branch.test_branch.TestBranch.test_create_tree_with_merge(BzrBranchFormat8)
 
1118
breezy.tests.per_branch.test_branch.TestBranch.test_create_tree_with_merge(LocalGitBranchFormat)
1060
1119
breezy.tests.per_branch.test_branch.TestBranch.test_create_tree_with_merge(RemoteGitBranchFormat)
1061
1120
breezy.tests.per_branch.test_branch.TestBranch.test_fetch_revisions(BranchReferenceFormat)
1062
1121
breezy.tests.per_branch.test_branch.TestBranch.test_fetch_revisions(BzrBranchFormat5)
1079
1138
breezy.tests.per_branch.test_branch.TestBranch.test_generate_revision_history(BzrBranchFormat6)
1080
1139
breezy.tests.per_branch.test_branch.TestBranch.test_generate_revision_history(BzrBranchFormat7)
1081
1140
breezy.tests.per_branch.test_branch.TestBranch.test_generate_revision_history(BzrBranchFormat8)
 
1141
breezy.tests.per_branch.test_branch.TestBranch.test_generate_revision_history(LocalGitBranchFormat)
1082
1142
breezy.tests.per_branch.test_branch.TestBranch.test_generate_revision_history_NULL_REVISION(BranchReferenceFormat)
1083
1143
breezy.tests.per_branch.test_branch.TestBranch.test_generate_revision_history_NULL_REVISION(BzrBranchFormat4)
1084
1144
breezy.tests.per_branch.test_branch.TestBranch.test_generate_revision_history_NULL_REVISION(BzrBranchFormat5)
1085
1145
breezy.tests.per_branch.test_branch.TestBranch.test_generate_revision_history_NULL_REVISION(BzrBranchFormat6)
1086
1146
breezy.tests.per_branch.test_branch.TestBranch.test_generate_revision_history_NULL_REVISION(BzrBranchFormat7)
1087
1147
breezy.tests.per_branch.test_branch.TestBranch.test_generate_revision_history_NULL_REVISION(BzrBranchFormat8)
 
1148
breezy.tests.per_branch.test_branch.TestBranch.test_generate_revision_history_NULL_REVISION(LocalGitBranchFormat)
1088
1149
breezy.tests.per_branch.test_branch.TestBranch.test_generate_revision_history_NULL_REVISION(RemoteGitBranchFormat)
1089
1150
breezy.tests.per_branch.test_branch.TestBranch.test_generate_revision_history(RemoteGitBranchFormat)
1090
1151
breezy.tests.per_branch.test_branch.TestBranch.test_get_commit_builder(BranchReferenceFormat)
1113
1174
breezy.tests.per_branch.test_branch.TestBranch.test_heads_to_fetch(BzrBranchFormat6)
1114
1175
breezy.tests.per_branch.test_branch.TestBranch.test_heads_to_fetch(BzrBranchFormat7)
1115
1176
breezy.tests.per_branch.test_branch.TestBranch.test_heads_to_fetch(BzrBranchFormat8)
 
1177
breezy.tests.per_branch.test_branch.TestBranch.test_heads_to_fetch(LocalGitBranchFormat)
1116
1178
breezy.tests.per_branch.test_branch.TestBranch.test_heads_to_fetch_not_null_revision(BranchReferenceFormat)
1117
1179
breezy.tests.per_branch.test_branch.TestBranch.test_heads_to_fetch_not_null_revision(BzrBranchFormat4)
1118
1180
breezy.tests.per_branch.test_branch.TestBranch.test_heads_to_fetch_not_null_revision(BzrBranchFormat5)
1176
1238
breezy.tests.per_branch.test_branch.TestBranch.test_revision_ids_are_utf8(BzrBranchFormat6)
1177
1239
breezy.tests.per_branch.test_branch.TestBranch.test_revision_ids_are_utf8(BzrBranchFormat7)
1178
1240
breezy.tests.per_branch.test_branch.TestBranch.test_revision_ids_are_utf8(BzrBranchFormat8)
 
1241
breezy.tests.per_branch.test_branch.TestBranch.test_revision_ids_are_utf8(LocalGitBranchFormat)
1179
1242
breezy.tests.per_branch.test_branch.TestBranch.test_revision_ids_are_utf8(RemoteGitBranchFormat)
1180
1243
breezy.tests.per_branch.test_branch.TestBranch.test_submit_branch(BranchReferenceFormat)
1181
1244
breezy.tests.per_branch.test_branch.TestBranch.test_submit_branch(BzrBranchFormat4)
1199
1262
breezy.tests.per_branch.test_branch.TestChildSubmitFormats.test_get_child_submit_format_default(BzrBranchFormat6)
1200
1263
breezy.tests.per_branch.test_branch.TestChildSubmitFormats.test_get_child_submit_format_default(BzrBranchFormat7)
1201
1264
breezy.tests.per_branch.test_branch.TestChildSubmitFormats.test_get_child_submit_format_default(BzrBranchFormat8)
 
1265
breezy.tests.per_branch.test_branch.TestChildSubmitFormats.test_get_child_submit_format_default(LocalGitBranchFormat)
1202
1266
breezy.tests.per_branch.test_branch.TestChildSubmitFormats.test_get_child_submit_format_default(RemoteBranchFormat-default)
1203
1267
breezy.tests.per_branch.test_branch.TestChildSubmitFormats.test_get_child_submit_format_default(RemoteBranchFormat-v2)
1204
1268
breezy.tests.per_branch.test_branch.TestChildSubmitFormats.test_get_child_submit_format_default(RemoteGitBranchFormat)
1323
1387
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent_accepts_possible_transports(BzrBranchFormat6)
1324
1388
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent_accepts_possible_transports(BzrBranchFormat7)
1325
1389
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent_accepts_possible_transports(BzrBranchFormat8)
 
1390
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent_accepts_possible_transports(LocalGitBranchFormat)
1326
1391
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent_accepts_possible_transports(RemoteGitBranchFormat)
1327
1392
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent(BranchReferenceFormat)
1328
1393
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent(BzrBranchFormat4)
1340
1405
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent_from_reference_info_(RemoteBranchFormat-default)
1341
1406
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent_from_reference_info_(RemoteBranchFormat-v2)
1342
1407
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent_from_reference_info_(RemoteGitBranchFormat)
 
1408
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent(LocalGitBranchFormat)
1343
1409
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_reference_parent(RemoteGitBranchFormat)
1344
1410
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_get_reference_info(BranchReferenceFormat)
1345
1411
breezy.tests.per_branch.test_branch.TestReferenceLocation.test_set_get_reference_info(BzrBranchFormat4)
1452
1518
breezy.tests.per_branch.test_branch.TestTestCaseWithBranch.test_make_branch_gets_expected_format(RemoteBranchFormat-v2)
1453
1519
breezy.tests.per_branch.test_branch.TestTestCaseWithBranch.test_make_branch_gets_expected_format(RemoteGitBranchFormat)
1454
1520
breezy.tests.per_branch.test_branch.TestUncommittedChanges.test_get_unshelver_bound(BranchReferenceFormat)
 
1521
breezy.tests.per_branch.test_branch.TestUncommittedChanges.test_get_unshelver_bound(LocalGitBranchFormat)
1455
1522
breezy.tests.per_branch.test_branch.TestUncommittedChanges.test_get_unshelver_bound(RemoteGitBranchFormat)
1456
1523
breezy.tests.per_branch.test_branch.TestUncommittedChanges.test_get_unshelver(BranchReferenceFormat)
 
1524
breezy.tests.per_branch.test_branch.TestUncommittedChanges.test_get_unshelver(LocalGitBranchFormat)
1457
1525
breezy.tests.per_branch.test_branch.TestUncommittedChanges.test_get_unshelver(RemoteGitBranchFormat)
1458
1526
breezy.tests.per_branch.test_branch.TestUncommittedChanges.test_store_uncommitted_already_stored(BranchReferenceFormat)
1459
1527
breezy.tests.per_branch.test_branch.TestUncommittedChanges.test_store_uncommitted_already_stored(BzrBranchFormat4)
1544
1612
breezy.tests.per_branch.test_check.TestBranchCheck.test__get_check_refs(BzrBranchFormat6)
1545
1613
breezy.tests.per_branch.test_check.TestBranchCheck.test__get_check_refs(BzrBranchFormat7)
1546
1614
breezy.tests.per_branch.test_check.TestBranchCheck.test__get_check_refs(BzrBranchFormat8)
 
1615
breezy.tests.per_branch.test_check.TestBranchCheck.test__get_check_refs(LocalGitBranchFormat)
1547
1616
breezy.tests.per_branch.test_check.TestBranchCheck.test__get_check_refs(RemoteGitBranchFormat)
1548
1617
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_bound(BranchReferenceFormat)
1549
1618
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_bound(BzrBranchFormat4)
1561
1630
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_not_to_origin(BzrBranchFormat6)
1562
1631
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_not_to_origin(BzrBranchFormat7)
1563
1632
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_not_to_origin(BzrBranchFormat8)
 
1633
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_not_to_origin(LocalGitBranchFormat)
1564
1634
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_not_to_origin(RemoteGitBranchFormat)
1565
1635
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_to_origin(BranchReferenceFormat)
1566
1636
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_to_origin(BzrBranchFormat4)
1568
1638
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_to_origin(BzrBranchFormat6)
1569
1639
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_to_origin(BzrBranchFormat7)
1570
1640
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_to_origin(BzrBranchFormat8)
 
1641
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_to_origin(LocalGitBranchFormat)
1571
1642
breezy.tests.per_branch.test_commit.TestCommitHook.test_post_commit_to_origin(RemoteGitBranchFormat)
1572
1643
breezy.tests.per_branch.test_commit.TestCommitHook.test_pre_commit_delta(BranchReferenceFormat)
1573
1644
breezy.tests.per_branch.test_commit.TestCommitHook.test_pre_commit_delta(BzrBranchFormat4)
1580
1651
breezy.tests.per_branch.test_commit.TestCommitHook.test_pre_commit_passes(BzrBranchFormat6)
1581
1652
breezy.tests.per_branch.test_commit.TestCommitHook.test_pre_commit_passes(BzrBranchFormat7)
1582
1653
breezy.tests.per_branch.test_commit.TestCommitHook.test_pre_commit_passes(BzrBranchFormat8)
 
1654
breezy.tests.per_branch.test_commit.TestCommitHook.test_pre_commit_passes(LocalGitBranchFormat)
1583
1655
breezy.tests.per_branch.test_commit.TestCommitHook.test_pre_commit_passes(RemoteGitBranchFormat)
1584
1656
breezy.tests.per_branch.test_commit.TestCommit.test_commit_nicks(BranchReferenceFormat)
1585
1657
breezy.tests.per_branch.test_commit.TestCommit.test_commit_nicks(BzrBranchFormat4)
1614
1686
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_checkout_format_heavyweight(BzrBranchFormat6)
1615
1687
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_checkout_format_heavyweight(BzrBranchFormat7)
1616
1688
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_checkout_format_heavyweight(BzrBranchFormat8)
 
1689
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_checkout_format_heavyweight(LocalGitBranchFormat)
1617
1690
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_checkout_format_heavyweight(RemoteBranchFormat-default)
1618
1691
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_checkout_format_heavyweight(RemoteGitBranchFormat)
1619
1692
breezy.tests.per_branch.test_create_checkout.TestCreateCheckout.test_checkout_format_lightweight(BranchReferenceFormat)
1651
1724
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_of_multiple_roots(BzrBranchFormat6)
1652
1725
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_of_multiple_roots(BzrBranchFormat7)
1653
1726
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_of_multiple_roots(BzrBranchFormat8)
 
1727
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_of_multiple_roots(LocalGitBranchFormat)
1654
1728
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_of_multiple_roots(RemoteGitBranchFormat)
1655
1729
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_missing_parent_dir(BranchReferenceFormat)
1656
1730
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_missing_parent_dir(BzrBranchFormat4)
1663
1737
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_missing_parent_dir_create(BzrBranchFormat6)
1664
1738
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_missing_parent_dir_create(BzrBranchFormat7)
1665
1739
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_missing_parent_dir_create(BzrBranchFormat8)
 
1740
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_missing_parent_dir_create(LocalGitBranchFormat)
1666
1741
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_missing_parent_dir_create(RemoteGitBranchFormat)
 
1742
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_missing_parent_dir(LocalGitBranchFormat)
1667
1743
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_missing_parent_dir(RemoteGitBranchFormat)
1668
1744
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_no_revision_id(BranchReferenceFormat)
1669
1745
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_no_revision_id(BzrBranchFormat5)
1670
1746
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_no_revision_id(BzrBranchFormat6)
1671
1747
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_no_revision_id(BzrBranchFormat7)
1672
1748
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_no_revision_id(BzrBranchFormat8)
 
1749
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_no_revision_id(LocalGitBranchFormat)
1673
1750
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_no_revision_id(RemoteGitBranchFormat)
1674
1751
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_revision_id(BranchReferenceFormat)
1675
1752
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_revision_id(BzrBranchFormat5)
1676
1753
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_revision_id(BzrBranchFormat6)
1677
1754
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_revision_id(BzrBranchFormat7)
1678
1755
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_revision_id(BzrBranchFormat8)
 
1756
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_revision_id(LocalGitBranchFormat)
1679
1757
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_revision_id(RemoteGitBranchFormat)
1680
1758
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_stacked(BranchReferenceFormat)
1681
1759
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_stacked(BzrBranchFormat5)
1687
1765
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_stacked_hooks_get_stacked_branch(BzrBranchFormat6)
1688
1766
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_stacked_hooks_get_stacked_branch(BzrBranchFormat7)
1689
1767
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_stacked_hooks_get_stacked_branch(BzrBranchFormat8)
 
1768
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_stacked_hooks_get_stacked_branch(LocalGitBranchFormat)
1690
1769
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_stacked_hooks_get_stacked_branch(RemoteGitBranchFormat)
 
1770
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_stacked(LocalGitBranchFormat)
1691
1771
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_stacked(RemoteGitBranchFormat)
1692
1772
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_use_existing_dir_false(BranchReferenceFormat)
1693
1773
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_use_existing_dir_false(BzrBranchFormat4)
1695
1775
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_use_existing_dir_false(BzrBranchFormat6)
1696
1776
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_use_existing_dir_false(BzrBranchFormat7)
1697
1777
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_use_existing_dir_false(BzrBranchFormat8)
 
1778
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_use_existing_dir_false(LocalGitBranchFormat)
1698
1779
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_use_existing_dir_false(RemoteGitBranchFormat)
1699
1780
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_use_existing_dir_true(BranchReferenceFormat)
1700
1781
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_use_existing_dir_true(BzrBranchFormat5)
1701
1782
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_use_existing_dir_true(BzrBranchFormat6)
1702
1783
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_use_existing_dir_true(BzrBranchFormat7)
1703
1784
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_use_existing_dir_true(BzrBranchFormat8)
 
1785
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_use_existing_dir_true(LocalGitBranchFormat)
1704
1786
breezy.tests.per_branch.test_create_clone.TestCreateClone.test_create_clone_on_transport_use_existing_dir_true(RemoteGitBranchFormat)
1705
1787
breezy.tests.per_branch.test_dotted_revno_to_revision_id.TestDottedRevnoToRevisionId.test_lookup_revision_id_by_dotted(BranchReferenceFormat)
1706
1788
breezy.tests.per_branch.test_dotted_revno_to_revision_id.TestDottedRevnoToRevisionId.test_lookup_revision_id_by_dotted(RemoteGitBranchFormat)
1709
1791
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestCaching.test_locked(BzrBranchFormat6)
1710
1792
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestCaching.test_locked(BzrBranchFormat7)
1711
1793
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestCaching.test_locked(BzrBranchFormat8)
 
1794
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestCaching.test_locked(LocalGitBranchFormat)
1712
1795
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestCaching.test_locked(RemoteGitBranchFormat)
1713
1796
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestCaching.test_set_last_revision_info_when_locked(BranchReferenceFormat)
1714
1797
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestCaching.test_set_last_revision_info_when_locked(BzrBranchFormat5)
1721
1804
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestCaching.test_unlocked(BzrBranchFormat6)
1722
1805
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestCaching.test_unlocked(BzrBranchFormat7)
1723
1806
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestCaching.test_unlocked(BzrBranchFormat8)
 
1807
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestCaching.test_unlocked(LocalGitBranchFormat)
1724
1808
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestCaching.test_unlocked(RemoteGitBranchFormat)
1725
1809
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestRevisionIdToDottedRevno.test_simple_revno(BranchReferenceFormat)
1726
1810
breezy.tests.per_branch.test_get_revision_id_to_revno_map.TestRevisionIdToDottedRevno.test_simple_revno(BzrBranchFormat5)
2012
2096
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_single_stop_exclude(BzrBranchFormat6)
2013
2097
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_single_stop_exclude(BzrBranchFormat7)
2014
2098
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_single_stop_exclude(BzrBranchFormat8)
 
2099
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_single_stop_exclude(LocalGitBranchFormat)
2015
2100
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_single_stop_exclude(RemoteGitBranchFormat)
2016
2101
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_single_stop_include(BranchReferenceFormat)
2017
2102
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_single_stop_include(BzrBranchFormat5)
2018
2103
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_single_stop_include(BzrBranchFormat6)
2019
2104
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_single_stop_include(BzrBranchFormat7)
2020
2105
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_single_stop_include(BzrBranchFormat8)
 
2106
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_single_stop_include(LocalGitBranchFormat)
2021
2107
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_single_stop_include(RemoteGitBranchFormat)
2022
2108
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_single_stop_with_merges(BranchReferenceFormat)
2023
2109
breezy.tests.per_branch.test_iter_merge_sorted_revisions.TestIterMergeSortedRevisionsSimpleGraph.test_merge_sorted_single_stop_with_merges(BzrBranchFormat5)
2401
2487
breezy.tests.per_branch.test_pull.TestPull.test_pull_local_raises_LocalRequiresBoundBranch_on_unbound(BzrBranchFormat6)
2402
2488
breezy.tests.per_branch.test_pull.TestPull.test_pull_local_raises_LocalRequiresBoundBranch_on_unbound(BzrBranchFormat7)
2403
2489
breezy.tests.per_branch.test_pull.TestPull.test_pull_local_raises_LocalRequiresBoundBranch_on_unbound(BzrBranchFormat8)
 
2490
breezy.tests.per_branch.test_pull.TestPull.test_pull_local_raises_LocalRequiresBoundBranch_on_unbound(LocalGitBranchFormat)
2404
2491
breezy.tests.per_branch.test_pull.TestPull.test_pull_local_raises_LocalRequiresBoundBranch_on_unbound(RemoteGitBranchFormat)
2405
2492
breezy.tests.per_branch.test_pull.TestPull.test_pull_local_updates_checkout_only(BranchReferenceFormat)
2406
2493
breezy.tests.per_branch.test_pull.TestPull.test_pull_local_updates_checkout_only(BzrBranchFormat5)
2649
2736
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_partial(BzrBranchFormat6)
2650
2737
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_partial(BzrBranchFormat7)
2651
2738
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_partial(BzrBranchFormat8)
 
2739
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_partial(LocalGitBranchFormat)
2652
2740
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_partial_not_in_revision_history(BranchReferenceFormat)
2653
2741
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_partial_not_in_revision_history(BzrBranchFormat5)
2654
2742
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_partial_not_in_revision_history(BzrBranchFormat6)
2666
2754
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_stacked_hooks_get_stacked_branch(BzrBranchFormat6)
2667
2755
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_stacked_hooks_get_stacked_branch(BzrBranchFormat7)
2668
2756
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_stacked_hooks_get_stacked_branch(BzrBranchFormat8)
 
2757
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_stacked_hooks_get_stacked_branch(LocalGitBranchFormat)
2669
2758
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_stacked_hooks_get_stacked_branch(RemoteGitBranchFormat)
2670
2759
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_uses_bzrdir_branch_format(BranchReferenceFormat)
2671
2760
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_uses_bzrdir_branch_format(BzrBranchFormat4)
2689
2778
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_with_unicode_symlink(BzrBranchFormat6)
2690
2779
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_with_unicode_symlink(BzrBranchFormat7)
2691
2780
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_with_unicode_symlink(BzrBranchFormat8)
 
2781
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_with_unicode_symlink(LocalGitBranchFormat)
2692
2782
breezy.tests.per_branch.test_sprout.TestSprout.test_sprout_with_unicode_symlink(RemoteGitBranchFormat)
2693
2783
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked(BranchReferenceFormat)
2694
2784
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked(BzrBranchFormat4)
2722
2812
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_branch_stacked_on_relative_url_preserve_stacking(BzrBranchFormat6)
2723
2813
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_branch_stacked_on_relative_url_preserve_stacking(BzrBranchFormat7)
2724
2814
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_branch_stacked_on_relative_url_preserve_stacking(BzrBranchFormat8)
 
2815
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_branch_stacked_on_relative_url_preserve_stacking(LocalGitBranchFormat)
2725
2816
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_branch_stacked_on_relative_url_preserve_stacking(RemoteGitBranchFormat)
2726
2817
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_stacked_branch_no_preserve_stacking(BranchReferenceFormat)
2727
2818
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_stacked_branch_no_preserve_stacking(BzrBranchFormat4)
2729
2820
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_stacked_branch_no_preserve_stacking(BzrBranchFormat6)
2730
2821
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_stacked_branch_no_preserve_stacking(BzrBranchFormat7)
2731
2822
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_stacked_branch_no_preserve_stacking(BzrBranchFormat8)
 
2823
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_stacked_branch_no_preserve_stacking(LocalGitBranchFormat)
2732
2824
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_stacked_branch_no_preserve_stacking(RemoteGitBranchFormat)
2733
2825
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_stacked_branch_preserve_stacking(BranchReferenceFormat)
2734
2826
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_stacked_branch_preserve_stacking(BzrBranchFormat4)
2736
2828
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_stacked_branch_preserve_stacking(BzrBranchFormat6)
2737
2829
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_stacked_branch_preserve_stacking(BzrBranchFormat7)
2738
2830
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_stacked_branch_preserve_stacking(BzrBranchFormat8)
 
2831
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_stacked_branch_preserve_stacking(LocalGitBranchFormat)
2739
2832
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_stacked_branch_preserve_stacking(RemoteGitBranchFormat)
2740
2833
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_stacking_policy_handling(BranchReferenceFormat)
2741
2834
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_stacking_policy_handling(BzrBranchFormat4)
2751
2844
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on_and_stacked(BzrBranchFormat6)
2752
2845
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on_and_stacked(BzrBranchFormat7)
2753
2846
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on_and_stacked(BzrBranchFormat8)
 
2847
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on_and_stacked(LocalGitBranchFormat)
2754
2848
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on_and_stacked(RemoteGitBranchFormat)
2755
2849
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on(BranchReferenceFormat)
2756
2850
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on(BzrBranchFormat4)
2758
2852
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on(BzrBranchFormat6)
2759
2853
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on(BzrBranchFormat7)
2760
2854
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on(BzrBranchFormat8)
 
2855
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on(LocalGitBranchFormat)
2761
2856
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on(RemoteGitBranchFormat)
2762
2857
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_revisions_with_file_changes(BranchReferenceFormat)
2763
2858
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_revisions_with_file_changes(BzrBranchFormat5)
2764
2859
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_revisions_with_file_changes(BzrBranchFormat6)
2765
2860
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_revisions_with_file_changes(BzrBranchFormat7)
2766
2861
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_revisions_with_file_changes(BzrBranchFormat8)
 
2862
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_revisions_with_file_changes(LocalGitBranchFormat)
2767
2863
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_revisions_with_file_changes(RemoteGitBranchFormat)
2768
2864
breezy.tests.per_branch.test_stacking.TestStacking.test_get_graph_stacked(BranchReferenceFormat)
2769
2865
breezy.tests.per_branch.test_stacking.TestStacking.test_get_graph_stacked(BzrBranchFormat4)
2771
2867
breezy.tests.per_branch.test_stacking.TestStacking.test_get_graph_stacked(BzrBranchFormat6)
2772
2868
breezy.tests.per_branch.test_stacking.TestStacking.test_get_graph_stacked(BzrBranchFormat7)
2773
2869
breezy.tests.per_branch.test_stacking.TestStacking.test_get_graph_stacked(BzrBranchFormat8)
 
2870
breezy.tests.per_branch.test_stacking.TestStacking.test_get_graph_stacked(LocalGitBranchFormat)
2774
2871
breezy.tests.per_branch.test_stacking.TestStacking.test_get_graph_stacked(RemoteGitBranchFormat)
2775
2872
breezy.tests.per_branch.test_stacking.TestStacking.test_get_set_stacked_on_relative(BranchReferenceFormat)
2776
2873
breezy.tests.per_branch.test_stacking.TestStacking.test_get_set_stacked_on_relative(BzrBranchFormat4)
2808
2905
breezy.tests.per_branch.test_stacking.TestStacking.test_revision_history_of_stacked(BzrBranchFormat6)
2809
2906
breezy.tests.per_branch.test_stacking.TestStacking.test_revision_history_of_stacked(BzrBranchFormat7)
2810
2907
breezy.tests.per_branch.test_stacking.TestStacking.test_revision_history_of_stacked(BzrBranchFormat8)
 
2908
breezy.tests.per_branch.test_stacking.TestStacking.test_revision_history_of_stacked(LocalGitBranchFormat)
2811
2909
breezy.tests.per_branch.test_stacking.TestStacking.test_revision_history_of_stacked(RemoteGitBranchFormat)
2812
2910
breezy.tests.per_branch.test_stacking.TestStacking.test_set_stacked_on_same_branch_after_being_stacked_raises(BranchReferenceFormat)
2813
2911
breezy.tests.per_branch.test_stacking.TestStacking.test_set_stacked_on_same_branch_after_being_stacked_raises(BzrBranchFormat4)
2833
2931
breezy.tests.per_branch.test_stacking.TestStacking.test_sprout_stacked(BzrBranchFormat8)
2834
2932
breezy.tests.per_branch.test_stacking.TestStacking.test_sprout_stacked_from_smart_server(BranchReferenceFormat)
2835
2933
breezy.tests.per_branch.test_stacking.TestStacking.test_sprout_stacked_from_smart_server(BzrBranchFormat4)
 
2934
breezy.tests.per_branch.test_stacking.TestStacking.test_sprout_stacked_from_smart_server(LocalGitBranchFormat)
2836
2935
breezy.tests.per_branch.test_stacking.TestStacking.test_sprout_stacked_from_smart_server(RemoteGitBranchFormat)
 
2936
breezy.tests.per_branch.test_stacking.TestStacking.test_sprout_stacked(LocalGitBranchFormat)
2837
2937
breezy.tests.per_branch.test_stacking.TestStacking.test_sprout_stacked(RemoteGitBranchFormat)
2838
2938
breezy.tests.per_branch.test_stacking.TestStacking.test_sprout_stacking_policy_handling(BranchReferenceFormat)
2839
2939
breezy.tests.per_branch.test_stacking.TestStacking.test_sprout_stacking_policy_handling(BzrBranchFormat4)
2873
2973
breezy.tests.per_branch.test_stacking.TestStacking.test_unstack_already_locked(BzrBranchFormat6)
2874
2974
breezy.tests.per_branch.test_stacking.TestStacking.test_unstack_already_locked(BzrBranchFormat7)
2875
2975
breezy.tests.per_branch.test_stacking.TestStacking.test_unstack_already_locked(BzrBranchFormat8)
 
2976
breezy.tests.per_branch.test_stacking.TestStacking.test_unstack_already_locked(LocalGitBranchFormat)
2876
2977
breezy.tests.per_branch.test_stacking.TestStacking.test_unstack_already_locked(RemoteGitBranchFormat)
2877
2978
breezy.tests.per_branch.test_stacking.TestStacking.test_unstack_already_multiple_locked(BranchReferenceFormat)
2878
2979
breezy.tests.per_branch.test_stacking.TestStacking.test_unstack_already_multiple_locked(BzrBranchFormat4)
2880
2981
breezy.tests.per_branch.test_stacking.TestStacking.test_unstack_already_multiple_locked(BzrBranchFormat6)
2881
2982
breezy.tests.per_branch.test_stacking.TestStacking.test_unstack_already_multiple_locked(BzrBranchFormat7)
2882
2983
breezy.tests.per_branch.test_stacking.TestStacking.test_unstack_already_multiple_locked(BzrBranchFormat8)
 
2984
breezy.tests.per_branch.test_stacking.TestStacking.test_unstack_already_multiple_locked(LocalGitBranchFormat)
2883
2985
breezy.tests.per_branch.test_stacking.TestStacking.test_unstack_already_multiple_locked(RemoteGitBranchFormat)
2884
2986
breezy.tests.per_branch.test_stacking.TestStacking.test_unstack_fetches(BranchReferenceFormat)
2885
2987
breezy.tests.per_branch.test_stacking.TestStacking.test_unstack_fetches(BzrBranchFormat4)
2887
2989
breezy.tests.per_branch.test_stacking.TestStacking.test_unstack_fetches(BzrBranchFormat6)
2888
2990
breezy.tests.per_branch.test_stacking.TestStacking.test_unstack_fetches(BzrBranchFormat7)
2889
2991
breezy.tests.per_branch.test_stacking.TestStacking.test_unstack_fetches(BzrBranchFormat8)
 
2992
breezy.tests.per_branch.test_stacking.TestStacking.test_unstack_fetches(LocalGitBranchFormat)
2890
2993
breezy.tests.per_branch.test_stacking.TestStacking.test_unstack_fetches(RemoteGitBranchFormat)
2891
2994
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_ignores_none(BranchReferenceFormat)
2892
2995
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_ignores_none(BzrBranchFormat4)
2894
2997
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_ignores_none(BzrBranchFormat6)
2895
2998
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_ignores_none(BzrBranchFormat7)
2896
2999
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_ignores_none(BzrBranchFormat8)
 
3000
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_ignores_none(LocalGitBranchFormat)
2897
3001
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_ignores_none(RemoteGitBranchFormat)
2898
3002
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_no_functions(BranchReferenceFormat)
2899
3003
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_no_functions(BzrBranchFormat4)
2901
3005
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_no_functions(BzrBranchFormat6)
2902
3006
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_no_functions(BzrBranchFormat7)
2903
3007
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_no_functions(BzrBranchFormat8)
 
3008
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_no_functions(LocalGitBranchFormat)
2904
3009
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_no_functions(RemoteGitBranchFormat)
2905
3010
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_returns_tag_name(BranchReferenceFormat)
2906
3011
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_returns_tag_name(BzrBranchFormat4)
2908
3013
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_returns_tag_name(BzrBranchFormat6)
2909
3014
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_returns_tag_name(BzrBranchFormat7)
2910
3015
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_returns_tag_name(BzrBranchFormat8)
 
3016
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_returns_tag_name(LocalGitBranchFormat)
2911
3017
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_returns_tag_name(RemoteGitBranchFormat)
2912
3018
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_uses_first_return(BranchReferenceFormat)
2913
3019
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_uses_first_return(BzrBranchFormat4)
2915
3021
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_uses_first_return(BzrBranchFormat6)
2916
3022
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_uses_first_return(BzrBranchFormat7)
2917
3023
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_uses_first_return(BzrBranchFormat8)
 
3024
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_uses_first_return(LocalGitBranchFormat)
2918
3025
breezy.tests.per_branch.test_tags.AutomaticTagNameTests.test_uses_first_return(RemoteGitBranchFormat)
2919
3026
breezy.tests.per_branch.test_tags.TestBranchTags.test_cached_tag_dict_not_accidentally_mutable(BranchReferenceFormat)
2920
3027
breezy.tests.per_branch.test_tags.TestBranchTags.test_cached_tag_dict_not_accidentally_mutable(BzrBranchFormat4)
2922
3029
breezy.tests.per_branch.test_tags.TestBranchTags.test_cached_tag_dict_not_accidentally_mutable(BzrBranchFormat6)
2923
3030
breezy.tests.per_branch.test_tags.TestBranchTags.test_cached_tag_dict_not_accidentally_mutable(BzrBranchFormat7)
2924
3031
breezy.tests.per_branch.test_tags.TestBranchTags.test_cached_tag_dict_not_accidentally_mutable(BzrBranchFormat8)
 
3032
breezy.tests.per_branch.test_tags.TestBranchTags.test_cached_tag_dict_not_accidentally_mutable(LocalGitBranchFormat)
2925
3033
breezy.tests.per_branch.test_tags.TestBranchTags.test_cached_tag_dict_not_accidentally_mutable(RemoteGitBranchFormat)
2926
3034
breezy.tests.per_branch.test_tags.TestBranchTags.test_delete_tag(BranchReferenceFormat)
2927
3035
breezy.tests.per_branch.test_tags.TestBranchTags.test_delete_tag(BzrBranchFormat4)
2935
3043
breezy.tests.per_branch.test_tags.TestBranchTags.test_delete_tag_invalides_cache(BzrBranchFormat6)
2936
3044
breezy.tests.per_branch.test_tags.TestBranchTags.test_delete_tag_invalides_cache(BzrBranchFormat7)
2937
3045
breezy.tests.per_branch.test_tags.TestBranchTags.test_delete_tag_invalides_cache(BzrBranchFormat8)
 
3046
breezy.tests.per_branch.test_tags.TestBranchTags.test_delete_tag_invalides_cache(LocalGitBranchFormat)
2938
3047
breezy.tests.per_branch.test_tags.TestBranchTags.test_delete_tag_invalides_cache(RemoteGitBranchFormat)
2939
3048
breezy.tests.per_branch.test_tags.TestBranchTags.test_delete_tag(RemoteGitBranchFormat)
2940
3049
breezy.tests.per_branch.test_tags.TestBranchTags.test_ghost_tag(BranchReferenceFormat)
2952
3061
breezy.tests.per_branch.test_tags.TestBranchTags.test_make_and_lookup_tag(BzrBranchFormat6)
2953
3062
breezy.tests.per_branch.test_tags.TestBranchTags.test_make_and_lookup_tag(BzrBranchFormat7)
2954
3063
breezy.tests.per_branch.test_tags.TestBranchTags.test_make_and_lookup_tag(BzrBranchFormat8)
 
3064
breezy.tests.per_branch.test_tags.TestBranchTags.test_make_and_lookup_tag(LocalGitBranchFormat)
2955
3065
breezy.tests.per_branch.test_tags.TestBranchTags.test_make_and_lookup_tag(RemoteGitBranchFormat)
2956
3066
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_empty_tags(BranchReferenceFormat)
2957
3067
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_empty_tags(BzrBranchFormat4)
2959
3069
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_empty_tags(BzrBranchFormat6)
2960
3070
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_empty_tags(BzrBranchFormat7)
2961
3071
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_empty_tags(BzrBranchFormat8)
 
3072
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_empty_tags(LocalGitBranchFormat)
2962
3073
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_empty_tags(RemoteBranchFormat-default)
2963
3074
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_empty_tags(RemoteBranchFormat-v2)
2964
3075
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_empty_tags(RemoteGitBranchFormat)
2968
3079
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_tags(BzrBranchFormat6)
2969
3080
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_tags(BzrBranchFormat7)
2970
3081
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_tags(BzrBranchFormat8)
 
3082
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_tags(LocalGitBranchFormat)
2971
3083
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_tags(RemoteGitBranchFormat)
2972
3084
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_to_invalides_cache(BranchReferenceFormat)
2973
3085
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_to_invalides_cache(BzrBranchFormat4)
2975
3087
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_to_invalides_cache(BzrBranchFormat6)
2976
3088
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_to_invalides_cache(BzrBranchFormat7)
2977
3089
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_to_invalides_cache(BzrBranchFormat8)
 
3090
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_to_invalides_cache(LocalGitBranchFormat)
2978
3091
breezy.tests.per_branch.test_tags.TestBranchTags.test_merge_to_invalides_cache(RemoteGitBranchFormat)
2979
3092
breezy.tests.per_branch.test_tags.TestBranchTags.test_no_such_tag(BranchReferenceFormat)
2980
3093
breezy.tests.per_branch.test_tags.TestBranchTags.test_no_such_tag(BzrBranchFormat4)
2982
3095
breezy.tests.per_branch.test_tags.TestBranchTags.test_no_such_tag(BzrBranchFormat6)
2983
3096
breezy.tests.per_branch.test_tags.TestBranchTags.test_no_such_tag(BzrBranchFormat7)
2984
3097
breezy.tests.per_branch.test_tags.TestBranchTags.test_no_such_tag(BzrBranchFormat8)
 
3098
breezy.tests.per_branch.test_tags.TestBranchTags.test_no_such_tag(LocalGitBranchFormat)
2985
3099
breezy.tests.per_branch.test_tags.TestBranchTags.test_no_such_tag(RemoteBranchFormat-default)
2986
3100
breezy.tests.per_branch.test_tags.TestBranchTags.test_no_such_tag(RemoteBranchFormat-v2)
2987
3101
breezy.tests.per_branch.test_tags.TestBranchTags.test_no_such_tag(RemoteGitBranchFormat)
2991
3105
breezy.tests.per_branch.test_tags.TestBranchTags.test_read_lock_caches_tags(BzrBranchFormat6)
2992
3106
breezy.tests.per_branch.test_tags.TestBranchTags.test_read_lock_caches_tags(BzrBranchFormat7)
2993
3107
breezy.tests.per_branch.test_tags.TestBranchTags.test_read_lock_caches_tags(BzrBranchFormat8)
 
3108
breezy.tests.per_branch.test_tags.TestBranchTags.test_read_lock_caches_tags(LocalGitBranchFormat)
2994
3109
breezy.tests.per_branch.test_tags.TestBranchTags.test_read_lock_caches_tags(RemoteGitBranchFormat)
2995
3110
breezy.tests.per_branch.test_tags.TestBranchTags.test_rename_revisions_invalides_cache(BranchReferenceFormat)
2996
3111
breezy.tests.per_branch.test_tags.TestBranchTags.test_rename_revisions_invalides_cache(BzrBranchFormat4)
2998
3113
breezy.tests.per_branch.test_tags.TestBranchTags.test_rename_revisions_invalides_cache(BzrBranchFormat6)
2999
3114
breezy.tests.per_branch.test_tags.TestBranchTags.test_rename_revisions_invalides_cache(BzrBranchFormat7)
3000
3115
breezy.tests.per_branch.test_tags.TestBranchTags.test_rename_revisions_invalides_cache(BzrBranchFormat8)
 
3116
breezy.tests.per_branch.test_tags.TestBranchTags.test_rename_revisions_invalides_cache(LocalGitBranchFormat)
3001
3117
breezy.tests.per_branch.test_tags.TestBranchTags.test_rename_revisions_invalides_cache(RemoteGitBranchFormat)
3002
3118
breezy.tests.per_branch.test_tags.TestBranchTags.test_reverse_tag_dict(BranchReferenceFormat)
3003
3119
breezy.tests.per_branch.test_tags.TestBranchTags.test_reverse_tag_dict(BzrBranchFormat4)
3005
3121
breezy.tests.per_branch.test_tags.TestBranchTags.test_reverse_tag_dict(BzrBranchFormat6)
3006
3122
breezy.tests.per_branch.test_tags.TestBranchTags.test_reverse_tag_dict(BzrBranchFormat7)
3007
3123
breezy.tests.per_branch.test_tags.TestBranchTags.test_reverse_tag_dict(BzrBranchFormat8)
 
3124
breezy.tests.per_branch.test_tags.TestBranchTags.test_reverse_tag_dict(LocalGitBranchFormat)
3008
3125
breezy.tests.per_branch.test_tags.TestBranchTags.test_reverse_tag_dict(RemoteGitBranchFormat)
3009
3126
breezy.tests.per_branch.test_tags.TestBranchTags.test_set_tag_invalides_cache(BranchReferenceFormat)
3010
3127
breezy.tests.per_branch.test_tags.TestBranchTags.test_set_tag_invalides_cache(BzrBranchFormat4)
3012
3129
breezy.tests.per_branch.test_tags.TestBranchTags.test_set_tag_invalides_cache(BzrBranchFormat6)
3013
3130
breezy.tests.per_branch.test_tags.TestBranchTags.test_set_tag_invalides_cache(BzrBranchFormat7)
3014
3131
breezy.tests.per_branch.test_tags.TestBranchTags.test_set_tag_invalides_cache(BzrBranchFormat8)
 
3132
breezy.tests.per_branch.test_tags.TestBranchTags.test_set_tag_invalides_cache(LocalGitBranchFormat)
3015
3133
breezy.tests.per_branch.test_tags.TestBranchTags.test_set_tag_invalides_cache(RemoteGitBranchFormat)
3016
3134
breezy.tests.per_branch.test_tags.TestBranchTags.test_tags_initially_empty(BranchReferenceFormat)
3017
3135
breezy.tests.per_branch.test_tags.TestBranchTags.test_tags_initially_empty(BzrBranchFormat4)
3019
3137
breezy.tests.per_branch.test_tags.TestBranchTags.test_tags_initially_empty(BzrBranchFormat6)
3020
3138
breezy.tests.per_branch.test_tags.TestBranchTags.test_tags_initially_empty(BzrBranchFormat7)
3021
3139
breezy.tests.per_branch.test_tags.TestBranchTags.test_tags_initially_empty(BzrBranchFormat8)
 
3140
breezy.tests.per_branch.test_tags.TestBranchTags.test_tags_initially_empty(LocalGitBranchFormat)
3022
3141
breezy.tests.per_branch.test_tags.TestBranchTags.test_tags_initially_empty(RemoteBranchFormat-default)
3023
3142
breezy.tests.per_branch.test_tags.TestBranchTags.test_tags_initially_empty(RemoteBranchFormat-v2)
3024
3143
breezy.tests.per_branch.test_tags.TestBranchTags.test_tags_initially_empty(RemoteGitBranchFormat)
3035
3154
breezy.tests.per_branch.test_tags.TestBranchTags.test_unlocked_does_not_cache_tags(BzrBranchFormat6)
3036
3155
breezy.tests.per_branch.test_tags.TestBranchTags.test_unlocked_does_not_cache_tags(BzrBranchFormat7)
3037
3156
breezy.tests.per_branch.test_tags.TestBranchTags.test_unlocked_does_not_cache_tags(BzrBranchFormat8)
 
3157
breezy.tests.per_branch.test_tags.TestBranchTags.test_unlocked_does_not_cache_tags(LocalGitBranchFormat)
3038
3158
breezy.tests.per_branch.test_tags.TestBranchTags.test_unlocked_does_not_cache_tags(RemoteGitBranchFormat)
3039
3159
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_ignore_master_disables_tag_propagation(BranchReferenceFormat)
3040
3160
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_ignore_master_disables_tag_propagation(BzrBranchFormat4)
3152
3272
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_not_to_origin(BzrBranchFormat6)
3153
3273
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_not_to_origin(BzrBranchFormat7)
3154
3274
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_not_to_origin(BzrBranchFormat8)
 
3275
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_not_to_origin(LocalGitBranchFormat)
3155
3276
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_not_to_origin(RemoteGitBranchFormat)
3156
3277
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_to_origin(BranchReferenceFormat)
3157
3278
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_to_origin(BzrBranchFormat4)
3159
3280
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_to_origin(BzrBranchFormat6)
3160
3281
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_to_origin(BzrBranchFormat7)
3161
3282
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_to_origin(BzrBranchFormat8)
 
3283
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_to_origin(LocalGitBranchFormat)
3162
3284
breezy.tests.per_branch.test_uncommit.TestUncommitHook.test_post_uncommit_to_origin(RemoteGitBranchFormat)
3163
3285
breezy.tests.per_branch.test_update.TestUpdate.test_update_in_checkout_of_readonly(BranchReferenceFormat)
3164
3286
breezy.tests.per_branch.test_update.TestUpdate.test_update_in_checkout_of_readonly(BzrBranchFormat4)
3166
3288
breezy.tests.per_branch.test_update.TestUpdate.test_update_in_checkout_of_readonly(BzrBranchFormat6)
3167
3289
breezy.tests.per_branch.test_update.TestUpdate.test_update_in_checkout_of_readonly(BzrBranchFormat7)
3168
3290
breezy.tests.per_branch.test_update.TestUpdate.test_update_in_checkout_of_readonly(BzrBranchFormat8)
 
3291
breezy.tests.per_branch.test_update.TestUpdate.test_update_in_checkout_of_readonly(LocalGitBranchFormat)
3169
3292
breezy.tests.per_branch.test_update.TestUpdate.test_update_in_checkout_of_readonly(RemoteGitBranchFormat)
3170
3293
breezy.tests.per_branch.test_update.TestUpdate.test_update_local_commits_returns_old_tip(BranchReferenceFormat)
3171
3294
breezy.tests.per_branch.test_update.TestUpdate.test_update_local_commits_returns_old_tip(BzrBranchFormat4)
3295
3418
breezy.tests.per_bzrdir.test_bzrdir.TestBzrDir.test_sprout_bzrdir_repository(BzrDirMetaFormat1Colo)
3296
3419
breezy.tests.per_bzrdir.test_bzrdir.TestBzrDir.test_sprout_bzrdir_repository(RemoteBzrDirFormat)
3297
3420
breezy.tests.per_bzrdir.test_bzrdir.TestBzrDir.test_sprout_bzrdir_tree_branch_repo(BzrDirFormat4)
 
3421
breezy.tests.per_controldir_colo.test_supported.TestColocatedBranchSupport.test_branch_name_with_slash(BareLocalGitControlDirFormat)
 
3422
breezy.tests.per_controldir_colo.test_supported.TestColocatedBranchSupport.test_branch_name_with_slash(LocalGitControlDirFormat)
3298
3423
breezy.tests.per_controldir_colo.test_supported.TestColocatedBranchSupport.test_branch_name_with_slash(RemoteGitControlDirFormat)
 
3424
breezy.tests.per_controldir_colo.test_supported.TestColocatedBranchSupport.test_branch_reference_loop(BareLocalGitControlDirFormat)
 
3425
breezy.tests.per_controldir_colo.test_supported.TestColocatedBranchSupport.test_branch_reference_loop(LocalGitControlDirFormat)
3299
3426
breezy.tests.per_controldir_colo.test_supported.TestColocatedBranchSupport.test_branch_reference_loop(RemoteGitControlDirFormat)
3300
3427
breezy.tests.per_controldir_colo.test_supported.TestColocatedBranchSupport.test_branch_reference(RemoteGitControlDirFormat)
3301
3428
breezy.tests.per_controldir_colo.test_supported.TestColocatedBranchSupport.test_create_colo_branch(BareLocalGitControlDirFormat)
3302
3429
breezy.tests.per_controldir_colo.test_supported.TestColocatedBranchSupport.test_create_colo_branch(LocalGitControlDirFormat)
3303
3430
breezy.tests.per_controldir_colo.test_supported.TestColocatedBranchSupport.test_create_colo_branch(RemoteGitControlDirFormat)
 
3431
breezy.tests.per_controldir_colo.test_supported.TestColocatedBranchSupport.test_destroy_colocated_branch(BareLocalGitControlDirFormat)
 
3432
breezy.tests.per_controldir_colo.test_supported.TestColocatedBranchSupport.test_destroy_colocated_branch(LocalGitControlDirFormat)
3304
3433
breezy.tests.per_controldir_colo.test_supported.TestColocatedBranchSupport.test_destroy_colocated_branch(RemoteGitControlDirFormat)
 
3434
breezy.tests.per_controldir_colo.test_supported.TestColocatedBranchSupport.test_get_branches(BareLocalGitControlDirFormat)
 
3435
breezy.tests.per_controldir_colo.test_supported.TestColocatedBranchSupport.test_get_branches(LocalGitControlDirFormat)
3305
3436
breezy.tests.per_controldir_colo.test_supported.TestColocatedBranchSupport.test_get_branches(RemoteGitControlDirFormat)
 
3437
breezy.tests.per_controldir_colo.test_supported.TestColocatedBranchSupport.test_open_by_url(BareLocalGitControlDirFormat)
 
3438
breezy.tests.per_controldir_colo.test_supported.TestColocatedBranchSupport.test_open_by_url(LocalGitControlDirFormat)
3306
3439
breezy.tests.per_controldir_colo.test_supported.TestColocatedBranchSupport.test_open_by_url(RemoteGitControlDirFormat)
 
3440
breezy.tests.per_controldir_colo.test_supported.TestColocatedBranchSupport.test_sprout_into_colocated(LocalGitControlDirFormat)
3307
3441
breezy.tests.per_controldir_colo.test_supported.TestColocatedBranchSupport.test_sprout_into_colocated(RemoteGitControlDirFormat)
3308
3442
breezy.tests.per_controldir_colo.test_supported.TestColocatedBranchSupport.test_unicode(RemoteGitControlDirFormat)
3309
3443
breezy.tests.per_controldir_colo.test_unsupported.TestNoColocatedSupport.test_create_colo_branch(BzrDirFormat4)
3462
3596
breezy.tests.per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_branch_and_repo_into_shared_repo(BzrDirMetaFormat1Colo)
3463
3597
breezy.tests.per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_branch_and_repo_into_shared_repo(CVSDirFormat)
3464
3598
breezy.tests.per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_branch_and_repo_into_shared_repo(DarcsDirFormat)
 
3599
breezy.tests.per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_branch_and_repo_into_shared_repo(LocalGitControlDirFormat)
3465
3600
breezy.tests.per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_branch_and_repo_into_shared_repo(MonotoneDirFormat)
3466
3601
breezy.tests.per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_branch_and_repo_into_shared_repo(RemoteBzrDirFormat)
3467
3602
breezy.tests.per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_branch_and_repo_into_shared_repo(RemoteGitControlDirFormat)
3481
3616
breezy.tests.per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_into_notrees_repo(BzrDirMetaFormat1Colo)
3482
3617
breezy.tests.per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_into_notrees_repo(CVSDirFormat)
3483
3618
breezy.tests.per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_into_notrees_repo(DarcsDirFormat)
 
3619
breezy.tests.per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_into_notrees_repo(LocalGitControlDirFormat)
3484
3620
breezy.tests.per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_into_notrees_repo(MonotoneDirFormat)
3485
3621
breezy.tests.per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_into_notrees_repo(RemoteBzrDirFormat)
3486
3622
breezy.tests.per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_into_notrees_repo(RemoteGitControlDirFormat)
3523
3659
breezy.tests.per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_repository_under_shared(BzrDirMetaFormat1Colo)
3524
3660
breezy.tests.per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_repository_under_shared(CVSDirFormat)
3525
3661
breezy.tests.per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_repository_under_shared(DarcsDirFormat)
 
3662
breezy.tests.per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_repository_under_shared(LocalGitControlDirFormat)
3526
3663
breezy.tests.per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_repository_under_shared(MonotoneDirFormat)
3527
3664
breezy.tests.per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_repository_under_shared(RemoteBzrDirFormat)
3528
3665
breezy.tests.per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_repository_under_shared(RemoteGitControlDirFormat)
3535
3672
breezy.tests.per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_tree_revision(MonotoneDirFormat)
3536
3673
breezy.tests.per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_tree_revision(RemoteBzrDirFormat)
3537
3674
breezy.tests.per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_tree_revision(RemoteGitControlDirFormat)
 
3675
breezy.tests.per_controldir.test_controldir.TestControlDir.test_clone_on_transport_preserves_repo_format(BareLocalGitControlDirFormat)
3538
3676
breezy.tests.per_controldir.test_controldir.TestControlDir.test_clone_on_transport_preserves_repo_format(BzrDirFormat4)
3539
3677
breezy.tests.per_controldir.test_controldir.TestControlDir.test_clone_on_transport_preserves_repo_format(BzrDirFormat5)
3540
3678
breezy.tests.per_controldir.test_controldir.TestControlDir.test_clone_on_transport_preserves_repo_format(BzrDirFormat6)
3659
3797
breezy.tests.per_controldir.test_controldir.TestControlDir.test_create_workingtree_revision(BzrDirMetaFormat1Colo)
3660
3798
breezy.tests.per_controldir.test_controldir.TestControlDir.test_create_workingtree_revision(CVSDirFormat)
3661
3799
breezy.tests.per_controldir.test_controldir.TestControlDir.test_create_workingtree_revision(DarcsDirFormat)
 
3800
breezy.tests.per_controldir.test_controldir.TestControlDir.test_create_workingtree_revision(LocalGitControlDirFormat)
3662
3801
breezy.tests.per_controldir.test_controldir.TestControlDir.test_create_workingtree_revision(MonotoneDirFormat)
3663
3802
breezy.tests.per_controldir.test_controldir.TestControlDir.test_create_workingtree_revision(RemoteBzrDirFormat)
3664
3803
breezy.tests.per_controldir.test_controldir.TestControlDir.test_create_workingtree_revision(RemoteGitControlDirFormat)
3709
3848
breezy.tests.per_controldir.test_controldir.TestControlDir.test_destroy_workingtree(BzrDirFormat6)
3710
3849
breezy.tests.per_controldir.test_controldir.TestControlDir.test_destroy_workingtree(CVSDirFormat)
3711
3850
breezy.tests.per_controldir.test_controldir.TestControlDir.test_destroy_workingtree(DarcsDirFormat)
 
3851
breezy.tests.per_controldir.test_controldir.TestControlDir.test_destroy_workingtree(LocalGitControlDirFormat)
3712
3852
breezy.tests.per_controldir.test_controldir.TestControlDir.test_destroy_workingtree(MonotoneDirFormat)
3713
3853
breezy.tests.per_controldir.test_controldir.TestControlDir.test_destroy_workingtree(RemoteGitControlDirFormat)
3714
3854
breezy.tests.per_controldir.test_controldir.TestControlDir.test_find_repository_containing_shared_repository(BareLocalGitControlDirFormat)
3875
4015
breezy.tests.per_controldir.test_controldir.TestControlDir.test_format_initialize_on_transport_ex(RemoteBzrDirFormat-default)
3876
4016
breezy.tests.per_controldir.test_controldir.TestControlDir.test_format_initialize_on_transport_ex(RemoteBzrDirFormat-v2)
3877
4017
breezy.tests.per_controldir.test_controldir.TestControlDir.test_format_initialize_on_transport_ex(RemoteGitControlDirFormat)
 
4018
breezy.tests.per_controldir.test_controldir.TestControlDir.test_format_initialize_on_transport_ex_repo_fmt_name_followed(BareLocalGitControlDirFormat)
3878
4019
breezy.tests.per_controldir.test_controldir.TestControlDir.test_format_initialize_on_transport_ex_repo_fmt_name_followed(BzrDirFormat4)
3879
4020
breezy.tests.per_controldir.test_controldir.TestControlDir.test_format_initialize_on_transport_ex_repo_fmt_name_followed(BzrDirFormat5)
3880
4021
breezy.tests.per_controldir.test_controldir.TestControlDir.test_format_initialize_on_transport_ex_repo_fmt_name_followed(BzrDirFormat6)
3882
4023
breezy.tests.per_controldir.test_controldir.TestControlDir.test_format_initialize_on_transport_ex_repo_fmt_name_followed(BzrDirMetaFormat1Colo)
3883
4024
breezy.tests.per_controldir.test_controldir.TestControlDir.test_format_initialize_on_transport_ex_repo_fmt_name_followed(CVSDirFormat)
3884
4025
breezy.tests.per_controldir.test_controldir.TestControlDir.test_format_initialize_on_transport_ex_repo_fmt_name_followed(DarcsDirFormat)
 
4026
breezy.tests.per_controldir.test_controldir.TestControlDir.test_format_initialize_on_transport_ex_repo_fmt_name_followed(LocalGitControlDirFormat)
3885
4027
breezy.tests.per_controldir.test_controldir.TestControlDir.test_format_initialize_on_transport_ex_repo_fmt_name_followed(MonotoneDirFormat)
3886
4028
breezy.tests.per_controldir.test_controldir.TestControlDir.test_format_initialize_on_transport_ex_repo_fmt_name_followed(RemoteBzrDirFormat)
3887
4029
breezy.tests.per_controldir.test_controldir.TestControlDir.test_format_initialize_on_transport_ex_repo_fmt_name_followed(RemoteBzrDirFormat-default)
3935
4077
breezy.tests.per_controldir.test_controldir.TestControlDir.test_format_network_name(LocalGitControlDirFormat)
3936
4078
breezy.tests.per_controldir.test_controldir.TestControlDir.test_format_network_name(MonotoneDirFormat)
3937
4079
breezy.tests.per_controldir.test_controldir.TestControlDir.test_format_network_name(RemoteGitControlDirFormat)
 
4080
breezy.tests.per_controldir.test_controldir.TestControlDir.test_get_branches(BareLocalGitControlDirFormat)
3938
4081
breezy.tests.per_controldir.test_controldir.TestControlDir.test_get_branches(BzrDirFormat4)
3939
4082
breezy.tests.per_controldir.test_controldir.TestControlDir.test_get_branches(BzrDirFormat5)
3940
4083
breezy.tests.per_controldir.test_controldir.TestControlDir.test_get_branches(BzrDirFormat6)
3942
4085
breezy.tests.per_controldir.test_controldir.TestControlDir.test_get_branches(BzrDirMetaFormat1Colo)
3943
4086
breezy.tests.per_controldir.test_controldir.TestControlDir.test_get_branches(CVSDirFormat)
3944
4087
breezy.tests.per_controldir.test_controldir.TestControlDir.test_get_branches(DarcsDirFormat)
 
4088
breezy.tests.per_controldir.test_controldir.TestControlDir.test_get_branches(LocalGitControlDirFormat)
3945
4089
breezy.tests.per_controldir.test_controldir.TestControlDir.test_get_branches(MonotoneDirFormat)
3946
4090
breezy.tests.per_controldir.test_controldir.TestControlDir.test_get_branches(RemoteBzrDirFormat)
3947
4091
breezy.tests.per_controldir.test_controldir.TestControlDir.test_get_branches(RemoteGitControlDirFormat)
4162
4306
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_branch_no_tree(BzrDirMetaFormat1Colo)
4163
4307
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_branch_no_tree(CVSDirFormat)
4164
4308
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_branch_no_tree(DarcsDirFormat)
 
4309
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_branch_no_tree(LocalGitControlDirFormat)
4165
4310
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_branch_no_tree(MonotoneDirFormat)
4166
4311
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_branch_no_tree(RemoteBzrDirFormat)
4167
4312
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_branch_no_tree(RemoteGitControlDirFormat)
4177
4322
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_and_repo_shared_force_new_repo(BzrDirMetaFormat1Colo)
4178
4323
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_and_repo_shared_force_new_repo(CVSDirFormat)
4179
4324
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_and_repo_shared_force_new_repo(DarcsDirFormat)
 
4325
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_and_repo_shared_force_new_repo(LocalGitControlDirFormat)
4180
4326
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_and_repo_shared_force_new_repo(MonotoneDirFormat)
4181
4327
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_and_repo_shared_force_new_repo(RemoteBzrDirFormat)
4182
4328
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_and_repo_shared_force_new_repo(RemoteGitControlDirFormat)
 
4329
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_and_repo_shared(LocalGitControlDirFormat)
4183
4330
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_and_repo_shared(MonotoneDirFormat)
4184
4331
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_and_repo_shared(RemoteBzrDirFormat)
4185
4332
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_and_repo_shared(RemoteGitControlDirFormat)
4207
4354
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference_shared_force_new_repo(BzrDirMetaFormat1Colo)
4208
4355
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference_shared_force_new_repo(CVSDirFormat)
4209
4356
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference_shared_force_new_repo(DarcsDirFormat)
 
4357
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference_shared_force_new_repo(LocalGitControlDirFormat)
4210
4358
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference_shared_force_new_repo(MonotoneDirFormat)
4211
4359
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference_shared_force_new_repo(RemoteBzrDirFormat)
4212
4360
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference_shared_force_new_repo(RemoteGitControlDirFormat)
 
4361
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference_shared(LocalGitControlDirFormat)
4213
4362
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference_shared(MonotoneDirFormat)
4214
4363
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference_shared(RemoteBzrDirFormat)
4215
4364
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference_shared(RemoteGitControlDirFormat)
4219
4368
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_revision(BzrDirMetaFormat1Colo)
4220
4369
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_revision(CVSDirFormat)
4221
4370
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_revision(DarcsDirFormat)
 
4371
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_revision(LocalGitControlDirFormat)
4222
4372
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_revision(MonotoneDirFormat)
4223
4373
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_revision(RemoteBzrDirFormat)
4224
4374
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_revision(RemoteGitControlDirFormat)
4239
4389
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_with_tags(MonotoneDirFormat)
4240
4390
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_with_tags(RemoteBzrDirFormat)
4241
4391
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_with_tags(RemoteGitControlDirFormat)
 
4392
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_empty(BareLocalGitControlDirFormat)
4242
4393
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_empty(BzrDirFormat4)
4243
4394
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_empty(BzrDirFormat5)
4244
4395
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_empty(BzrDirFormat6)
4246
4397
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_empty(BzrDirMetaFormat1Colo)
4247
4398
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_empty(CVSDirFormat)
4248
4399
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_empty(DarcsDirFormat)
 
4400
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_empty(LocalGitControlDirFormat)
4249
4401
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_empty(MonotoneDirFormat)
4250
4402
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_empty(RemoteBzrDirFormat)
4251
4403
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_empty(RemoteBzrDirFormat-default)
4320
4472
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_repository_revision(BzrDirMetaFormat1Colo)
4321
4473
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_repository_revision(CVSDirFormat)
4322
4474
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_repository_revision(DarcsDirFormat)
 
4475
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_repository_revision(LocalGitControlDirFormat)
4323
4476
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_repository_revision(MonotoneDirFormat)
4324
4477
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_repository_revision(RemoteBzrDirFormat)
4325
4478
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_repository_revision(RemoteGitControlDirFormat)
4329
4482
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_repository_under_shared_force_new_repo(BzrDirMetaFormat1Colo)
4330
4483
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_repository_under_shared_force_new_repo(CVSDirFormat)
4331
4484
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_repository_under_shared_force_new_repo(DarcsDirFormat)
 
4485
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_repository_under_shared_force_new_repo(LocalGitControlDirFormat)
4332
4486
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_repository_under_shared_force_new_repo(MonotoneDirFormat)
4333
4487
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_repository_under_shared_force_new_repo(RemoteBzrDirFormat)
4334
4488
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_repository_under_shared_force_new_repo(RemoteGitControlDirFormat)
4364
4518
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_tree_revision(BzrDirMetaFormat1Colo)
4365
4519
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_tree_revision(CVSDirFormat)
4366
4520
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_tree_revision(DarcsDirFormat)
 
4521
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_tree_revision(LocalGitControlDirFormat)
4367
4522
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_tree_revision(MonotoneDirFormat)
4368
4523
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_tree_revision(RemoteBzrDirFormat)
4369
4524
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_tree_revision(RemoteGitControlDirFormat)
4373
4528
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_with_repository_to_shared(BzrDirMetaFormat1Colo)
4374
4529
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_with_repository_to_shared(CVSDirFormat)
4375
4530
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_with_repository_to_shared(DarcsDirFormat)
 
4531
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_with_repository_to_shared(LocalGitControlDirFormat)
4376
4532
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_with_repository_to_shared(MonotoneDirFormat)
4377
4533
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_with_repository_to_shared(RemoteBzrDirFormat)
4378
4534
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_with_repository_to_shared(RemoteGitControlDirFormat)
4382
4538
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_takes_accelerator(BzrDirMetaFormat1Colo)
4383
4539
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_takes_accelerator(CVSDirFormat)
4384
4540
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_takes_accelerator(DarcsDirFormat)
 
4541
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_takes_accelerator(LocalGitControlDirFormat)
4385
4542
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_takes_accelerator(MonotoneDirFormat)
4386
4543
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_takes_accelerator(RemoteBzrDirFormat)
4387
4544
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_takes_accelerator(RemoteGitControlDirFormat)
 
4545
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_with_revision_id_uses_default_stack_on(BareLocalGitControlDirFormat)
4388
4546
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_with_revision_id_uses_default_stack_on(BzrDirFormat4)
4389
4547
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_with_revision_id_uses_default_stack_on(BzrDirFormat5)
4390
4548
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_with_revision_id_uses_default_stack_on(BzrDirFormat6)
4392
4550
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_with_revision_id_uses_default_stack_on(BzrDirMetaFormat1Colo)
4393
4551
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_with_revision_id_uses_default_stack_on(CVSDirFormat)
4394
4552
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_with_revision_id_uses_default_stack_on(DarcsDirFormat)
 
4553
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_with_revision_id_uses_default_stack_on(LocalGitControlDirFormat)
4395
4554
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_with_revision_id_uses_default_stack_on(MonotoneDirFormat)
4396
4555
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_with_revision_id_uses_default_stack_on(RemoteBzrDirFormat)
4397
4556
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_with_revision_id_uses_default_stack_on(RemoteGitControlDirFormat)
4526
4685
breezy.tests.per_controldir.test_push.TestPush.test_push_new_branch_lossy(BzrDirMetaFormat1Colo)
4527
4686
breezy.tests.per_controldir.test_push.TestPush.test_push_new_branch_lossy(CVSDirFormat)
4528
4687
breezy.tests.per_controldir.test_push.TestPush.test_push_new_branch_lossy(DarcsDirFormat)
 
4688
breezy.tests.per_controldir.test_push.TestPush.test_push_new_branch_lossy(LocalGitControlDirFormat)
4529
4689
breezy.tests.per_controldir.test_push.TestPush.test_push_new_branch_lossy(MonotoneDirFormat)
4530
4690
breezy.tests.per_controldir.test_push.TestPush.test_push_new_branch_lossy(RemoteBzrDirFormat)
4531
4691
breezy.tests.per_controldir.test_push.TestPush.test_push_new_branch_lossy(RemoteGitControlDirFormat)
4565
4725
breezy.tests.per_foreign_vcs.test_repository.TestRepositoryFormat.test_network_name(ForeignGit)
4566
4726
breezy.tests.per_interbranch.test_copy_content_into.TestCopyContentInto.test_contract_convenience_method(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
4567
4727
breezy.tests.per_interbranch.test_copy_content_into.TestCopyContentInto.test_contract_convenience_method(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
 
4728
breezy.tests.per_interbranch.test_copy_content_into.TestCopyContentInto.test_contract_convenience_method(InterGitLocalGitBranch,LocalGitBranchFormat,LocalGitBranchFormat)
4568
4729
breezy.tests.per_interbranch.test_copy_content_into.TestCopyContentInto.test_contract_convenience_method(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
 
4730
breezy.tests.per_interbranch.test_copy_content_into.TestCopyContentInto.test_contract_convenience_method(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
 
4731
breezy.tests.per_interbranch.test_copy_content_into.TestCopyContentInto.test_contract_convenience_method(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
4569
4732
breezy.tests.per_interbranch.test_copy_content_into.TestCopyContentInto.test_contract_convenience_method(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
4570
4733
breezy.tests.per_interbranch.test_copy_content_into.TestCopyContentInto.test_inter_is_used(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
4571
4734
breezy.tests.per_interbranch.test_copy_content_into.TestCopyContentInto.test_inter_is_used(InterFromGitBranch,LocalGitBranchFormat,BzrBranchFormat7)
4578
4741
breezy.tests.per_interbranch.test_fetch.TestInterBranchFetch.test_fetch_revisions(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
4579
4742
breezy.tests.per_interbranch.test_fetch.TestInterBranchFetch.test_fetch_revisions(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
4580
4743
breezy.tests.per_interbranch.test_fetch.TestInterBranchFetch.test_fetch_revisions(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
 
4744
breezy.tests.per_interbranch.test_fetch.TestInterBranchFetch.test_fetch_revisions(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
 
4745
breezy.tests.per_interbranch.test_fetch.TestInterBranchFetch.test_fetch_revisions(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
4581
4746
breezy.tests.per_interbranch.test_fetch.TestInterBranchFetch.test_fetch_revisions(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
4582
4747
breezy.tests.per_interbranch.test_fetch.TestInterBranchFetch.test_fetch_revisions_limit(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
4583
4748
breezy.tests.per_interbranch.test_fetch.TestInterBranchFetch.test_fetch_revisions_limit_incremental(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
 
4749
breezy.tests.per_interbranch.test_fetch.TestInterBranchFetch.test_fetch_revisions_limit_incremental(InterGitLocalGitBranch,LocalGitBranchFormat,LocalGitBranchFormat)
4584
4750
breezy.tests.per_interbranch.test_fetch.TestInterBranchFetch.test_fetch_revisions_limit_incremental(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
 
4751
breezy.tests.per_interbranch.test_fetch.TestInterBranchFetch.test_fetch_revisions_limit_incremental(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
 
4752
breezy.tests.per_interbranch.test_fetch.TestInterBranchFetch.test_fetch_revisions_limit_incremental(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
4585
4753
breezy.tests.per_interbranch.test_fetch.TestInterBranchFetch.test_fetch_revisions_limit_incremental(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
4586
4754
breezy.tests.per_interbranch.test_fetch.TestInterBranchFetch.test_fetch_revisions_limit(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
 
4755
breezy.tests.per_interbranch.test_fetch.TestInterBranchFetch.test_fetch_revisions_limit(InterGitLocalGitBranch,LocalGitBranchFormat,LocalGitBranchFormat)
4587
4756
breezy.tests.per_interbranch.test_fetch.TestInterBranchFetch.test_fetch_revisions_limit(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
 
4757
breezy.tests.per_interbranch.test_fetch.TestInterBranchFetch.test_fetch_revisions_limit(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
 
4758
breezy.tests.per_interbranch.test_fetch.TestInterBranchFetch.test_fetch_revisions_limit(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
4588
4759
breezy.tests.per_interbranch.test_fetch.TestInterBranchFetch.test_fetch_revisions_limit(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
4589
4760
breezy.tests.per_interbranch.test_get.TestInterBranchGet.test_gets_right_inter(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
4590
4761
breezy.tests.per_interbranch.test_get.TestInterBranchGet.test_gets_right_inter(InterFromGitBranch,LocalGitBranchFormat,BzrBranchFormat7)
4595
4766
breezy.tests.per_interbranch.test_get.TestInterBranchGet.test_gets_right_inter(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
4596
4767
breezy.tests.per_interbranch.test_get.TestInterBranchGet.test_gets_right_inter(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
4597
4768
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_bound_branch(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
 
4769
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_bound_branch(InterFromGitBranch,LocalGitBranchFormat,BzrBranchFormat7)
4598
4770
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_bound_branch(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
4599
4771
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_bound_branch(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
4600
4772
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_bound_branch(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
4601
4773
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_bound_branch(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
4602
4774
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_empty_history(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
 
4775
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_empty_history(InterFromGitBranch,LocalGitBranchFormat,BzrBranchFormat7)
4603
4776
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_empty_history(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
4604
4777
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_empty_history(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
4605
4778
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_empty_history(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
4612
4785
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_convergence_simple(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
4613
4786
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_convergence_simple(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
4614
4787
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_convergence_simple(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
 
4788
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_convergence_simple(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
 
4789
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_convergence_simple(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
4615
4790
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_convergence_simple(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
4616
4791
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_merged_indirect(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
4617
4792
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_merged_indirect(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
4618
4793
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_merged_indirect(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
 
4794
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_merged_indirect(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
 
4795
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_merged_indirect(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
4619
4796
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_merged_indirect(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
4620
4797
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_overwrite(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
4621
4798
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_overwrite(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
4622
4799
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_overwrite(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
 
4800
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_overwrite(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
 
4801
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_overwrite(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
4623
4802
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_overwrite(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
4624
4803
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_raises_specific_error_on_master_connection_error(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
 
4804
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_raises_specific_error_on_master_connection_error(InterFromGitBranch,LocalGitBranchFormat,BzrBranchFormat7)
4625
4805
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_raises_specific_error_on_master_connection_error(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
 
4806
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_raises_specific_error_on_master_connection_error(InterGitLocalGitBranch,LocalGitBranchFormat,LocalGitBranchFormat)
4626
4807
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_raises_specific_error_on_master_connection_error(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
 
4808
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_raises_specific_error_on_master_connection_error(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
4627
4809
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_raises_specific_error_on_master_connection_error(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
4628
4810
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_raises_specific_error_on_master_connection_error(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
4629
4811
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_returns_result(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
4630
4812
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_returns_result(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
4631
4813
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_returns_result(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
 
4814
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_returns_result(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
 
4815
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_returns_result(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
4632
4816
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_returns_result(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
4633
4817
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_updates_checkout_and_master(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
4634
4818
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_updates_checkout_and_master(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
4635
4819
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_updates_checkout_and_master(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
 
4820
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_updates_checkout_and_master(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
4636
4821
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_updates_checkout_and_master(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
4637
4822
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_bound_branch(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
 
4823
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_bound_branch(InterFromGitBranch,LocalGitBranchFormat,BzrBranchFormat7)
4638
4824
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_bound_branch(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
4639
4825
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_bound_branch(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
4640
4826
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_bound_branch(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
4641
4827
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_bound_branch(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
4642
4828
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_bound_branch(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
4643
4829
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_empty_history(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
 
4830
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_empty_history(InterFromGitBranch,LocalGitBranchFormat,BzrBranchFormat7)
4644
4831
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_empty_history(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
4645
4832
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_empty_history(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
4646
4833
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_empty_history(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
4655
4842
breezy.tests.per_interbranch.test_push.TestPush.test_push_convergence_simple(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
4656
4843
breezy.tests.per_interbranch.test_push.TestPush.test_push_convergence_simple(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
4657
4844
breezy.tests.per_interbranch.test_push.TestPush.test_push_convergence_simple(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
 
4845
breezy.tests.per_interbranch.test_push.TestPush.test_push_convergence_simple(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
 
4846
breezy.tests.per_interbranch.test_push.TestPush.test_push_convergence_simple(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
4658
4847
breezy.tests.per_interbranch.test_push.TestPush.test_push_convergence_simple(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
4659
4848
breezy.tests.per_interbranch.test_push.TestPush.test_push_merged_indirect(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
4660
4849
breezy.tests.per_interbranch.test_push.TestPush.test_push_merged_indirect(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
4661
4850
breezy.tests.per_interbranch.test_push.TestPush.test_push_merged_indirect(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
 
4851
breezy.tests.per_interbranch.test_push.TestPush.test_push_merged_indirect(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
 
4852
breezy.tests.per_interbranch.test_push.TestPush.test_push_merged_indirect(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
4662
4853
breezy.tests.per_interbranch.test_push.TestPush.test_push_merged_indirect(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
4663
4854
breezy.tests.per_interbranch.test_push.TestPush.test_push_overwrite_of_non_tip_with_stop_revision(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
4664
4855
breezy.tests.per_interbranch.test_push.TestPush.test_push_overwrite_of_non_tip_with_stop_revision(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
4674
4865
breezy.tests.per_interbranch.test_push.TestPush.test_push_raises_specific_error_on_master_connection_error(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
4675
4866
breezy.tests.per_interbranch.test_push.TestPush.test_push_raises_specific_error_on_master_connection_error(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
4676
4867
breezy.tests.per_interbranch.test_push.TestPush.test_push_to_checkout_updates_master(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
 
4868
breezy.tests.per_interbranch.test_push.TestPush.test_push_to_checkout_updates_master(InterFromGitBranch,LocalGitBranchFormat,BzrBranchFormat7)
4677
4869
breezy.tests.per_interbranch.test_push.TestPush.test_push_to_checkout_updates_master(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
4678
4870
breezy.tests.per_interbranch.test_push.TestPush.test_push_to_checkout_updates_master(InterGitLocalGitBranch,LocalGitBranchFormat,LocalGitBranchFormat)
4679
4871
breezy.tests.per_interbranch.test_push.TestPush.test_push_to_checkout_updates_master(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
4686
4878
breezy.tests.per_interbranch.test_push.TestPush.test_push_uses_read_lock(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
4687
4879
breezy.tests.per_interbranch.test_push.TestPush.test_push_uses_read_lock(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
4688
4880
breezy.tests.per_interbranch.test_push.TestPush.test_push_uses_read_lock_lossy(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
 
4881
breezy.tests.per_interbranch.test_push.TestPush.test_push_uses_read_lock_lossy(InterFromGitBranch,LocalGitBranchFormat,BzrBranchFormat7)
4689
4882
breezy.tests.per_interbranch.test_push.TestPush.test_push_uses_read_lock_lossy(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
 
4883
breezy.tests.per_interbranch.test_push.TestPush.test_push_uses_read_lock_lossy(InterGitLocalGitBranch,LocalGitBranchFormat,LocalGitBranchFormat)
4690
4884
breezy.tests.per_interbranch.test_push.TestPush.test_push_uses_read_lock_lossy(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
4691
4885
breezy.tests.per_interbranch.test_push.TestPush.test_push_uses_read_lock_lossy(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
4692
4886
breezy.tests.per_interbranch.test_push.TestPush.test_push_uses_read_lock_lossy(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
4695
4889
breezy.tests.per_interbranch.test_push.TestPush.test_push_within_repository(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
4696
4890
breezy.tests.per_interbranch.test_push.TestPush.test_push_within_repository(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
4697
4891
breezy.tests.per_interbranch.test_push.TestPush.test_push_within_repository(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
 
4892
breezy.tests.per_interbranch.test_push.TestPush.test_push_within_repository(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
4698
4893
breezy.tests.per_interbranch.test_push.TestPush.test_push_within_repository(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
4699
4894
breezy.tests.per_interrepository.test_fetch.TestFetchDependentData.test_reference(InterDifferingSerializer+get_known_graph_ancestry,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
4700
4895
breezy.tests.per_interrepository.test_fetch.TestFetchDependentData.test_reference(InterDifferingSerializer,RepositoryFormat2a,RepositoryFormatKnitPack6RichRoot)
4740
4935
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked(InterRepository,RepositoryFormat5,RepositoryFormatKnit3)
4741
4936
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked(InterRepository,RepositoryFormatKnit1,RepositoryFormatKnit3)
4742
4937
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked(InterSameDataRepository,RepositoryFormatKnit3,RepositoryFormatKnit3)
 
4938
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked(InterToLocalGitRepository,RepositoryFormat2a,GitRepositoryFormat)
4743
4939
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart(InterDifferingSerializer+get_known_graph_ancestry,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
4744
4940
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart(InterDifferingSerializer,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
4745
4941
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_from_stacked_smart(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnit1)
4786
4982
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_funky_file_id(InterLocalGitNonGitRepository,GitRepositoryFormat,RepositoryFormat2a)
4787
4983
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_inconsistent_last_changed_entries(InterLocalGitLocalGitRepository,GitRepositoryFormat,GitRepositoryFormat)
4788
4984
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_inconsistent_last_changed_entries(InterLocalGitNonGitRepository,GitRepositoryFormat,RepositoryFormat2a)
 
4985
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_inconsistent_last_changed_entries(InterToLocalGitRepository,RepositoryFormat2a,GitRepositoryFormat)
4789
4986
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch(InterDifferingSerializer+get_known_graph_ancestry,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
4790
4987
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch(InterDifferingSerializer,RepositoryFormat2a,RepositoryFormatKnitPack6RichRoot)
4791
4988
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch(InterDifferingSerializer,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
4823
5020
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_missing_text_other_location_fails(InterLocalGitLocalGitRepository,GitRepositoryFormat,GitRepositoryFormat)
4824
5021
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_missing_text_other_location_fails(InterLocalGitNonGitRepository,GitRepositoryFormat,RepositoryFormat2a)
4825
5022
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_missing_text_other_location_fails(InterRepository,RepositoryFormat5,RepositoryFormatKnit3)
 
5023
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_missing_text_other_location_fails(InterToLocalGitRepository,RepositoryFormat2a,GitRepositoryFormat)
4826
5024
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary(InterDifferingSerializer+get_known_graph_ancestry,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
4827
5025
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary(InterDifferingSerializer,RepositoryFormat2a,RepositoryFormatKnitPack6RichRoot)
4828
5026
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary(InterDifferingSerializer,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
4891
5089
breezy.tests.per_interrepository.test_interrepository.TestCaseWithComplexRepository.test_fetch_fetches_signatures_too(InterDifferingSerializer,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
4892
5090
breezy.tests.per_interrepository.test_interrepository.TestCaseWithComplexRepository.test_fetch_fetches_signatures_too(InterDifferingSerializer,RepositoryFormatKnitPack6RichRoot,RepositoryFormat2a)
4893
5091
breezy.tests.per_interrepository.test_interrepository.TestCaseWithComplexRepository.test_fetch_fetches_signatures_too(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnitPack4)
 
5092
breezy.tests.per_interrepository.test_interrepository.TestCaseWithComplexRepository.test_fetch_fetches_signatures_too(InterLocalGitLocalGitRepository,GitRepositoryFormat,GitRepositoryFormat)
 
5093
breezy.tests.per_interrepository.test_interrepository.TestCaseWithComplexRepository.test_fetch_fetches_signatures_too(InterLocalGitNonGitRepository,GitRepositoryFormat,RepositoryFormat2a)
4894
5094
breezy.tests.per_interrepository.test_interrepository.TestCaseWithComplexRepository.test_fetch_fetches_signatures_too(InterToLocalGitRepository,RepositoryFormat2a,GitRepositoryFormat)
4895
5095
breezy.tests.per_interrepository.test_interrepository.TestCaseWithComplexRepository.test_search_missing_revision_ids(InterDifferingSerializer+get_known_graph_ancestry,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
4896
5096
breezy.tests.per_interrepository.test_interrepository.TestCaseWithComplexRepository.test_search_missing_revision_ids(InterDifferingSerializer,RepositoryFormat2a,RepositoryFormatKnitPack6RichRoot)
4897
5097
breezy.tests.per_interrepository.test_interrepository.TestCaseWithComplexRepository.test_search_missing_revision_ids(InterDifferingSerializer,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
4898
5098
breezy.tests.per_interrepository.test_interrepository.TestCaseWithComplexRepository.test_search_missing_revision_ids(InterDifferingSerializer,RepositoryFormatKnitPack6RichRoot,RepositoryFormat2a)
4899
5099
breezy.tests.per_interrepository.test_interrepository.TestCaseWithComplexRepository.test_search_missing_revision_ids(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnitPack4)
 
5100
breezy.tests.per_interrepository.test_interrepository.TestCaseWithComplexRepository.test_search_missing_revision_ids(InterLocalGitLocalGitRepository,GitRepositoryFormat,GitRepositoryFormat)
 
5101
breezy.tests.per_interrepository.test_interrepository.TestCaseWithComplexRepository.test_search_missing_revision_ids(InterToLocalGitRepository,RepositoryFormat2a,GitRepositoryFormat)
4900
5102
breezy.tests.per_interrepository.test_interrepository.TestCaseWithComplexRepository.test_search_missing_revision_ids_limit(InterDifferingSerializer+get_known_graph_ancestry,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
4901
5103
breezy.tests.per_interrepository.test_interrepository.TestCaseWithComplexRepository.test_search_missing_revision_ids_limit(InterDifferingSerializer,RepositoryFormat2a,RepositoryFormatKnitPack6RichRoot)
4902
5104
breezy.tests.per_interrepository.test_interrepository.TestCaseWithComplexRepository.test_search_missing_revision_ids_limit(InterDifferingSerializer,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
4904
5106
breezy.tests.per_interrepository.test_interrepository.TestCaseWithComplexRepository.test_search_missing_revision_ids_limit(InterKnitRepo,RepositoryFormatKnitPack1,RepositoryFormatKnit1)
4905
5107
breezy.tests.per_interrepository.test_interrepository.TestCaseWithComplexRepository.test_search_missing_revision_ids_limit(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnit3)
4906
5108
breezy.tests.per_interrepository.test_interrepository.TestCaseWithComplexRepository.test_search_missing_revision_ids_limit(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnitPack4)
 
5109
breezy.tests.per_interrepository.test_interrepository.TestCaseWithComplexRepository.test_search_missing_revision_ids_limit(InterLocalGitLocalGitRepository,GitRepositoryFormat,GitRepositoryFormat)
 
5110
breezy.tests.per_interrepository.test_interrepository.TestCaseWithComplexRepository.test_search_missing_revision_ids_limit(InterLocalGitNonGitRepository,GitRepositoryFormat,RepositoryFormat2a)
4907
5111
breezy.tests.per_interrepository.test_interrepository.TestCaseWithComplexRepository.test_search_missing_revision_ids_limit(InterRepository,RepositoryFormat5,RepositoryFormatKnit3)
4908
5112
breezy.tests.per_interrepository.test_interrepository.TestCaseWithComplexRepository.test_search_missing_rev_limited(InterDifferingSerializer+get_known_graph_ancestry,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
4909
5113
breezy.tests.per_interrepository.test_interrepository.TestCaseWithComplexRepository.test_search_missing_rev_limited(InterDifferingSerializer,RepositoryFormat2a,RepositoryFormatKnitPack6RichRoot)
4912
5116
breezy.tests.per_interrepository.test_interrepository.TestCaseWithComplexRepository.test_search_missing_rev_limited(InterKnitRepo,RepositoryFormatKnitPack1,RepositoryFormatKnit1)
4913
5117
breezy.tests.per_interrepository.test_interrepository.TestCaseWithComplexRepository.test_search_missing_rev_limited(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnit3)
4914
5118
breezy.tests.per_interrepository.test_interrepository.TestCaseWithComplexRepository.test_search_missing_rev_limited(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnitPack4)
 
5119
breezy.tests.per_interrepository.test_interrepository.TestCaseWithComplexRepository.test_search_missing_rev_limited(InterLocalGitLocalGitRepository,GitRepositoryFormat,GitRepositoryFormat)
 
5120
breezy.tests.per_interrepository.test_interrepository.TestCaseWithComplexRepository.test_search_missing_rev_limited(InterLocalGitNonGitRepository,GitRepositoryFormat,RepositoryFormat2a)
4915
5121
breezy.tests.per_interrepository.test_interrepository.TestCaseWithComplexRepository.test_search_missing_rev_limited(InterRepository,RepositoryFormat5,RepositoryFormatKnit3)
 
5122
breezy.tests.per_interrepository.test_interrepository.TestCaseWithComplexRepository.test_search_missing_rev_limited(InterToLocalGitRepository,RepositoryFormat2a,GitRepositoryFormat)
4916
5123
breezy.tests.per_interrepository.test_interrepository.TestCaseWithGhosts.test_fetch_all_fixes_up_ghost(InterDifferingSerializer+get_known_graph_ancestry,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
4917
5124
breezy.tests.per_interrepository.test_interrepository.TestCaseWithGhosts.test_fetch_all_fixes_up_ghost(InterDifferingSerializer,RepositoryFormat2a,RepositoryFormatKnitPack6RichRoot)
4918
5125
breezy.tests.per_interrepository.test_interrepository.TestCaseWithGhosts.test_fetch_all_fixes_up_ghost(InterDifferingSerializer,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
5697
5904
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_unlocked(RepositoryFormatKnitPack6RichRoot)
5698
5905
breezy.tests.per_repository.test_break_lock.TestBreakLock.test_unlocked(RepositoryFormatPackDevelopment2Subtree)
5699
5906
breezy.tests.per_repository.test_check.TestCleanRepository.test_new_repo(RepositoryFormat4)
 
5907
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_abort_record_iter_changes(GitRepositoryFormat)
5700
5908
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_abort_record_iter_changes(RemoteRepositoryFormat-default)
5701
5909
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_abort_record_iter_changes(RepositoryFormat2a)
5702
5910
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_abort_record_iter_changes(RepositoryFormat2aSubtree)
5767
5975
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_message(RepositoryFormatKnitPack6)
5768
5976
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_message(RepositoryFormatKnitPack6RichRoot)
5769
5977
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_message(RepositoryFormatPackDevelopment2Subtree)
 
5978
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_committer_no_username(GitRepositoryFormat)
5770
5979
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_committer_no_username(RemoteRepositoryFormat-default)
5771
5980
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_committer_no_username(RepositoryFormat2a)
5772
5981
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_committer_no_username(RepositoryFormat2aSubtree)
5834
6043
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_with_revision_id_record_iter_changes(RepositoryFormatKnitPack6)
5835
6044
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_with_revision_id_record_iter_changes(RepositoryFormatKnitPack6RichRoot)
5836
6045
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_with_revision_id_record_iter_changes(RepositoryFormatPackDevelopment2Subtree)
 
6046
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_finish_inventory_record_iter_changes(GitRepositoryFormat)
5837
6047
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_finish_inventory_record_iter_changes(RemoteRepositoryFormat-default)
5838
6048
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_finish_inventory_record_iter_changes(RepositoryFormat2a)
5839
6049
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_finish_inventory_record_iter_changes(RepositoryFormat2aSubtree)
6182
6392
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_reparent_link_changes(RepositoryFormat4)
6183
6393
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_reparent_link_changes(RepositoryFormat5)
6184
6394
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_last_modified_revision_after_reparent_link_changes(RepositoryFormat6)
 
6395
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_non_ascii_str_committer_rejected(GitRepositoryFormat)
6185
6396
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_non_ascii_str_committer_rejected(RepositoryFormat4)
 
6397
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_record_delete_record_iter_changes(GitRepositoryFormat)
6186
6398
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_record_delete_record_iter_changes(RepositoryFormat2a)
6187
6399
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_record_delete_record_iter_changes(RepositoryFormat2aSubtree)
6188
6400
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_record_delete_record_iter_changes(RepositoryFormat4)
6255
6467
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RepositoryFormatKnitPack6)
6256
6468
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RepositoryFormatKnitPack6RichRoot)
6257
6469
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RepositoryFormatPackDevelopment2Subtree)
 
6470
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_updates_branch(GitRepositoryFormat)
6258
6471
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_updates_branch(RepositoryFormat2a)
6259
6472
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_updates_branch(RepositoryFormat2aSubtree)
6260
6473
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_updates_branch(RepositoryFormat4)
6273
6486
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_updates_branch(RepositoryFormatKnitPack6)
6274
6487
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_updates_branch(RepositoryFormatKnitPack6RichRoot)
6275
6488
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_updates_branch(RepositoryFormatPackDevelopment2Subtree)
 
6489
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_all_from_self(GitRepositoryFormat)
6276
6490
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_all_from_self(RepositoryFormat2a)
6277
6491
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_all_from_self(RepositoryFormat2aSubtree)
6278
6492
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_all_from_self(RepositoryFormat4)
6291
6505
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_all_from_self(RepositoryFormatKnitPack6)
6292
6506
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_all_from_self(RepositoryFormatKnitPack6RichRoot)
6293
6507
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_all_from_self(RepositoryFormatPackDevelopment2Subtree)
 
6508
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_all_same_revisions_twice(GitRepositoryFormat)
6294
6509
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_all_same_revisions_twice(RepositoryFormat2a)
6295
6510
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_all_same_revisions_twice(RepositoryFormat2aSubtree)
6296
6511
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_all_same_revisions_twice(RepositoryFormat4)
6307
6522
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_all_same_revisions_twice(RepositoryFormatKnitPack6)
6308
6523
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_all_same_revisions_twice(RepositoryFormatKnitPack6RichRoot)
6309
6524
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_all_same_revisions_twice(RepositoryFormatPackDevelopment2Subtree)
 
6525
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_copies_signatures(GitRepositoryFormat)
6310
6526
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_copies_signatures(RepositoryFormat2a)
6311
6527
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_copies_signatures(RepositoryFormat2aSubtree)
6312
6528
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_copies_signatures(RepositoryFormat4)
6363
6579
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_from_smart_with_ghost(RepositoryFormat5)
6364
6580
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_from_smart_with_ghost(RepositoryFormat6)
6365
6581
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_from_smart_with_ghost(RepositoryFormat7)
 
6582
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch(GitRepositoryFormat)
6366
6583
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_into_smart_with_ghost(GitRepositoryFormat)
6367
6584
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_into_smart_with_ghost(RemoteRepositoryFormat-default)
6368
6585
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_into_smart_with_ghost(RemoteRepositoryFormat-v2)
6404
6621
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch(RepositoryFormatKnitPack6)
6405
6622
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch(RepositoryFormatKnitPack6RichRoot)
6406
6623
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch(RepositoryFormatPackDevelopment2Subtree)
 
6624
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_revision_already_exists(GitRepositoryFormat)
6407
6625
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_revision_already_exists(RepositoryFormat2a)
6408
6626
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_revision_already_exists(RepositoryFormat2aSubtree)
6409
6627
breezy.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_revision_already_exists(RepositoryFormat4)
6601
6819
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_multiple_parents(RepositoryFormatKnitPack6)
6602
6820
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_multiple_parents(RepositoryFormatKnitPack6RichRoot)
6603
6821
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_multiple_parents(RepositoryFormatPackDevelopment2Subtree)
 
6822
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_none(GitRepositoryFormat)
6604
6823
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_none(RepositoryFormat2a)
6605
6824
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_none(RepositoryFormat2aSubtree)
6606
6825
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_none(RepositoryFormat4)
6619
6838
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_none(RepositoryFormatKnitPack6)
6620
6839
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_none(RepositoryFormatKnitPack6RichRoot)
6621
6840
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_none(RepositoryFormatPackDevelopment2Subtree)
 
6841
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_no_parents(GitRepositoryFormat)
6622
6842
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_no_parents(RepositoryFormat2a)
6623
6843
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_no_parents(RepositoryFormat2aSubtree)
6624
6844
breezy.tests.per_repository.test_get_parent_map.TestGetParentMap.test_no_parents(RepositoryFormat4)
6931
7151
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_write_locked(RepositoryFormatKnitPack6)
6932
7152
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_write_locked(RepositoryFormatKnitPack6RichRoot)
6933
7153
breezy.tests.per_repository.test_locking.TestIsWriteLocked.test_write_locked(RepositoryFormatPackDevelopment2Subtree)
 
7154
breezy.tests.per_repository.test_pack.TestPack.test_pack_accepts_opaque_hint(GitRepositoryFormat)
6934
7155
breezy.tests.per_repository.test_pack.TestPack.test_pack_accepts_opaque_hint(RepositoryFormat2a)
6935
7156
breezy.tests.per_repository.test_pack.TestPack.test_pack_accepts_opaque_hint(RepositoryFormat2aSubtree)
6936
7157
breezy.tests.per_repository.test_pack.TestPack.test_pack_accepts_opaque_hint(RepositoryFormat4)
6967
7188
breezy.tests.per_repository.test_pack.TestPack.test_pack_empty_does_not_error(RepositoryFormatKnitPack6)
6968
7189
breezy.tests.per_repository.test_pack.TestPack.test_pack_empty_does_not_error(RepositoryFormatKnitPack6RichRoot)
6969
7190
breezy.tests.per_repository.test_pack.TestPack.test_pack_empty_does_not_error(RepositoryFormatPackDevelopment2Subtree)
 
7191
breezy.tests.per_repository.test_reconcile.TestRepeatedReconcile.test_trivial_two_reconciles_no_error(GitRepositoryFormat)
6970
7192
breezy.tests.per_repository.test_reconcile.TestRepeatedReconcile.test_trivial_two_reconciles_no_error(RepositoryFormat2a)
6971
7193
breezy.tests.per_repository.test_reconcile.TestRepeatedReconcile.test_trivial_two_reconciles_no_error(RepositoryFormat2aSubtree)
6972
7194
breezy.tests.per_repository.test_reconcile.TestRepeatedReconcile.test_trivial_two_reconciles_no_error(RepositoryFormat4)
7263
7485
breezy.tests.per_repository.test_repository.TestRepositoryMakeBranchAndTree.test_repository_format(RepositoryFormatKnitPack6)
7264
7486
breezy.tests.per_repository.test_repository.TestRepositoryMakeBranchAndTree.test_repository_format(RepositoryFormatKnitPack6RichRoot)
7265
7487
breezy.tests.per_repository.test_repository.TestRepositoryMakeBranchAndTree.test_repository_format(RepositoryFormatPackDevelopment2Subtree)
 
7488
breezy.tests.per_repository.test_repository.TestRepository.test_add_signature_text(GitRepositoryFormat)
7266
7489
breezy.tests.per_repository.test_repository.TestRepository.test_add_signature_text(RepositoryFormat4)
7267
7490
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_fast_deltas(GitRepositoryFormat)
7268
7491
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_fast_deltas(RemoteRepositoryFormat-default)
7598
7821
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_unreferenced_revisions(RepositoryFormatKnitPack6)
7599
7822
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_unreferenced_revisions(RepositoryFormatKnitPack6RichRoot)
7600
7823
breezy.tests.per_repository.test_repository.TestRepository.test_attribute_supports_unreferenced_revisions(RepositoryFormatPackDevelopment2Subtree)
 
7824
breezy.tests.per_repository.test_repository.TestRepository.test_check_repository(GitRepositoryFormat)
7601
7825
breezy.tests.per_repository.test_repository.TestRepository.test_check_repository(RepositoryFormat4)
7602
7826
breezy.tests.per_repository.test_repository.TestRepository.test_check_repository(RepositoryFormat5)
7603
7827
breezy.tests.per_repository.test_repository.TestRepository.test_check_repository(RepositoryFormatKnit1)
7797
8021
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches(RepositoryFormatKnitPack6)
7798
8022
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches(RepositoryFormatKnitPack6RichRoot)
7799
8023
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches(RepositoryFormatPackDevelopment2Subtree)
 
8024
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_empty_standalone_repo(GitRepositoryFormat)
7800
8025
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_empty_standalone_repo(RepositoryFormat2a)
7801
8026
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_empty_standalone_repo(RepositoryFormat2aSubtree)
7802
8027
breezy.tests.per_repository.test_repository.TestRepository.test_find_branches_using_empty_standalone_repo(RepositoryFormat4)
8132
8357
breezy.tests.per_repository.test_repository.TestRepository.test__make_parents_provider(RepositoryFormatKnitPack6)
8133
8358
breezy.tests.per_repository.test_repository.TestRepository.test__make_parents_provider(RepositoryFormatKnitPack6RichRoot)
8134
8359
breezy.tests.per_repository.test_repository.TestRepository.test__make_parents_provider(RepositoryFormatPackDevelopment2Subtree)
 
8360
breezy.tests.per_repository.test_repository.TestRepository.test_parent_map_type(GitRepositoryFormat)
8135
8361
breezy.tests.per_repository.test_repository.TestRepository.test_parent_map_type(RepositoryFormat2a)
8136
8362
breezy.tests.per_repository.test_repository.TestRepository.test_parent_map_type(RepositoryFormat2aSubtree)
8137
8363
breezy.tests.per_repository.test_repository.TestRepository.test_parent_map_type(RepositoryFormat4)
8150
8376
breezy.tests.per_repository.test_repository.TestRepository.test_parent_map_type(RepositoryFormatKnitPack6)
8151
8377
breezy.tests.per_repository.test_repository.TestRepository.test_parent_map_type(RepositoryFormatKnitPack6RichRoot)
8152
8378
breezy.tests.per_repository.test_repository.TestRepository.test_parent_map_type(RepositoryFormatPackDevelopment2Subtree)
 
8379
breezy.tests.per_repository.test_repository.TestRepository.test_pointless_commit(GitRepositoryFormat)
8153
8380
breezy.tests.per_repository.test_repository.TestRepository.test_pointless_commit(RepositoryFormat2a)
8154
8381
breezy.tests.per_repository.test_repository.TestRepository.test_pointless_commit(RepositoryFormat2aSubtree)
8155
8382
breezy.tests.per_repository.test_repository.TestRepository.test_pointless_commit(RepositoryFormat4)
8471
8698
breezy.tests.per_repository.test_signatures.TestSignatures.test_verify_revision_signatures(RepositoryFormatKnitPack6)
8472
8699
breezy.tests.per_repository.test_signatures.TestSignatures.test_verify_revision_signatures(RepositoryFormatKnitPack6RichRoot)
8473
8700
breezy.tests.per_repository.test_signatures.TestSignatures.test_verify_revision_signatures(RepositoryFormatPackDevelopment2Subtree)
 
8701
breezy.tests.per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(GitRepositoryFormat)
8474
8702
breezy.tests.per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RemoteRepositoryFormat-default)
8475
8703
breezy.tests.per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RemoteRepositoryFormat-v2)
8476
8704
breezy.tests.per_repository.test_signatures.TestUnsupportedSignatures.test_sign_revision(RepositoryFormat2a)
11463
11691
breezy.tests.per_tree.test_annotate_iter.TestAnnotate.test_annotate_with_ghost(WorkingTreeFormat6,remote)
11464
11692
breezy.tests.per_tree.test_archive.GenericArchiveTests.test_dir_invalid(DirStateRevisionTree,WT4)
11465
11693
breezy.tests.per_tree.test_archive.GenericArchiveTests.test_dir_invalid(DirStateRevisionTree,WT5)
 
11694
breezy.tests.per_tree.test_archive.GenericArchiveTests.test_dir_invalid(GitWorkingTreeFormat)
11466
11695
breezy.tests.per_tree.test_archive.GenericArchiveTests.test_dir_invalid(PreviewTree)
11467
11696
breezy.tests.per_tree.test_archive.GenericArchiveTests.test_dir_invalid(PreviewTreePost)
11468
11697
breezy.tests.per_tree.test_archive.GenericArchiveTests.test_dir_invalid(RevisionTree)
11522
11751
breezy.tests.per_tree.test_get_file_with_stat.TestGetFileWithStat.test_get_file_with_stat_id_only(WorkingTreeFormat6,remote)
11523
11752
breezy.tests.per_tree.test_get_root_id.TestGetRootID.test_get_root_id_default(DirStateRevisionTree,WT4)
11524
11753
breezy.tests.per_tree.test_get_root_id.TestGetRootID.test_get_root_id_default(DirStateRevisionTree,WT5)
 
11754
breezy.tests.per_tree.test_get_root_id.TestGetRootID.test_get_root_id_default(GitWorkingTreeFormat)
11525
11755
breezy.tests.per_tree.test_get_root_id.TestGetRootID.test_get_root_id_default(PreviewTree)
11526
11756
breezy.tests.per_tree.test_get_root_id.TestGetRootID.test_get_root_id_default(PreviewTreePost)
11527
11757
breezy.tests.per_tree.test_get_root_id.TestGetRootID.test_get_root_id_default(RevisionTree)
11595
11825
breezy.tests.per_tree.test_ids.IdTests.test_path2id(WorkingTreeFormat4)
11596
11826
breezy.tests.per_tree.test_ids.IdTests.test_path2id(WorkingTreeFormat5)
11597
11827
breezy.tests.per_tree.test_ids.IdTests.test_path2id(WorkingTreeFormat6)
 
11828
breezy.tests.per_tree.test_inv.TestInventory.test_canonical_invalid_child(GitWorkingTreeFormat)
11598
11829
breezy.tests.per_tree.test_inv.TestInventory.test_canonical_invalid_child(WorkingTreeFormat2)
11599
11830
breezy.tests.per_tree.test_inv.TestInventory.test_canonical_invalid_child(WorkingTreeFormat3)
11600
11831
breezy.tests.per_tree.test_inv.TestInventory.test_canonical_path_before_commit(GitWorkingTreeFormat)
11601
11832
breezy.tests.per_tree.test_inv.TestInventory.test_canonical_path_before_commit(WorkingTreeFormat2)
11602
11833
breezy.tests.per_tree.test_inv.TestInventory.test_canonical_path_before_commit(WorkingTreeFormat3)
 
11834
breezy.tests.per_tree.test_inv.TestInventory.test_canonical_path_dir(GitWorkingTreeFormat)
11603
11835
breezy.tests.per_tree.test_inv.TestInventory.test_canonical_path_dir(WorkingTreeFormat2)
11604
11836
breezy.tests.per_tree.test_inv.TestInventory.test_canonical_path_dir(WorkingTreeFormat3)
 
11837
breezy.tests.per_tree.test_inv.TestInventory.test_canonical_path(GitWorkingTreeFormat)
11605
11838
breezy.tests.per_tree.test_inv.TestInventory.test_canonical_path_invalid_all(DirStateRevisionTree,WT4)
11606
11839
breezy.tests.per_tree.test_inv.TestInventory.test_canonical_path_invalid_all(DirStateRevisionTree,WT5)
 
11840
breezy.tests.per_tree.test_inv.TestInventory.test_canonical_path_invalid_all(GitWorkingTreeFormat)
11607
11841
breezy.tests.per_tree.test_inv.TestInventory.test_canonical_path_invalid_all(PreviewTree)
11608
11842
breezy.tests.per_tree.test_inv.TestInventory.test_canonical_path_invalid_all(PreviewTreePost)
11609
11843
breezy.tests.per_tree.test_inv.TestInventory.test_canonical_path_invalid_all(RevisionTree)
11614
11848
breezy.tests.per_tree.test_inv.TestInventory.test_canonical_path_invalid_all(WorkingTreeFormat6)
11615
11849
breezy.tests.per_tree.test_inv.TestInventory.test_canonical_path_root(DirStateRevisionTree,WT4)
11616
11850
breezy.tests.per_tree.test_inv.TestInventory.test_canonical_path_root(DirStateRevisionTree,WT5)
 
11851
breezy.tests.per_tree.test_inv.TestInventory.test_canonical_path_root(GitWorkingTreeFormat)
11617
11852
breezy.tests.per_tree.test_inv.TestInventory.test_canonical_path_root(PreviewTree)
11618
11853
breezy.tests.per_tree.test_inv.TestInventory.test_canonical_path_root(PreviewTreePost)
11619
11854
breezy.tests.per_tree.test_inv.TestInventory.test_canonical_path_root(RevisionTree)
11666
11901
breezy.tests.per_tree.test_iter_search_rules.TestIterSearchRules.test_iter_search_rules_no_tree(WorkingTreeFormat5)
11667
11902
breezy.tests.per_tree.test_iter_search_rules.TestIterSearchRules.test_iter_search_rules_no_tree(WorkingTreeFormat6)
11668
11903
breezy.tests.per_tree.test_iter_search_rules.TestIterSearchRules.test_iter_search_rules_no_tree(WorkingTreeFormat6,remote)
 
11904
breezy.tests.per_tree.test_list_files.TestListFiles.test_list_files_from_dir(GitWorkingTreeFormat)
11669
11905
breezy.tests.per_tree.test_list_files.TestListFiles.test_list_files_from_dir_no_recurse(RevisionTree)
11670
11906
breezy.tests.per_tree.test_list_files.TestListFiles.test_list_files_from_dir_no_recurse(WorkingTreeFormat2)
11671
11907
breezy.tests.per_tree.test_list_files.TestListFiles.test_list_files_from_dir_no_recurse(WorkingTreeFormat3)
11747
11983
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_symlink_content_summary(WorkingTreeFormat5)
11748
11984
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_symlink_content_summary(WorkingTreeFormat6)
11749
11985
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_symlink_content_summary(WorkingTreeFormat6,remote)
 
11986
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_tree_content_summary(GitWorkingTreeFormat)
11750
11987
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_tree_content_summary(RevisionTree)
11751
11988
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_tree_content_summary(WorkingTreeFormat2)
11752
11989
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_tree_content_summary(WorkingTreeFormat3)
11814
12051
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_empty_tree_no_parents(WorkingTreeFormat6,remote)
11815
12052
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_tree_with_utf8(GitWorkingTreeFormat)
11816
12053
breezy.tests.per_tree.TestTreeImplementationSupport.test_revision_tree_from_workingtree
 
12054
breezy.tests.per_tree.test_tree.TestAnnotate.test_annotate(GitWorkingTreeFormat)
11817
12055
breezy.tests.per_tree.test_tree.TestConflicts.test_conflicts(DirStateRevisionTree,WT4)
11818
12056
breezy.tests.per_tree.test_tree.TestConflicts.test_conflicts(DirStateRevisionTree,WT5)
11819
12057
breezy.tests.per_tree.test_tree.TestConflicts.test_conflicts(GitWorkingTreeFormat)
11845
12083
breezy.tests.per_tree.test_tree.TestExtras.test_extras(WorkingTreeFormat3)
11846
12084
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_context_manager(DirStateRevisionTree,WT4)
11847
12085
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_context_manager(DirStateRevisionTree,WT5)
 
12086
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_context_manager(GitWorkingTreeFormat)
11848
12087
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_context_manager(PreviewTree)
11849
12088
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_context_manager(RevisionTree)
11850
12089
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_context_manager(WorkingTreeFormat2)
11855
12094
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_context_manager(WorkingTreeFormat6,remote)
11856
12095
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file(DirStateRevisionTree,WT4)
11857
12096
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file(DirStateRevisionTree,WT5)
 
12097
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file(GitWorkingTreeFormat)
11858
12098
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_lines(DirStateRevisionTree,WT4)
11859
12099
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_lines(DirStateRevisionTree,WT5)
 
12100
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_lines(GitWorkingTreeFormat)
11860
12101
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_lines_multi_line_breaks(DirStateRevisionTree,WT4)
11861
12102
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_lines_multi_line_breaks(DirStateRevisionTree,WT5)
11862
12103
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_lines_multi_line_breaks(GitWorkingTreeFormat)
11880
12121
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file(RevisionTree)
11881
12122
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_text(DirStateRevisionTree,WT4)
11882
12123
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_text(DirStateRevisionTree,WT5)
 
12124
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_text(GitWorkingTreeFormat)
11883
12125
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_text(PreviewTree)
11884
12126
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_text(RevisionTree)
11885
12127
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_text(WorkingTreeFormat2)
11894
12136
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file(WorkingTreeFormat5)
11895
12137
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file(WorkingTreeFormat6)
11896
12138
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file(WorkingTreeFormat6,remote)
 
12139
breezy.tests.per_tree.test_tree.TestFileIds.test_all_file_ids(GitWorkingTreeFormat)
11897
12140
breezy.tests.per_tree.test_tree.TestFileIds.test_all_file_ids(RevisionTree)
11898
12141
breezy.tests.per_tree.test_tree.TestFileIds.test_all_file_ids(WorkingTreeFormat2)
11899
12142
breezy.tests.per_tree.test_tree.TestFileIds.test_all_file_ids(WorkingTreeFormat3)
11949
12192
breezy.tests.per_tree.test_tree.TestIterEntriesByDir.test_iteration_order(RevisionTree)
11950
12193
breezy.tests.per_tree.test_tree.TestIterEntriesByDir.test_iteration_order(WorkingTreeFormat2)
11951
12194
breezy.tests.per_tree.test_tree.TestIterEntriesByDir.test_iteration_order(WorkingTreeFormat3)
 
12195
breezy.tests.per_tree.test_tree.TestPlanFileMerge.test_plan_file_merge(GitWorkingTreeFormat)
11952
12196
breezy.tests.per_tree.test_tree.TestPlanFileMerge.test_plan_file_merge(RevisionTree)
 
12197
breezy.tests.per_tree.test_tree.TestReference.test_get_reference_revision(GitWorkingTreeFormat)
11953
12198
breezy.tests.per_tree.test_tree.TestReference.test_get_reference_revision(PreviewTree)
11954
12199
breezy.tests.per_tree.test_tree.TestReference.test_get_reference_revision(PreviewTreePost)
11955
12200
breezy.tests.per_tree.test_tree.TestReference.test_get_reference_revision(RevisionTree)
11973
12218
breezy.tests.per_tree.test_tree.TestReference.test_get_root_id(WorkingTreeFormat6,remote)
11974
12219
breezy.tests.per_tree.test_tree.TestReference.test_is_versioned(DirStateRevisionTree,WT4)
11975
12220
breezy.tests.per_tree.test_tree.TestReference.test_is_versioned(DirStateRevisionTree,WT5)
 
12221
breezy.tests.per_tree.test_tree.TestReference.test_is_versioned(GitWorkingTreeFormat)
11976
12222
breezy.tests.per_tree.test_tree.TestReference.test_is_versioned(PreviewTree)
11977
12223
breezy.tests.per_tree.test_tree.TestReference.test_is_versioned(PreviewTreePost)
11978
12224
breezy.tests.per_tree.test_tree.TestReference.test_is_versioned(RevisionTree)
11993
12239
breezy.tests.per_tree.test_tree.TestReference.test_iter_references(WorkingTreeFormat6,remote)
11994
12240
breezy.tests.per_tree.test_tree.TestStoredKind.test_stored_kind(DirStateRevisionTree,WT4)
11995
12241
breezy.tests.per_tree.test_tree.TestStoredKind.test_stored_kind(DirStateRevisionTree,WT5)
 
12242
breezy.tests.per_tree.test_tree.TestStoredKind.test_stored_kind(GitWorkingTreeFormat)
11996
12243
breezy.tests.per_tree.test_tree.TestStoredKind.test_stored_kind(RevisionTree)
11997
12244
breezy.tests.per_tree.test_tree.TestStoredKind.test_stored_kind(WorkingTreeFormat2)
11998
12245
breezy.tests.per_tree.test_tree.TestStoredKind.test_stored_kind(WorkingTreeFormat3)
12524
12771
breezy.tests.per_versionedfile.VirtualVersionedFilesTests.test_get_sha1s_nonexistent
12525
12772
breezy.tests.per_versionedfile.VirtualVersionedFilesTests.test_insert_record_stream
12526
12773
breezy.tests.per_versionedfile.VirtualVersionedFilesTests.test_iter_lines_added_or_present_in_keys
 
12774
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_add_non_subtree(GitWorkingTreeFormat)
12527
12775
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_add_non_subtree(WorkingTreeFormat2)
12528
12776
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_add_non_subtree(WorkingTreeFormat3)
12529
12777
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_add_non_subtree(WorkingTreeFormat4)
12541
12789
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_add_reference(WorkingTreeFormat4)
12542
12790
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_add_reference(WorkingTreeFormat5)
12543
12791
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_add_reference(WorkingTreeFormat6)
 
12792
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_get_nested_tree(GitWorkingTreeFormat)
12544
12793
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_get_nested_tree(WorkingTreeFormat2)
12545
12794
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_get_nested_tree(WorkingTreeFormat3)
12546
12795
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_get_nested_tree(WorkingTreeFormat4)
12547
12796
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_get_nested_tree(WorkingTreeFormat5)
12548
12797
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_get_nested_tree(WorkingTreeFormat6)
 
12798
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_root_present(GitWorkingTreeFormat)
12549
12799
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_root_present(WorkingTreeFormat2)
12550
12800
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_root_present(WorkingTreeFormat3)
12551
12801
breezy.tests.per_workingtree.test_add_reference.TestBasisInventory.test_root_present(WorkingTreeFormat4)
12579
12829
breezy.tests.per_workingtree.test_add.TestAdd.test_add_one_new_id(WorkingTreeFormat3)
12580
12830
breezy.tests.per_workingtree.test_add.TestAdd.test_add_one(WorkingTreeFormat2)
12581
12831
breezy.tests.per_workingtree.test_add.TestAdd.test_add_one(WorkingTreeFormat3)
 
12832
breezy.tests.per_workingtree.test_add.TestAdd.test_add_present_in_basis(GitWorkingTreeFormat)
12582
12833
breezy.tests.per_workingtree.test_add.TestAdd.test_add_present_in_basis_with_file_ids(GitWorkingTreeFormat)
12583
12834
breezy.tests.per_workingtree.test_add.TestAdd.test_add_present_in_basis_with_file_ids(WorkingTreeFormat2)
12584
12835
breezy.tests.per_workingtree.test_add.TestAdd.test_add_present_in_basis_with_file_ids(WorkingTreeFormat3)
12659
12910
breezy.tests.per_workingtree.test_break_lock.TestBreakLock.test_unlocked(WorkingTreeFormat5)
12660
12911
breezy.tests.per_workingtree.test_break_lock.TestBreakLock.test_unlocked(WorkingTreeFormat6)
12661
12912
breezy.tests.per_workingtree.test_break_lock.TestBreakLock.test_unlocked(WorkingTreeFormat6,remote)
 
12913
breezy.tests.per_workingtree.test_changes_from.TestChangesFrom.test_unknown(GitWorkingTreeFormat)
12662
12914
breezy.tests.per_workingtree.test_changes_from.TestChangesFrom.test_unknown_specific_file(WorkingTreeFormat2)
12663
12915
breezy.tests.per_workingtree.test_changes_from.TestChangesFrom.test_unknown_specific_file(WorkingTreeFormat3)
12664
12916
breezy.tests.per_workingtree.test_changes_from.TestChangesFrom.test_unknown_specific_file(WorkingTreeFormat4)
12685
12937
breezy.tests.per_workingtree.test_check_state.TestCheckState.test_check_state(WorkingTreeFormat6,remote)
12686
12938
breezy.tests.per_workingtree.test_check_state.TestResetState.test_reset_state_forgets_changes(WorkingTreeFormat2)
12687
12939
breezy.tests.per_workingtree.test_check_state.TestResetState.test_reset_state_forgets_changes(WorkingTreeFormat3)
 
12940
breezy.tests.per_workingtree.test_check_state.TestResetState.test_reset_state_handles_corrupted_dirstate(GitWorkingTreeFormat)
12688
12941
breezy.tests.per_workingtree.test_check_state.TestResetState.test_reset_state_handles_corrupted_dirstate(WorkingTreeFormat2)
12689
12942
breezy.tests.per_workingtree.test_check_state.TestResetState.test_reset_state_handles_corrupted_dirstate(WorkingTreeFormat3)
 
12943
breezy.tests.per_workingtree.test_check_state.TestResetState.test_reset_state_handles_destroyed_dirstate(GitWorkingTreeFormat)
12690
12944
breezy.tests.per_workingtree.test_check_state.TestResetState.test_reset_state_handles_destroyed_dirstate(WorkingTreeFormat2)
12691
12945
breezy.tests.per_workingtree.test_check_state.TestResetState.test_reset_state_handles_destroyed_dirstate(WorkingTreeFormat3)
12692
12946
breezy.tests.per_workingtree.test_check.TestCheck.test__check_with_refs(GitWorkingTreeFormat)
12702
12956
breezy.tests.per_workingtree.test_check.TestCheck.test__get_check_refs_basis(WorkingTreeFormat5)
12703
12957
breezy.tests.per_workingtree.test_check.TestCheck.test__get_check_refs_basis(WorkingTreeFormat6)
12704
12958
breezy.tests.per_workingtree.test_check.TestCheck.test__get_check_refs_new(GitWorkingTreeFormat)
 
12959
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_commit_progress_shows_post_hook_names(GitWorkingTreeFormat)
12705
12960
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_commit_progress_shows_post_hook_names(WorkingTreeFormat2)
12706
12961
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_commit_progress_shows_post_hook_names(WorkingTreeFormat3)
12707
12962
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_commit_progress_shows_post_hook_names(WorkingTreeFormat4)
12708
12963
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_commit_progress_shows_post_hook_names(WorkingTreeFormat5)
12709
12964
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_commit_progress_shows_post_hook_names(WorkingTreeFormat6)
 
12965
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_commit_progress_shows_pre_hook_names(GitWorkingTreeFormat)
12710
12966
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_commit_progress_shows_pre_hook_names(WorkingTreeFormat2)
12711
12967
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_commit_progress_shows_pre_hook_names(WorkingTreeFormat3)
12712
12968
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_commit_progress_shows_pre_hook_names(WorkingTreeFormat4)
12717
12973
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_commit_progress_steps(WorkingTreeFormat4)
12718
12974
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_commit_progress_steps(WorkingTreeFormat5)
12719
12975
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_commit_progress_steps(WorkingTreeFormat6)
 
12976
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_post_commit_hook(GitWorkingTreeFormat)
12720
12977
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_post_commit_hook(WorkingTreeFormat2)
12721
12978
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_post_commit_hook(WorkingTreeFormat3)
12722
12979
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_post_commit_hook(WorkingTreeFormat4)
12723
12980
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_post_commit_hook(WorkingTreeFormat5)
12724
12981
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_post_commit_hook(WorkingTreeFormat6)
 
12982
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_start_commit_hook(GitWorkingTreeFormat)
12725
12983
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_start_commit_hook(WorkingTreeFormat2)
12726
12984
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_start_commit_hook(WorkingTreeFormat3)
12727
12985
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_start_commit_hook(WorkingTreeFormat4)
12728
12986
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_start_commit_hook(WorkingTreeFormat5)
12729
12987
breezy.tests.per_workingtree.test_commit.TestCommitProgress.test_start_commit_hook(WorkingTreeFormat6)
 
12988
breezy.tests.per_workingtree.test_commit.TestCommit.test_autodelete_renamed(GitWorkingTreeFormat)
12730
12989
breezy.tests.per_workingtree.test_commit.TestCommit.test_autodelete_renamed(WorkingTreeFormat2)
12731
12990
breezy.tests.per_workingtree.test_commit.TestCommit.test_autodelete_renamed(WorkingTreeFormat3)
12732
12991
breezy.tests.per_workingtree.test_commit.TestCommit.test_commit_aborted_does_not_apply_automatic_changes_bug_282402(WorkingTreeFormat2)
12773
13032
breezy.tests.per_workingtree.test_commit.TestCommit.test_commit_local_unbound(WorkingTreeFormat6,remote)
12774
13033
breezy.tests.per_workingtree.test_commit.TestCommit.test_commit_merged_kind_change(WorkingTreeFormat3)
12775
13034
breezy.tests.per_workingtree.test_commit.TestCommit.test_commit_move_new(WorkingTreeFormat3)
 
13035
breezy.tests.per_workingtree.test_commit.TestCommit.test_commit_returns_revision_id(GitWorkingTreeFormat)
12776
13036
breezy.tests.per_workingtree.test_commit.TestCommit.test_commit_returns_revision_id(WorkingTreeFormat2)
12777
13037
breezy.tests.per_workingtree.test_commit.TestCommit.test_commit_returns_revision_id(WorkingTreeFormat3)
12778
13038
breezy.tests.per_workingtree.test_commit.TestCommit.test_commit_returns_revision_id(WorkingTreeFormat4)
12779
13039
breezy.tests.per_workingtree.test_commit.TestCommit.test_commit_returns_revision_id(WorkingTreeFormat5)
12780
13040
breezy.tests.per_workingtree.test_commit.TestCommit.test_commit_returns_revision_id(WorkingTreeFormat6)
 
13041
breezy.tests.per_workingtree.test_commit.TestCommit.test_commit_sets_last_revision(GitWorkingTreeFormat)
12781
13042
breezy.tests.per_workingtree.test_commit.TestCommit.test_local_commit_does_not_push_to_master(GitWorkingTreeFormat)
12782
13043
breezy.tests.per_workingtree.test_commit.TestCommit.test_local_commit_does_not_push_to_master(WorkingTreeFormat2)
12783
13044
breezy.tests.per_workingtree.test_commit.TestCommit.test_local_commit_does_not_push_to_master(WorkingTreeFormat3)
13018
13279
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_no_rules_dirty(WorkingTreeFormat4)
13019
13280
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_no_rules_dirty(WorkingTreeFormat5)
13020
13281
breezy.tests.per_workingtree.test_eol_conversion.TestEolConversion.test_eol_no_rules_dirty(WorkingTreeFormat6)
 
13282
breezy.tests.per_workingtree.test_executable.TestExecutable.test_01_is_executable(GitWorkingTreeFormat)
13021
13283
breezy.tests.per_workingtree.test_executable.TestExecutable.test_01_is_executable(WorkingTreeFormat2)
13022
13284
breezy.tests.per_workingtree.test_executable.TestExecutable.test_01_is_executable(WorkingTreeFormat3)
13023
13285
breezy.tests.per_workingtree.test_executable.TestExecutable.test_01_is_executable(WorkingTreeFormat4)
13024
13286
breezy.tests.per_workingtree.test_executable.TestExecutable.test_01_is_executable(WorkingTreeFormat5)
13025
13287
breezy.tests.per_workingtree.test_executable.TestExecutable.test_01_is_executable(WorkingTreeFormat6)
13026
13288
breezy.tests.per_workingtree.test_executable.TestExecutable.test_01_is_executable(WorkingTreeFormat6,remote)
 
13289
breezy.tests.per_workingtree.test_executable.TestExecutable.test_02_stays_executable(GitWorkingTreeFormat)
13027
13290
breezy.tests.per_workingtree.test_executable.TestExecutable.test_02_stays_executable(WorkingTreeFormat2)
13028
13291
breezy.tests.per_workingtree.test_executable.TestExecutable.test_02_stays_executable(WorkingTreeFormat3)
13029
13292
breezy.tests.per_workingtree.test_executable.TestExecutable.test_02_stays_executable(WorkingTreeFormat4)
13030
13293
breezy.tests.per_workingtree.test_executable.TestExecutable.test_02_stays_executable(WorkingTreeFormat5)
13031
13294
breezy.tests.per_workingtree.test_executable.TestExecutable.test_02_stays_executable(WorkingTreeFormat6)
13032
13295
breezy.tests.per_workingtree.test_executable.TestExecutable.test_02_stays_executable(WorkingTreeFormat6,remote)
 
13296
breezy.tests.per_workingtree.test_executable.TestExecutable.test_03_after_commit(GitWorkingTreeFormat)
13033
13297
breezy.tests.per_workingtree.test_executable.TestExecutable.test_03_after_commit(WorkingTreeFormat2)
13034
13298
breezy.tests.per_workingtree.test_executable.TestExecutable.test_03_after_commit(WorkingTreeFormat3)
13035
13299
breezy.tests.per_workingtree.test_executable.TestExecutable.test_03_after_commit(WorkingTreeFormat4)
13042
13306
breezy.tests.per_workingtree.test_executable.TestExecutable.test_05_removed_and_committed(WorkingTreeFormat4)
13043
13307
breezy.tests.per_workingtree.test_executable.TestExecutable.test_05_removed_and_committed(WorkingTreeFormat5)
13044
13308
breezy.tests.per_workingtree.test_executable.TestExecutable.test_05_removed_and_committed(WorkingTreeFormat6)
 
13309
breezy.tests.per_workingtree.test_executable.TestExecutable.test_06_branch(GitWorkingTreeFormat)
13045
13310
breezy.tests.per_workingtree.test_executable.TestExecutable.test_06_branch(WorkingTreeFormat3)
13046
13311
breezy.tests.per_workingtree.test_executable.TestExecutable.test_06_branch(WorkingTreeFormat4)
13047
13312
breezy.tests.per_workingtree.test_executable.TestExecutable.test_06_branch(WorkingTreeFormat5)
13048
13313
breezy.tests.per_workingtree.test_executable.TestExecutable.test_06_branch(WorkingTreeFormat6)
13049
13314
breezy.tests.per_workingtree.test_executable.TestExecutable.test_07_pull(WorkingTreeFormat3)
 
13315
breezy.tests.per_workingtree.test_executable.TestExecutable.test_08_no_op_revert(GitWorkingTreeFormat)
13050
13316
breezy.tests.per_workingtree.test_executable.TestExecutable.test_08_no_op_revert(WorkingTreeFormat2)
13051
13317
breezy.tests.per_workingtree.test_executable.TestExecutable.test_08_no_op_revert(WorkingTreeFormat3)
13052
13318
breezy.tests.per_workingtree.test_executable.TestExecutable.test_08_no_op_revert(WorkingTreeFormat4)
13053
13319
breezy.tests.per_workingtree.test_executable.TestExecutable.test_08_no_op_revert(WorkingTreeFormat5)
13054
13320
breezy.tests.per_workingtree.test_executable.TestExecutable.test_08_no_op_revert(WorkingTreeFormat6)
 
13321
breezy.tests.per_workingtree.test_executable.TestExecutable.test_commit_with_exec_from_basis(GitWorkingTreeFormat)
13055
13322
breezy.tests.per_workingtree.test_executable.TestExecutable.test_commit_with_exec_from_basis(WorkingTreeFormat2)
13056
13323
breezy.tests.per_workingtree.test_executable.TestExecutable.test_commit_with_exec_from_basis(WorkingTreeFormat3)
13057
13324
breezy.tests.per_workingtree.test_executable.TestExecutable.test_commit_with_exec_from_basis(WorkingTreeFormat4)
13058
13325
breezy.tests.per_workingtree.test_executable.TestExecutable.test_commit_with_exec_from_basis(WorkingTreeFormat5)
13059
13326
breezy.tests.per_workingtree.test_executable.TestExecutable.test_commit_with_exec_from_basis(WorkingTreeFormat6)
 
13327
breezy.tests.per_workingtree.test_executable.TestExecutable.test_use_exec_from_basis(GitWorkingTreeFormat)
13060
13328
breezy.tests.per_workingtree.test_executable.TestExecutable.test_use_exec_from_basis(WorkingTreeFormat2)
13061
13329
breezy.tests.per_workingtree.test_executable.TestExecutable.test_use_exec_from_basis(WorkingTreeFormat3)
13062
13330
breezy.tests.per_workingtree.test_executable.TestExecutable.test_use_exec_from_basis(WorkingTreeFormat4)
13070
13338
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_fresh_tree(WorkingTreeFormat5)
13071
13339
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_fresh_tree(WorkingTreeFormat6)
13072
13340
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_fresh_tree(WorkingTreeFormat6,remote)
 
13341
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_when_inventory_is_modified(GitWorkingTreeFormat)
13073
13342
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_when_inventory_is_modified(WorkingTreeFormat2)
13074
13343
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_when_inventory_is_modified(WorkingTreeFormat3)
13075
13344
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_when_inventory_is_modified(WorkingTreeFormat4)
13090
13359
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_with_read_lock_fails(WorkingTreeFormat5)
13091
13360
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_with_read_lock_fails(WorkingTreeFormat6)
13092
13361
breezy.tests.per_workingtree.test_flush.TestFlush.test_flush_with_read_lock_fails(WorkingTreeFormat6,remote)
 
13362
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_after_commit(GitWorkingTreeFormat)
13093
13363
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_after_commit(WorkingTreeFormat2)
13094
13364
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_after_commit(WorkingTreeFormat3)
13095
13365
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_after_commit(WorkingTreeFormat4)
13096
13366
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_after_commit(WorkingTreeFormat5)
13097
13367
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_after_commit(WorkingTreeFormat6)
 
13368
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(GitWorkingTreeFormat)
13098
13369
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(WorkingTreeFormat2)
13099
13370
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(WorkingTreeFormat3)
13100
13371
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(WorkingTreeFormat4)
13103
13374
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(WorkingTreeFormat6,remote)
13104
13375
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_get_renamed_in_subdir_time(WorkingTreeFormat2)
13105
13376
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_get_renamed_in_subdir_time(WorkingTreeFormat3)
 
13377
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_get_renamed_time(GitWorkingTreeFormat)
13106
13378
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_get_renamed_time(WorkingTreeFormat2)
13107
13379
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_get_renamed_time(WorkingTreeFormat3)
13108
13380
breezy.tests.per_workingtree.test_get_file_mtime.TestGetFileMTime.test_missing(WorkingTreeFormat2)
13166
13438
breezy.tests.per_workingtree.test_inv.TestApplyInventoryDelta.test_replace_root(WorkingTreeFormat3)
13167
13439
breezy.tests.per_workingtree.test_inv.TestRevert.test_dangling_id(WorkingTreeFormat2)
13168
13440
breezy.tests.per_workingtree.test_inv.TestRevert.test_dangling_id(WorkingTreeFormat3)
 
13441
breezy.tests.per_workingtree.test_inv.TestTreeReference.test_tree_reference_matches_inv(GitWorkingTreeFormat)
13169
13442
breezy.tests.per_workingtree.test_inv.TestTreeReference.test_tree_reference_matches_inv(WorkingTreeFormat2)
13170
13443
breezy.tests.per_workingtree.test_inv.TestTreeReference.test_tree_reference_matches_inv(WorkingTreeFormat3)
13171
13444
breezy.tests.per_workingtree.test_inv.TestTreeReference.test_tree_reference_matches_inv(WorkingTreeFormat4)
13298
13571
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_branch_failures(WorkingTreeFormat5)
13299
13572
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_branch_failures(WorkingTreeFormat6)
13300
13573
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_branch_failures(WorkingTreeFormat6,remote)
 
13574
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_from_tree_write_lock_flushes(GitWorkingTreeFormat)
13301
13575
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_from_tree_write_lock_flushes(WorkingTreeFormat2)
13302
13576
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_from_tree_write_lock_flushes(WorkingTreeFormat3)
13303
13577
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_from_tree_write_lock_flushes(WorkingTreeFormat4)
13304
13578
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_from_tree_write_lock_flushes(WorkingTreeFormat5)
13305
13579
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_from_tree_write_lock_flushes(WorkingTreeFormat6)
13306
13580
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_from_tree_write_lock_flushes(WorkingTreeFormat6,remote)
 
13581
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_from_write_lock_flushes(GitWorkingTreeFormat)
13307
13582
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_from_write_lock_flushes(WorkingTreeFormat2)
13308
13583
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_from_write_lock_flushes(WorkingTreeFormat3)
13309
13584
breezy.tests.per_workingtree.test_locking.TestWorkingTreeLocking.test_unlock_from_write_lock_flushes(WorkingTreeFormat4)
13344
13619
breezy.tests.per_workingtree.test_move.TestMove.test_move_after_with_after(WorkingTreeFormat3)
13345
13620
breezy.tests.per_workingtree.test_move.TestMove.test_move_after(WorkingTreeFormat2)
13346
13621
breezy.tests.per_workingtree.test_move.TestMove.test_move_after(WorkingTreeFormat3)
 
13622
breezy.tests.per_workingtree.test_move.TestMove.test_move_correct_call_named(GitWorkingTreeFormat)
13347
13623
breezy.tests.per_workingtree.test_move.TestMove.test_move_correct_call_named(WorkingTreeFormat2)
13348
13624
breezy.tests.per_workingtree.test_move.TestMove.test_move_correct_call_named(WorkingTreeFormat3)
 
13625
breezy.tests.per_workingtree.test_move.TestMove.test_move_correct_call_unnamed(GitWorkingTreeFormat)
13349
13626
breezy.tests.per_workingtree.test_move.TestMove.test_move_correct_call_unnamed(WorkingTreeFormat2)
13350
13627
breezy.tests.per_workingtree.test_move.TestMove.test_move_correct_call_unnamed(WorkingTreeFormat3)
13351
13628
breezy.tests.per_workingtree.test_move.TestMove.test_move_directory_into_parent(GitWorkingTreeFormat)
13371
13648
breezy.tests.per_workingtree.test_move.TestMove.test_move_moved(WorkingTreeFormat3)
13372
13649
breezy.tests.per_workingtree.test_move.TestMove.test_move_multi_unversioned(WorkingTreeFormat2)
13373
13650
breezy.tests.per_workingtree.test_move.TestMove.test_move_multi_unversioned(WorkingTreeFormat3)
 
13651
breezy.tests.per_workingtree.test_move.TestMove.test_move_non_existent(GitWorkingTreeFormat)
13374
13652
breezy.tests.per_workingtree.test_move.TestMove.test_move_non_existent(WorkingTreeFormat2)
13375
13653
breezy.tests.per_workingtree.test_move.TestMove.test_move_non_existent(WorkingTreeFormat3)
13376
13654
breezy.tests.per_workingtree.test_move.TestMove.test_move_non_existent(WorkingTreeFormat4)
13377
13655
breezy.tests.per_workingtree.test_move.TestMove.test_move_non_existent(WorkingTreeFormat5)
13378
13656
breezy.tests.per_workingtree.test_move.TestMove.test_move_non_existent(WorkingTreeFormat6)
 
13657
breezy.tests.per_workingtree.test_move.TestMove.test_move_onto_self(GitWorkingTreeFormat)
 
13658
breezy.tests.per_workingtree.test_move.TestMove.test_move_onto_self_root(GitWorkingTreeFormat)
13379
13659
breezy.tests.per_workingtree.test_move.TestMove.test_move_onto_self_root(WorkingTreeFormat2)
13380
13660
breezy.tests.per_workingtree.test_move.TestMove.test_move_onto_self_root(WorkingTreeFormat3)
13381
13661
breezy.tests.per_workingtree.test_move.TestMove.test_move_onto_self_root(WorkingTreeFormat4)
13392
13672
breezy.tests.per_workingtree.test_move.TestMove.test_move_parent_dir(WorkingTreeFormat3)
13393
13673
breezy.tests.per_workingtree.test_move.TestMove.test_move_subdir(WorkingTreeFormat2)
13394
13674
breezy.tests.per_workingtree.test_move.TestMove.test_move_subdir(WorkingTreeFormat3)
 
13675
breezy.tests.per_workingtree.test_move.TestMove.test_move_target_not_dir(GitWorkingTreeFormat)
13395
13676
breezy.tests.per_workingtree.test_move.TestMove.test_move_target_not_dir(WorkingTreeFormat2)
13396
13677
breezy.tests.per_workingtree.test_move.TestMove.test_move_target_not_dir(WorkingTreeFormat3)
13397
13678
breezy.tests.per_workingtree.test_move.TestMove.test_move_target_not_dir(WorkingTreeFormat4)
13398
13679
breezy.tests.per_workingtree.test_move.TestMove.test_move_target_not_dir(WorkingTreeFormat5)
13399
13680
breezy.tests.per_workingtree.test_move.TestMove.test_move_target_not_dir(WorkingTreeFormat6)
 
13681
breezy.tests.per_workingtree.test_move.TestMove.test_move_target_not_versioned(GitWorkingTreeFormat)
13400
13682
breezy.tests.per_workingtree.test_move.TestMove.test_move_target_not_versioned(WorkingTreeFormat2)
13401
13683
breezy.tests.per_workingtree.test_move.TestMove.test_move_target_not_versioned(WorkingTreeFormat3)
13402
13684
breezy.tests.per_workingtree.test_move.TestMove.test_move_target_not_versioned(WorkingTreeFormat4)
13403
13685
breezy.tests.per_workingtree.test_move.TestMove.test_move_target_not_versioned(WorkingTreeFormat5)
13404
13686
breezy.tests.per_workingtree.test_move.TestMove.test_move_target_not_versioned(WorkingTreeFormat6)
 
13687
breezy.tests.per_workingtree.test_move.TestMove.test_move_unversioned(GitWorkingTreeFormat)
13405
13688
breezy.tests.per_workingtree.test_move.TestMove.test_move_unversioned(WorkingTreeFormat2)
13406
13689
breezy.tests.per_workingtree.test_move.TestMove.test_move_unversioned(WorkingTreeFormat3)
13407
13690
breezy.tests.per_workingtree.test_move.TestMove.test_move_unversioned(WorkingTreeFormat4)
13412
13695
breezy.tests.per_workingtree.test_move.TestMove.test_move_via_rm_and_add(WorkingTreeFormat4)
13413
13696
breezy.tests.per_workingtree.test_move.TestMove.test_move_via_rm_and_add(WorkingTreeFormat5)
13414
13697
breezy.tests.per_workingtree.test_move.TestMove.test_move_via_rm_and_add(WorkingTreeFormat6)
 
13698
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_comparison_data_does_not_autodetect_subtree(GitWorkingTreeFormat)
13415
13699
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_comparison_data_does_not_autodetect_subtree(WorkingTreeFormat2)
13416
13700
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_comparison_data_does_not_autodetect_subtree(WorkingTreeFormat3)
13417
13701
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_comparison_data_does_not_autodetect_subtree(WorkingTreeFormat4)
13421
13705
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_extract_while_locked(WorkingTreeFormat2)
13422
13706
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_extract_while_locked(WorkingTreeFormat3)
13423
13707
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_extract_while_locked(WorkingTreeFormat6,remote)
 
13708
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_iter_entries_by_dir_autodetects_subtree(GitWorkingTreeFormat)
13424
13709
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_iter_entries_by_dir_autodetects_subtree(WorkingTreeFormat2)
13425
13710
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_iter_entries_by_dir_autodetects_subtree(WorkingTreeFormat3)
13426
13711
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_iter_entries_by_dir_autodetects_subtree(WorkingTreeFormat6,remote)
 
13712
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_may_not_autodetect_subtree(GitWorkingTreeFormat)
13427
13713
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_may_not_autodetect_subtree(WorkingTreeFormat2)
13428
13714
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_may_not_autodetect_subtree(WorkingTreeFormat3)
13429
13715
breezy.tests.per_workingtree.test_nested_specifics.TestNestedSupport.test_may_not_autodetect_subtree(WorkingTreeFormat4)
13446
13732
breezy.tests.per_workingtree.test_parents.TestAddParent.test_add_first_parent_id_ghost_rejects(WorkingTreeFormat5)
13447
13733
breezy.tests.per_workingtree.test_parents.TestAddParent.test_add_first_parent_id_ghost_rejects(WorkingTreeFormat6)
13448
13734
breezy.tests.per_workingtree.test_parents.TestAddParent.test_add_first_parent_id_ghost_rejects(WorkingTreeFormat6,remote)
 
13735
breezy.tests.per_workingtree.test_parents.TestAddParent.test_add_first_parent_id(GitWorkingTreeFormat)
13449
13736
breezy.tests.per_workingtree.test_parents.TestAddParent.test_add_first_parent_id(WorkingTreeFormat2)
13450
13737
breezy.tests.per_workingtree.test_parents.TestAddParent.test_add_first_parent_id(WorkingTreeFormat3)
13451
13738
breezy.tests.per_workingtree.test_parents.TestAddParent.test_add_first_parent_id(WorkingTreeFormat4)
13455
13742
breezy.tests.per_workingtree.test_parents.TestAddParent.test_add_first_parent_tree_ghost_rejects(WorkingTreeFormat4)
13456
13743
breezy.tests.per_workingtree.test_parents.TestAddParent.test_add_first_parent_tree_ghost_rejects(WorkingTreeFormat5)
13457
13744
breezy.tests.per_workingtree.test_parents.TestAddParent.test_add_first_parent_tree_ghost_rejects(WorkingTreeFormat6)
 
13745
breezy.tests.per_workingtree.test_parents.TestAddParent.test_add_first_parent_tree(GitWorkingTreeFormat)
13458
13746
breezy.tests.per_workingtree.test_parents.TestAddParent.test_add_first_parent_tree(WorkingTreeFormat2)
13459
13747
breezy.tests.per_workingtree.test_parents.TestAddParent.test_add_first_parent_tree(WorkingTreeFormat3)
13460
13748
breezy.tests.per_workingtree.test_parents.TestAddParent.test_add_first_parent_tree(WorkingTreeFormat4)
13494
13782
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_duplicate_parent_trees(WorkingTreeFormat4)
13495
13783
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_duplicate_parent_trees(WorkingTreeFormat5)
13496
13784
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_duplicate_parent_trees(WorkingTreeFormat6)
 
13785
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_no_parents(GitWorkingTreeFormat)
 
13786
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_no_parents_ids(GitWorkingTreeFormat)
13497
13787
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_no_parents_ids(WorkingTreeFormat2)
13498
13788
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_no_parents_ids(WorkingTreeFormat3)
13499
13789
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_no_parents_ids(WorkingTreeFormat4)
13561
13851
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_two_parents_one_ghost(WorkingTreeFormat4)
13562
13852
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_two_parents_one_ghost(WorkingTreeFormat5)
13563
13853
breezy.tests.per_workingtree.test_parents.TestSetParents.test_set_two_parents_one_ghost(WorkingTreeFormat6)
 
13854
breezy.tests.per_workingtree.test_parents.TestSetParents.test_unicode_symlink(GitWorkingTreeFormat)
13564
13855
breezy.tests.per_workingtree.test_parents.TestSetParents.test_unicode_symlink(WorkingTreeFormat2)
13565
13856
breezy.tests.per_workingtree.test_parents.TestSetParents.test_unicode_symlink(WorkingTreeFormat3)
13566
13857
breezy.tests.per_workingtree.test_parents.TestSetParents.test_unicode_symlink(WorkingTreeFormat4)
13674
13965
breezy.tests.per_workingtree.test_put_file.TestPutFileBytesNonAtomic.test_put_new_file(WorkingTreeFormat5)
13675
13966
breezy.tests.per_workingtree.test_put_file.TestPutFileBytesNonAtomic.test_put_new_file(WorkingTreeFormat6)
13676
13967
breezy.tests.per_workingtree.test_put_file.TestPutFileBytesNonAtomic.test_put_new_file(WorkingTreeFormat6,remote)
 
13968
breezy.tests.per_workingtree.test_readonly.TestReadonly.test_readonly_unclean(GitWorkingTreeFormat)
13677
13969
breezy.tests.per_workingtree.test_readonly.TestReadonly.test_readonly_unclean(WorkingTreeFormat4)
13678
13970
breezy.tests.per_workingtree.test_readonly.TestReadonly.test_readonly_unclean(WorkingTreeFormat5)
13679
13971
breezy.tests.per_workingtree.test_readonly.TestReadonly.test_readonly_unclean(WorkingTreeFormat6)
13791
14083
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_fail_consistent(WorkingTreeFormat3)
13792
14084
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_moved(WorkingTreeFormat2)
13793
14085
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_moved(WorkingTreeFormat3)
 
14086
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_non_existent(GitWorkingTreeFormat)
13794
14087
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_non_existent(WorkingTreeFormat2)
13795
14088
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_non_existent(WorkingTreeFormat3)
13796
14089
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_non_existent(WorkingTreeFormat4)
13797
14090
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_non_existent(WorkingTreeFormat5)
13798
14091
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_non_existent(WorkingTreeFormat6)
 
14092
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_onto_existing(GitWorkingTreeFormat)
13799
14093
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_onto_existing(WorkingTreeFormat2)
13800
14094
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_onto_existing(WorkingTreeFormat3)
 
14095
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_onto_self(GitWorkingTreeFormat)
 
14096
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_onto_self_root(GitWorkingTreeFormat)
13801
14097
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_onto_self_root(WorkingTreeFormat2)
13802
14098
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_onto_self_root(WorkingTreeFormat3)
13803
14099
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_onto_self_root(WorkingTreeFormat4)
13805
14101
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_onto_self_root(WorkingTreeFormat6)
13806
14102
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_onto_self(WorkingTreeFormat2)
13807
14103
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_onto_self(WorkingTreeFormat3)
 
14104
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_target_not_dir(GitWorkingTreeFormat)
13808
14105
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_target_not_dir(WorkingTreeFormat2)
13809
14106
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_target_not_dir(WorkingTreeFormat3)
13810
14107
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_target_not_dir(WorkingTreeFormat4)
13811
14108
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_target_not_dir(WorkingTreeFormat5)
13812
14109
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_target_not_dir(WorkingTreeFormat6)
 
14110
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_target_not_versioned(GitWorkingTreeFormat)
13813
14111
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_target_not_versioned(WorkingTreeFormat2)
13814
14112
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_target_not_versioned(WorkingTreeFormat3)
13815
14113
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_target_not_versioned(WorkingTreeFormat4)
13816
14114
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_target_not_versioned(WorkingTreeFormat5)
13817
14115
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_target_not_versioned(WorkingTreeFormat6)
 
14116
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_unversioned(GitWorkingTreeFormat)
13818
14117
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_unversioned(WorkingTreeFormat2)
13819
14118
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_unversioned(WorkingTreeFormat3)
13820
14119
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_unversioned(WorkingTreeFormat4)
13989
14288
breezy.tests.per_workingtree.test_symlinks.TestOpenTree.test_tree_files(WorkingTreeFormat5)
13990
14289
breezy.tests.per_workingtree.test_symlinks.TestOpenTree.test_tree_files(WorkingTreeFormat6)
13991
14290
breezy.tests.per_workingtree.test_symlinks.TestOpenTree.test_tree_files(WorkingTreeFormat6,remote)
 
14291
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_add_file_under_symlink(GitWorkingTreeFormat)
13992
14292
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_add_file_under_symlink(WorkingTreeFormat2)
13993
14293
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_add_file_under_symlink(WorkingTreeFormat3)
13994
14294
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_add_file_under_symlink(WorkingTreeFormat4)
13995
14295
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_add_file_under_symlink(WorkingTreeFormat5)
13996
14296
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_add_file_under_symlink(WorkingTreeFormat6)
13997
14297
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_add_file_under_symlink(WorkingTreeFormat6,remote)
 
14298
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_smart_add_symlink(GitWorkingTreeFormat)
 
14299
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_smart_add_symlink_pointing_outside(GitWorkingTreeFormat)
13998
14300
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_smart_add_symlink_pointing_outside(WorkingTreeFormat2)
13999
14301
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_smart_add_symlink_pointing_outside(WorkingTreeFormat3)
14000
14302
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_smart_add_symlink_pointing_outside(WorkingTreeFormat4)
14007
14309
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_smart_add_symlink(WorkingTreeFormat5)
14008
14310
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_smart_add_symlink(WorkingTreeFormat6)
14009
14311
breezy.tests.per_workingtree.test_symlinks.TestSmartAddTree.test_smart_add_symlink(WorkingTreeFormat6,remote)
 
14312
breezy.tests.per_workingtree.test_uncommit.TestUncommit.test_uncommit_to_null(GitWorkingTreeFormat)
14010
14313
breezy.tests.per_workingtree.test_uncommit.TestUncommit.test_uncommit_to_null(WorkingTreeFormat2)
14011
14314
breezy.tests.per_workingtree.test_uncommit.TestUncommit.test_uncommit_to_null(WorkingTreeFormat3)
14012
14315
breezy.tests.per_workingtree.test_uncommit.TestUncommit.test_uncommit_to_null(WorkingTreeFormat4)
14031
14334
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_requires_write_lock(WorkingTreeFormat5)
14032
14335
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_requires_write_lock(WorkingTreeFormat6)
14033
14336
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_requires_write_lock(WorkingTreeFormat6,remote)
 
14337
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_several_files(GitWorkingTreeFormat)
14034
14338
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_several_files(WorkingTreeFormat2)
14035
14339
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_several_files(WorkingTreeFormat3)
14036
14340
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_several_files(WorkingTreeFormat4)
14037
14341
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_several_files(WorkingTreeFormat5)
14038
14342
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_several_files(WorkingTreeFormat6)
14039
14343
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_several_files(WorkingTreeFormat6,remote)
 
14344
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_subtree_and_children(GitWorkingTreeFormat)
14040
14345
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_subtree_and_children(WorkingTreeFormat2)
14041
14346
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_subtree_and_children(WorkingTreeFormat3)
 
14347
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_subtree(GitWorkingTreeFormat)
14042
14348
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_subtree(WorkingTreeFormat2)
14043
14349
breezy.tests.per_workingtree.test_unversion.TestUnversion.test_unversion_subtree(WorkingTreeFormat3)
14044
14350
breezy.tests.per_workingtree.test_views.TestTreeViews.test_check_path_in_view(GitWorkingTreeFormat)
14098
14404
breezy.tests.per_workingtree.test_views.TestUnsupportedViews.test_view_methods_raise(WorkingTreeFormat6,remote)
14099
14405
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_from_dir(WorkingTreeFormat2)
14100
14406
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_from_dir(WorkingTreeFormat3)
 
14407
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_from_empty_dir(GitWorkingTreeFormat)
14101
14408
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_from_empty_dir(WorkingTreeFormat2)
14102
14409
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_from_empty_dir(WorkingTreeFormat3)
 
14410
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_from_missing_dir(GitWorkingTreeFormat)
14103
14411
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_from_missing_dir(WorkingTreeFormat2)
14104
14412
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_from_missing_dir(WorkingTreeFormat3)
14105
14413
breezy.tests.per_workingtree.test_walkdirs.TestWalkdirs.test_walkdir_from_unknown_dir(GitWorkingTreeFormat)
14179
14487
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_basic_relpath(WorkingTreeFormat5)
14180
14488
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_basic_relpath(WorkingTreeFormat6)
14181
14489
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_basic_relpath(WorkingTreeFormat6,remote)
 
14490
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_basis_tree_returns_last_revision(GitWorkingTreeFormat)
14182
14491
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_basis_tree_returns_last_revision(WorkingTreeFormat2)
14183
14492
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_basis_tree_returns_last_revision(WorkingTreeFormat3)
14184
14493
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_branch_attribute_is_not_settable(GitWorkingTreeFormat)
14211
14520
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_and_commit_preserves_last_revision(WorkingTreeFormat4)
14212
14521
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_and_commit_preserves_last_revision(WorkingTreeFormat5)
14213
14522
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_and_commit_preserves_last_revision(WorkingTreeFormat6)
 
14523
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_empty(GitWorkingTreeFormat)
14214
14524
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_empty(WorkingTreeFormat2)
14215
14525
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_empty(WorkingTreeFormat3)
14216
14526
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_clone_empty(WorkingTreeFormat4)
14240
14550
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_detect_real_kind(WorkingTreeFormat5)
14241
14551
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_detect_real_kind(WorkingTreeFormat6)
14242
14552
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_detect_real_kind(WorkingTreeFormat6,remote)
 
14553
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_filter_unversioned_files(GitWorkingTreeFormat)
14243
14554
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_filter_unversioned_files(WorkingTreeFormat2)
14244
14555
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_filter_unversioned_files(WorkingTreeFormat3)
14245
14556
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_filter_unversioned_files(WorkingTreeFormat4)
14268
14579
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_get_config_stack(WorkingTreeFormat6)
14269
14580
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_get_config_stack(WorkingTreeFormat6,remote)
14270
14581
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_initialize(GitWorkingTreeFormat)
 
14582
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_initialize_with_revision_id(GitWorkingTreeFormat)
14271
14583
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_initialize_with_revision_id(WorkingTreeFormat3)
14272
14584
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_initialize_with_revision_id(WorkingTreeFormat4)
14273
14585
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_initialize_with_revision_id(WorkingTreeFormat5)
14278
14590
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_initialize(WorkingTreeFormat5)
14279
14591
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_initialize(WorkingTreeFormat6)
14280
14592
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_initialize(WorkingTreeFormat6,remote)
 
14593
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_last_revision(GitWorkingTreeFormat)
14281
14594
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_list_files_kind_change(WorkingTreeFormat2)
14282
14595
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_list_files_kind_change(WorkingTreeFormat3)
14283
14596
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_list_files_sorted(WorkingTreeFormat2)
14302
14615
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_merge_conflicts(WorkingTreeFormat5)
14303
14616
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_merge_conflicts(WorkingTreeFormat6)
14304
14617
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_merge_modified_detects_corruption(GitWorkingTreeFormat)
 
14618
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_merge_modified(GitWorkingTreeFormat)
14305
14619
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_missing_file_sha1(WorkingTreeFormat2)
14306
14620
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_missing_file_sha1(WorkingTreeFormat3)
14307
14621
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_missing_file_sha1(WorkingTreeFormat4)
14326
14640
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_path2id(WorkingTreeFormat5)
14327
14641
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_path2id(WorkingTreeFormat6)
14328
14642
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_path2id(WorkingTreeFormat6,remote)
 
14643
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_post_build_tree_hook(GitWorkingTreeFormat)
14329
14644
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_post_build_tree_hook(WorkingTreeFormat3)
14330
14645
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_post_build_tree_hook(WorkingTreeFormat4)
14331
14646
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_post_build_tree_hook(WorkingTreeFormat5)
14347
14662
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_set_last_revision_different_to_branch(WorkingTreeFormat4)
14348
14663
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_set_last_revision_different_to_branch(WorkingTreeFormat5)
14349
14664
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_set_last_revision_different_to_branch(WorkingTreeFormat6)
 
14665
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_set_last_revision(GitWorkingTreeFormat)
14350
14666
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_set_last_revision(WorkingTreeFormat2)
14351
14667
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_set_last_revision(WorkingTreeFormat3)
14352
14668
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_set_last_revision(WorkingTreeFormat4)
14353
14669
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_set_last_revision(WorkingTreeFormat5)
14354
14670
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_set_last_revision(WorkingTreeFormat6)
 
14671
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_sprout_hardlink(GitWorkingTreeFormat)
14355
14672
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_sprout_hardlink(WorkingTreeFormat3)
14356
14673
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_sprout_hardlink(WorkingTreeFormat4)
14357
14674
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_sprout_hardlink(WorkingTreeFormat5)
14390
14707
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_update_takes_revision_parameter(WorkingTreeFormat4)
14391
14708
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_update_takes_revision_parameter(WorkingTreeFormat5)
14392
14709
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_update_takes_revision_parameter(WorkingTreeFormat6)
 
14710
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_update_turns_local_commit_into_merge(GitWorkingTreeFormat)
14393
14711
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_update_turns_local_commit_into_merge(WorkingTreeFormat2)
14394
14712
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_update_turns_local_commit_into_merge(WorkingTreeFormat3)
14395
14713
breezy.tests.per_workingtree.test_workingtree.TestWorkingTree.test_update_turns_local_commit_into_merge(WorkingTreeFormat4)