~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-12 07:32:41 UTC
  • mfrom: (4948.2.3 504842-subprocess-error)
  • Revision ID: pqm@pqm.ubuntu.com-20100112073241-u9oi9nbq4og7senr
(mbp) better message when failing to start message editor

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2006-2010 Canonical Ltd
 
1
# Copyright (C) 2006, 2007 Canonical Ltd
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
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(
567
564
    'delete', 'bzrlib.smart.vfs', 'DeleteRequest')
568
565
request_handlers.register_lazy(
569
566
    'get', 'bzrlib.smart.vfs', 'GetRequest')