Revert to 1.17.
1.17 was the last version that met the basic criteria of helping first time developers sucessfully make their first commit. That's the most important task of git-review. Revert all changes since that version. Unfortunately, some of the minor bug fixes since then will have to be re-written because 1.18, in addition to introducing basic bugs, also introduced significant code reorganization. Addresses bug 1038269. Re-fixed pep8 errors since we've become more strict since 1.17. Change-Id: Ia3495a6bb883ddf08155c6bfb69a58d19a15a804
This commit is contained in:
parent
b0e75ededd
commit
a4b99206bf
794
git-review
794
git-review
File diff suppressed because it is too large
Load Diff
2
tox.ini
2
tox.ini
@ -7,7 +7,7 @@ setenv = VIRTUAL_ENV={envdir}
|
|||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
deps = pep8==1.3.1
|
deps = pep8==1.3.1
|
||||||
argparse
|
argparse
|
||||||
commands = pep8 --repeat --show-source setup.py git-review
|
commands = pep8 --ignore=E125 --repeat --show-source setup.py git-review
|
||||||
|
|
||||||
[testenv:sdist]
|
[testenv:sdist]
|
||||||
commands = python setup.py sdist {posargs}
|
commands = python setup.py sdist {posargs}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user