/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/tests/per_branch/test_sprout.py

  • Committer: Jelmer Vernooij
  • Date: 2017-07-30 23:53:38 UTC
  • mfrom: (6734.1.22 move-errors-more)
  • Revision ID: jelmer@jelmer.uk-20170730235338-25jy0lgifkyx796l
Merge lp:~jelmer/brz/move-errors-more.

Show diffs side-by-side

added added

removed removed

Lines of Context:
209
209
            dir = source.controldir.sprout(target_transport.base,
210
210
                source.last_revision(), possible_transports=[target_transport],
211
211
                source_branch=source, stacked=True)
212
 
        except errors.UnstackableBranchFormat:
 
212
        except _mod_branch.UnstackableBranchFormat:
213
213
            if not self.branch_format.supports_stacking():
214
214
                raise tests.TestNotApplicable(
215
215
                    "Format doesn't auto stack successfully.")