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
Unified Diff: .hgignore
Issue
29330389
:
Issue 2956 - Ensure the correct version of jsshell is present (Closed)
Patch Set: Make sure to close the urllib response object
Created Nov. 23, 2015, 1:15 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
.gitignore
.hgignore
utils.py
View side-by-side diff with in-line comments
Download patch
« no previous file with comments
|
« .gitignore
('k') |
utils.py »
('j') |
utils.py »
('J')
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
Index: .hgignore
diff --git a/.hgignore b/.hgignore
index b832647add8354fc20f54ae51dbb2cb9691cf6ad..0e3bd1b95860db368d8f6a3dec845ea124e7c83e 100644
--- a/.hgignore
+++ b/.hgignore
@@ -1,4 +1,5 @@
^mozilla/
+^jsshell-.*/
^jstest/
\.pyc$
« no previous file with comments
|
« .gitignore
('k') |
utils.py »
('j') |
utils.py »
('J')
Edit Message
Issue 29330389: Issue 2956 - Ensure the correct version of jsshell is present (Closed)
Created Nov. 18, 2015, 2:56 p.m. by kzar
Modified Nov. 24, 2015, 10:33 a.m.
Reviewers: Sebastian Noack, Wladimir Palant
Base URL:
Comments: 19
+ 1 drafts
This is Rietveld