/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-03-14 14:59:07 UTC
  • mfrom: (3272 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3308.
  • Revision ID: andrew.bennetts@canonical.com-20080314145907-c2avcip1jcqlk77d
Merge from bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
286
286
request_handlers.register_lazy(
287
287
    'Branch.unlock', 'bzrlib.smart.branch', 'SmartServerBranchRequestUnlock')
288
288
request_handlers.register_lazy(
289
 
    'BzrDir.find_repository', 'bzrlib.smart.bzrdir', 'SmartServerRequestFindRepository')
 
289
    'BzrDir.find_repository', 'bzrlib.smart.bzrdir', 'SmartServerRequestFindRepositoryV1')
 
290
request_handlers.register_lazy(
 
291
    'BzrDir.find_repositoryV2', 'bzrlib.smart.bzrdir', 'SmartServerRequestFindRepositoryV2')
290
292
request_handlers.register_lazy(
291
293
    'BzrDirFormat.initialize', 'bzrlib.smart.bzrdir', 'SmartServerRequestInitializeBzrDir')
292
294
request_handlers.register_lazy(