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:
James E. Blair 2012-09-30 16:30:15 -07:00
parent b0e75ededd
commit a4b99206bf
2 changed files with 254 additions and 542 deletions

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@ setenv = VIRTUAL_ENV={envdir}
[testenv:pep8]
deps = pep8==1.3.1
argparse
commands = pep8 --repeat --show-source setup.py git-review
commands = pep8 --ignore=E125 --repeat --show-source setup.py git-review
[testenv:sdist]
commands = python setup.py sdist {posargs}