~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Robert Collins
  • Date: 2009-04-27 03:34:12 UTC
  • mto: This revision was merged to the branch mainline in revision 4304.
  • Revision ID: robertc@robertcollins.net-20090427033412-3jnnui7ntwib09wa
Review feedback.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2177
2177
        shared_repo=False):
2178
2178
        """See BzrDirFormat.initialize_on_transport_ex."""
2179
2179
        require_stacking = (stacked_on is not None)
2180
 
        # Format 5 cannot stack, but we've been asked do - actually init
 
2180
        # Format 5 cannot stack, but we've been asked to - actually init
2181
2181
        # a Meta1Dir
2182
2182
        if require_stacking:
2183
2183
            format = BzrDirMetaFormat1()