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

Information

RBTools
master
448ed5f...

Reviewers

This optional flag allows users to streamline their workflow by posting and
stamping their review with a single command. Instead of running rbt post and
then rbt stamp, it can be done all at once with rbt 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
Loading...