Add command for configuring a repository to point to a Review Board server
Review Request #4662 — Created Sept. 28, 2013 and submitted — Latest diff uploaded
Add command for configuring a repository to point to a Review Board server
The new command 'setup-repo' interactively creates the configuration file
.reviewboard in the user's current working directory.Reviewed at https://reviews.reviewboard.org/r/4662/
Tested with Git and Subversion on two Review Board servers.
Unit tests pass.
setup.py |
---|
docs/rbtools/rbt/commands/setup-repo.txt |
---|
rbtools/clients/__init__.py |
---|
rbtools/clients/git.py |
---|
rbtools/commands/setup_repo.py |
---|
rbtools/utils/console.py |
---|