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

Unified Diff: tests/gcl_unittest.py

Issue 513763002: Add the patchset id to the manual commit messages (Closed) Base URL: http://src.chromium.org/svn/trunk/tools/depot_tools/
Patch Set: Clean up Created 6 years, 4 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/gcl_unittest.py
===================================================================
--- tests/gcl_unittest.py (revision 291679)
+++ tests/gcl_unittest.py (working copy)
@@ -613,7 +613,8 @@
self.assertTrue(change_info._closed)
self.assertEqual(
change_info._comments_added,
- ["Committed patchset #1 manually as r12345 (presubmit successful)."])
+ ["Committed patchset #1 (id:1337) manually as r12345 (presubmit "
+ "successful)."])
if __name__ == '__main__':
« 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