/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/__init__.py

  • Committer: Andrew Bennetts
  • Date: 2007-04-10 02:31:42 UTC
  • mto: This revision was merged to the branch mainline in revision 2402.
  • Revision ID: andrew.bennetts@canonical.com-20070410023142-7xgeph6572ikrnu8
Cosmetic changes to minimise the difference between this branch and the hpss branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
"""Smart-server protocol, client and server.
18
18
 
 
19
This code is fairly complex, so it has been split up into a package of modules,
 
20
rather than being a single large module.  Refer to the individual module
 
21
docstrings for details.
 
22
 
 
23
Overview
 
24
========
 
25
 
19
26
Requests are sent as a command and list of arguments, followed by optional
20
27
bulk body data.  Responses are similarly a response and list of arguments,
21
28
followed by bulk body data. ::