~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Jelmer Vernooij
  • Date: 2011-02-24 12:17:19 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-20110224121719-nvhwz19krifo3xov
Consistent naming.

Show diffs side-by-side

added added

removed removed

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