~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree.py

Merge extra repo branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2825
2825
    """The known formats."""
2826
2826
 
2827
2827
    _extra_formats = []
2828
 
    """Extra formats, not for use in working trees."""
 
2828
    """Extra formats that can not be used in a metadir."""
2829
2829
 
2830
2830
    requires_rich_root = False
2831
2831