Collect metrics for 'git nav-downstream'
Check that everything works with git nav-downstream, which we're not afraid of breaking
Bug: 832386
Change-Id: I7c7561c749bc72cc12804c4ebce8f827ed8be02b
Reviewed-on: https://chromium-review.googlesource.com/1134518
Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
diff --git a/git_nav_downstream.py b/git_nav_downstream.py
index 6ea085b..1b9cce5 100755
--- a/git_nav_downstream.py
+++ b/git_nav_downstream.py
@@ -13,8 +13,10 @@
import sys
from git_common import current_branch, branches, upstream, run, hash_one
+import metrics
+@metrics.collector.collect_metrics('git nav-downstream')
def main(args):
parser = argparse.ArgumentParser()
parser.add_argument('--pick',