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
kustermann@google.com a692e8f51f Changed the behaviour of '--transitive' in gclient.py to use revision instead of timestamp for identical repositories.
Here's some background why we need this:
We discovered that google code defines the timestamp of a revision to be the time when a commit was started
rather than when it was finished (apache subversion takes the timestamp when the commit transaction is finished).
This can result in a situation where revision R(i-1) has a higher timestamp than Ri.
See bug: https://code.google.com/p/support/issues/detail?id=30419

When using 'gclient --transitive' we effectively do date-based checkouts.
If a parent has a dependency (without a ...@revision) and that dependency lives in the same repository as the parent does
we'd like to checkout the exact same revision as the parent (if we do a date-based checkout as we do now the google code
bug can result in a situation where we don't get the same revision).

Review URL: https://chromiumcodereview.appspot.com/13814012

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@194852 0039d316-1c4b-4281-b951-d872f2087c98
12 years ago
..
__init__.py
auto_stub.py Fix small error in SimpleMock. 12 years ago
fake_repos.py Changed the behaviour of '--transitive' in gclient.py to use revision instead of timestamp for identical repositories. 12 years ago
filesystem_mock.py Suggest owners for OWNERS files that only have per-file owners. 13 years ago
local_rietveld.py Fix presubmit check compatibility with GAE SDK 1.7.6 (bis). 12 years ago
patches_data.py Fix applying git diff with new file mode 644 on a svn checkout. 13 years ago
super_mox.py Fix depot_tools presubmit check for ubuntu 12.04. 13 years ago
trial_dir.py Move auto_stub.py from commit-queue 14 years ago