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

Unified Diff: git_cl.py

Issue 10887035: options.from_logs is not used anywhere since it's the default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 8 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 | « no previous file | tests/push-from-logs.sh » ('j') | 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 e250c8e5e4dfcf884891629f46fbf7d217fd0cbd..9f0ecd7a6bd19d794fa248383c14e91d24eeaef7 100755
--- a/git_cl.py
+++ b/git_cl.py
@@ -1093,10 +1093,6 @@ def CMDupload(parser, args):
parser.add_option("--emulate_svn_auto_props", action="store_true",
dest="emulate_svn_auto_props",
help="Emulate Subversion's auto properties feature.")
- parser.add_option("--desc_from_logs", action="store_true",
- dest="from_logs",
- help="""Squashes git commit logs into change description and
- uses message as subject""")
parser.add_option('-c', '--use-commit-queue', action='store_true',
help='tell the commit queue to commit this patchset')
if settings.GetIsGerrit():
« no previous file with comments | « no previous file | tests/push-from-logs.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698