/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 doc/developers/network-protocol.txt

  • Committer: Jelmer Vernooij
  • Date: 2017-11-11 15:10:19 UTC
  • mfrom: (6803.1.2 devdocs)
  • Revision ID: jelmer@jelmer.uk-20171111151019-mlyo9bu1wi46rzld
Merge lp:~jelmer/brz/devdocs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
          machine until the request can be satisfied,
71
71
          sends structured data to the protocol.
72
72
 
73
 
Request handlers are registered in the `bzrlib.smart.request` module.
 
73
Request handlers are registered in the `breezy.smart.request` module.
74
74
 
75
75
 
76
76
Client-side