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

Unified Diff: git-try

Issue 74273002: Add a Yo Dawg to wake up folks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git-try
diff --git a/git-try b/git-try
index 8272eb70a02531e392f915c3d09db8bfad838cd1..40292a3f1383a9a1c3b62895b38b70746eca39d0 100755
--- a/git-try
+++ b/git-try
@@ -8,6 +8,11 @@
OUTPUT="$(uname | grep 'MINGW')"
MINGW=$?
+echo ''
+echo "Yo Dawg, are you sure you don't want git cl try?"
+echo 'Check it out! http://goo.gl/mOxXEj'
+echo ''
iannucci 2013/11/15 22:02:22 Hm, aren't there some lingering legitimate uses fo
M-A Ruel 2013/11/15 22:06:15 Yes but not many.
+
if [ $MINGW = 0 ]; then
base_dir="${0%\\*}"
else
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698