~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/request.py

merge hpss-get-checkout-format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
754
754
    'Repository.reconcile', 'bzrlib.smart.repository',
755
755
    'SmartServerRepositoryReconcile', info='idem')
756
756
request_handlers.register_lazy(
 
757
    'Repository.tarball', 'bzrlib.smart.repository',
 
758
    'SmartServerRepositoryTarball', info='read')
 
759
request_handlers.register_lazy(
757
760
    'VersionedFileRepository.get_serializer_format', 'bzrlib.smart.repository',
758
761
    'SmartServerRepositoryGetSerializerFormat', info='read')
759
762
request_handlers.register_lazy(
760
763
    'VersionedFileRepository.get_inventories', 'bzrlib.smart.repository',
761
764
    'SmartServerRepositoryGetInventories', info='read')
762
765
request_handlers.register_lazy(
763
 
    'Repository.tarball', 'bzrlib.smart.repository',
764
 
    'SmartServerRepositoryTarball', info='read')
765
 
request_handlers.register_lazy(
766
766
    'rmdir', 'bzrlib.smart.vfs', 'RmdirRequest', info='semivfs')
767
767
request_handlers.register_lazy(
768
768
    'stat', 'bzrlib.smart.vfs', 'StatRequest', info='read')