~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-07-16 07:42:21 UTC
  • mfrom: (4466.1.4 spurious-stacking-warning)
  • Revision ID: pqm@pqm.ubuntu.com-20090716074221-a8ydf0c5tg54k35c
(andrew) Fix spurious 'does not support stacking' warning when
        pushing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3269
3269
        else:
3270
3270
            remote_repo = None
3271
3271
            policy = None
 
3272
        bzrdir._format.set_branch_format(self.get_branch_format())
3272
3273
        if require_stacking:
3273
3274
            # The repo has already been created, but we need to make sure that
3274
3275
            # we'll make a stackable branch.