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.
Diff Revision 14
This is not the most recent revision of the diff. The latest diff is revision 15. See what's changed.
orig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 |
---|