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

Unified Diff: gclient.py

Issue 1847783002: Multiple improvements to windows bash integration. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Add direct mode and unbuffered Created 4 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
« no previous file with comments | « depot-tools-auth.py ('k') | git-bash » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gclient.py
diff --git a/gclient.py b/gclient.py
index c240d471941c96886307b36ee3fcef0392752f4b..3db30dad1d215b31c63ee367036fa3a255f96ce7 100755
--- a/gclient.py
+++ b/gclient.py
@@ -2303,7 +2303,7 @@ def main(argv):
return 2
fix_encoding.fix_encoding()
disable_buffering()
- colorama.init()
+ colorama.init(wrap="TERM" not in os.environ)
dispatcher = subcommand.CommandDispatcher(__name__)
try:
return dispatcher.execute(OptionParser(), argv)
« no previous file with comments | « depot-tools-auth.py ('k') | git-bash » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698