~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/knit.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-06-23 15:27:50 UTC
  • mfrom: (4398.9.1 _add_text_docstrings)
  • Revision ID: pqm@pqm.ubuntu.com-20090623152750-ecuv25e1te21w2pc
(Matt Nordhoff) Update _add_text docstrings that still referred to
        add_text.

Show diffs side-by-side

added added

removed removed

Lines of Context:
915
915
            line_bytes=line_bytes)
916
916
 
917
917
    def _add_text(self, key, parents, text, nostore_sha=None, random_id=False):
918
 
        """See VersionedFiles.add_text()."""
 
918
        """See VersionedFiles._add_text()."""
919
919
        self._index._check_write_ok()
920
920
        self._check_add(key, None, random_id, check_content=False)
921
921
        if text.__class__ is not str: