- Change Summary:
-
Adding pull request url
- Description:
-
This was taken from a previous patch request (http://reviews.review-board.org/r/889/) and modified for the current 0.4.1 release. The obvious limitation is that reviews can only be sent for the master branch but I've used this within my workplace for quite a while so the patch has been thoroughly tested. Git-p4 only supports pushing to perforce from the master branch but I've plans to make further changes to support sending reviews from any branch.
+ + github pull request: https://github.com/reviewboard/rbtools/pull/16
Adding git-p4 support
Review Request #3122 — Created May 30, 2012 and submitted
This was taken from a previous patch request (http://reviews.review-board.org/r/889/) and modified for the current 0.5 release. Git-p4 only supports pushing to perforce from the master branch but the rbtools modifications allow sending reviews from and git branch. original github pull request: https://github.com/reviewboard/rbtools/pull/16
The patch has been thoroughly tested within our organisation from version 0.2 right through to 0.4.1 and with the latest 0.5 development branch. We have roughly 20 users using git-p4 on a daily basis.
Description | From | Last Updated |
---|---|---|
Can we make use of the --tracking-branch parameter here and other places where master is hard-coded? |
chipx86 | |
Should wrap to 80 chars. |
chipx86 | |
80 chars. |
chipx86 | |
Remove this line. |
chipx86 | |
Trailing whitespace. |
chipx86 | |
Trailing whitespace. |
chipx86 | |
Trailing whitespace. |
chipx86 | |
Same. |
chipx86 | |
Should be on one line. |
chipx86 | |
Blank line between these. |
chipx86 | |
Blank line between these. |
chipx86 | |
You could do: elif line.startswith("index ") or line.startswith("new file mode "): |
chipx86 | |
Wrap to 80 chars. |
chipx86 | |
Space on both sides of the = |
chipx86 | |
Blank line between these. Also, space on both sides of the = |
chipx86 | |
Indentation is wrong. |
chipx86 | |
Col: 72 E203 whitespace before ',' |
reviewbot | |
Col: 26 E225 missing whitespace around operator |
reviewbot | |
Col: 22 E225 missing whitespace around operator |
reviewbot | |
Col: 80 E501 line too long (80 > 79 characters) |
reviewbot | |
Col: 80 E501 line too long (83 > 79 characters) |
reviewbot | |
Col: 80 E501 line too long (84 > 79 characters) |
reviewbot | |
Col: 80 E501 line too long (108 > 79 characters) |
reviewbot | |
Col: 80 E501 line too long (82 > 79 characters) |
reviewbot | |
Col: 44 W291 trailing whitespace |
reviewbot | |
Col: 47 W291 trailing whitespace |
reviewbot | |
Col: 60 W291 trailing whitespace |
reviewbot | |
Col: 65 W291 trailing whitespace |
reviewbot | |
Col: 64 W291 trailing whitespace |
reviewbot | |
Col: 65 W291 trailing whitespace |
reviewbot | |
Col: 64 W291 trailing whitespace |
reviewbot | |
Col: 60 W291 trailing whitespace |
reviewbot | |
Col: 59 W291 trailing whitespace |
reviewbot |
- Change Summary:
-
Tested against latest master. It would be good if this could be part of 0.5 as we need to keep patching the script for use in our organisation.
- Diff:
-
Revision 3 (+75 -2)
-
This is a review from Review Bot. Tool: PEP8 Style Checker Processed Files: rbtools/clients/git.py Ignored Files: .gitignore
-
-
-
-
-
-
-
-
- Description:
-
~ This was taken from a previous patch request (http://reviews.review-board.org/r/889/) and modified for the current 0.4.1 release. The obvious limitation is that reviews can only be sent for the master branch but I've used this within my workplace for quite a while so the patch has been thoroughly tested. Git-p4 only supports pushing to perforce from the master branch but I've plans to make further changes to support sending reviews from any branch.
~ This was taken from a previous patch request (http://reviews.review-board.org/r/889/) and modified for the current 0.5 release. Git-p4 only supports pushing to perforce from the master branch but the rbtools modifications allow sending reviews from and git branch.
~ github pull request: https://github.com/reviewboard/rbtools/pull/16
~ original github pull request: https://github.com/reviewboard/rbtools/pull/16
- Testing Done:
-
~ We've been testing this for quite a while on 0.2 and recently patched 0.4.1, so extensive testing has been completed by a number of users.
~ The patch has been thoroughly tested within our organisation from version 0.2 right through to 0.4.1 and with the latest 0.5 development branch. We have roughly 20 users using git-p4 on a daily basis.
-
This is a review from Review Bot. Tool: PEP8 Style Checker Processed Files: rbtools/clients/git.py Ignored Files: .gitignore
-
-
-
-
-
-
-
-
-