/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: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-08-20 21:02:11 UTC
  • mfrom: (7067.1.1 python3-remote-reference)
  • Revision ID: breezy.the.bot@gmail.com-20180820210211-9e705xripp9oyxwy
Fix handling of BranchReferences remotely.

Merged from https://code.launchpad.net/~jelmer/brz/python3-remote-reference/+merge/353130

Show diffs side-by-side

added added

removed removed

Lines of Context:
5169
5169
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_branch_stacked_on_relative_url_preserve_stacking(BzrBranchFormat7)
5170
5170
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_branch_stacked_on_relative_url_preserve_stacking(BzrBranchFormat8)
5171
5171
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_branch_stacked_on_relative_url_preserve_stacking(LocalGitBranchFormat)
 
5172
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_branch_stacked_on_relative_url_preserve_stacking(RemoteBranchFormat-default)
 
5173
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_branch_stacked_on_relative_url_preserve_stacking(RemoteBranchFormat-v2)
5172
5174
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_branch_stacked_on_relative_url_preserve_stacking(RemoteGitBranchFormat)
5173
5175
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_stacked_branch_no_preserve_stacking(BranchReferenceFormat)
5174
5176
breezy.tests.per_branch.test_stacking.TestStacking.test_clone_from_stacked_branch_no_preserve_stacking(BzrBranchFormat4)
5323
5325
breezy.tests.per_branch.test_stacking.TestStacking.test_sprout_stacked_from_smart_server(BzrBranchFormat7)
5324
5326
breezy.tests.per_branch.test_stacking.TestStacking.test_sprout_stacked_from_smart_server(BzrBranchFormat8)
5325
5327
breezy.tests.per_branch.test_stacking.TestStacking.test_sprout_stacked_from_smart_server(LocalGitBranchFormat)
 
5328
breezy.tests.per_branch.test_stacking.TestStacking.test_sprout_stacked_from_smart_server(RemoteBranchFormat-default)
 
5329
breezy.tests.per_branch.test_stacking.TestStacking.test_sprout_stacked_from_smart_server(RemoteBranchFormat-v2)
5326
5330
breezy.tests.per_branch.test_stacking.TestStacking.test_sprout_stacked_from_smart_server(RemoteGitBranchFormat)
5327
5331
breezy.tests.per_branch.test_stacking.TestStacking.test_sprout_stacked(LocalGitBranchFormat)
5328
5332
breezy.tests.per_branch.test_stacking.TestStacking.test_sprout_stacked(RemoteBranchFormat-default)
5790
5794
breezy.tests.per_bzrdir.test_bzrdir.TestBzrDir.test_clone_bzrdir_branch_reference(BzrDirMetaFormat1)
5791
5795
breezy.tests.per_bzrdir.test_bzrdir.TestBzrDir.test_clone_bzrdir_branch_reference(BzrDirMetaFormat1Colo)
5792
5796
breezy.tests.per_bzrdir.test_bzrdir.TestBzrDir.test_clone_bzrdir_branch_reference(RemoteBzrDirFormat)
 
5797
breezy.tests.per_bzrdir.test_bzrdir.TestBzrDir.test_clone_bzrdir_branch_reference(RemoteBzrDirFormat-default)
 
5798
breezy.tests.per_bzrdir.test_bzrdir.TestBzrDir.test_clone_bzrdir_branch_reference(RemoteBzrDirFormat-v2)
5793
5799
breezy.tests.per_bzrdir.test_bzrdir.TestBzrDir.test_clone_bzrdir_empty(BzrDirFormat4)
5794
5800
breezy.tests.per_bzrdir.test_bzrdir.TestBzrDir.test_clone_bzrdir_empty(BzrDirFormat5)
5795
5801
breezy.tests.per_bzrdir.test_bzrdir.TestBzrDir.test_clone_bzrdir_empty(BzrDirFormat6)
6200
6206
breezy.tests.per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_into_notrees_repo(LocalGitControlDirFormat)
6201
6207
breezy.tests.per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_into_notrees_repo(MonotoneDirFormat)
6202
6208
breezy.tests.per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_into_notrees_repo(RemoteBzrDirFormat)
 
6209
breezy.tests.per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_into_notrees_repo(RemoteBzrDirFormat-default)
 
6210
breezy.tests.per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_into_notrees_repo(RemoteBzrDirFormat-v2)
6203
6211
breezy.tests.per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_into_notrees_repo(RemoteGitControlDirFormat)
6204
6212
breezy.tests.per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_repository_branch_both_under_shared(BareLocalGitControlDirFormat)
6205
6213
breezy.tests.per_controldir.test_controldir.TestControlDir.test_clone_bzrdir_repository_branch_both_under_shared(BzrDirFormat4)
6996
7004
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference(LocalGitControlDirFormat)
6997
7005
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference(MonotoneDirFormat)
6998
7006
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference(RemoteBzrDirFormat)
 
7007
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference(RemoteBzrDirFormat-default)
 
7008
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference(RemoteBzrDirFormat-v2)
6999
7009
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference(RemoteGitControlDirFormat)
7000
7010
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference_shared(BareLocalGitControlDirFormat)
7001
7011
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference_shared(BzrDirFormat4)
7016
7026
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference_shared_force_new_repo(LocalGitControlDirFormat)
7017
7027
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference_shared_force_new_repo(MonotoneDirFormat)
7018
7028
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference_shared_force_new_repo(RemoteBzrDirFormat)
 
7029
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference_shared_force_new_repo(RemoteBzrDirFormat-default)
 
7030
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference_shared_force_new_repo(RemoteBzrDirFormat-v2)
7019
7031
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference_shared_force_new_repo(RemoteGitControlDirFormat)
7020
7032
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference_shared(LocalGitControlDirFormat)
7021
7033
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference_shared(MonotoneDirFormat)
7022
7034
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference_shared(RemoteBzrDirFormat)
 
7035
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference_shared(RemoteBzrDirFormat-default)
 
7036
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference_shared(RemoteBzrDirFormat-v2)
7023
7037
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_reference_shared(RemoteGitControlDirFormat)
7024
7038
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_revision(BareLocalGitControlDirFormat)
7025
7039
breezy.tests.per_controldir.test_controldir.TestControlDir.test_sprout_bzrdir_branch_revision(BzrDirFormat4)
27595
27609
breezy.tests.test_remote.TestBzrDirCheckoutMetaDir.test__get_checkout_format
27596
27610
breezy.tests.test_remote.TestBzrDirCheckoutMetaDir.test_unknown_format
27597
27611
breezy.tests.test_remote.TestBzrDirCloningMetaDir.test_backwards_compat
 
27612
breezy.tests.test_remote.TestBzrDirCloningMetaDir.test_branch_reference
27598
27613
breezy.tests.test_remote.TestBzrDirCloningMetaDir.test_current_server
27599
27614
breezy.tests.test_remote.TestBzrDirCloningMetaDir.test_unknown
27600
27615
breezy.tests.test_remote.TestBzrDirCreateBranch.test_already_open_repo_and_reused_medium