mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 10:41:31 +00:00
Revert "Better tooling"
This reverts commit eed06d620f.
Accidental dcommit
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299615 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
@@ -27,7 +27,6 @@ Branches are colorized as follows:
|
||||
|
||||
import argparse
|
||||
import collections
|
||||
import os
|
||||
import sys
|
||||
import subprocess2
|
||||
|
||||
@@ -272,7 +271,7 @@ class BranchMapper(object):
|
||||
|
||||
|
||||
def main(argv):
|
||||
colorama.init(wrap="TERM" not in os.environ)
|
||||
colorama.init()
|
||||
if get_git_version() < MIN_UPSTREAM_TRACK_GIT_VERSION:
|
||||
print >> sys.stderr, (
|
||||
'This tool will not show all tracking information for git version '
|
||||
|
||||
Reference in New Issue
Block a user