108
108
new_branch = branch.Branch.open('newbranch')
109
109
# The branch refers to the mainline
111
111
# and the branch's work was pushed
112
112
self.assertTrue(new_branch.repository.has_revision(branch_revid))
113
113
# The newly committed revision shoud be present in the stacked branch,