Index: trychange.py |
=================================================================== |
--- trychange.py (revision 102101) |
+++ trychange.py (working copy) |
@@ -464,6 +464,7 @@ |
def TryChange(argv, |
+ change, |
file_list, |
swallow_exception, |
prog=None, |
@@ -709,6 +710,7 @@ |
import presubmit_support |
root_presubmit = checkouts[0].ReadRootFile('PRESUBMIT.py') |
options.bot = presubmit_support.DoGetTrySlaves( |
+ change, |
checkouts[0].GetFileNames(), |
checkouts[0].checkout_root, |
root_presubmit, |
@@ -767,4 +769,4 @@ |
if __name__ == "__main__": |
fix_encoding.fix_encoding() |
- sys.exit(TryChange(None, [], False)) |
+ sys.exit(TryChange(None, None, [], False)) |