/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Jelmer Vernooij
  • Date: 2011-02-24 12:08:37 UTC
  • mto: (5676.1.5 per_interrepo-extra)
  • mto: This revision was merged to the branch mainline in revision 5686.
  • Revision ID: jelmer@samba.org-20110224120837-73x5dp7h8w6fusfz
Refactor, move to bzrlib.controldir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2356
2356
        return result
2357
2357
 
2358
2358
 
2359
 
class BranchFormatRegistry(bzrdir.BzrDirMetaComponentFormatRegistry):
 
2359
class BranchFormatRegistry(controldir.ControlDirComponentFormatRegistry):
2360
2360
    """Branch format registry."""
2361
2361
 
2362
2362
    def __init__(self, other_registry=None):