[Zope3-checkins] CVS: Zope3/utilities - batch-cvs-commit:1.2
Philipp von Weitershausen
philikon at philikon.de
Tue Feb 24 12:07:47 EST 2004
Update of /cvs-repository/Zope3/utilities
In directory cvs.zope.org:/tmp/cvs-serv31080/utilities
Modified Files:
batch-cvs-commit
Log Message:
Document the correct behaviour of the tool. It eats from stdin.
=== Zope3/utilities/batch-cvs-commit 1.1 => 1.2 ===
--- Zope3/utilities/batch-cvs-commit:1.1 Tue Feb 24 10:46:48 2004
+++ Zope3/utilities/batch-cvs-commit Tue Feb 24 12:07:47 2004
@@ -4,11 +4,10 @@
USAGE = """
Usage:
- %(program)s [file]
+ %(program)s [<file]
-Perform a set of CVS commits using the files and checkin comments
-specified file file. If file is not given or is '-', standard input
-is used.
+Perform a set of CVS commits using a listing of filenames and checkin
+comments specified in an input stream given at stdin.
The input is a series of commit descriptions. Each description is a
set of status lines as printed by the 'cvs up' command, consisting of
More information about the Zope3-Checkins
mailing list