/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: Robert Collins
  • Date: 2010-05-06 11:08:10 UTC
  • mto: This revision was merged to the branch mainline in revision 5223.
  • Revision ID: robertc@robertcollins.net-20100506110810-h3j07fh5gmw54s25
Cleaner matcher matching revised unlocking protocol.

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(
507
504
    'Branch.get_stacked_on_url', 'bzrlib.smart.branch', 'SmartServerBranchRequestGetStackedOnURL')
508
505
request_handlers.register_lazy(
509
506
    'Branch.last_revision_info', 'bzrlib.smart.branch', 'SmartServerBranchRequestLastRevisionInfo')
513
510
    'bzrlib.smart.branch', 'SmartServerRequestRevisionHistory')
514
511
request_handlers.register_lazy( 'Branch.set_config_option',
515
512
    'bzrlib.smart.branch', 'SmartServerBranchRequestSetConfigOption')
516
 
request_handlers.register_lazy( 'Branch.set_config_option_dict',
517
 
    'bzrlib.smart.branch', 'SmartServerBranchRequestSetConfigOptionDict')
518
513
request_handlers.register_lazy( 'Branch.set_last_revision',
519
514
    'bzrlib.smart.branch', 'SmartServerBranchRequestSetLastRevision')
520
515
request_handlers.register_lazy(