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
29501558
:
Issue 5383 - Add tests for the Chrome and Firefox packagers (Closed)
Patch Set: Addressing comments, handling Edge devenv
Created Oct. 18, 2017, 11:19 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
.gitignore
.hgignore
README.md
build.py
package.json
packagerChrome.py
packagerEdge.py
tests/README.md
tests/abp-16.png
tests/abp-19.png
tests/abp-53.png
tests/chrome_rsa.pem
tests/expecteddata/AppxManifest_edge_build.xml
tests/expecteddata/AppxManifest_edge_devenv.xml
tests/expecteddata/AppxManifest_edge_release.xml
tests/expecteddata/manifest_chrome_build.json
tests/expecteddata/manifest_chrome_devenv.json
tests/expecteddata/manifest_chrome_release.json
tests/expecteddata/manifest_edge_build.json
tests/expecteddata/manifest_edge_devenv.json
tests/expecteddata/manifest_edge_release.json
tests/expecteddata/manifest_gecko_build.json
tests/expecteddata/manifest_gecko_devenv.json
tests/expecteddata/manifest_gecko_release.json
tests/metadata.chrome
tests/metadata.edge
tests/metadata.gecko
tests/test_packagerEdge.py
tests/test_packagerWebExt.py
tox.ini
View side-by-side diff with in-line comments
Download patch
« no previous file with comments
|
« .gitignore
('k') |
README.md »
('j') |
tests/test_packagerWebExt.py »
('J')
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
Index: .hgignore
diff --git a/.hgignore b/.hgignore
index 996eb50288701b4173b92a343a1e152be01675fb..4c7f8e2156276b7add0aa59b27f70564067e5286 100644
--- a/.hgignore
+++ b/.hgignore
@@ -3,3 +3,5 @@ syntax: glob
*.pyc
*.pyo
.tox
+.cache
+.coverage
« no previous file with comments
|
« .gitignore
('k') |
README.md »
('j') |
tests/test_packagerWebExt.py »
('J')
Edit Message
Issue 29501558: Issue 5383 - Add tests for the Chrome and Firefox packagers (Closed)
Created July 31, 2017, 12:07 p.m. by tlucas
Modified Oct. 22, 2017, 11:33 a.m.
Reviewers: Vasily Kuznetsov, Sebastian Noack, kzar
Base URL:
Comments: 264
This is Rietveld