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

Delta Between Two Patch Sets: .hgignore

Issue 29833582: Issue 4954 - Implement a downloader script supporting OAuth2 authentication/authorization (Closed)
Left Patch Set: Addressed comments from patch#1 Created July 31, 2018, 9:18 a.m.
Right Patch Set: removed .Python from .gitignore and added .DS_Store to .hgignore Created Aug. 2, 2018, 9:24 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') | sitescripts/oauth2dl/README.md » ('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 syntax: glob 1 syntax: glob
2 2
3 *.pyc 3 *.pyc
4 *.pyo 4 *.pyo
5 .tox 5 .tox
6 .cache 6 .cache
7 .sitescripts.test 7 .sitescripts.test
8 .coverage 8 .coverage
9 htmlcov/ 9 htmlcov/
10 .DS_Store
LEFTRIGHT

Powered by Google App Engine
This is Rietveld