/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: 2009-09-24 06:44:18 UTC
  • mfrom: (4634.47.10 hpssvfs-squash)
  • Revision ID: pqm@pqm.ubuntu.com-20090924064418-h9ke4tfywi57otzi
(andrew) Remove last two HPSS VFS calls during incremental push.

Show diffs side-by-side

added added

removed removed

Lines of Context:
501
501
request_handlers.register_lazy(
502
502
    'BzrDir.open', 'bzrlib.smart.bzrdir', 'SmartServerRequestOpenBzrDir')
503
503
request_handlers.register_lazy(
 
504
    'BzrDir.open_2.1', 'bzrlib.smart.bzrdir', 'SmartServerRequestOpenBzrDir_2_1')
 
505
request_handlers.register_lazy(
504
506
    'BzrDir.open_branch', 'bzrlib.smart.bzrdir',
505
507
    'SmartServerRequestOpenBranch')
506
508
request_handlers.register_lazy(