~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Robert Collins
  • Date: 2006-03-05 11:48:54 UTC
  • mto: This revision was merged to the branch mainline in revision 1590.
  • Revision ID: robertc@robertcollins.net-20060305114854-d95dbe4adfee32e9
Make bound branch creation happen via 'checkout'

Show diffs side-by-side

added added

removed removed

Lines of Context:
701
701
                          a_bzrdir=a_bzrdir,
702
702
                          _repository=a_bzrdir.find_repository())
703
703
 
 
704
    def __str__(self):
 
705
        return "Bazaar-NG Metadir branch format 5"
 
706
 
704
707
 
705
708
class BranchReferenceFormat(BranchFormat):
706
709
    """Bzr branch reference format.