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

Unified Diff: tests/git_cl_test.py

Issue 2428383010: git cl try: Remove --name option, stop sending "reason" property. (Closed)
Patch Set: Remove reason option Created 4 years, 2 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 64b21108360caf2734972d3a36d97d7d8d6b51a8..4b8052178b21eb624235e14921008ffe8ce5a949 100755
--- a/tests/git_cl_test.py
+++ b/tests/git_cl_test.py
@@ -1950,7 +1950,6 @@ class TestGitCl(TestCase):
u'patch_project': u'depot_tools',
u'patch_storage': u'rietveld',
u'patchset': 20001,
- u'reason': u'feature', # This is a branch name, but why?
u'rietveld': u'https://codereview.chromium.org',
}
})
@@ -2004,7 +2003,6 @@ class TestGitCl(TestCase):
u'patch_project': u'depot_tools',
u'patch_storage': u'rietveld',
u'patchset': 20001,
- u'reason': u'feature', # This is a branch name, but why?
u'rietveld': u'https://codereview.chromium.org',
}
})
« 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