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

Unified Diff: tests/git_cl_test.py

Issue 284113005: Use `git rev-list A..B` to get the list of commits to be uploaded to Gerrit by git cl. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 6 years, 7 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 a6aa2878d3f774577f978295cb3f3a8cedb8dc70..a689b92f35ebb8f523cea3fb0871d0f3994c7301 100755
--- a/tests/git_cl_test.py
+++ b/tests/git_cl_test.py
@@ -589,7 +589,7 @@ class TestGitCl(TestCase):
description)
]
calls += [
- ((['git', 'rev-list', 'origin/master...'],), ''),
+ ((['git', 'rev-list', 'origin/master..'],), ''),
((['git', 'config', 'rietveld.cc'],), '')
]
receive_pack = '--receive-pack=git receive-pack '
« 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