Commit 6f09cd99 authored by maruel@chromium.org's avatar maruel@chromium.org

Add fix_encoding to git-cl too!

Otherwise tree status with non-ascii characters could throw at the console.

TBR=dpranke@chromium.org
BUG=
TEST=

Review URL: http://codereview.chromium.org/6788013

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@80173 0039d316-1c4b-4281-b951-d872f2087c98
parent 3c9f7cae
......@@ -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:]))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment