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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: update-copyright/README.md
===================================================================
new file mode 100644
--- /dev/null
+++ b/update-copyright/README.md
@@ -0,0 +1,15 @@
+# update-copyright
+
+A script that accesses each repo listed on a Mercurial index, and updates the copyrights on each page to the current year.
+
+## Usage
+
+Must specify which Mercurial URL site to scrape:
+ $ python3 update_copyright.py -u https://hg.adblockplus.org/
+
+May also specify which remote repo to push to:
+ $ python3 update_copyright.py -u https://hg.adblockplus.org/ -p ssh://hg@hg.adblockplus.org/
+
+## Testing
+
+The tests can be run via [Tox](http://tox.readthedocs.org/)

Powered by Google App Engine
This is Rietveld