Add check-changes rule for checking formatting of changes files.

Additional fixes to make the change work;
- fix Python 2 vs 3 issues
- fix some PEP 8 warnings
- handle paths with numbers correctly
- mention the make rule in doc/HACKING.
This commit is contained in:
cypherpunks
2015-03-06 11:56:57 +01:00
committed by Nick Mathewson
parent 4ced3b59aa
commit 9dc90a5b7b
4 changed files with 24 additions and 10 deletions
+3
View File
@@ -0,0 +1,3 @@
o Minor features (testing):
- Add make rule `check-changes` to verify the format of changes files.
Closes ticket 15180.