415
415
def _escape_commit_message(self):
416
416
"""Replace xml-incompatible control characters."""
417
422
# Python strings can include characters that can't be
418
423
# represented in well-formed XML; escape characters that
419
424
# aren't listed in the XML specification