Introduce the status command

Review Request #3865 — Created Feb. 11, 2013 and submitted — Latest diff uploaded

Information

RBTools
master

Reviewers

Introduce the status command

The status command will display the id and summary of each pending
review request a user has.

Also, the get_root method has been renamed get_api and will now return the
RBClient instance along with the root resource. This allows commands
to receive direct access to the API client which can be useful if they
need to update login information after instantiating the client.

A few of the commands have also been updated to make less requests to
the Review Board server by taking advantage of the uri templates on
the root resource.
Ran commands, used rbt status to check review requests.
    Loading...