Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(210)

Issue 4055041: upload,py: change --message to --title (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 5 months ago by techtonik
Modified:
14 years, 6 months ago
Reviewers:
Andi Albrecht, kpy, imirkin
CC:
codereview-discuss_googlegroups.com
Base URL:
http://rietveld.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Current usage of --message option is confusing. The message is not really a message (comment), but subject of an issue or a title of patch set. -s option for --subject is a more logical change, but it is already bound for --server. --help before: Issue options: -d DESCRIPTION, --description=DESCRIPTION Optional description when creating an issue. -f DESCRIPTION_FILE, --description_file=DESCRIPTION_FILE Optional path of a file that contains the description when creating an issue. -r REVIEWERS, --reviewers=REVIEWERS Add reviewers (comma separated email addresses). --cc=CC Add CC (comma separated email addresses). --private Make the issue restricted to reviewers and those CCed Patch options: -m MESSAGE, --message=MESSAGE A message to identify the patch. Will prompt if omitted. -i ISSUE, --issue=ISSUE Issue number to which to add. Defaults to new issue. --base_url=BASE_URL Base repository URL (listed as "Base URL" when viewing --help after: Issue options: -t TITLE, --title=TITLE Title to identify a new patch or a new issue. Will prompt if omitted. -d DESCRIPTION, --description=DESCRIPTION Optional description when creating an issue. -f DESCRIPTION_FILE, --description_file=DESCRIPTION_FILE Optional path of a file that contains the description when creating an issue. -r REVIEWERS, --reviewers=REVIEWERS Add reviewers (comma separated email addresses). --cc=CC Add CC (comma separated email addresses). --private Make the issue restricted to reviewers and those CCed Patch options: -i ISSUE, --issue=ISSUE Issue number to which to add. Defaults to new issue. --base_url=BASE_URL Base repository URL (listed as "Base URL" when viewing

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -11 lines) Patch
M upload.py View 5 chunks +11 lines, -11 lines 0 comments Download

Messages

Total messages: 8
techtonik
15 years, 5 months ago (2011-01-17 16:44:42 UTC) #1
techtonik
Updated description.
15 years, 5 months ago (2011-01-17 16:48:49 UTC) #2
imirkin_alum.mit.edu
What's the point? People are used to -m already. On Mon, Jan 17, 2011 at ...
15 years, 5 months ago (2011-01-17 17:59:32 UTC) #3
kpy
Doesn't the "-m" option conflate the message and the title? As in, it becomes the ...
15 years, 5 months ago (2011-01-17 18:37:43 UTC) #4
imirkin_alum.mit.edu
Not quite. For creating a new issue, it's the subject of the issue, and when ...
15 years, 5 months ago (2011-01-17 18:40:25 UTC) #5
Andi Albrecht
On Mon, Jan 17, 2011 at 7:40 PM, Ilia Mirkin <imirkin@alum.mit.edu> wrote: > Not quite. ...
15 years, 5 months ago (2011-01-17 18:58:57 UTC) #6
techtonik
Andi, -m doesn't add any messages. It sets patchset/issue subject. To add message you need ...
15 years, 5 months ago (2011-01-18 19:28:55 UTC) #7
techtonik
14 years, 6 months ago (2011-12-16 09:54:11 UTC) #8
Implemented as http://codereview.appspot.com/5476044/

Thanks everybody for feedback.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b