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

Unified Diff: roll_dep.py

Issue 2262283002: roll-dep: Show the git log for catapult (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 4 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: roll_dep.py
diff --git a/roll_dep.py b/roll_dep.py
index 10c58295659a33c75b1d48fe7b39f45a0aeed7d4..c5cef840313277c0bd6caaa2d5775f6080dc0f3e 100755
--- a/roll_dep.py
+++ b/roll_dep.py
@@ -63,7 +63,6 @@ def should_show_log(upstream_url):
# Skip logs for very active projects.
if upstream_url.endswith((
'/angle/angle.git',
- '/catapult-project/catapult.git',
'/v8/v8.git')):
return False
if 'webrtc' in upstream_url:
« 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