/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

Provide server side of Repository.break_lock HPSS call.

Show diffs side-by-side

added added

removed removed

Lines of Context:
608
608
request_handlers.register_lazy(
609
609
    'PackRepository.autopack', 'bzrlib.smart.packrepository',
610
610
    'SmartServerPackRepositoryAutopack')
 
611
request_handlers.register_lazy('Repository.break_lock',
 
612
                               'bzrlib.smart.repository',
 
613
                               'SmartServerRepositoryBreakLock')
611
614
request_handlers.register_lazy('Repository.gather_stats',
612
615
                               'bzrlib.smart.repository',
613
616
                               'SmartServerRepositoryGatherStats')