/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

Update to bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
221
221
 
222
222
The underlying message format is::
223
223
 
224
 
  MESSAGE := "bzr message 3" NEWLINE HEADERS MESSAGE_PARTS
 
224
  MESSAGE := "bzr message 3 (bzr 1.6)" NEWLINE HEADERS MESSAGE_PARTS
225
225
  HEADERS := LENGTH_PREFIX bencoded_dict
226
226
  MESSAGE_PARTS := MESSAGE_PART [MORE_MESSAGE_PARTS]
227
227
  MORE_MESSAGE_PARTS := END_MESSAGE_PARTS | MESSAGE_PARTS