107
106
wt.commit('lala!', rev_id='revision-1', allow_pointless=False)
115
111
rev = b2.repository.get_revision('revision-1')
116
112
tree = b2.repository.revision_tree('revision-1')
119
115
def get_unbalanced_tree_pair(self):
120
116
"""Return two branches, a and b, with one file in a."""