~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/versionedfile.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-03-22 12:17:00 UTC
  • mfrom: (1616.1.10 bzr.mbp.integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060322121700-79ce0be81013aba1
(mbp) pycurl fixes, other fixes, weave commands, verbose commit changes from robert

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
        Must raise RevisionNotPresent if any of the given parents are
122
122
        not present in file history.
123
123
        :param parent_texts: An optional dictionary containing the opaque 
124
 
                             representations of some or all of the parents of 
125
 
                             version_id to allow delta optimisations. 
126
 
                             VERY IMPORTANT: the texts must be those returned
127
 
                             by add_lines or data corruption can be caused.
 
124
             representations of some or all of the parents of 
 
125
             version_id to allow delta optimisations. 
 
126
             VERY IMPORTANT: the texts must be those returned
 
127
             by add_lines or data corruption can be caused.
128
128
        :return: An opaque representation of the inserted version which can be
129
129
                 provided back to future add_lines calls in the parent_texts
130
130
                 dictionary.