/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: Andrew Bennetts
  • Date: 2009-09-18 03:33:38 UTC
  • mto: This revision was merged to the branch mainline in revision 4713.
  • Revision ID: andrew.bennetts@canonical.com-20090918033338-bx15hck1sae28if1
Add a BzrDir.open_2.1 verb that indicates if there is a workingtree present.  Removes the last 2 VFS calls from incremental pushes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
509
509
request_handlers.register_lazy(
510
510
    'BzrDir.open', 'bzrlib.smart.bzrdir', 'SmartServerRequestOpenBzrDir')
511
511
request_handlers.register_lazy(
 
512
    'BzrDir.open_2.1', 'bzrlib.smart.bzrdir', 'SmartServerRequestOpenBzrDir_2_1')
 
513
request_handlers.register_lazy(
512
514
    'BzrDir.open_branch', 'bzrlib.smart.bzrdir',
513
515
    'SmartServerRequestOpenBranch')
514
516
request_handlers.register_lazy(