diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-06-16 15:00:10 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-06-16 15:00:35 -0400 |
commit | 205084631257751b655c5bf33a1f290e2741bf27 (patch) | |
tree | 2064abd0e920e7920423f45dc0bd631d2ed6bf5c /scripts/maint/sortChanges.py | |
parent | 2f4fcfc8d14bfae233b1485fd171cc48d6d79fdb (diff) | |
download | tor-205084631257751b655c5bf33a1f290e2741bf27.tar.gz tor-205084631257751b655c5bf33a1f290e2741bf27.zip |
Bring remaining 0.2.5.5-alpha entries into changelog
Diffstat (limited to 'scripts/maint/sortChanges.py')
-rwxr-xr-x | scripts/maint/sortChanges.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/maint/sortChanges.py b/scripts/maint/sortChanges.py index f70490bad7..726a723f93 100755 --- a/scripts/maint/sortChanges.py +++ b/scripts/maint/sortChanges.py @@ -1,4 +1,13 @@ #!/usr/bin/python +# Copyright (c) 2014, The Tor Project, Inc. +# See LICENSE for licensing information + +"""This script sorts a bunch of changes files listed on its command + line into roughly the order in which they should appear in the + changelog. + + TODO: collation support. +""" import re import sys |