~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Andrew Bennetts
  • Date: 2008-05-16 07:15:57 UTC
  • mto: This revision was merged to the branch mainline in revision 3428.
  • Revision ID: andrew.bennetts@canonical.com-20080516071557-wenq9ita6iogeb1x
Update the protocol v3 version string to say 'bzr 1.6'.

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