Add option to rbt patch for automatically creating a Git commit
Review Request #4865 — Created Oct. 30, 2013 and submitted — Latest diff uploaded
Add option to rbt patch for automatically creating a Git commit
The option -c, --commit automatically creates a commit in the current local
branch with the summary, description, bugs, testing, and author information
fetched from the review request.
Tested with a new review request using the commands 'rbt patch -c <review_request_id>' and 'rbt patch --commit <review_request_id>'.
Unit tests passed.
Diff Revision 1
This is not the most recent revision of the diff. The latest diff is revision 5. See what's changed.
orig
1
2
3
4
5
docs/rbtools/rbt/commands/patch.txt |
---|
rbtools/clients/__init__.py |
---|
rbtools/clients/git.py |
---|
rbtools/commands/patch.py |
---|