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

Unified Diff: git_map.py

Issue 184253003: Add git-reup and friends (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@freeze_thaw
Patch Set: one more argparse Created 6 years, 9 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
Index: git_map.py
diff --git a/git_map.py b/git_map.py
index 70013251607fd08193256c887e5190c38477fc3d..c199386998c5a9874593af4c80fb3800413ed402 100755
--- a/git_map.py
+++ b/git_map.py
@@ -12,6 +12,7 @@ commits with branches + tags that point to them. Items are colorized as follows:
* Magenta - Tags
* Blue background - The currently checked out commit
"""
+
import sys
import subprocess2

Powered by Google App Engine
This is Rietveld 408576698