Add support for trivial publishing
Review Request #7762 — Created Nov. 9, 2015 and submitted — Latest diff uploaded
Both
rbt publishandrbt postcan now publish trivially.rbt publishdoes this via the--trivialflag andrbt postdoes this
via the--trivial-publishflag, 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.