summaryrefslogtreecommitdiff
path: root/changes/feature15180
diff options
context:
space:
mode:
authorcypherpunks <cypherpunks@torproject.org>2015-03-06 11:56:57 +0100
committerNick Mathewson <nickm@torproject.org>2015-03-09 09:00:12 -0400
commit9dc90a5b7bf02bc9a034b57bdbc1588745d00447 (patch)
tree7f5f546f02b280f40bb1a4c0adc4974787d38227 /changes/feature15180
parent4ced3b59aad0fffd653869d486bb0f4b1c26b19f (diff)
downloadtor-9dc90a5b7bf02bc9a034b57bdbc1588745d00447.tar.gz
tor-9dc90a5b7bf02bc9a034b57bdbc1588745d00447.zip
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.
Diffstat (limited to 'changes/feature15180')
-rw-r--r--changes/feature151803
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/feature15180 b/changes/feature15180
new file mode 100644
index 0000000000..f73ab965e5
--- /dev/null
+++ b/changes/feature15180
@@ -0,0 +1,3 @@
+ o Minor features (testing):
+ - Add make rule `check-changes` to verify the format of changes files.
+ Closes ticket 15180.