/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/smart/request.py

  • Committer: Andrew Bennetts
  • Date: 2008-05-27 04:12:56 UTC
  • mto: (3801.1.1 autopack-rpc)
  • mto: This revision was merged to the branch mainline in revision 3814.
  • Revision ID: andrew.bennetts@canonical.com-20080527041256-uuyg3kjmab9zc3gl
Experimental PackRepository.{check_references,autopack} RPCs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
421
421
    'readv', 'bzrlib.smart.vfs', 'ReadvRequest')
422
422
request_handlers.register_lazy(
423
423
    'rename', 'bzrlib.smart.vfs', 'RenameRequest')
 
424
request_handlers.register_lazy(
 
425
    'PackRepository.check_references', 'bzrlib.smart.packrepository',
 
426
    'SmartServerPackRepositoryCheckReferences')
 
427
request_handlers.register_lazy(
 
428
    'PackRepository.autopack', 'bzrlib.smart.packrepository',
 
429
    'SmartServerPackRepositoryAutopack')
424
430
request_handlers.register_lazy('Repository.gather_stats',
425
431
                               'bzrlib.smart.repository',
426
432
                               'SmartServerRepositoryGatherStats')