[Zope-CVS] CVS: Products/ZopeVersionControl - container.py:1.2
Shane Hathaway
cvs-admin at zope.org
Thu Oct 30 11:30:50 EST 2003
Update of /cvs-repository/Products/ZopeVersionControl
In directory cvs.zope.org:/tmp/cvs-serv32427
Modified Files:
container.py
Log Message:
Clarified a comment
=== Products/ZopeVersionControl/container.py 1.1 => 1.2 ===
--- Products/ZopeVersionControl/container.py:1.1 Tue May 13 18:12:31 2003
+++ Products/ZopeVersionControl/container.py Thu Oct 30 11:30:49 2003
@@ -102,8 +102,8 @@
def restoreVCItems(self, dict):
"""Restores items to this container."""
- # First build "ignore", a dictionary listing which
- # items of the object were stored in the repository.
+ # First build "ignore", a dictionary that lists which
+ # items were stored in the repository.
# Don't restore over those.
obj = self.obj
ignore = {}
More information about the Zope-CVS
mailing list