~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Martin Pool
  • Date: 2006-03-08 03:52:10 UTC
  • mto: This revision was merged to the branch mainline in revision 1602.
  • Revision ID: mbp@sourcefrog.net-20060308035210-9536221f6a5bf733
doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
700
700
    """A .bzr meta version 1 control object.
701
701
    
702
702
    This is the first control object where the 
703
 
    individual formats are really split out.
 
703
    individual aspects are really split out: there are separate repository,
 
704
    workingtree and branch subdirectories and any subset of the three can be
 
705
    present within a BzrDir.
704
706
    """
705
707
 
706
708
    def can_convert_format(self):