197
197
expected = '1.14-rich-root'
198
198
self.assertRepoDescription(key, expected)
201
201
format.set_branch_format(_mod_bzrbranch.BzrBranchFormat6())
202
202
tree = self.make_branch_and_tree('unknown', format=format)
203
203
self.assertEqual('unnamed', info.describe_format(tree.controldir,
204
204
tree.branch.repository, tree.branch, tree))
206
206
def test_gather_location_controldir_only(self):
208
208
self.assertEqual([('control directory', bzrdir.user_url)],
209
209
info.gather_location_info(control=bzrdir))