Chromium Code Reviews| Index: scripts/master/factory/commands.py |
| diff --git a/scripts/master/factory/commands.py b/scripts/master/factory/commands.py |
| index d89cc5be9cce03c1a5364e5b4a0f0a97e7c5f1d7..773023c34896d12b054831c2a99c9e165c313155 100644 |
| --- a/scripts/master/factory/commands.py |
| +++ b/scripts/master/factory/commands.py |
| @@ -938,7 +938,8 @@ class FactoryCommands(object): |
| 'root': '%(root:~src)s', |
|
iannucci
2014/02/08 01:31:31
I'm not sure if the default of 'src' is really goo
Ryan Tseng
2014/02/08 01:52:21
Done.
|
| 'issue': '%(issue:-)s', |
| 'patchset': '%(patchset:-)s', |
| - 'master': '%(mastername:-)s' |
| + 'master': '%(mastername:-)s', |
| + 'revision': '%(revision:-)s', |
|
iannucci
2014/02/08 01:31:31
this should also pass through patch_url if it's de
Ryan Tseng
2014/02/08 01:52:21
Done.
|
| } |
| for property_name, property_expr in PROPERTIES.iteritems(): |