~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/request.py

  • Committer: Patch Queue Manager
  • Date: 2011-11-18 15:57:50 UTC
  • mfrom: (6266.3.2 hpss-has-workingtree)
  • Revision ID: pqm@pqm.ubuntu.com-20111118155750-apia0a5k1mnt8qm8
(jelmer) Add HPSS call for ``BzrDir.has_workingtree``. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
555
555
    'BzrDir.get_config_file', 'bzrlib.smart.bzrdir',
556
556
    'SmartServerBzrDirRequestConfigFile')
557
557
request_handlers.register_lazy(
 
558
    'BzrDir.has_workingtree', 'bzrlib.smart.bzrdir',
 
559
    'SmartServerBzrDirRequestHasWorkingTree')
 
560
request_handlers.register_lazy(
558
561
    'BzrDir.destroy_repository', 'bzrlib.smart.bzrdir',
559
562
    'SmartServerBzrDirRequestDestroyRepository')
560
563
request_handlers.register_lazy(