~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: 2007-04-26 08:34:14 UTC
  • mfrom: (2018.18.25 hpss-faster-copy)
  • Revision ID: pqm@pqm.ubuntu.com-20070426083414-8xgtmyk47txgquaw
Repository.tarball operation to speed initial checkouts

Show diffs side-by-side

added added

removed removed

Lines of Context:
295
295
request_handlers.register_lazy(
296
296
    'Repository.unlock', 'bzrlib.smart.repository', 'SmartServerRepositoryUnlock')
297
297
request_handlers.register_lazy(
 
298
    'Repository.tarball', 'bzrlib.smart.repository',
 
299
    'SmartServerRepositoryTarball')
 
300
request_handlers.register_lazy(
298
301
    'rmdir', 'bzrlib.smart.vfs', 'RmdirRequest')
299
302
request_handlers.register_lazy(
300
303
    'stat', 'bzrlib.smart.vfs', 'StatRequest')