~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Robert Collins
  • Date: 2006-02-13 21:52:05 UTC
  • mto: (1534.1.22 integration)
  • mto: This revision was merged to the branch mainline in revision 1554.
  • Revision ID: robertc@robertcollins.net-20060213215205-cb3bacc87092a639
Update per review comments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
472
472
 
473
473
 
474
474
class BzrDir4(BzrDirPreSplitOut):
475
 
    """A .bzr version 4 control object."""
 
475
    """A .bzr version 4 control object.
 
476
    
 
477
    This is a deprecated format and may be removed after sept 2006.
 
478
    """
476
479
 
477
480
    def create_repository(self):
478
481
        """See BzrDir.create_repository."""
486
489
 
487
490
 
488
491
class BzrDir5(BzrDirPreSplitOut):
489
 
    """A .bzr version 5 control object."""
 
492
    """A .bzr version 5 control object.
 
493
 
 
494
    This is a deprecated format and may be removed after sept 2006.
 
495
    """
490
496
 
491
497
    def open_repository(self):
492
498
        """See BzrDir.open_repository."""
500
506
 
501
507
 
502
508
class BzrDir6(BzrDirPreSplitOut):
503
 
    """A .bzr version 6 control object."""
 
509
    """A .bzr version 6 control object.
 
510
 
 
511
    This is a deprecated format and may be removed after sept 2006.
 
512
    """
504
513
 
505
514
    def open_repository(self):
506
515
        """See BzrDir.open_repository."""