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

Side by Side Diff: .hgignore

Issue 29516687: Issue 4488 - Add support for JSON page front matter (Closed) Base URL: https://hg.adblockplus.org/cms
Patch Set: Add support for pages with no metadata Created March 31, 2018, 9:07 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | cms/utils.py » ('j') | cms/utils.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ^build$ 1 ^build$
2 ^dist$ 2 ^dist$
3 ^.tox$ 3 ^.tox$
4 ^htmlcov$ 4 ^htmlcov$
5 ^.coverage$ 5 ^.coverage$
6 6
7 syntax: glob 7 syntax: glob
8 *.pyc 8 *.pyc
9 *.pyo 9 *.pyo
10 .cache 10 .cache
11 .pytest_cache
Sebastian Noack 2018/03/31 22:07:35 If you modify .hgignore, please also add the chang
rosie 2018/04/18 02:35:32 Done.
Sebastian Noack 2018/04/18 05:01:39 Not quite, however, this has been addressed separa
rosie 2018/04/18 20:47:44 Done.
OLDNEW
« no previous file with comments | « no previous file | cms/utils.py » ('j') | cms/utils.py » ('J')

Powered by Google App Engine
This is Rietveld