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

Delta Between Two Patch Sets: .hgignore

Issue 29912588: Issue 7019 - [CMS] Refactor `test_server.py` (Closed)
Left Patch Set: Created Oct. 16, 2018, 11:42 a.m.
Right Patch Set: Addressed docstring nit Created Oct. 29, 2018, 11 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/test_server.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/ 12 .idea/
13 .idea/
LEFTRIGHT

Powered by Google App Engine
This is Rietveld