Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(506)

Unified Diff: tests/git_cl_test.py

Issue 2116493002: Remove old compatibility for git_cl_upload branches. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: More code deletion Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « git_cl.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/git_cl_test.py
diff --git a/tests/git_cl_test.py b/tests/git_cl_test.py
index cc01ae3b829da5dbb5a2862a7a10aee44ade7886..6d4827c363008c18eb8768a7c7ad3b422b478831 100755
--- a/tests/git_cl_test.py
+++ b/tests/git_cl_test.py
@@ -795,10 +795,6 @@ class TestGitCl(TestCase):
# If issue is given, then description is fetched from Gerrit instead.
if issue is None:
- if squash:
- calls += [
- ((['git', 'show', '--format=%B', '-s',
- 'refs/heads/git_cl_uploads/master'],), '')]
calls += [
((['git', 'log', '--pretty=format:%s\n\n%b',
'fake_ancestor_sha..HEAD'],),
« no previous file with comments | « git_cl.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698