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.
Diff Revision 3
This is not the most recent revision of the diff. The latest diff is revision 6. See what's changed.
orig
1
2
3
4
5
6
rbtools/commands/post.py |
---|
rbtools/utils/commands.py |
---|