-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add deltaSrc to replication protocol #2242
base: master
Are you sure you want to change the base?
Conversation
Code Coverage Results:
|
@@ -169,7 +169,7 @@ _(optional)_ + | |||
`versioning`: `rev-trees` (default) or `version-vectors` -- see the <<revIDs>> section. + | |||
_other properties_: Named parameters for the filter function | |||
_(optional)_ + | |||
`sendReplacementRevs`: Boolean indicating whether the passive peer (pusher) should send replacement revs rather than NoRev when the body of a requested rev is unavailable and a newer revision is available. _(optional)_+ | |||
`sendReplacementRevs`: Boolean indicating whether the passive peer (pusher) should send replacement revs rather than NoRev when the body of a requested rev is unavailable and a newer revision is available. _(optional)_ + |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Random space added?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not random, it is required to put this text on a newline. https://docs.asciidoctor.org/asciidoc/latest/blocks/hard-line-breaks/
Without this, the next line would be on the same line.
while processing the `rev` message, in which case it MUST NOT send the | ||
`rev`'s response until it's received responses to the `getattach` | ||
``rev``'s response until it's received responses to the `getAttachment` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why the need for double backtick?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise, this whole section is indented.
I used |
First commit fixes sublists being eaten, caught by
asciidoctor
and by eye.+
was present.Substantive part of the changes was adding
deltaSrc
property to the definition.