| 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']
|
|
|