Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 29363768: Fixes 4662 - [hgreview] Add an option for suppressing the email after upload (Closed)

Created:
Nov. 22, 2016, 3:01 p.m. by Felix Dahlke
Modified:
Nov. 28, 2016, 9:09 a.m.
Base URL:
https://bitbucket.org/fhd/codingtools
Visibility:
Public.

Description

Fixes 4662 - [hgreview] Add an option for suppressing the email after upload

Patch Set 1 #

Total comments: 15

Patch Set 2 : Address review feedback #

Patch Set 3 : Only print a warning when no reviewers have been specified #

Total comments: 2

Patch Set 4 : Use ui.status instead of print #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -4 lines) Patch
M hgreview.py View 1 2 3 2 chunks +11 lines, -4 lines 0 comments Download

Messages

Total messages: 13
Felix Dahlke
Nov. 22, 2016, 3:02 p.m. (2016-11-22 15:02:51 UTC) #1
Vasily Kuznetsov
Hi Felix, I haven't tested the changes, but it looks good in general. I noticed ...
Nov. 22, 2016, 3:29 p.m. (2016-11-22 15:29:35 UTC) #2
Wladimir Palant
https://codereview.adblockplus.org/29363768/diff/29363769/hgreview.py File hgreview.py (right): https://codereview.adblockplus.org/29363768/diff/29363769/hgreview.py#newcode29 hgreview.py:29: ('', 'no_mail', None, 'Don\'t send an email after uploading.', ...
Nov. 22, 2016, 3:39 p.m. (2016-11-22 15:39:35 UTC) #3
Felix Dahlke
New patch set is up, all comments addressed. https://codereview.adblockplus.org/29363768/diff/29363769/hgreview.py File hgreview.py (right): https://codereview.adblockplus.org/29363768/diff/29363769/hgreview.py#newcode29 hgreview.py:29: ('', ...
Nov. 23, 2016, 5:46 a.m. (2016-11-23 05:46:48 UTC) #4
Vasily Kuznetsov
LGTM https://codereview.adblockplus.org/29363768/diff/29363769/hgreview.py File hgreview.py (right): https://codereview.adblockplus.org/29363768/diff/29363769/hgreview.py#newcode46 hgreview.py:46: (not opts.get('issue') or opts.get('message'))): On 2016/11/23 05:46:48, Felix ...
Nov. 23, 2016, 11 a.m. (2016-11-23 11:00:28 UTC) #5
Felix Dahlke
https://codereview.adblockplus.org/29363768/diff/29363769/hgreview.py File hgreview.py (right): https://codereview.adblockplus.org/29363768/diff/29363769/hgreview.py#newcode81 hgreview.py:81: opts['reviewers'] = ui.prompt('Reviewers (comma-separated): ', '') On 2016/11/23 11:00:28, ...
Nov. 23, 2016, 11:36 a.m. (2016-11-23 11:36:04 UTC) #6
Wladimir Palant
LGTM https://codereview.adblockplus.org/29363768/diff/29363769/hgreview.py File hgreview.py (right): https://codereview.adblockplus.org/29363768/diff/29363769/hgreview.py#newcode81 hgreview.py:81: opts['reviewers'] = ui.prompt('Reviewers (comma-separated): ', '') On 2016/11/23 ...
Nov. 23, 2016, 3:42 p.m. (2016-11-23 15:42:10 UTC) #7
Felix Dahlke
Here's a new patch set with the warning as discussed. https://codereview.adblockplus.org/29363768/diff/29363769/hgreview.py File hgreview.py (right): https://codereview.adblockplus.org/29363768/diff/29363769/hgreview.py#newcode81 ...
Nov. 23, 2016, 4:06 p.m. (2016-11-23 16:06:03 UTC) #8
Vasily Kuznetsov
LGTM
Nov. 23, 2016, 4:09 p.m. (2016-11-23 16:09:49 UTC) #9
Wladimir Palant
https://codereview.adblockplus.org/29363768/diff/29364059/hgreview.py File hgreview.py (right): https://codereview.adblockplus.org/29363768/diff/29364059/hgreview.py#newcode81 hgreview.py:81: print 'No reviewers specified, edit the review to add ...
Nov. 23, 2016, 4:30 p.m. (2016-11-23 16:30:14 UTC) #10
Felix Dahlke
New patch set is up. https://codereview.adblockplus.org/29363768/diff/29364059/hgreview.py File hgreview.py (right): https://codereview.adblockplus.org/29363768/diff/29364059/hgreview.py#newcode81 hgreview.py:81: print 'No reviewers specified, ...
Nov. 23, 2016, 5:21 p.m. (2016-11-23 17:21:27 UTC) #11
Wladimir Palant
LGTM
Nov. 23, 2016, 5:33 p.m. (2016-11-23 17:33:13 UTC) #12
Vasily Kuznetsov
Nov. 25, 2016, 8:28 a.m. (2016-11-25 08:28:04 UTC) #13
LGTM

Powered by Google App Engine
This is Rietveld