~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/groupcompress.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:
1046
1046
        return sha1, length, None
1047
1047
 
1048
1048
    def _add_text(self, key, parents, text, nostore_sha=None, random_id=False):
1049
 
        """See VersionedFiles.add_text()."""
 
1049
        """See VersionedFiles._add_text()."""
1050
1050
        self._index._check_write_ok()
1051
1051
        self._check_add(key, None, random_id, check_content=False)
1052
1052
        if text.__class__ is not str: