/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-25 14:47:49 UTC
  • mfrom: (6266.4.10 hpss-destroy-branch)
  • Revision ID: pqm@pqm.ubuntu.com-20111125144749-spezm225qcymzqpn
(jelmer) Add HPSS call for ``Repository.destroy_branch``. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
563
563
    'BzrDir.get_config_file', 'bzrlib.smart.bzrdir',
564
564
    'SmartServerBzrDirRequestConfigFile')
565
565
request_handlers.register_lazy(
 
566
    'BzrDir.destroy_branch', 'bzrlib.smart.bzrdir',
 
567
    'SmartServerBzrDirRequestDestroyBranch')
 
568
request_handlers.register_lazy(
 
569
    'BzrDir.destroy_repository', 'bzrlib.smart.bzrdir',
 
570
    'SmartServerBzrDirRequestDestroyRepository')
 
571
request_handlers.register_lazy(
566
572
    'BzrDir.has_workingtree', 'bzrlib.smart.bzrdir',
567
573
    'SmartServerBzrDirRequestHasWorkingTree')
568
574
request_handlers.register_lazy(
569
 
    'BzrDir.destroy_repository', 'bzrlib.smart.bzrdir',
570
 
    'SmartServerBzrDirRequestDestroyRepository')
571
 
request_handlers.register_lazy(
572
575
    'BzrDirFormat.initialize', 'bzrlib.smart.bzrdir',
573
576
    'SmartServerRequestInitializeBzrDir')
574
577
request_handlers.register_lazy(