7
7
>>> from breezy import osutils
8
8
>>> test_dir = osutils.mkdtemp(prefix='breezy_doc_api_branch_txt_')
12
12
>>> from breezy.branch import Branch
17
17
Existing Branches can be opened directly:
19
19
>>> transport = new_branch.bzrdir.transport
20
20
>>> another_instance = Branch.open(transport.clone('..').base)
24
24
>>> still_the_same_branch = new_branch.bzrdir.open_branch()