/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: Patch Queue Manager
  • Date: 2011-11-22 13:52:59 UTC
  • mfrom: (6270.1.23 hpss-branch-store)
  • Revision ID: pqm@pqm.ubuntu.com-20111122135259-dfjq13wb2z4ndbh6
(jelmer) Support HPSS calls for config stacks of remote branches and
 bzrdirs. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
498
498
    'Branch.get_config_file', 'bzrlib.smart.branch',
499
499
    'SmartServerBranchGetConfigFile')
500
500
request_handlers.register_lazy(
 
501
    'Branch.put_config_file', 'bzrlib.smart.branch',
 
502
    'SmartServerBranchPutConfigFile')
 
503
request_handlers.register_lazy(
501
504
    'Branch.get_parent', 'bzrlib.smart.branch', 'SmartServerBranchGetParent')
502
505
request_handlers.register_lazy(
503
506
    'Branch.get_tags_bytes', 'bzrlib.smart.branch',