RB Attach

Review Request #3599 — Created Dec. 1, 2012 and submitted — Latest diff uploaded

Information

RBTools
master

Reviewers

A command that allows the user to attach a file to a specific review request.

Args: rb attach <request_id> <path/to/file>
Options: --description (caption), --filename (custom filename)
Tried the following on dev server, all of which were successful:

rb attach <request_id> <path/to/file>
rb attach <request_id> <path/to/file> --description='some desc'
rb attach <request_id> <path/to/file> --filename='custom filename'
rb attach <request_id> <path/to/file> --description='some desc' --filename='custom filename'

rb attach <invalid_request_id>
rb patch <invalid_request_id> <invalid/path/to/file>
rb attach <invalid/path/to/file>

Retested with rb-general (removal of extra options)

Diff Revision 2

This is not the most recent revision of the diff. The latest diff is revision 9. See what's changed.

orig
1
2
3
4
5
6
7
8
9
setup.py
rbtools/commands/rbattach.py
Loading...