Add support for publishing with a message
Review Request #7763 — Created Nov. 9, 2015 and submitted — Latest diff uploaded
Both
rbt postandrbt publishcan now publish with a change
description. This change description supports markdown via the
--markdownflag used for summaries and descriptions.Providing a change description before the review request is public will
not result in an error; instead the option will be ignored and an
informative message will be displayed to the user.The
publishcommand now also only fetches the required links and
fields when publishing to minimize the amount of data that is
transmitted.
- Published with a message.
- Verified that
rbt publish -mprovided an error message when the
review request was not public.
| rbtools/commands/post.py |
|---|
| rbtools/commands/publish.py |
|---|