Add a flag in rbt post to auto-stamp the review while posting
Review Request #7250 — Created April 24, 2015 and submitted — Latest diff uploaded
This optional flag allows users to streamline their workflow by posting and
stamping their review with a single command. Instead of runningrbt post
and
thenrbt stamp
, it can be done all at once withrbt post -s
.
- Posted some reviews using
rbt post -s
under Git and Perforce. - Tried the error flows to make sure that posting will still happen even if stamping fails.