[Zope3-checkins] CVS: Products3/z3checkins - message.py:1.20
Marius Gedminas
marius at pov.lt
Mon Sep 29 08:40:47 EDT 2003
Update of /cvs-repository/Products3/z3checkins
In directory cvs.zope.org:/tmp/cvs-serv3399
Modified Files:
message.py
Log Message:
Subversion seems to use Deleted:, not Removed:. Leave both just in case.
=== Products3/z3checkins/message.py 1.19 => 1.20 ===
--- Products3/z3checkins/message.py:1.19 Wed Sep 17 10:11:05 2003
+++ Products3/z3checkins/message.py Mon Sep 29 08:40:46 2003
@@ -227,6 +227,7 @@
or line.startswith("Added:")
or line.startswith("Modified:")
or line.startswith("Removed:")
+ or line.startswith("Deleted:")
or line.startswith("Property changes on:")
or line == "Status:\n"
):
More information about the Zope3-Checkins
mailing list