/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 breezy/tests/blackbox/__init__.py

  • Committer: Jelmer Vernooij
  • Date: 2019-12-23 01:39:21 UTC
  • mfrom: (7424 work)
  • mto: This revision was merged to the branch mainline in revision 7425.
  • Revision ID: jelmer@jelmer.uk-20191223013921-2kzd0wlcoylgxksk
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        'test_ancestry',
41
41
        'test_annotate',
42
42
        'test_bisect',
 
43
        'test_big_file',
43
44
        'test_branch',
44
45
        'test_branches',
45
46
        'test_break_lock',
92
93
        'test_non_ascii',
93
94
        'test_outside_wt',
94
95
        'test_pack',
 
96
        'test_patch',
95
97
        'test_ping',
96
98
        'test_plugins',
97
99
        'test_pull',
106
108
        'test_remove_tree',
107
109
        'test_repair_workingtree',
108
110
        'test_resolve',
 
111
        'test_resolve_location',
109
112
        'test_revert',
110
113
        'test_revno',
111
114
        'test_revision_history',