Code review tool for git and Rietveld
Project description
## Install
pip install git-rv
## Git Rietveld code review tool
git-rv is a code review tool for uploading and downloading code reviews to a Rietveld server (such as codereview.appspot.com).
It allows for creating new code reviews from feature branches, so it works best on workflows where each branch is a new feature containing one commit. Multiple commits per branch are allowed, but the commit message from the latest commit will be used in the code review message.
$ git checkout master $ git checkout -b feature1 <edits> $ git commit <detailed commit message>
## git rv review
Upload a local branch to be reviewed. If the current branch is dependent upon another branch in review, the branch in review will be used as the base for the diff.
$ git checkout feature1 $ git rv review
## git rv test
Download a code review into a local branch for testing. Commit details will be taken from the code review description in Rietveld.
$ git rv test [issuenum] or $ git rv test [issuenum]/[patchnum] $ git branch * issue/[issuenum]/[patchnum]
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file git-rv-0.1.5.tar.gz
.
File metadata
- Download URL: git-rv-0.1.5.tar.gz
- Upload date:
- Size: 29.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4173995f549b86b35599b64f4945fb8a36913680a72c580f2e7e8f59ec309bf2 |
|
MD5 | 0a47a686031a2ae501a55eeb9e56b7d5 |
|
BLAKE2b-256 | 9cfdc2471f9b824a1302383a3e99555a76e21c557809baf3bb5ef623450b0e3c |