| Index: scripts/master/factory/commands.py
|
| diff --git a/scripts/master/factory/commands.py b/scripts/master/factory/commands.py
|
| index 551235d342b55808e8a1220823307bc7d00aa8c5..49e63503790e6f2420bbe4dd2304c0865ccb1f3f 100644
|
| --- a/scripts/master/factory/commands.py
|
| +++ b/scripts/master/factory/commands.py
|
| @@ -978,7 +978,8 @@ class FactoryCommands(object):
|
| 'root': '%(root:~src)s',
|
| 'issue': '%(issue:-)s',
|
| 'patchset': '%(patchset:-)s',
|
| - 'master': '%(mastername:-)s'
|
| + 'master': '%(mastername:-)s',
|
| + 'revision': '%(revision:-)s',
|
| }
|
|
|
| for property_name, property_expr in PROPERTIES.iteritems():
|
|
|