/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-11-20 10:30:56 UTC
  • mfrom: (3695.2.6 hpss-push-rpc)
  • mto: This revision was merged to the branch mainline in revision 3981.
  • Revision ID: andrew.bennetts@canonical.com-20081120103056-05g6c6nv30ceyxdx
Merge RemoteVersionedFiles class from hpss-push-rpc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
473
473
    'Transport.is_readonly', 'bzrlib.smart.request', 'SmartServerIsReadonly')
474
474
request_handlers.register_lazy(
475
475
    'BzrDir.open', 'bzrlib.smart.bzrdir', 'SmartServerRequestOpenBzrDir')
 
476
request_handlers.register_lazy('VersionedFiles.get_parent_map',
 
477
                               'bzrlib.smart.versionedfiles',
 
478
                               'SmartServerVersionedFilesGetParentMap')