/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-03-06 03:02:19 UTC
  • mfrom: (4083.1.7 robert-rollup)
  • Revision ID: pqm@pqm.ubuntu.com-20090306030219-enauehb3achqqq7c
(robertc) Reduce noise from 'add';
        register factories not instances for network_names;
        add Branch.get_parent RPC.

Show diffs side-by-side

added added

removed removed

Lines of Context:
390
390
request_handlers.register_lazy(
391
391
    'Branch.get_config_file', 'bzrlib.smart.branch', 'SmartServerBranchGetConfigFile')
392
392
request_handlers.register_lazy(
 
393
    'Branch.get_parent', 'bzrlib.smart.branch', 'SmartServerBranchGetParent')
 
394
request_handlers.register_lazy(
393
395
    'Branch.get_stacked_on_url', 'bzrlib.smart.branch', 'SmartServerBranchRequestGetStackedOnURL')
394
396
request_handlers.register_lazy(
395
397
    'Branch.last_revision_info', 'bzrlib.smart.branch', 'SmartServerBranchRequestLastRevisionInfo')