Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(860)

Unified Diff: scripts/master/factory/commands.py

Issue 157073002: Bot update! (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Chromium commands fix Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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():

Powered by Google App Engine
This is Rietveld 408576698