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.
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 | 8 years ago | |
checkout_test.py | 8 years ago | |
download_from_google_storage_unittests.py | ||
fix_encoding_test.py | ||
gclient_eval_unittest.py | 8 years ago | |
gclient_scm_test.py | 8 years ago | |
gclient_smoketest.py | 8 years ago | |
gclient_test.py | 8 years ago | |
gclient_utils_test.py | ||
git_cache_test.py | ||
git_cl_creds_check_report.txt | 8 years ago | |
git_cl_test.py | 8 years ago | |
git_common_test.py | ||
git_dates_test.py | ||
git_drover_test.py | 8 years ago | |
git_footers_test.py | 8 years ago | |
git_hyper_blame_test.py | 8 years ago | |
git_number_test.py | ||
git_rebase_update_test.py | ||
gsutil_test.py | ||
owners_finder_test.py | 8 years ago | |
owners_unittest.py | 8 years ago | |
patch_test.py | ||
presubmit_unittest.py | 8 years ago | |
recipes_test.py | ||
scm_unittest.py | 8 years ago | |
subprocess2_test.py | ||
upload_to_google_storage_unittests.py | ||
watchlists_unittest.py |