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

Delta Between Two Patch Sets: .hgignore

Issue 29968569: Issue 4014 - Publish python-abp on PyPI (Closed) Base URL: https://hg.adblockplus.org/python-abp/
Left Patch Set: Address comments on PS1, update README Created Dec. 28, 2018, 9:48 p.m.
Right Patch Set: Address comment on PS5 Created Jan. 3, 2019, 9:32 p.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') | LICENSE » ('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 ^.coverage$ 1 ^.coverage$
2 ^.coveragerc$
2 ^.cache/ 3 ^.cache/
3 ^.tox/ 4 ^.tox/
4 ^dist/ 5 ^dist/
5 ^devenv/ 6 ^devenv/
6 ^.pytest_cache$ 7 ^.pytest_cache$
7 8
8 syntax: glob 9 syntax: glob
9 *.pyc 10 *.pyc
10 *.pyo 11 *.pyo
11 __pycache__ 12 __pycache__
12 *.egg-info 13 *.egg-info
LEFTRIGHT

Powered by Google App Engine
This is Rietveld