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

Side by Side Diff: .hgignore

Issue 29793573: Issue 6701 - Implement CSP support in python-abp (Closed) Base URL: https://hg.adblockplus.org/python-abp/
Patch Set: Removing handling and testing for ~csp Created June 14, 2018, 7:48 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 | abp/filters/parser.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ^.coverage$ 1 ^.coverage$
2 ^.cache/ 2 ^.cache/
3 ^.tox/ 3 ^.tox/
4 ^dist/ 4 ^dist/
5 ^devenv/ 5 ^devenv/
6 ^.pytest_cache$
6 7
7 syntax: glob 8 syntax: glob
8 *.pyc 9 *.pyc
9 *.pyo 10 *.pyo
10 __pycache__ 11 __pycache__
11 *.egg-info 12 *.egg-info
OLDNEW
« no previous file with comments | « no previous file | abp/filters/parser.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld