/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: 2009-02-20 03:28:07 UTC
  • mto: This revision was merged to the branch mainline in revision 4023.
  • Revision ID: robertc@robertcollins.net-20090220032807-9ezo43wv9boso5id
Create a verb for Repository.set_make_working_trees.

Show diffs side-by-side

added added

removed removed

Lines of Context:
454
454
request_handlers.register_lazy(
455
455
    'Repository.lock_write', 'bzrlib.smart.repository', 'SmartServerRepositoryLockWrite')
456
456
request_handlers.register_lazy(
 
457
    'Repository.set_make_working_trees', 'bzrlib.smart.repository',
 
458
    'SmartServerRepositorySetMakeWorkingTrees')
 
459
request_handlers.register_lazy(
457
460
    'Repository.unlock', 'bzrlib.smart.repository', 'SmartServerRepositoryUnlock')
458
461
request_handlers.register_lazy(
459
462
    'Repository.tarball', 'bzrlib.smart.repository',