mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
Make msg about found dependency more accurate.
In https://codereview.chromium.org/1149653002/ we had decided to mark closed CLs are dependencies as well, but I forgot to update the printed out message. BUG=502255 Review URL: https://codereview.chromium.org/1204963005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@295831 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
@@ -2202,7 +2202,7 @@ def RietveldUpload(options, args, cl, change):
|
||||
branch_cl_issue, branch_cl_patchset)])
|
||||
print
|
||||
print ('The current branch (%s) is tracking a local branch (%s) with '
|
||||
'an open CL.') % (cl.GetBranch(), local_branch)
|
||||
'an associated CL.') % (cl.GetBranch(), local_branch)
|
||||
print 'Adding %s/#ps%s as a dependency patchset.' % (
|
||||
branch_cl_issue_url, branch_cl_patchset)
|
||||
print
|
||||
|
||||
Reference in New Issue
Block a user