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

Unified Diff: update_depot_tools

Issue 6369012: Support msysgit with Chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools/
Patch Set: Parse the first line for a fallback approach Created 9 years, 11 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
« git_cl/git_cl.py ('K') | « git_cl/git_cl.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: update_depot_tools
===================================================================
--- update_depot_tools (revision 72285)
+++ update_depot_tools (working copy)
@@ -46,7 +46,7 @@
test_git_svn
# work around a git-svn --quiet bug
OUTPUT=`git svn rebase -q -q`
- if [[ ! "$OUTPUT" =~ Current.branch ]]; then
+ if [[ ! "$OUTPUT" == *Current.branch* ]]; then
echo $OUTPUT
fi
cd - > /dev/null
« git_cl/git_cl.py ('K') | « git_cl/git_cl.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698