/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: Canonical.com Patch Queue Manager
  • Date: 2008-02-20 01:40:08 UTC
  • mfrom: (3221.3.5 repository-stackable-flag)
  • Revision ID: pqm@pqm.ubuntu.com-20080220014008-9appc9kw4rjg8v1k
Add external references support attribute to repository formats.

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(