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

Side by Side Diff: .hgignore

Issue 29345468: Issue 4045 - Add Test Suite To CMS (Closed)
Patch Set: Add tox.ini patch and change dyncamic server to yield_fixture Created July 13, 2016, 11:17 a.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/tests/expected_output/filter » ('j') | cms/tests/test_page_outputs.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 4
5 syntax: glob 5 syntax: glob
6 *.pyc 6 *.pyc
7 *.pyo 7 *.pyo
8 .cache
OLDNEW
« no previous file with comments | « no previous file | cms/tests/expected_output/filter » ('j') | cms/tests/test_page_outputs.py » ('J')

Powered by Google App Engine
This is Rietveld