~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/request.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-10-31 04:02:53 UTC
  • mfrom: (3801.1.21 autopack-rpc)
  • Revision ID: pqm@pqm.ubuntu.com-20081031040253-lqwvq5xf6rhnumii
Add 'PackRepository.autopack' RPC. (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
443
443
    'readv', 'bzrlib.smart.vfs', 'ReadvRequest')
444
444
request_handlers.register_lazy(
445
445
    'rename', 'bzrlib.smart.vfs', 'RenameRequest')
 
446
request_handlers.register_lazy(
 
447
    'PackRepository.autopack', 'bzrlib.smart.packrepository',
 
448
    'SmartServerPackRepositoryAutopack')
446
449
request_handlers.register_lazy('Repository.gather_stats',
447
450
                               'bzrlib.smart.repository',
448
451
                               'SmartServerRepositoryGatherStats')