/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

Fixed as per jam's review.

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')