270
273
def test_no_op_preserve_stacking(self):
271
274
"""With no stacking, preserve_stacking should be a no-op."""
272
276
branch = self.make_branch('source')
273
277
cloned_bzrdir = branch.bzrdir.clone('cloned', preserve_stacking=True)
274
278
self.assertRaises((errors.NotStacked, errors.UnstackableBranchFormat),