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

Unified Diff: tests/git_cl_test.py

Issue 2055233002: Update message for Gerrit git cl --no-squash users. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: 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
« git_cl.py ('K') | « 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 3561edc2e00b46755b02feb9e5240e840b48a5dd..14485ca2b800851eeb6797d0419c7fd0d3866f7b 100755
--- a/tests/git_cl_test.py
+++ b/tests/git_cl_test.py
@@ -765,6 +765,7 @@ class TestGitCl(TestCase):
calls = [
((['git', 'config', '--bool', 'gerrit.squash-uploads'],), 'false'),
+ ((['git', 'config', '--bool', 'gerrit.squash-uploads'],), 'false'),
Bons 2016/06/10 15:02:07 Why the duplicate here? I must be missing somethin
tandrii(chromium) 2016/06/10 15:33:03 well, it's an extra call I've added. Actually, the
]
# If issue is given, then description is fetched from Gerrit instead.
if issue is None:
« git_cl.py ('K') | « git_cl.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698