You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/testing_support
primiano@chromium.org fcf03763e0 Make gclient ready for the Blink (DEPS to main project) transition
This CL makes gclient understand correctly whether a git project is
being moved from DEPS to an upper project and vice-versa.
The driving use case for this is the upcoming Blink merge, where
third_party/Webkit will be removed from DEPS (and .gitignore) and will 
become part of the main project.

At present state, gclient leaves the .git folder around when a project
is removed from DEPS, and that causes many problems. 

Furthermore this CL solves the performance problem of bisecting across
the merge point. The subproject's (Blink) .git/ folder is moved to a
backup location (in the main checkout root) and is restored when moving
backwards, avoiding a re-fetch when bisecting across the merge point. 

BUG=431469

Review URL: https://codereview.chromium.org/743083002

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293329 0039d316-1c4b-4281-b951-d872f2087c98
11 years ago
..
__init__.py Create a new testing_support module to move utility modules there 14 years ago
auto_stub.py Reduce auto_stub.py by removing python 2.6 support code. 11 years ago
coverage_utils.py Fix error messages 11 years ago
fake_repos.py Make gclient ready for the Blink (DEPS to main project) transition 11 years ago
filesystem_mock.py Suggest owners for OWNERS files that only have per-file owners. 13 years ago
gerrit-init.sh Invoke the bash shell via /usr/bin/env so that these scripts run on operating systems without /bin/bash too. 11 years ago
gerrit_test_case.py Fix lint errors. 12 years ago
git_test_utils.py Make git rebase-update more responsive. 11 years ago
local_rietveld.py Make rietveld test work on port 10000. 11 years ago
patches_data.py Fix applying git diff with new file mode 644 on a svn checkout. 13 years ago
super_mox.py Remove getpid from SuperMox. 12 years ago
trial_dir.py Remove gclient_utils.RemoveDirectory(). 12 years ago