# HG changeset patch # User Jeff Hammel # Date 1359051700 28800 # Node ID 8a76eb02a3efc03fbd0aecff9ba05e0036af953f # Parent 9c3726a3d4664af77aa7b835f873a5532f334dc9 correct minor errors diff -r 9c3726a3d466 -r 8a76eb02a3ef mozillatry.py --- a/mozillatry.py Wed Jan 23 17:45:20 2013 -0800 +++ b/mozillatry.py Thu Jan 24 10:21:40 2013 -0800 @@ -208,12 +208,12 @@ if commit is None: commit = self.try_syntax() repo = repo or self.config['mozilla_central'] - push_to_try(patch=patches, repo=repo, commit=commit) + push_to_try(patches=patches, repo=repo, commit=commit) def main(args=sys.argv[1:]): # parse command line arguments - mozillatry, options, args = MozillaTryConfiguration.main(args) + mozillatry, options, patches = MozillaTryConfiguration.main(args) # get mozilla-central repository directory try_directory = options.mozilla_central