~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_versionedfile.py

  • Committer: Andrew Bennetts
  • Date: 2009-02-17 01:25:34 UTC
  • mto: (4002.1.9 suspend-write-group)
  • mto: This revision was merged to the branch mainline in revision 4025.
  • Revision ID: andrew.bennetts@canonical.com-20090217012534-k6574qvmaibkeehi
Add docstrings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2015
2015
        """Insertion where a needed basis is not included notifies the caller
2016
2016
        of the missing basis.  That basis can be added in a second
2017
2017
        insert_record_stream call that does not need to repeat records present
2018
 
        in the previous stream.
 
2018
        in the previous stream.  The record(s) that required that basis are
 
2019
        fully inserted once their basis is no longer missing.
2019
2020
        """
2020
2021
        if not self.support_partial_insertion:
2021
2022
            raise TestNotApplicable(