~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/network-protocol.txt

  • Committer: Patch Queue Manager
  • Date: 2012-09-05 20:52:26 UTC
  • mfrom: (6549.3.1 dev_2.5_integration)
  • Revision ID: pqm@pqm.ubuntu.com-20120905205226-8s3bzolvduug3ifj
(gz) Merge 2.5 (Martin Packman)

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
Overview
12
12
========
13
13
 
14
 
The smart protocol provides a way to send a requests and corresponding
 
14
The smart protocol provides a way to send requests and corresponding
15
15
responses to communicate with a remote bzr process.
16
16
 
17
17
Layering
103
103
The domain logic is in `bzrlib.remote`: `RemoteBzrDir`, `RemoteBranch`,
104
104
and so on.
105
105
 
106
 
There is also an plain file-level transport that calls remote methods to
 
106
There is also a plain file-level transport that calls remote methods to
107
107
manipulate files on the server in `bzrlib.transport.remote`.
108
108
 
109
109
Protocol description