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

Unified Diff: git_cl.py

Issue 6788013: Add fix_encoding to git-cl too! (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git_cl.py
diff --git a/git_cl.py b/git_cl.py
index e4d21453fc67acfffc4fb497c238dcd5a4ca90bb..53258c6754788c6fc8448e371e8b8d0110c7e001 100755
--- a/git_cl.py
+++ b/git_cl.py
@@ -32,6 +32,7 @@ except ImportError:
from third_party import upload
import breakpad # pylint: disable=W0611
+import fix_encoding
import presubmit_support
import scm
import watchlists
@@ -1412,4 +1413,5 @@ def main(argv):
if __name__ == '__main__':
+ fix_encoding.fix_encoding()
sys.exit(main(sys.argv[1:]))
« 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