90
87
"""Verify that all revision properties are OK."""
91
88
for name, value in self.properties.items():
92
89
# GZ 2017-06-10: What sort of string are properties exactly?
94
91
if not_text or osutils.contains_whitespace(name):
95
92
raise ValueError("invalid property name %r" % name)
97
94
raise ValueError("invalid property value %r for %r" %