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/tests
Pierre-Antoine Manzagol fc1c6f4c1f Correct Git show's path format on Windows
_CalculateAddedDeps calls into depot tools' scm.py GetOldContents to
compare previous and current versions of the DEPS file. GetOldContents
attempts to 'git show <sha>:<path>'. The problem on Windows is that path
uses '\' but git show seems to want a posix path. Git show therefore
doesn't find the file and returns an empty output, leading presubmit to
think all the deps are new.

Bug:725933
Change-Id: Ifbbfbcba4be466d9be623826818fd191bd2ca525
Reviewed-on: https://chromium-review.googlesource.com/514142
Commit-Queue: Nodir Turakulov <nodir@chromium.org>
Reviewed-by: Nodir Turakulov <nodir@chromium.org>
8 years ago
..
gstools
subversion_config
abandon.sh
basic.sh
bot_update_coverage_test.py bot_update: expose --disable-syntax-validation to recipes 8 years ago
checkout_test.py
download_from_google_storage_unittests.py
fix_encoding_test.py
gclient_eval_unittest.py gclient: fix recursedeps tuple/list validation for chromeos 8 years ago
gclient_scm_test.py
gclient_smoketest.py gclient flatten: first pass 8 years ago
gclient_test.py gclient: remove support for From() (reland #1) 8 years ago
gclient_utils_test.py
git_cache_test.py
git_cl_creds_check_report.txt
git_cl_test.py git_cl: Clean up spelling, docstrings and printed messages. 8 years ago
git_common_test.py
git_dates_test.py
git_drover_test.py git-drover: TBR appropriate reviewers 8 years ago
git_footers_test.py Reland of Relax git_footers parsing to match that of Gerrit (JGit). 8 years ago
git_hyper_blame_test.py
git_number_test.py
git_rebase_update_test.py
gsutil_test.py
hooks.sh
owners.sh
owners_finder_test.py
owners_unittest.py owners: handle CLs which only have partial OWNERS 8 years ago
patch.sh
patch_test.py
post-land-hook-test.sh
presubmit_unittest.py Parse Bug, R, and Tbr git-footers in PRESUBMIT 8 years ago
push-from-logs.sh
recipes_test.py
rietveld_test.py Rietveld: fix search query. 8 years ago
sample_pre_commit_hook
save-description-on-failure.sh
scm_unittest.py Correct Git show's path format on Windows 8 years ago
submit-from-new-dir.sh
subprocess2_test.py
test-lib.sh
upload-local-tracking-branch.sh
upload-stale.sh
upload_to_google_storage_unittests.py
watchlists_unittest.py