## 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]
Release files for git-rv 0.1.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| git-rv-0.1.5.tar.gz | 29.1 kB | Details |
Release files / git-rv-0.1.5.tar.gz
| Download URL | git-rv-0.1.5.tar.gz |
|---|---|
| Size | 29.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4173995f549b86b35599b64f4945fb8a36913680a72c580f2e7e8f59ec309bf2
|
|
BLAKE2b-256 checksum How to use checksums |
9cfdc2471f9b824a1302383a3e99555a76e21c557809baf3bb5ef623450b0e3c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |