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

Unified Diff: git_cl.py

Issue 1874253003: git cl checkout: reall fix it. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git_cl.py
diff --git a/git_cl.py b/git_cl.py
index bef667944fd3a63d2044bda4332115a378ba9301..47c646c20a843c0ec853e8ad9ff46f8b710e97ca 100755
--- a/git_cl.py
+++ b/git_cl.py
@@ -4544,7 +4544,7 @@ def CMDcheckout(parser, args):
if not issue_arg.valid:
parser.print_help()
return 1
- target_issue = issue_arg.issue
+ target_issue = str(issue_arg.issue)
key_and_issues = [x.split() for x in RunGit(
['config', '--local', '--get-regexp', r'branch\..*\.rietveldissue'])
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698