cleanup "presubmit"->"preupload" references
This codebase was originally based on CrOS which used the term
"presubmit". For AOSP, we renamed to "preupload" to better reflect
when these checks were run. But it seems like we missed some spots,
so clean up the remaining references. Most were internal anyways.
Bug: None
Test: unittests pass
Change-Id: I91454a61551574110054afe6a715d484eac2f483
diff --git a/pre-upload.py b/pre-upload.py
index 081b814..0ceb191 100755
--- a/pre-upload.py
+++ b/pre-upload.py
@@ -190,7 +190,7 @@
# Load the config for this git repo.
'.',
)
- return rh.config.PreSubmitConfig(paths=paths, global_paths=global_paths)
+ return rh.config.PreUploadConfig(paths=paths, global_paths=global_paths)
def _attempt_fixes(fixup_func_list, commit_list):