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
experimental/szager/collated-output
maruel@chromium.org 14 years ago
parent 3c9f7cae7c
commit 6f09cd9997

@ -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:]))

Loading…
Cancel
Save