summaryrefslogtreecommitdiffstats
path: root/Tools/scripts
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-08-14 22:04:26 (GMT)
committerGuido van Rossum <guido@python.org>1997-08-14 22:04:26 (GMT)
commit3485bb6f44a5c07fb1387f3c3b9b02067252b990 (patch)
treefc188b074bf94505e1cd2e81b4becc8072a54780 /Tools/scripts
parent6f0cf7ee207da5f81078e45a547ee5ba91df4039 (diff)
downloadcpython-3485bb6f44a5c07fb1387f3c3b9b02067252b990.zip
cpython-3485bb6f44a5c07fb1387f3c3b9b02067252b990.tar.gz
cpython-3485bb6f44a5c07fb1387f3c3b9b02067252b990.tar.bz2
Added logmerge.py
Diffstat (limited to 'Tools/scripts')
-rw-r--r--Tools/scripts/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/scripts/README b/Tools/scripts/README
index 7159767..6013a48 100644
--- a/Tools/scripts/README
+++ b/Tools/scripts/README
@@ -20,6 +20,7 @@ h2py.py Translate #define's into Python assignments
ifdef.py Remove #if(n)def groups from C sources
linktree.py Make a copy of a tree with links to original files
lll.py Find and list symbolic links in current directory
+logmerge.py Consolidate CVS/RCS logs read from stdin
methfix.py Fix old method syntax def f(self, (a1, ..., aN)):
mkreal.py Turn a symbolic link into a real file or directory
objgraph.py Print object graph from nm output on a library