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

Unified Diff: fetch

Issue 656623003: Update fetch to support more flexible refspecs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 6 years, 2 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 | fetch.py » ('j') | recipes/blink.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fetch
diff --git a/fetch b/fetch
index 37e8e795dbecf247a542af6cd5089b3621f0922d..bea6718c77ffc86eca095d4d9d0dbdb0a57bba5f 100755
--- a/fetch
+++ b/fetch
@@ -5,8 +5,4 @@
base_dir=$(dirname "$0")
Michael Achenbach 2014/10/22 09:46:28 Rubber stamp on this.
agable 2014/10/22 10:03:33 Yeah, this code is supposed to run when you run 'g
-if [[ "#grep#fetch#cleanup#diff#" != *"#$1#"* ]]; then
- "$base_dir"/update_depot_tools
-fi
-
PYTHONDONTWRITEBYTECODE=1 exec python "$base_dir/fetch.py" "$@"
« no previous file with comments | « no previous file | fetch.py » ('j') | recipes/blink.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698