# HG changeset patch # User Jeff Hammel # Date 1357685961 28800 # Node ID 2d900a1f99513d8d395763e94fc90f1595c54032 # Parent cbf6ec23895253af85230f65f6550b573a484053 use correct method diff -r cbf6ec238952 -r 2d900a1f9951 mozillatry.py --- a/mozillatry.py Tue Jan 08 14:44:19 2013 -0800 +++ b/mozillatry.py Tue Jan 08 14:59:21 2013 -0800 @@ -202,7 +202,7 @@ def main(args=sys.argv[1:]): # parse command line arguments - mozillatry, options, args = MozillaTryConfiguration.create(args) + mozillatry, options, args = MozillaTryConfiguration.main(args) # get mozilla-central repository directory try_directory = options.mozilla_central