-
Notifications
You must be signed in to change notification settings - Fork 246
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
Switched add_commit_scope to create_commit_scope and added reference notes #6251
Conversation
…notes Signed-off-by: Dj Walker-Morgan <[email protected]>
…o examples changed. Signed-off-by: Dj Walker-Morgan <[email protected]>
8123d78
to
8f8cfda
Compare
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.
LGTM
@@ -1157,23 +1165,27 @@ bdr.alter_commit_scope( | |||
|
|||
#### Note | |||
|
|||
When using `bdr.add_commit_scope`, if a new commit scope is added that has the | |||
When using `bdr.create_commit_scope`, if a new commit scope is added that has the |
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.
Also here, only add_commit_scope
makes the alter underneath.
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.
Done
Signed-off-by: Dj Walker-Morgan [email protected]
What Changed?
Fixed all add_commit_scope references to create_commit_scope references.
(No functional change in command)
Update: Sideeffect removed in create_commit_scope so no silent overwriting.