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

Unified Diff: drover.py

Issue 16557009: Fix drover.py typo from r204545: TRUE -> True (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 7 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: drover.py
diff --git a/drover.py b/drover.py
index 2558f3c6b3aa14b15c99337aeef9d4c1056f60d1..be3315002ba99f6c192cbe5a22c35dc7bc26e3f5 100755
--- a/drover.py
+++ b/drover.py
@@ -515,7 +515,7 @@ def drover(options, args):
f.close()
if FILE_PATTERN:
file_pattern_ = FILE_PATTERN
- NO_ALT_URLS = TRUE
+ NO_ALT_URLS = True
if options.revert and options.branch:
print 'Note: --branch is usually not needed for reverts.'
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698