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

Delta Between Two Patch Sets: .hgignore

Issue 30037555: NoIssue - Added filterhit statistics loading capability
Left Patch Set: Removed .DS_Store files Created April 3, 2019, 4:16 p.m.
Right Patch Set: Addressed final comments (for real now) Created April 3, 2019, 5:31 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « .gitignore ('k') | abp/stats/__init__.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
1 ^.coverage$ 1 ^.coverage$
2 ^.coveragerc$ 2 ^.coveragerc$
3 ^.cache/ 3 ^.cache/
4 ^.tox/ 4 ^.tox/
5 ^dist/ 5 ^dist/
6 ^devenv/ 6 ^devenv/
7 ^.pytest_cache$ 7 ^.pytest_cache$
8 .coverage 8 .coverage
9 9
10 syntax: glob 10 syntax: glob
11 *.pyc 11 *.pyc
12 *.pyo 12 *.pyo
13 __pycache__ 13 __pycache__
14 *.egg-info 14 *.egg-info
15 abp/.DS_Store 15 *.DS_Store
16 .DS_Store
LEFTRIGHT

Powered by Google App Engine
This is Rietveld