Mercurial > mozilla > hg > MozillaTry
comparison mozillatry.py @ 38:2d900a1f9951
use correct method
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 08 Jan 2013 14:59:21 -0800 |
parents | cbf6ec238952 |
children | 0895e61753d1 |
comparison
equal
deleted
inserted
replaced
37:cbf6ec238952 | 38:2d900a1f9951 |
---|---|
200 push_to_try(patch=patches, repo=repo, commit=commit) | 200 push_to_try(patch=patches, repo=repo, commit=commit) |
201 | 201 |
202 def main(args=sys.argv[1:]): | 202 def main(args=sys.argv[1:]): |
203 | 203 |
204 # parse command line arguments | 204 # parse command line arguments |
205 mozillatry, options, args = MozillaTryConfiguration.create(args) | 205 mozillatry, options, args = MozillaTryConfiguration.main(args) |
206 | 206 |
207 # get mozilla-central repository directory | 207 # get mozilla-central repository directory |
208 try_directory = options.mozilla_central | 208 try_directory = options.mozilla_central |
209 | 209 |
210 # build try syntax | 210 # build try syntax |