~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commit.py

  • Committer: Robert Collins
  • Date: 2006-04-19 23:32:08 UTC
  • mto: (1711.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 1674.
  • Revision ID: robertc@robertcollins.net-20060419233208-2ed6906796994316
Make knit the default format.
Adjust affect tests to either have knit specific values or to be more generic,
as appropriate.
Disable all SFTP prefetching for known paramikos - direct readv support is now
a TODO.

Show diffs side-by-side

added added

removed removed

Lines of Context:
414
414
 
415
415
    def _escape_commit_message(self):
416
416
        """Replace xml-incompatible control characters."""
 
417
        # FIXME: RBC 20060419 this should be done by the revision
 
418
        # serialiser not by commit. Then we can also add an unescaper
 
419
        # in the deserializer and start roundtripping revision messages
 
420
        # precisely. See repository_implementations/test_repository.py
 
421
        
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