/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

Add hpss call ``Repository.make_working_trees``

Show diffs side-by-side

added added

removed removed

Lines of Context:
623
623
request_handlers.register_lazy(
624
624
    'Repository.lock_write', 'bzrlib.smart.repository', 'SmartServerRepositoryLockWrite')
625
625
request_handlers.register_lazy(
 
626
    'Repository.make_working_trees', 'bzrlib.smart.repository', 'SmartServerRepositoryMakeWorkingTrees')
 
627
request_handlers.register_lazy(
626
628
    'Repository.set_make_working_trees', 'bzrlib.smart.repository',
627
629
    'SmartServerRepositorySetMakeWorkingTrees')
628
630
request_handlers.register_lazy(