Keyboard Shortcuts
File
u
:
up to issue
m
:
publish + mail comments
M
:
edit review message
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
<Enter>
:
respond to / edit current comment
d
:
mark current comment as done
Issue
u
:
up to list of issues
m
:
publish + mail comments
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
#
:
close issue
Comment/message editing
<Ctrl>
+
s
or
<Ctrl>
+
Enter
:
save comment
<Esc>
:
cancel edit
Rietveld
Code Review Tool
Help
|
Bug tracker
|
Discussion group
|
Source code
Issues
All Issues
Delta Between Two Patch Sets: .hgignore
Issue
29374647
:
Issue 4814 - Adds csv log to formmail2 (Closed)
Base URL: https://hg.adblockplus.org/sitescripts
Left Patch Set: adds error logging and tests
Created Feb. 13, 2017, 10:22 a.m.
Right Patch Set:
Created March 23, 2017, 6:50 p.m.
Left:
Base
Patch Set 1:
Patch Set 2: adds error logging and tests
Patch Set 3:
Patch Set 4: address comments, now encodes user input to utf8
Patch Set 5:
Patch Set 6:
Patch Set 7: refactor tests to be parametrized, reducing duplication. Addressed some redundancies
Patch Set 8:
Patch Set 9:
Right:
Patch Set 1:
Patch Set 2: adds error logging and tests
Patch Set 3:
Patch Set 4: address comments, now encodes user input to utf8
Patch Set 5:
Patch Set 6:
Patch Set 7: refactor tests to be parametrized, reducing duplication. Addressed some redundancies
Patch Set 8:
Patch Set 9:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
.gitignore
.hgignore
.sitescripts.example
sitescripts/formmail/test/test_formmail2.py
sitescripts/formmail/web/formmail2.py
tox.ini
Right:
Side by side diff
|
Download
« no previous file with change/comment
|
« .gitignore
('k') |
.sitescripts.example »
('j') |
no next file with change/comment »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
LEFT
RIGHT
(no file at all)
1 syntax: glob
1 syntax: glob
2
2
3 *.pyc
3 *.pyc
4 *.pyo
4 *.pyo
5 .tox
5 .tox
6 .cache
6 .cache
7 .sitescripts.test
7 .sitescripts.test
8 .coverage
8 .coverage
9
htmlcov/
LEFT
RIGHT
« .gitignore
('k') |
.sitescripts.example »
('j') |
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Toggle Comments
('s')
Edit Message
Issue 29374647: Issue 4814 - Adds csv log to formmail2 (Closed)
Created Feb. 6, 2017, 6:44 p.m. by Jon Sonesen
Modified March 23, 2017, 8:01 p.m.
Reviewers: Sebastian Noack, Vasily Kuznetsov
Base URL: https://hg.adblockplus.org/sitescripts
Comments: 113
This is Rietveld