From a6dee74e675ab47f464685e04ddf3ea02f2d9c62 Mon Sep 17 00:00:00 2001 From: "rmistry@google.com" Date: Thu, 25 Jun 2015 00:13:06 +0000 Subject: [PATCH] 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 --- git_cl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_cl.py b/git_cl.py index 288e281b11..f99f5e99a2 100755 --- a/git_cl.py +++ b/git_cl.py @@ -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