~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/request.py

  • Committer: Andrew Bennetts
  • Date: 2011-02-25 08:45:27 UTC
  • mto: This revision was merged to the branch mainline in revision 5695.
  • Revision ID: andrew.bennetts@canonical.com-20110225084527-0ucp7p00d00hoqon
Add another test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
501
501
    'Branch.set_tags_bytes', 'bzrlib.smart.branch',
502
502
    'SmartServerBranchSetTagsBytes')
503
503
request_handlers.register_lazy(
 
504
    'Branch.heads_to_fetch', 'bzrlib.smart.branch',
 
505
    'SmartServerBranchHeadsToFetch')
 
506
request_handlers.register_lazy(
504
507
    'Branch.get_stacked_on_url', 'bzrlib.smart.branch', 'SmartServerBranchRequestGetStackedOnURL')
505
508
request_handlers.register_lazy(
506
509
    'Branch.last_revision_info', 'bzrlib.smart.branch', 'SmartServerBranchRequestLastRevisionInfo')
510
513
    'bzrlib.smart.branch', 'SmartServerRequestRevisionHistory')
511
514
request_handlers.register_lazy( 'Branch.set_config_option',
512
515
    'bzrlib.smart.branch', 'SmartServerBranchRequestSetConfigOption')
 
516
request_handlers.register_lazy( 'Branch.set_config_option_dict',
 
517
    'bzrlib.smart.branch', 'SmartServerBranchRequestSetConfigOptionDict')
513
518
request_handlers.register_lazy( 'Branch.set_last_revision',
514
519
    'bzrlib.smart.branch', 'SmartServerBranchRequestSetLastRevision')
515
520
request_handlers.register_lazy(