126
126
self.assertRevisionNotInRepository('mainline', new_branch_revid)
127
127
self.assertRevisionInRepository('newbranch', new_branch_revid)
137
129
def test_sprout_stacked_from_smart_server(self):
138
130
if isinstance(self.branch_format, branch.BzrBranchFormat4):
139
131
raise TestNotApplicable('Branch format 4 is not usable via HPSS.')