This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lnt.
from 08004fb docs/developer_guide: Fix formatting of example new 599b415 Remove --commit/--commit=0 flags/settings.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/importing_data.rst | 2 +- docs/quickstart.rst | 2 +- docs/tests.rst | 2 +- docs/tools.rst | 8 +--- lnt/lnttool/common.py | 4 +- lnt/lnttool/import_data.py | 7 ++-- lnt/lnttool/main.py | 61 ++++++++++------------------ lnt/lnttool/updatedb.py | 10 ++--- lnt/lnttool/viewcomparison.py | 4 +- lnt/server/db/testsuitedb.py | 2 +- lnt/server/ui/templates/submit_run.html | 6 --- lnt/server/ui/views.py | 3 +- lnt/tests/builtintest.py | 8 ++-- lnt/tests/nt.py | 15 ++++--- lnt/tests/test_suite.py | 2 +- lnt/util/ImportData.py | 50 +++++++++-------------- lnt/util/ServerUtil.py | 23 ++++------- tests/lnttool/MySQLDB.shtest | 4 +- tests/lnttool/PostgresDB.shtest | 10 ++--- tests/lnttool/UpdateDB.py | 11 +++-- tests/lnttool/submit.shtest | 39 ++++++++---------- tests/runtest/nt.py | 2 +- tests/runtest/rerun.py | 5 ++- tests/server/db/ImportProfile.py | 2 +- tests/server/db/ImportV4TestSuiteInstance.py | 10 ++--- tests/server/db/search.py | 7 ++-- tests/server/db/yamlschema.shtest | 12 +++--- tests/utils/blast.py | 2 +- 28 files changed, 127 insertions(+), 186 deletions(-)