184
184
trunk_revid = trunk_tree.commit('revision on mainline')
185
185
# and make branch from it which is stacked
188
189
except unstackable_format_errors, e:
189
190
raise TestNotApplicable(e)
191
192
self.assertRevisionNotInRepository('newbranch', trunk_revid)
192
198
# now when we unstack that should implicitly fetch, to make sure that
193
199
# the branch will still work
194
200
new_branch = new_dir.open_branch()