/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/repofmt/pack_repo.py

 * Repository formats have a new supported-feature attribute
   ``supports_external_lookups`` used to indicate repositories which support
   falling back to other repositories when they have partial data.
   (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2055
2055
    # Set this attribute in derived clases to control the _serializer that the
2056
2056
    # repository objects will have passed to their constructor.
2057
2057
    _serializer = None
 
2058
    # External references are not supported in pack repositories yet.
 
2059
    supports_external_lookups = False
2058
2060
 
2059
2061
    def _get_control_store(self, repo_transport, control_files):
2060
2062
        """Return the control store for this repository."""