Add support for trivial publishing
Review Request #7762 — Created Nov. 9, 2015 and submitted
Both
rbt publish
andrbt post
can now publish trivially.rbt publish
does this via the--trivial
flag andrbt post
does this
via the--trivial-publish
flag, which implies--publish
. The trivial
indicator will only be sent when the server reports that it supports
trivial publishing via its capabilities.
Published a review request trivially with both
rbt publish --trivial
andrbt post --trivial-publish
.
-
Tool: Pyflakes Processed Files: rbtools/commands/post.py rbtools/commands/publish.py Tool: PEP8 Style Checker Processed Files: rbtools/commands/post.py rbtools/commands/publish.py
-
Tool: Pyflakes Processed Files: rbtools/commands/post.py rbtools/commands/publish.py Tool: PEP8 Style Checker Processed Files: rbtools/commands/post.py rbtools/commands/publish.py