~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree.py

  • Committer: Jelmer Vernooij
  • Date: 2011-02-24 12:19:13 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-20110224121913-2i21634jezt5e3qb
Use ControlComponentFormat.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2875
2875
format_registry = WorkingTreeFormatRegistry()
2876
2876
 
2877
2877
 
2878
 
class WorkingTreeFormat(object):
 
2878
class WorkingTreeFormat(controldir.ControlComponentFormat):
2879
2879
    """An encapsulation of the initialization and open routines for a format.
2880
2880
 
2881
2881
    Formats provide three things: