| Index: config/master.tryserver/try_job_svn.py
|
| ===================================================================
|
| --- config/master.tryserver/try_job_svn.py (revision 6963)
|
| +++ config/master.tryserver/try_job_svn.py (working copy)
|
| @@ -36,6 +36,7 @@
|
| email = options.get('email', None)
|
| if 'user' in options and not email:
|
| email = '%s@%s' % (user, config.Master.master_domain)
|
| + root = options.get('root', None)
|
| clobber = options.get('clobber', False)
|
| # -pN argument to patch.
|
| patchlevel = options.get('patchlevel', 0)
|
|
|