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

Unified Diff: client/third_party/infra_libs/event_mon/checkouts.py

Issue 2465423002: Roll infra_libs to 564aaf7480f24c90687df79d9cef910cc342a54d (Closed)
Patch Set: update readmes Created 4 years, 1 month 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: client/third_party/infra_libs/event_mon/checkouts.py
diff --git a/client/third_party/infra_libs/event_mon/checkouts.py b/client/third_party/infra_libs/event_mon/checkouts.py
index 92532b8cb66b77b3e01e8c43e8353c2301a3cf7c..36376afe73f4c925e9e14733fa59fbaae30e12f8 100644
--- a/client/third_party/infra_libs/event_mon/checkouts.py
+++ b/client/third_party/infra_libs/event_mon/checkouts.py
@@ -59,8 +59,7 @@ def get_revinfo(cwd=None): # pragma: no cover
current working directory.
Returns:
revinfo (dict): keys are local paths, values are dicts with keys:
- 'source_url' or 'revision'. The latter can be a git SHA1 or an svn
- revision.
+ 'source_url' or 'revision'.
"""
cmd = [os.path.join(BASE_DIR, 'depot_tools', 'gclient'), 'revinfo', '-a']
« no previous file with comments | « client/third_party/infra_libs/_command_line_stub.py ('k') | client/third_party/infra_libs/event_mon/monitoring.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698