Commit 98ca6624 authored by pdr@chromium.org's avatar pdr@chromium.org

Change "git cl patch" to say "Committed patch locally."

Currently, if "git cl patch" succeeds it prints:
Committed patch.
This patch changes "git cl patch" to print:
Committed patch locally.

BUG=


Review URL: https://chromiumcodereview.appspot.com/13801021

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@193206 0039d316-1c4b-4281-b951-d872f2087c98
parent b021b32a
......@@ -1635,7 +1635,7 @@ def CMDpatch(parser, args):
cl = Changelist()
cl.SetIssue(issue)
cl.SetPatchset(patchset)
print "Committed patch."
print "Committed patch locally."
else:
print "Patch applied to index."
return 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment