~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

Merge common-bzrdir-component

Show diffs side-by-side

added added

removed removed

Lines of Context:
1999
1999
 
2000
2000
 
2001
2001
class BranchFormatMetadir(bzrdir.BzrFormat, BranchFormat):
2002
 
    """Common logic for meta-dir based branch formats."""
 
2002
    """Base class for branch formats that live in meta directories.
 
2003
    """
2003
2004
 
2004
2005
    def __init__(self):
2005
2006
        BranchFormat.__init__(self)