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
Aaron Gable a718c3ebd3 Simplify git-cl-diff for Gerrit
Previously, git-cl-diff went through a dance where it would create
a new branch, download the uploaded patch onto that branch, and
then diff against that. This had all sorts of problems: if you
aborted the command, it might leave you on that branch; if you have
local changes, they might get clobbered or the command would refuse
to run.

Now that we're in a Gerrit-only world, and patchsets are by definition
equivalent to commits, we can simply diff against whatever local commit
was last uploaded or, in a pinch, fetch the uploaded commit and diff
against that.

Bug: 759893
Change-Id: Ia4b93dcfb9b8aba85817e62731f68d6450026e75
Reviewed-on: https://chromium-review.googlesource.com/639915
Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org>
Commit-Queue: Aaron Gable <agable@chromium.org>
8 years ago
..
gstools
bot_update_coverage_test.py Add cleanup dir, use with bot_update. 8 years ago
checkout_test.py Revert "Fix checkout.py issues when p.patchlevel > 1." 8 years ago
download_from_google_storage_unittests.py
fix_encoding_test.py
gclient_eval_unittest.py gclient: add support for native boolean variables 8 years ago
gclient_scm_test.py gclient: fetch arbitrary refs 8 years ago
gclient_smoketest.py gclient flatten: properly quote conditionals 8 years ago
gclient_test.py gclient flatten: fixes for --pin-all-deps 8 years ago
gclient_utils_test.py
git_cache_test.py
git_cl_creds_check_report.txt git cl creds-check: improve report and give better recommendation. 8 years ago
git_cl_test.py Simplify git-cl-diff for Gerrit 8 years ago
git_common_test.py
git_dates_test.py
git_drover_test.py git-drover: send mail and don't use WIP mode 8 years ago
git_footers_test.py git_footers: fix bug stdin-based message input. 8 years ago
git_hyper_blame_test.py GitHyperBlameMainTest.testBadFilename: Work around git-blame bug. 8 years ago
git_number_test.py
git_rebase_update_test.py
gsutil_test.py
owners_finder_test.py Only attribute comments to owners that are close to the comment 8 years ago
owners_unittest.py owners: handle CLs which only have partial OWNERS 8 years ago
patch_test.py
presubmit_unittest.py Revert "Capture ctrl-c in presubmit multiprocessing pool" 8 years ago
recipes_test.py
scm_unittest.py Correct Git show's path format on Windows 8 years ago
subprocess2_test.py
upload_to_google_storage_unittests.py
watchlists_unittest.py