/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/test_reference.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-11-16 09:49:21 UTC
  • mfrom: (7131.11.1 devsubtree8)
  • Revision ID: breezy.the.bot@gmail.com-20181116094921-awkmr5ssvmh6az1h
Use BranchFormat8 (which supports storing references) in development-subtree.

Merged from https://code.launchpad.net/~jelmer/brz/devsubtree8/+merge/355877

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
class TestReference(TestCaseWithTransport):
28
28
 
29
29
    def get_default_format(self):
30
 
        format = controldir.format_registry.make_controldir('1.9')
31
 
        format.set_branch_format(_mod_bzrbranch.BzrBranchFormat8())
32
 
        return format
 
30
        return controldir.format_registry.make_controldir('development-subtree')
33
31
 
34
32
    def test_no_args_lists(self):
35
33
        branch = self.make_branch('branch')