~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-08-17 22:43:26 UTC
  • mfrom: (4617.1.2 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090817224326-uhljmr5me5x3xyda
(robertc) Multiple 2a-as-default fixes. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3549
3549
            if self._require_stacking:
3550
3550
                raise
3551
3551
 
 
3552
    def requires_stacking(self):
 
3553
        """Return True if this policy requires stacking."""
 
3554
        return self._stack_on is not None and self._require_stacking
 
3555
 
3552
3556
    def _get_full_stack_on(self):
3553
3557
        """Get a fully-qualified URL for the stack_on location."""
3554
3558
        if self._stack_on is None: