3
3
A Branch represents a series of commits and merges carried out by a user.
10
5
Branches are created by BzrDir's:
12
8
>>> from bzrlib.branch import Branch
17
13
Existing Branches can be opened directly:
26
22
A branch has a history of revisions on it:
28
24
>>> new_branch.revision_history()
31
28
We need to write some more documentation, showing
32
29
push and pull operations. Cloning might also be nice.