~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/request.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-01-15 05:43:42 UTC
  • mfrom: (4734.4.13 bug-440952-bzrdir)
  • Revision ID: pqm@pqm.ubuntu.com-20100115054342-o6ar5y4ch9tcnzyi
(andrew) Give 'location is a repository' hint for NotBranchError
        (#440952).

Show diffs side-by-side

added added

removed removed

Lines of Context:
561
561
    'BzrDir.open_branchV2', 'bzrlib.smart.bzrdir',
562
562
    'SmartServerRequestOpenBranchV2')
563
563
request_handlers.register_lazy(
 
564
    'BzrDir.open_branchV3', 'bzrlib.smart.bzrdir',
 
565
    'SmartServerRequestOpenBranchV3')
 
566
request_handlers.register_lazy(
564
567
    'delete', 'bzrlib.smart.vfs', 'DeleteRequest')
565
568
request_handlers.register_lazy(
566
569
    'get', 'bzrlib.smart.vfs', 'GetRequest')