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

Delta Between Two Patch Sets: .hgignore

Issue 29887585: Issue #5352 - generate_static_pages cannot deal with directories being turned into regular pages (Closed)
Left Patch Set: Created Sept. 21, 2018, 1:35 p.m.
Right Patch Set: Addressed comments from Patch Set #4 Created Oct. 5, 2018, 11:28 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « .gitignore ('k') | cms/bin/generate_static_pages.py » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 ^build$ 1 ^build$
2 ^dist$ 2 ^dist$
3 ^.tox$ 3 ^.tox$
4 ^htmlcov$ 4 ^htmlcov$
5 ^.coverage$ 5 ^.coverage$
6 ^.pytest_cache$ 6 ^.pytest_cache$
7 7
8 syntax: glob 8 syntax: glob
9 *.pyc 9 *.pyc
10 *.pyo 10 *.pyo
11 .cache 11 .cache
12 .idea/
LEFTRIGHT

Powered by Google App Engine
This is Rietveld