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

Side by Side Diff: update-copyright/README.md

Issue 29459580: Issue 5250 - Add copyright update script (Closed) Base URL: https://hg.adblockplus.org/codingtools
Patch Set: Addressed more comments Created July 3, 2017, 3:31 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 # update-copyright
2
3 A script that accesses each repo listed on a Mercurial index, and updates the co pyrights on each page to the current year.
4
5 ## Usage
6
7 Must specify which Mercurial URL site to scrape:
8 $ python3 update_copyright.py -u https://hg.adblockplus.org/
9
10 May also specify which remote repo to push to:
11 $ python3 update_copyright.py -u https://hg.adblockplus.org/ -p ssh://hg@hg. adblockplus.org/
12
13 ## Testing
14
15 The tests can be run via [Tox](http://tox.readthedocs.org/)
OLDNEW

Powered by Google App Engine
This is Rietveld