]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added logmerge.py
authorGuido van Rossum <guido@python.org>
Thu, 14 Aug 1997 22:04:26 +0000 (22:04 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 14 Aug 1997 22:04:26 +0000 (22:04 +0000)
Tools/scripts/README

index 7159767d8d5f8d101d7b57eadcc38699f7f27553..6013a48db64730dee3ff9d7bbd6a878da6d97ec0 100644 (file)
@@ -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