68
68
' control: Meta directory format 1\n\n'
73
73
def test_info_dangling_branch_reference(self):
74
74
br = self.make_branch('target')
75
75
br.create_checkout('from', lightweight=True)
77
77
out, err = self.run_bzr('info from')
79
79
'Dangling branch reference (format: 2a or pack-0.92)\n'
81
81
' control directory: from\n'
82
82
' checkout of branch: target\n')
85
85
def test_info_standalone(self):
86
86
transport = self.get_transport()