/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-22 00:24:16 UTC
  • mfrom: (7067.11.4 brz-git-pull)
  • Revision ID: breezy.the.bot@gmail.com-20180822002416-k7sl92s5vj2clzc4
Fix Git interrepository operations on Python 3.

Merged from https://code.launchpad.net/~jelmer/brz/brz-git-pull/+merge/353197

Show diffs side-by-side

added added

removed removed

Lines of Context:
5062
5062
breezy.tests.per_branch.test_pull.TestPullHook.test_post_pull_nonempty_history(BzrBranchFormat6)
5063
5063
breezy.tests.per_branch.test_pull.TestPullHook.test_post_pull_nonempty_history(BzrBranchFormat7)
5064
5064
breezy.tests.per_branch.test_pull.TestPullHook.test_post_pull_nonempty_history(BzrBranchFormat8)
 
5065
breezy.tests.per_branch.test_pull.TestPullHook.test_post_pull_nonempty_history(LocalGitBranchFormat)
5065
5066
breezy.tests.per_branch.test_pull.TestPullHook.test_post_pull_nonempty_history(RemoteBranchFormat-default)
5066
5067
breezy.tests.per_branch.test_pull.TestPullHook.test_post_pull_nonempty_history(RemoteBranchFormat-v2)
5067
5068
breezy.tests.per_branch.test_pull.TestPullHook.test_post_pull_nonempty_history(RemoteGitBranchFormat)
5071
5072
breezy.tests.per_branch.test_pull.TestPull.test_pull_convergence_simple(BzrBranchFormat6)
5072
5073
breezy.tests.per_branch.test_pull.TestPull.test_pull_convergence_simple(BzrBranchFormat7)
5073
5074
breezy.tests.per_branch.test_pull.TestPull.test_pull_convergence_simple(BzrBranchFormat8)
 
5075
breezy.tests.per_branch.test_pull.TestPull.test_pull_convergence_simple(LocalGitBranchFormat)
5074
5076
breezy.tests.per_branch.test_pull.TestPull.test_pull_convergence_simple(RemoteBranchFormat-default)
5075
5077
breezy.tests.per_branch.test_pull.TestPull.test_pull_convergence_simple(RemoteBranchFormat-v2)
5076
5078
breezy.tests.per_branch.test_pull.TestPull.test_pull_convergence_simple(RemoteGitBranchFormat)
5100
5102
breezy.tests.per_branch.test_pull.TestPull.test_pull_merged_indirect(BzrBranchFormat6)
5101
5103
breezy.tests.per_branch.test_pull.TestPull.test_pull_merged_indirect(BzrBranchFormat7)
5102
5104
breezy.tests.per_branch.test_pull.TestPull.test_pull_merged_indirect(BzrBranchFormat8)
 
5105
breezy.tests.per_branch.test_pull.TestPull.test_pull_merged_indirect(LocalGitBranchFormat)
5103
5106
breezy.tests.per_branch.test_pull.TestPull.test_pull_merged_indirect(RemoteBranchFormat-default)
5104
5107
breezy.tests.per_branch.test_pull.TestPull.test_pull_merged_indirect(RemoteBranchFormat-v2)
5105
5108
breezy.tests.per_branch.test_pull.TestPull.test_pull_merged_indirect(RemoteGitBranchFormat)
5109
5112
breezy.tests.per_branch.test_pull.TestPull.test_pull_merges_and_fetches_tags(BzrBranchFormat6)
5110
5113
breezy.tests.per_branch.test_pull.TestPull.test_pull_merges_and_fetches_tags(BzrBranchFormat7)
5111
5114
breezy.tests.per_branch.test_pull.TestPull.test_pull_merges_and_fetches_tags(BzrBranchFormat8)
 
5115
breezy.tests.per_branch.test_pull.TestPull.test_pull_merges_and_fetches_tags(LocalGitBranchFormat)
5112
5116
breezy.tests.per_branch.test_pull.TestPull.test_pull_merges_and_fetches_tags(RemoteBranchFormat-default)
5113
5117
breezy.tests.per_branch.test_pull.TestPull.test_pull_merges_and_fetches_tags(RemoteBranchFormat-v2)
5114
5118
breezy.tests.per_branch.test_pull.TestPull.test_pull_merges_and_fetches_tags(RemoteGitBranchFormat)
5128
5132
breezy.tests.per_branch.test_pull.TestPull.test_pull_returns_result(BzrBranchFormat6)
5129
5133
breezy.tests.per_branch.test_pull.TestPull.test_pull_returns_result(BzrBranchFormat7)
5130
5134
breezy.tests.per_branch.test_pull.TestPull.test_pull_returns_result(BzrBranchFormat8)
 
5135
breezy.tests.per_branch.test_pull.TestPull.test_pull_returns_result(LocalGitBranchFormat)
5131
5136
breezy.tests.per_branch.test_pull.TestPull.test_pull_returns_result(RemoteBranchFormat-default)
5132
5137
breezy.tests.per_branch.test_pull.TestPull.test_pull_returns_result(RemoteBranchFormat-v2)
5133
5138
breezy.tests.per_branch.test_pull.TestPull.test_pull_returns_result(RemoteGitBranchFormat)
5147
5152
breezy.tests.per_branch.test_pull.TestPull.test_pull_updates_checkout_and_master(BzrBranchFormat6)
5148
5153
breezy.tests.per_branch.test_pull.TestPull.test_pull_updates_checkout_and_master(BzrBranchFormat7)
5149
5154
breezy.tests.per_branch.test_pull.TestPull.test_pull_updates_checkout_and_master(BzrBranchFormat8)
 
5155
breezy.tests.per_branch.test_pull.TestPull.test_pull_updates_checkout_and_master(LocalGitBranchFormat)
5150
5156
breezy.tests.per_branch.test_pull.TestPull.test_pull_updates_checkout_and_master(RemoteBranchFormat-default)
5151
5157
breezy.tests.per_branch.test_pull.TestPull.test_pull_updates_checkout_and_master(RemoteBranchFormat-v2)
5152
5158
breezy.tests.per_branch.test_pull.TestPull.test_pull_updates_checkout_and_master(RemoteGitBranchFormat)
5206
5212
breezy.tests.per_branch.test_push.TestPushHook.test_post_push_nonempty_history(BzrBranchFormat6)
5207
5213
breezy.tests.per_branch.test_push.TestPushHook.test_post_push_nonempty_history(BzrBranchFormat7)
5208
5214
breezy.tests.per_branch.test_push.TestPushHook.test_post_push_nonempty_history(BzrBranchFormat8)
 
5215
breezy.tests.per_branch.test_push.TestPushHook.test_post_push_nonempty_history(LocalGitBranchFormat)
5209
5216
breezy.tests.per_branch.test_push.TestPushHook.test_post_push_nonempty_history(RemoteBranchFormat-default)
5210
5217
breezy.tests.per_branch.test_push.TestPushHook.test_post_push_nonempty_history(RemoteBranchFormat-v2)
5211
5218
breezy.tests.per_branch.test_push.TestPushHook.test_post_push_nonempty_history(RemoteGitBranchFormat)
5215
5222
breezy.tests.per_branch.test_push.TestPush.test_push_convergence_simple(BzrBranchFormat6)
5216
5223
breezy.tests.per_branch.test_push.TestPush.test_push_convergence_simple(BzrBranchFormat7)
5217
5224
breezy.tests.per_branch.test_push.TestPush.test_push_convergence_simple(BzrBranchFormat8)
 
5225
breezy.tests.per_branch.test_push.TestPush.test_push_convergence_simple(LocalGitBranchFormat)
5218
5226
breezy.tests.per_branch.test_push.TestPush.test_push_convergence_simple(RemoteBranchFormat-default)
5219
5227
breezy.tests.per_branch.test_push.TestPush.test_push_convergence_simple(RemoteBranchFormat-v2)
5220
5228
breezy.tests.per_branch.test_push.TestPush.test_push_convergence_simple(RemoteGitBranchFormat)
5224
5232
breezy.tests.per_branch.test_push.TestPush.test_push_merged_indirect(BzrBranchFormat6)
5225
5233
breezy.tests.per_branch.test_push.TestPush.test_push_merged_indirect(BzrBranchFormat7)
5226
5234
breezy.tests.per_branch.test_push.TestPush.test_push_merged_indirect(BzrBranchFormat8)
 
5235
breezy.tests.per_branch.test_push.TestPush.test_push_merged_indirect(LocalGitBranchFormat)
5227
5236
breezy.tests.per_branch.test_push.TestPush.test_push_merged_indirect(RemoteBranchFormat-default)
5228
5237
breezy.tests.per_branch.test_push.TestPush.test_push_merged_indirect(RemoteBranchFormat-v2)
5229
5238
breezy.tests.per_branch.test_push.TestPush.test_push_merged_indirect(RemoteGitBranchFormat)
7764
7773
breezy.tests.per_controldir.test_format.TestControlDir.test_upgrade_recommended(RemoteBzrDirFormat-default)
7765
7774
breezy.tests.per_controldir.test_format.TestControlDir.test_upgrade_recommended(RemoteBzrDirFormat-v2)
7766
7775
breezy.tests.per_controldir.test_format.TestControlDir.test_upgrade_recommended(RemoteGitControlDirFormat)
 
7776
breezy.tests.per_controldir.test_push.TestPush.test_push_incremental(BareLocalGitControlDirFormat)
7767
7777
breezy.tests.per_controldir.test_push.TestPush.test_push_incremental(BzrDirFormat4)
7768
7778
breezy.tests.per_controldir.test_push.TestPush.test_push_incremental(BzrDirFormat5)
7769
7779
breezy.tests.per_controldir.test_push.TestPush.test_push_incremental(BzrDirFormat6)
7771
7781
breezy.tests.per_controldir.test_push.TestPush.test_push_incremental(BzrDirMetaFormat1Colo)
7772
7782
breezy.tests.per_controldir.test_push.TestPush.test_push_incremental(CVSDirFormat)
7773
7783
breezy.tests.per_controldir.test_push.TestPush.test_push_incremental(DarcsDirFormat)
 
7784
breezy.tests.per_controldir.test_push.TestPush.test_push_incremental(LocalGitControlDirFormat)
7774
7785
breezy.tests.per_controldir.test_push.TestPush.test_push_incremental(MonotoneDirFormat)
7775
7786
breezy.tests.per_controldir.test_push.TestPush.test_push_incremental(RemoteBzrDirFormat)
7776
7787
breezy.tests.per_controldir.test_push.TestPush.test_push_incremental(RemoteBzrDirFormat-default)
7906
7917
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_nonempty_history(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
7907
7918
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_nonempty_history(InterFromGitBranch,LocalGitBranchFormat,BzrBranchFormat7)
7908
7919
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_nonempty_history(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
 
7920
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_nonempty_history(InterGitLocalGitBranch,LocalGitBranchFormat,LocalGitBranchFormat)
 
7921
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_nonempty_history(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
7909
7922
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_nonempty_history(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
 
7923
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_nonempty_history(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
7910
7924
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_nonempty_history(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
7911
7925
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_convergence_simple(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
7912
7926
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_convergence_simple(InterFromGitBranch,LocalGitBranchFormat,BzrBranchFormat7)
7913
7927
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_convergence_simple(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
 
7928
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_convergence_simple(InterGitLocalGitBranch,LocalGitBranchFormat,LocalGitBranchFormat)
7914
7929
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_convergence_simple(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
7915
7930
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_convergence_simple(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
7916
7931
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_convergence_simple(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
7918
7933
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_merged_indirect(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
7919
7934
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_merged_indirect(InterFromGitBranch,LocalGitBranchFormat,BzrBranchFormat7)
7920
7935
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_merged_indirect(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
 
7936
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_merged_indirect(InterGitLocalGitBranch,LocalGitBranchFormat,LocalGitBranchFormat)
7921
7937
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_merged_indirect(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
7922
7938
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_merged_indirect(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
7923
7939
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_merged_indirect(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
7941
7957
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_returns_result(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
7942
7958
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_returns_result(InterFromGitBranch,LocalGitBranchFormat,BzrBranchFormat7)
7943
7959
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_returns_result(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
 
7960
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_returns_result(InterGitLocalGitBranch,LocalGitBranchFormat,LocalGitBranchFormat)
7944
7961
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_returns_result(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
7945
7962
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_returns_result(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
7946
7963
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_returns_result(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
7948
7965
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_updates_checkout_and_master(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
7949
7966
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_updates_checkout_and_master(InterFromGitBranch,LocalGitBranchFormat,BzrBranchFormat7)
7950
7967
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_updates_checkout_and_master(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
 
7968
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_updates_checkout_and_master(InterGitLocalGitBranch,LocalGitBranchFormat,LocalGitBranchFormat)
7951
7969
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_updates_checkout_and_master(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
7952
7970
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_updates_checkout_and_master(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
7953
7971
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_updates_checkout_and_master(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
7971
7989
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_nonempty_history(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
7972
7990
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_nonempty_history(InterFromGitBranch,LocalGitBranchFormat,BzrBranchFormat7)
7973
7991
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_nonempty_history(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
 
7992
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_nonempty_history(InterGitLocalGitBranch,LocalGitBranchFormat,LocalGitBranchFormat)
 
7993
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_nonempty_history(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
7974
7994
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_nonempty_history(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
 
7995
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_nonempty_history(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
7975
7996
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_nonempty_history(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
7976
7997
breezy.tests.per_interbranch.test_push.TestPush.test_no_get_parent_map_after_insert_stream(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
7977
7998
breezy.tests.per_interbranch.test_push.TestPush.test_no_get_parent_map_after_insert_stream(InterFromGitBranch,LocalGitBranchFormat,BzrBranchFormat7)
7984
8005
breezy.tests.per_interbranch.test_push.TestPush.test_push_convergence_simple(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
7985
8006
breezy.tests.per_interbranch.test_push.TestPush.test_push_convergence_simple(InterFromGitBranch,LocalGitBranchFormat,BzrBranchFormat7)
7986
8007
breezy.tests.per_interbranch.test_push.TestPush.test_push_convergence_simple(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
 
8008
breezy.tests.per_interbranch.test_push.TestPush.test_push_convergence_simple(InterGitLocalGitBranch,LocalGitBranchFormat,LocalGitBranchFormat)
7987
8009
breezy.tests.per_interbranch.test_push.TestPush.test_push_convergence_simple(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
7988
8010
breezy.tests.per_interbranch.test_push.TestPush.test_push_convergence_simple(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
7989
8011
breezy.tests.per_interbranch.test_push.TestPush.test_push_convergence_simple(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
7991
8013
breezy.tests.per_interbranch.test_push.TestPush.test_push_merged_indirect(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
7992
8014
breezy.tests.per_interbranch.test_push.TestPush.test_push_merged_indirect(InterFromGitBranch,LocalGitBranchFormat,BzrBranchFormat7)
7993
8015
breezy.tests.per_interbranch.test_push.TestPush.test_push_merged_indirect(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
 
8016
breezy.tests.per_interbranch.test_push.TestPush.test_push_merged_indirect(InterGitLocalGitBranch,LocalGitBranchFormat,LocalGitBranchFormat)
7994
8017
breezy.tests.per_interbranch.test_push.TestPush.test_push_merged_indirect(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
7995
8018
breezy.tests.per_interbranch.test_push.TestPush.test_push_merged_indirect(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
7996
8019
breezy.tests.per_interbranch.test_push.TestPush.test_push_merged_indirect(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
8036
8059
breezy.tests.per_interbranch.test_push.TestPush.test_push_uses_read_lock_lossy(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
8037
8060
breezy.tests.per_interbranch.test_push.TestPush.test_push_uses_read_lock_lossy(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
8038
8061
breezy.tests.per_interbranch.test_push.TestPush.test_push_with_default_stacking_does_not_create_broken_branch(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
 
8062
breezy.tests.per_interbranch.test_push.TestPush.test_push_with_default_stacking_does_not_create_broken_branch(InterFromGitBranch,LocalGitBranchFormat,BzrBranchFormat7)
8039
8063
breezy.tests.per_interbranch.test_push.TestPush.test_push_with_default_stacking_does_not_create_broken_branch(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
 
8064
breezy.tests.per_interbranch.test_push.TestPush.test_push_with_default_stacking_does_not_create_broken_branch(InterGitLocalGitBranch,LocalGitBranchFormat,LocalGitBranchFormat)
8040
8065
breezy.tests.per_interbranch.test_push.TestPush.test_push_with_default_stacking_does_not_create_broken_branch(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
 
8066
breezy.tests.per_interbranch.test_push.TestPush.test_push_with_default_stacking_does_not_create_broken_branch(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
8041
8067
breezy.tests.per_interbranch.test_push.TestPush.test_push_with_default_stacking_does_not_create_broken_branch(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
8042
8068
breezy.tests.per_interbranch.test_push.TestPush.test_push_with_default_stacking_does_not_create_broken_branch(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
8043
8069
breezy.tests.per_interbranch.test_push.TestPush.test_push_within_repository(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
8044
8070
breezy.tests.per_interbranch.test_push.TestPush.test_push_within_repository(InterFromGitBranch,LocalGitBranchFormat,BzrBranchFormat7)
8045
8071
breezy.tests.per_interbranch.test_push.TestPush.test_push_within_repository(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
 
8072
breezy.tests.per_interbranch.test_push.TestPush.test_push_within_repository(InterGitLocalGitBranch,LocalGitBranchFormat,LocalGitBranchFormat)
8046
8073
breezy.tests.per_interbranch.test_push.TestPush.test_push_within_repository(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
8047
8074
breezy.tests.per_interbranch.test_push.TestPush.test_push_within_repository(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
8048
8075
breezy.tests.per_interbranch.test_push.TestPush.test_push_within_repository(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
20055
20082
breezy.tests.per_workingtree.test_executable.TestExecutable.test_06_branch(WorkingTreeFormat5)
20056
20083
breezy.tests.per_workingtree.test_executable.TestExecutable.test_06_branch(WorkingTreeFormat6)
20057
20084
breezy.tests.per_workingtree.test_executable.TestExecutable.test_06_branch(WorkingTreeFormat6,remote)
 
20085
breezy.tests.per_workingtree.test_executable.TestExecutable.test_07_pull(GitWorkingTreeFormat)
20058
20086
breezy.tests.per_workingtree.test_executable.TestExecutable.test_07_pull(WorkingTreeFormat2)
20059
20087
breezy.tests.per_workingtree.test_executable.TestExecutable.test_07_pull(WorkingTreeFormat3)
20060
20088
breezy.tests.per_workingtree.test_executable.TestExecutable.test_07_pull(WorkingTreeFormat4)
21090
21118
breezy.tests.per_workingtree.test_pull.TestPull.test_pull_changes_root_id(WorkingTreeFormat5)
21091
21119
breezy.tests.per_workingtree.test_pull.TestPull.test_pull_changes_root_id(WorkingTreeFormat6)
21092
21120
breezy.tests.per_workingtree.test_pull.TestPull.test_pull_changes_root_id(WorkingTreeFormat6,remote)
 
21121
breezy.tests.per_workingtree.test_pull.TestPull.test_pull(GitWorkingTreeFormat)
 
21122
breezy.tests.per_workingtree.test_pull.TestPull.test_pull_merges_tree_content(GitWorkingTreeFormat)
21093
21123
breezy.tests.per_workingtree.test_pull.TestPull.test_pull_merges_tree_content(WorkingTreeFormat2)
21094
21124
breezy.tests.per_workingtree.test_pull.TestPull.test_pull_merges_tree_content(WorkingTreeFormat3)
21095
21125
breezy.tests.per_workingtree.test_pull.TestPull.test_pull_merges_tree_content(WorkingTreeFormat4)
21103
21133
breezy.tests.per_workingtree.test_pull.TestPull.test_pull_null(WorkingTreeFormat5)
21104
21134
breezy.tests.per_workingtree.test_pull.TestPull.test_pull_null(WorkingTreeFormat6)
21105
21135
breezy.tests.per_workingtree.test_pull.TestPull.test_pull_null(WorkingTreeFormat6,remote)
 
21136
breezy.tests.per_workingtree.test_pull.TestPull.test_pull_overwrites(GitWorkingTreeFormat)
21106
21137
breezy.tests.per_workingtree.test_pull.TestPull.test_pull_overwrites(WorkingTreeFormat2)
21107
21138
breezy.tests.per_workingtree.test_pull.TestPull.test_pull_overwrites(WorkingTreeFormat3)
21108
21139
breezy.tests.per_workingtree.test_pull.TestPull.test_pull_overwrites(WorkingTreeFormat4)