Adding TFS SCM tool support to rbtools.
Review Request #6356 — Created Sept. 22, 2014 and discarded
Information | |
---|---|
berdon | |
RBTools | |
master | |
Reviewers | |
rbtools | |
Adding TFS SCM tool support to rbtools.
Tested in conjunction with https://reviews.reviewboard.org/r/6355/ (CR for TFS SCM tool addition).
Haven't used Python in a long time (and even then it was brief) so expect stupidity.
Description | From | Last Updated |
---|---|---|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 80 E501 line too long (80 > 79 characters) |
![]() |
|
Col: 19 E231 missing whitespace after ';' |
![]() |
|
Col: 19 E702 multiple statements on one line (semicolon) |
![]() |
|
Col: 80 E501 line too long (92 > 79 characters) |
![]() |
|
Col: 80 E501 line too long (87 > 79 characters) |
![]() |
|
Col: 80 E501 line too long (113 > 79 characters) |
![]() |
|
Col: 80 E501 line too long (107 > 79 characters) |
![]() |
|
Col: 9 E301 expected 1 blank line, found 0 |
![]() |
|
Col: 1 E302 expected 2 blank lines, found 1 |
![]() |
|
Col: 80 E501 line too long (86 > 79 characters) |
![]() |
|
Col: 80 E501 line too long (104 > 79 characters) |
![]() |
|
'json' imported but unused |
![]() |
|
'json' imported but unused |
![]() |
|
Col: 19 E231 missing whitespace after ';' |
![]() |
|
Col: 19 E702 multiple statements on one line (semicolon) |
![]() |
|
Col: 19 E231 missing whitespace after ';' |
![]() |
|
Col: 19 E702 multiple statements on one line (semicolon) |
![]() |
|
'json' imported but unused |
![]() |
|
'json' imported but unused |
![]() |
Change Summary:
Fixing line issues and removing a pdb.set_trace()...
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 2 (+243) |

-
Tool: Pyflakes Processed Files: rbtools/clients/tfs.py rbtools/commands/post.py setup.py rbtools/commands/__init__.py rbtools/commands/diff.py Tool: PEP8 Style Checker Processed Files: rbtools/clients/tfs.py rbtools/commands/post.py setup.py rbtools/commands/__init__.py rbtools/commands/diff.py
-
Change Summary:
Tested (and fixed) when running on Windows.
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 3 (+268) |

-
Tool: PEP8 Style Checker Processed Files: rbtools/commands/status.py rbtools/commands/setup_repo.py rbtools/clients/tfs.py rbtools/commands/__init__.py rbtools/commands/diff.py rbtools/commands/post.py setup.py Tool: Pyflakes Processed Files: rbtools/commands/status.py rbtools/commands/setup_repo.py rbtools/clients/tfs.py rbtools/commands/__init__.py rbtools/commands/diff.py rbtools/commands/post.py setup.py
-
-
-
-
-
Change Summary:
Addressing bot findings.
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 4 (+263) |

-
Tool: Pyflakes Processed Files: rbtools/commands/status.py rbtools/commands/setup_repo.py rbtools/clients/tfs.py rbtools/commands/__init__.py rbtools/commands/diff.py rbtools/commands/post.py setup.py Tool: PEP8 Style Checker Processed Files: rbtools/commands/status.py rbtools/commands/setup_repo.py rbtools/clients/tfs.py rbtools/commands/__init__.py rbtools/commands/diff.py rbtools/commands/post.py setup.py
-