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
29887585
:
Issue #5352 - generate_static_pages cannot deal with directories being turned into regular pages (Closed)
Patch Set: Fixed issue causing tests to fail in Patch Set #3
Created Oct. 4, 2018, 9:55 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
.gitignore
.hgignore
cms/bin/generate_static_pages.py
tests/expected_output/en/sitemap
tests/test_generation_exceptional_cases.py
tests/test_site/pages/foo/bar.md
tox.ini
View side-by-side diff with in-line comments
Download patch
« no previous file with comments
|
« .gitignore
('k') |
cms/bin/generate_static_pages.py »
('j') |
no next file with comments »
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
Index: .hgignore
diff --git a/.hgignore b/.hgignore
index ea800d5c91a1c69bd30b3f6f67edbe7a171ef645..f4d9a4968cc9da009a2203362995684bad1ae833 100644
--- a/.hgignore
+++ b/.hgignore
@@ -9,3 +9,4 @@ syntax: glob
*.pyc
*.pyo
.cache
+.idea/
« no previous file with comments
|
« .gitignore
('k') |
cms/bin/generate_static_pages.py »
('j') |
no next file with comments »
Edit Message
Issue 29887585: Issue #5352 - generate_static_pages cannot deal with directories being turned into regular pages (Closed)
Created Sept. 21, 2018, 1:35 p.m. by Tudor Avram
Modified Oct. 17, 2018, 2:47 p.m.
Reviewers: Vasily Kuznetsov
Base URL:
Comments: 30
This is Rietveld